@charset "utf-8";
/* contents
----------------------------------------------------------------------- */
#contents{
	padding:9px 0 0 0;
}
/* ツアー名
----------------------------------------------------------------------- */
.wrap01 h3{
	font-weight:bold;
	color:#e32850;
}
.wrap01 h3 strong{
	font-weight:bold;
	font-size:18px;
}
#sp-img{
	border-bottom:1px solid #fff;
}
/* ツアー名
----------------------------------------------------------------------- */
h4{
	padding:6px 0 5px 10px;
	border-top:3px solid #00469d;
	border-bottom:1px solid #aaa;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(25%,#fff), color-stop(70%,#eee), color-stop(70%,#e4e4e4), color-stop(100%,#eee));
	font-size:12px;
	color:#0c3a73;
	font-weight:bold;
}
/* ツアーの特徴
----------------------------------------------------------------------- */
#contents dl{
	padding:10px 10px 0 10px;
	overflow:hidden;
	background:#fff;
}
#contents dt,
#contents dd{
	padding:0 0 0 12px;
}
#contents dt{
	font-weight:bold;
	background:url(../img/arrow07.png) 0 center no-repeat;
	-webkit-background-size:8px 9px;
}
#contents dd{
	margin:0 0 10px 0;
}
/* ツアーラインナップ
----------------------------------------------------------------------- */
#lineup{
	background:#fff;
}
#lineup li{
	padding:10px;
	overflow:hidden;
	border-bottom:1px solid #aaa;
}
#lineup h5{
	margin:0 0 5px 0;
	font-weight:bold;
	font-size:14px;
	color:#e32850;
}
#lineup td{
	vertical-align:top;
}
#lineup .search{
	text-align:right;
	vertical-align:bottom;
}
#lineup img{
	margin:0 10px 0 0;
}
#lineup select{
	font-size:14px;
}
.back{
	padding:15px 10px;
	background:#fff;
}
.back a{
	padding:8px 0;
	font-size:13px;
	text-align:center;
	border:1px solid #aaa;
	background:#fff;
	-webkit-border-radius:10px;
	
	color:#444;
	font-weight:bold;
	text-decoration:none;
	display:block;
}