@charset "Shift_JIS";
/* CSS Document */

a:hover img {
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=80);
}

h1 {
	margin-top: 3px;
	font-size: 12px;
	font-weight: normal;
}

h2 {
	width: 950px;
}

/* =========================================================
◆ツアー内容
========================================================= */
.bg_day3 p, .bg_day4 p {
	margin-top: 15px;
	font-size: 108%;
	line-height: 1.4;
}

.bg_day3 {
	background: url(../images/bg_day3.jpg) no-repeat 0 0;
	width: 950px;
	height: 1522px;
	margin-top: 40px;
	position: relative;
}

.bg_day3 .tx_day3_01 {
	position: absolute;
	width: 320px;
	top: 7px;
	left: 420px;
}

.bg_day3 .tx_day3_01 h3 {
	width: 177px;
	height: 28px;
	background: url(../images/tx_day3_01.png) no-repeat 0 0;
	text-indent: -9999px;
}

.bg_day3 .tx_day3_02 {
	position: absolute;
	width: 520px;
	top: 415px;
	left: 0px;
}

.bg_day3 .tx_day3_02 h3 {
	width: 339px;
	height: 28px;
	background: url(../images/tx_day3_02.png) no-repeat 0 0;
	text-indent: -9999px;
}

.bg_day3 .tx_day3_03 {
	position: absolute;
	width: 520px;
	top: 808px;
	left: 420px;
}

.bg_day3 .tx_day3_03 h3 {
	width: 326px;
	height: 28px;
	background: url(../images/tx_day3_03.png) no-repeat 0 0;
	text-indent: -9999px;
}

.bg_day3 .tx_day3_04 {
	position: absolute;
	width: 320px;
	top: 1363px;
	left: 100px;
}

.bg_day4 {
	background: url(../images/bg_day4.jpg) no-repeat 0 0;
	width: 950px;
	height: 1613px;
	margin-top: 40px;
	position: relative;
}

.bg_day4 .tx_day4_01 {
	position: absolute;
	width: 520px;
	top: 8px;
	left: 420px;
}

.bg_day4 .tx_day4_01 h3 {
	width: 264px;
	height: 25px;
	background: url(../images/tx_day4_01.png) no-repeat 0 0;
	text-indent: -9999px;
}

.bg_day4 .tx_day4_02 {
	position: absolute;
	width: 380px;
	top: 500px;
	left: 60px;
}

.bg_day4 .tx_day4_02 h3 {
	width: 237px;
	height: 28px;
	background: url(../images/tx_day4_02.png) no-repeat 0 0;
	text-indent: -9999px;
}

.bg_day4 .tx_day4_03 {
	position: absolute;
	width: 390px;
	top: 836px;
	left: 320px;
}

.bg_day4 .tx_day4_03 h3 {
	width: 204px;
	height: 27px;
	background: url(../images/tx_day4_03.png) no-repeat 0 0;
	text-indent: -9999px;
}

.bg_day4 .tx_day4_04 {
	position: absolute;
	width: 440px;
	top: 1313px;
	left:0px;
}

.bg_day4 .tx_day4_04 h3 {
	width: 237px;
	height: 28px;
	background: url(../images/tx_day4_04.png) no-repeat 0 0;
	text-indent: -9999px;
}

/* =========================================================
◆注意事項
========================================================= */
.precautionBox {
	width: 860px;
	border: 1px solid  #CCC;
	padding: 14px;
	margin: 30px 30px 0 30px;
}

.precautionBox ul li {
	list-style: outside disc;
	margin-left: 12px;
	padding-top: 4px;
}

.releaseBox {
	color: #F00;
	font-size: 182%;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}

.releaseBox span {
	background: linear-gradient(transparent 60%, #FF3 0%);
}