@charset "utf-8";
/* CSS Document */

body{
	position:relative;
}
form, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.clearfix {
	min-height: 1px;
}
.clear {
	display: block;
}
.clear:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.f_left {
	float: left;
}
.f_right {
	float: right;
}
/*ヘッダー下右（サイトマップ・ご利用ガイド・予約情報ボックス）*/
#contents #sub_nav{
	position:absolute;
	top:0;
	right:0
}
		#contents #sub_nav:before,
		#contents #sub_nav:after{
			content:"";
			display:table;
		}
		#contents #sub_nav:after{
			clear:both;
		}
		#contents #sub_nav{
			zoom:1;/* For IE 6/7 */
		}
		#contents #sub_nav li{
			background:url(/inc/images/header/ico_sitemap.gif) no-repeat 0 2px;
			border-right:1px solid #666;
			font-size:115%;
			float:left;
			margin:0 0 0 10px;
			padding:1px 10px 2px 20px;
		}
		#contents #sub_nav li:first-child{
			background-position:10px 2px;
			border-left:1px solid #666;
			padding:1px 10px 2px 30px;
		}
		#contents #sub_nav li.nav_02{
			background-image:url(/inc/images/header/ico_guide.gif);
		}

/* #bread(沖縄・北海道・九州各県・関西各県TOP)
--------------------------------------------------- */
#bread {
	overflow: hidden;
	margin-bottom: 15px;
	text-align: left;
	font-size: 12px;
	padding: 0;
}
#bread li {
	float: left;
	line-height: 2;
	list-style: none;
}
#bread li:after {
	content:'>';
	margin:0 10px;
}
#bread li a {
	color: #000000;
}
#bread li.last {
	background: none;
}
#bread li.last:after {
	content:'';
  margin: 0;
}

/* naviAreaQ(九州各県TOP)
--------------------------------------------------- */
#naviAreaQ{
	margin: 0 0 60px;
	padding: 0;
}
#naviAreaQ ul{
	clear: both;
	overflow: hidden;
}
#naviAreaQ h2 {
	background: url("/img/h2bg.gif") no-repeat scroll 0 100% rgba(0, 0, 0, 0);
	font-size: 24px;
	margin: 0 0 20px;
	padding: 3px 0 16px;
}

#naviAreaQ ul li{
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #DCDCDC;
	border-radius: 5px;
	box-shadow: 0 2px 3px #dcdcdc;
	float: left;
	margin:0 auto 10px;
	width: 300px;
	height:280px;
	position:relative;
}
		#naviAreaQ ul li:first-child{
			margin: 0 27px 0 0;
		}
		#naviAreaQ ul li:hover{
			background-color:#DAFEFE;
		}
		#naviAreaQ ul li a{
			text-decoration: none;
			position:absolute;
			top:0;
			left:0;
			width:100%;
			height:100%;
			z-index:3;
		}
#naviAreaQ ul .imagePhoto {
	margin: 0 0 10px;
}
		#naviAreaQ .imagePhoto img{
			border: 1px solid #FFFFFF !important;
			border-radius: 5px 5px 0 0;
		}
#naviAreaQ dl.navibtn dt.tour{
	background: url("/img/reserve_icon01.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	font-size: 90%;
	margin: 0 0 15px 15px;
	padding: 0 0 0 50px;
}
#naviAreaQ dl.navibtn dt.rcar{
	background: url("/img/reserve_icon02.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	font-size: 90%;
	margin: 0 0 15px 15px;
	padding: 0 0 0 50px;
}
#naviAreaQ dl.navibtn dd {
	background: linear-gradient(to bottom, #3980CE 0%, #216AB9 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #216AB9;
	border-radius: 5px;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	height: auto;
	margin: 0 auto 10px;
	padding: 13px 0 10px;
	text-align: center;
	width: 90%;
	text-shadow: 1px 1px 0 #1D4F85;
}
		#naviAreaQ dl.navibtn dd strong{
			background: url("/img/reserve_icon.png") no-repeat scroll 0 10px / 8px auto rgba(0, 0, 0, 0);
			font-size: 154%;
			padding: 0 0 0 17px;
		}
		#naviAreaQ dl.navibtn dd span{
			font-size: 80%;
		}


/* naviArea(３つ：関西各県)
--------------------------------------------------- */
#naviArea{
	background: none repeat scroll 0 0 #eaeaea;
	clear: both;
	margin: 0 0 30px;
	overflow: hidden;
	padding: 20px 0px 20px 20px;
}
#naviArea li{
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #DCDCDC;
	border-radius: 5px;
	box-shadow: 0 2px 0 #CCCCCC;
	float: left;
	margin: 0 15px 0 0;
	width: 300px;
	height:280px;
	position:relative;
}
		#naviArea li:hover{
			background-color:#DAFEFE;
		}
		#naviArea li a{
			text-decoration: none;
			position:absolute;
			top:0;
			left:0;
			width:100%;
			height:100%;
			z-index:3;
		}
#naviArea .imagePhoto {
	margin: 0 0 10px;
}
		#naviArea .imagePhoto img{
			border: 1px solid #FFFFFF !important;
			border-radius: 5px 5px 0 0;
		}
#naviArea dl.navibtn{
}
#naviArea dl.navibtn dl a:hover{
}
#naviArea dl.navibtn dt.tour{
	background: url("/img/reserve_icon01.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	font-size: 90%;
	margin: 0 0 15px 15px;
	padding: 0 0 0 50px;
}
#naviArea dl.navibtn dt.rcar{
	background: url("/img/reserve_icon02.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	font-size: 90%;
	margin: 0 0 15px 15px;
	padding: 0 0 0 50px;
}
#naviArea dl.navibtn dt.hotel{
	background: url("/img/reserve_icon03.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	font-size: 90%;
	margin: 0 0 15px 15px;
	padding: 0 0 0 50px;
}
#naviArea dl.navibtn dd {
	background: linear-gradient(to bottom, #3980CE 0%, #216AB9 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #216AB9;
	border-radius: 5px;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	height: auto;
	margin: 0 auto 10px;
	padding: 13px 0 10px;
	text-align: center;
	width: 90%;
	text-shadow: 1px 1px 0 #1D4F85;
}
		#naviArea dl.navibtn dd strong{
			background: url("/img/reserve_icon.png") no-repeat scroll 0 10px / 8px auto rgba(0, 0, 0, 0);
			font-size: 154%;
			padding: 0 0 0 17px;
		}
		#naviArea dl.navibtn dd span{
			font-size: 80%;
		}
#naviArea .sightseeing{
	position:relative;
}
		#naviArea .sightseeing:hover{
			opacity:0.8;
			filter: alpha(opacity=90);
			-ms-filter: "alpha( opacity=90 )";
			background: #fff;
		}
		#naviArea .sightseeing .iconS{
			background-color: #D7000F;
			border-radius: 5px 0 0;
			color: #FFFFFF;
			font-size: 11px;
			font-weight: bold;
			margin: 1px 0 0 1px;
			padding: 3px 7px;
			position: absolute;
			z-index: 1;
		}
		#naviArea .sightseeing .imagePhotoS{
			left: 0;
			position: absolute;
			top: 0;
		}
				#naviArea .sightseeing .imagePhotoS img{
					border: 1px solid #FFFFFF;
					border-radius: 5px;
				}
		#naviArea .sightseeing dl.Sbtn{
			background-color: rgba(51, 51, 51, 0.8);
			border-left: 1px solid #ffffff;
			border-radius: 0 0 5px 5px;
			border-right: 1px solid #ffffff;
			color: #ffffff;
			height: 70px;
			margin: 0 auto;
			padding: 5px;
			position: absolute;
			top: 201px;
			width: 290px;
			z-index: 1;
		}
		#naviArea .sightseeing dl.Sbtn dt{
			margin: 8px 0 10px 10px;
		}
		#naviArea .sightseeing dl.Sbtn dd{
			background: url("/img/reserve_icon.png") no-repeat scroll 0 5px / 5px auto rgba(0, 0, 0, 0);
			display: block;
			font-size: 19px;
			font-weight: bold;
			margin: 0 auto 0 10px;
			padding: 0 0 0 15px;
			text-shadow: 2px 1px 0 #000;
		}
				#naviArea .sightseeing dl.Sbtn dd span{
					font-size: 14px;
				}

/* 関西ナビボタン(ドライブ旅情報のみ)
--------------------------------------------------- */
#naviArea .sightseeing dl.Dbtn {
	background-color: rgba(51, 51, 51, 0.7);
	border-left: 1px solid #FFFFFF;
	border-radius: 0 0 5px 5px;
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
	height: 91px;
	margin: 0 auto;
	padding: 5px;
	position: absolute;
	top: 180px;
	width: 290px;
	z-index: 1;
}
		#naviArea .sightseeing dl.Dbtn dt{
			line-height:1.8em;
		}
		#naviArea .sightseeing dl.Dbtn dt {
			font-size: 15px;
			font-weight: bold;
			margin: 8px 0 8px 10px;
		}
		#naviArea .sightseeing dl.Dbtn dd {
			background: url("/img/reserve_icon.png") no-repeat scroll 0 5px / 5px auto rgba(0, 0, 0, 0);
			display: block;
			margin: 0 auto 0 175px;
			padding: 0 0 0 10px;
			width: 110px;
		}

/* #mainWrap
--------------------------------------------------------------------*/
#mainWrap {
	background: none repeat scroll 0 0 #fff;
	height: 420px;
	margin: 0 auto 30px;
	overflow: hidden;
	position: absolute;
	width: 100%;
	z-index: 1;
}
#mainWrap #mainBox{
	width: 100%;
	height: 420px;
	display:none;
}
#mainBox li {
	position:relative;
	left:0;
	top:0;
	background-color:#ffffff;
}
#mainBox li img {
	position:absolute;
	left:50%;
	margin-left:-640px;
	background-color:#ffffff;
}
#mainBox li#main0 {z-index:100;}
#mainBox li#main1 {z-index:99;}
#mainBox li#main2 {z-index:98;}
#mainBox li#main3 {z-index:97;}
#mainBox li#main4 {z-index:95;}

#mainNav {
	float: left;
	width: 50%;
}
#mainNav li {
	float:left;
	list-style: none;
	margin-right: 4px;
	font-size: 10px;
}
#mainNav li a {
	color:#999;
}
#mainNav li a:hover {
	text-decoration: none;

}
#mainNav a.selected {
	color:#d60008;
}
#mainLinkBox {
	width:100%;
	position:absolute;
	bottom:0px;
	background:url('/sightseeing/common/images/opacity_bg.png') repeat left center;
	z-index:101;
}
#mainLinkBox #boxInner {
	width: 980px;
	margin: 8px auto;
	overflow: hidden;
	/*height:26px; added*/
}
#mainLinkBox #boxInner #kijiLink {
	text-align: right;
	width: 50%;
	float: right;
	position:relative;
}
#mainLinkBox #boxInner #kijiLink li {
	position:absolute;
	right:0;
	top:0;
	font-size:15px;
}
#mainLinkBox #kijiLink a {
	text-decoration: underline;
}
#mainLinkBox #kijiLink a:link {
	color:#fff;
}
#mainLinkBox #kijiLink a:visited {
	color:#fff;
}
#mainLinkBox #kijiLink a:hover {
	color:#fff;
}
#mainLinkBox #kijiLink a:active {
	color:#fff;
}
#mainLinkBox #prevBtn {
	position: absolute;
	top: -200px;
	left: 0;
}
#mainLinkBox #nextBtn {
	position:absolute;
	top:-200px;
	right:0;
}

/* #main_area #mainArea
--------------------------------------------------- */

/*　九州各県TOP（#mainWrapあり）*/
#mainArea{
	margin: 0 auto 30px;
	position: relative;
	padding:450px 0 0;
	width:980px;
}
	#mainArea #contents{
		margin:0 auto;
		padding:0 0 0px;
		position:relative;
		width: 980px;
		clear:both;
		overflow: hidden;
	}
		#mainArea #contents h1{
			border-bottom: 1px dotted #CCCCCC;
			color: #333333;
			font-size: 100%;
			font-weight: normal;
			margin: 0 auto 20px;
			padding: 0 0 9px;
		}

/*関西　各県TOP（#mainWrapなし）*/
#main_area{
	margin: 14px auto 30px;
	width:980px;
	position:relative;
}
#main_area #contents{
	margin:0 auto;
	padding:0 0 0px;
	position:relative;
	width: 980px;
}
	#main_area #contents h1{
		border-bottom: 1px dotted #CCCCCC;
		color: #333333;
		font-size: 100%;
		font-weight: normal;
		margin: 0 auto 20px;
		padding: 0 0 9px;
	}


/* 関西　ナビ下コンテンツ(おすすめ観光情報)
--------------------------------------------------- */
#contents .specialCont{
	border:2px solid #72A0D2;
	padding:25px 25px 35px;
	zoom:1;/* For IE 6/7 */
	margin:0 0 0px 0;
}
		#contents .specialCont:before,
		#contents .specialCont:after{
			content:"";
			display:table;
		}
		#contents .specialCont:after{
			clear:both;
		}
		#contents .specialCont h2{
			background:url(../img/h2bg.gif) no-repeat 0 100%;
			font-size:180%;
			margin:0 0 20px;
			padding:0 0 20px;
		}

		#contents .specialCont .sectionh3{
			float:left;
			margin:0;
			width:440px;
		}
		#contents .specialCont .sectionh3 ~ .sectionh3{
			margin:0 0 0 35px;
		}
		#contents .specialCont .sectionh3 h3{
			background:url(../img/h3bg.gif) no-repeat 50% 100% #D1E7FF;
			font-size:130%;
			margin:0 0 20px;
			padding:12px 0 27px;
			text-align:center;
		}
		#contents .specialCont .sectionh3 ul{
			margin:0;
			}
				#contents .specialCont .sectionh3 ul li:before,
				#contents .specialCont .sectionh3 ul li:after{
					content:"";
					display:table;
				}
				#contents .specialCont .sectionh3 ul li:after{
					clear:both;
				}
				#contents .specialCont .sectionh3 ul li{
					margin:45px 0 0;
					zoom:1;/* For IE 6/7 */
				}
				#contents .specialCont .sectionh3 ul li:first-child{
					margin:0;
				}
				#contents .specialCont .sectionh3 ul li .pict{
					float:left;
					width:116px;
				}
				#contents .specialCont .sectionh3 ul li .pict img{
					border:1px solid #ccc;
				}
				#contents .specialCont .sectionh3 ul li .pict img:hover{
					opacity:0.8;
					filter:alpha(opacity=80);
					-ms-filter:"alpha(opacity=80)";
				}
				#contents .specialCont .sectionh3 ul li dl{
					float:right;
					margin:0;
					width:310px;
				}
				#contents .specialCont .sectionh3 ul li dl dt{
					font-weight:bold;
					margin:0 0 10px;
				}
				#contents .specialCont .sectionh3 ul li dl dd{
					font-size:120%;
					font-weight:bold;
					line-height:160%;
					margin:0;
				}

/* 北海道・九州各県TOP　ナビ下
--------------------------------------------------- */
/*北海道TOP*/
#boxCont{
	margin: 0 auto;
	overflow: hidden;
	width: 980px;
}

/*九州各県TOP*/
#boxContQ{
	margin: 0 auto;
	overflow: hidden;
	width: 631px;
	float:left;
}

/* 今が旬のおすすめ観光情報（北海道・九州各県）*/
#contents #specialContH{
	margin: 0;
	padding:0 0;
	width: 631px;
	float: left;
	overflow:hidden;
}
		#specialContH:before,
		#specialContH:after{
			content:"";
			display:table;
		}
		#specialContH:after{
			clear:both;
		}
		#specialContH h2{
			background: url("/img/h2bg.gif") no-repeat scroll 0 100% rgba(0, 0, 0, 0);
			font-size: 24px;
			margin: 0 0 20px;
			padding: 3px 0 16px;
		}
		#specialContH ul.boxSinfo{
			margin:0 0 15px 0;
			float:left;
		}
		#specialContH ul.fL{
			margin:0 35px 0 0px;
		}
		#specialContH ul.boxSinfo li{
			border: 1px solid #ccc;
			box-shadow: 0 2px 3px #dcdcdc;
			height:320px;
			margin: 0 0 30px;
			padding: 0;
			width: 295px;
			position:relative;
		}
				#specialContH ul.boxSinfo li img{
					border: 1px solid #fff;
					height: auto;
					margin: 0;
					width: 293px;
				}
				#specialContH ul.boxSinfo li:hover{
					background: none repeat scroll 0 0 #d1e7ff;
				}
				#specialContH ul.boxSinfo li img:hover{
					opacity:0.8;
					background:#fff none repeat scroll 00;
				}
				#specialContH ul.boxSinfo li dl{
					display: block;
					margin: 0;
					position: relative;
					width: 295px;
					height: 124px;
				}
				#specialContH ul.boxSinfo li dl dt{
					font-weight: bold;
				}
				#specialContH ul.boxSinfo li dl dd{
					border-top: 1px solid #ccc;
					margin: 0;
					padding: 0;
					width: 295px;
					height: 124px;
				}
				#specialContH ul.boxSinfo li dl dd a {
					display: block;
					font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
					font-size: 20px;
					color:#333;
					left: 0;
					line-height: 160%;
					padding: 10px 5px 0 15px;
					position: absolute;
					text-decoration: none;
					top: 0;
					width: 275px;
					height: 114px;
					z-index: 1;
				}

/* #sideCont（北海道・九州各県TOP）
--------------------------------------------------------------------*/
#sideCont{
	float: right;
	width:300px;
	margin:0 0 50px ;
}

/*旅のコラム　観光コラム「達人指南」を読む*/
#sideCont #sTatsujin{
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #ccc;
	margin: 0 0 30px;
	clear: both;
}
		#sideCont #sTatsujin h2{
			background: url("/img/i_h2_red.jpg") no-repeat scroll 0 50% #eeeeee;
			border-bottom: 1px solid #ccc;
			font-size: 16px;
			font-weight: normal;
			height: 32px;
			line-height: 34px;
			margin: 0;
			overflow: hidden;
			padding-left: 20px;
		}
		#sideCont #sTatsujin dl{
			margin:0;
			padding:0;
			height:274px;
		}
				#sideCont #sTatsujin dl:hover{
					background-color:#d1e7ff;
					cursor:pointer;
				}
				#sideCont #sTatsujin dl dt{
					margin: 0;
					padding: 0;
				}
				#sideCont #sTatsujin dl dd.lead{
					margin: 0 0 0 20px;
					line-height:42px
				}
				#sideCont #sTatsujin dl dd.link{
					background: url("/sightseeing/hokkaido/img/iconHeadBlue.png") no-repeat scroll 0 5px / 5px auto rgba(0, 0, 0, 0);
					display: block;
					font-size: 18px;
					font-weight: bold;
					margin: 0 0 0 24px;
					padding: 0 0 0 15px;
					color:#2068b7;
				}
				#sideCont #sTatsujin dl dd.link a:hover{
					text-decoration:underline;
				}
				#sideCont #sTatsujin dl dd.link a:visited{
					text-decoration:underline;
					color:#2068b7;
				}
				#sideCont #sTatsujin dl dd.link span{
					font-size: 14px;
				}


/*　(北海道)旅を予約する
--------------------------------------------------------------------*/
#yoyakuH{
	border-bottom: 1px dashed #ccc;
	margin: 0 0 24px;
	padding: 0 0 35px;
}
#yoyakuH a{
	color:#333333;
	text-decoration:none !important;
}
#yoyakuH h2{
	background:url("/sightseeing/hokkaido/img/line980.gif") no-repeat scroll center bottom rgba(0, 0, 0, 0);
	color: #333;
	font-size: 24px;
	padding: 0 0 15px;
	text-align: left;
}
#yoyakuH dl{
	border: 1px solid #ccc;
	border-radius: 5px;
	float: left;
	margin: 15px 9px 0 0;
	padding: 10px 8px;
	width: 220px;
	display:block;
	position:relative;
}
		#yoyakuH dl:hover{
			background-color:#d1e7ff;
			cursor:pointer;
			border: 1px solid #fff;
		}
		#yoyakuH dl a{
			text-decoration: none;
			position:absolute;
			top:0;
			left:0;
			width:100%;
			height:100%;
			z-index:1;
		}

#yoyakuH dl.last{
	margin: 15px 0 0 !important;
}
#yoyakuH dl dt{
	background: url("/sightseeing/hokkaido/img/yoyaku_tit.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	font-size: 15px;
	height: 37px;
	padding: 7px 0 0;
	text-align: center;
}
		#yoyakuH dl dd{
			font-size: 12px;
			margin: 10px 0 0;
		}
		#yoyakuH dl dd.icon{
			text-align:center;
		}
		#yoyakuH dl dd.tleft{
			padding: 0 0 0 10px;
			text-align: center;
			font-size:12px;
		}
		#yoyakuH dl dd.btn{
			background: url("/sightseeing/hokkaido/img/btnYoyaku.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
			height: 45px;
			padding: 0;
			width: 220px;
			text-align: center;
		}
		#yoyakuH dd.btn p {
			color: #fff;
			font-size: 14px;
			line-height: 45px;
			position: relative;
			margin:0;
			padding:0;
			text-shadow: 1px 1px 1px #333333;
			color: #fff;
			display:inline;
		}
				#yoyakuH dd.btn p:before {
					-moz-border-bottom-colors: none;
					-moz-border-left-colors: none;
					-moz-border-right-colors: none;
					-moz-border-top-colors: none;
					border-color: transparent transparent transparent #fff;
					border-image: none;
					border-style: solid;
					border-width: 3px;
					content: " ";
					left: -11%;
					position: absolute;
					top: 6px;
				}
		#yoyakuH .fontS {
			font-size: 11px !important;
		}
#mainCont {
	float: left;
	width: 631px;
}


/* （北海道/九州各県）たびらいランキング・まとめ記事、エリア共通
--------------------------------------------------- */
#mainCont_sub .box:hover{
	background: none repeat scroll 0 0 #d1e7ff;
}
#mainCont_sub h2 {
	font-weight: normal;
	font-size: 16px;
	margin: 0 auto 10px;
	width: 560px;
	padding: 0 0 0 25px;
	line-height: 1.5;
	background: url("/sightseeing/common/images/f_h2_circle.jpg") center left no-repeat;
	border-bottom: 1px solid #cccccc;
}
#mainCont_sub h3 {
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 14px;
	line-height: 2.0;
	/* background: url("/sightseeing/common/images/midashi_under_line.gif") bottom left no-repeat; */
}
#mainCont_sub #photo,
#mainCont_sub #area {
		width: 631px;
	margin-bottom: 20px;
	padding: 15px 0 20px;
	border: solid 1px #ccc;
	background: #ffffff;
	overflow: hidden;
}
#mainCont_sub #photo .box,
#mainCont_sub #area .box {
	height: 90px;
	border-bottom: 1px dashed #ccc;
	cursor: pointer;
	overflow: hidden;
	box-sizing: border-box;
}
#mainCont_sub #photo .box .find,
#mainCont_sub #area .box .find {
	padding: 10px 10px;
}
#mainCont_sub #photo .box dl,
#mainCont_sub #area .box dl {
	overflow: hidden;
	padding: 0 !important;
}
#mainCont_sub #photo .box dt,
#mainCont_sub #area .box dt {
	float: left;
	width: 100px;
	padding: 0 15px 0 0;
}
#mainCont_sub #photo .box dt img,
#mainCont_sub #area .box dt img {
	width: 100%;
	height: auto;
}
#mainCont_sub #photo .box dd,
#mainCont_sub #area .box dd {
	display: table;
	height: 68px;
}
#mainCont_sub #photo .box dd p,
#mainCont_sub #area .box dd p {
	font-size: 18px;
	line-height: 1.5em;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-weight: normal;
	display: table-cell;
	vertical-align: middle;
}

/* (北海道／九州各県)　たびらいランキング・まとめ記事
--------------------------------------------------- */
#photo #photo_sp {
	width: 585px;
	margin:0 auto 10px;
	overflow:hidden;
}
#photo #photo_sp img {
	margin:1px;
}
#photo #sp_main {
	width: 255px;
	float: left;
	position: relative;
}
#photo #sp_main span {
	position:absolute;
	bottom:0;
	left:0;
	width: 100%;
	padding: 10px 0;
	background: url("/sightseeing/common/images/opacity_bg.png") repeat center center;
	color: #fff;
	font-size: 12px;
	text-align: center;
}
#photo #sp_other {
	width: 350px;
	float: right;
}
#photo #sp_other p {
	clear: both;
	border-width: 1px 0 0;
	border-color: #ccc;
	border-style: solid;
	padding: 9px 0;
	overflow: hidden;
	font-weight: bold;
}
#photo #sp_other p:last-child {
	border-width: 1px 0 1px;
	border-color: #ccc;
	border-style: solid;
}
#photo #sp_other p img {
	float:left;
	margin:0 5px 0 1px;
}
#photo #photo_gallery {
	width: 625px;
	overflow: hidden;
	margin: 0 auto 20px;
}
#photo div.column {
	width: 205px;
	margin: 0 0 0 3px;
	float: left;
	position: relative;
}
#photo div.column span {
	position:absolute;
	bottom:-4em;
	left:0;
	background: url("/sightseeing/common/images/opacity_bg.png") repeat center center;
	width: 100%;
	height:2em;
	color: #fff;
	text-align: center;
	padding: 1em 0;
	font-size: 12px;
}


/* (北海道)　人気エリア別の旅行情報はコチラから
--------------------------------------------------- */
#area #area_sp {
	width: 585px;
	overflow:hidden;
	margin:0 auto 10px;
}
#area #sp_main {
	width: 255px;
	float: left;
	position: relative;
}
#area #sp_main span {
	position:absolute;
	bottom:0;
	left:0;
	background: url("/sightseeing/common/images/opacity_bg.png") repeat center center;
	width: 100%;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	font-size: 12px;
}
#area #sp_other {
	width: 350px;
	float: right;
}
#area #sp_other p {
	clear: both;
	border-width: 1px 0 0;
	border-color: #ccc;
	border-style: solid;
	padding: 9px 0;
	overflow: hidden;
	font-weight: bold;
}
#area #sp_other p:last-child {
	border-width: 1px 0 1px;
	border-color: #ccc;
	border-style: solid;
}
#area #sp_other p img {
	float:left;
	margin:0 5px 0 1px;
}
#area #area_gallery {
	width: 625px;
	overflow:hidden;
	margin:0 auto 20px;
}
#area div.column {
	width: 205px;
	margin:0 0 0 3px;
	float: left;
	position: relative;
}
#area div.column span {
	position:absolute;
	bottom:-4em;
	left:0;
	background: url("/sightseeing/common/images/opacity_bg.png") repeat center center;
	width: 100%;
	height:2em;
	color: #fff;
	text-align: center;
	padding: 1em 0;
	font-size: 12px;
}



/* (沖縄)　トップ用CSSはここから
--------------------------------------------------- */
#mainArea.s_okinawa {
	margin: 0 auto 30px;
	position: relative;
	padding: 450px 0 0;
	width: 1000px;
}
#mainArea.s_okinawa  #contents {
	margin: 0 auto;
	padding: 0 0 0px;
	position: relative;
	width: 1000px;
	clear: both;
	overflow: hidden;
}

/*　旅を予約する　*/
.s_okinawa #yoyakuH {
	border-bottom: 1px dashed #ccc;
	margin: 0 0 24px;
	padding: 0;
}
ul.YoyakuBox {
	margin: 0px 0 20px;
	width:1000px; 
}
.s_okinawa #yoyakuH h2 {
	background: url(/sightseeing/okinawa/img/line1000.gif) no-repeat scroll center bottom rgba(0, 0, 0, 0);
	color: #333;
	font-size: 24px;
	padding: 0 0 15px;
	text-align: left;
}
ul.YoyakuBox li {
	border: 1px solid #ccc;
	border-radius: 5px;
	float: left;
	margin: 20px 20px 20px 0;
	width: 233px;
	height: 198px;
	position: relative;
}
ul.YoyakuBox li:last-child {
	margin-right: 0;
}
ul.YoyakuBox li a {
	display: block;
	text-decoration: none;
	width: 100%;
	height: 100%;
	z-index: 1;
	text-align: center;
}
ul.YoyakuBox li a:hover {
	background-color:#d1e7ff;
	cursor:pointer;
}
ul.YoyakuBox li a img {
	padding-top: 40px;
}
ul.YoyakuBox li a p {
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	padding-top: 30px;
}
ul.YoyakuBox li a p span {
	font-size: 12px;
	font-weight: normal;
}
/*　今が旬のおすすめ観光情報　*/
.s_okinawa #boxCont {
	margin: 0 auto;
	overflow: hidden;
	width: 1000px;
}
.s_okinawa #mainCont {
	float: left;
	width: 672px;
	border:none;
}
.s_okinawa #contents #specialContH {
	margin: 0 0 20px;
	padding: 0 0;
	width: 672px;
	float: none;
	overflow: hidden;
}
.s_okinawa #specialContH h2 {
	border-bottom: none !important;
	font-size: 25px;
	font-weight: bold;
	padding: 13px 0;
	text-align: left;
	text-indent: 0px !important;
}
.s_okinawa #specialContH ul.fL {
	margin: 0 40px 0 0px;
}
.s_okinawa #specialContH ul.boxSinfo li {
	border: 1px solid #ccc;
	box-shadow: 0 2px 3px #dcdcdc;
	height: 320px;
	margin: 0 0 40px;
	padding: 0;
	width: 314px;
	position: relative;
}
.s_okinawa #specialContH ul.boxSinfo li img {
	border: 1px solid #fff;
	height: auto;
	margin: 0;
	width: 312px;
}
.s_okinawa #specialContH ul.boxSinfo li dl dd a {
	display: block;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-size: 20px;
	color: #333;
	left: 0;
	line-height: 160%;
	padding: 10px 5px 0 15px;
	position: absolute;
	text-decoration: none;
	top: 0;
	width: 288px;
	height: 114px;
	z-index: 1;
}

/*　特集タブエリア　*/
.s_okinawa #mainCont #special_cont{
	text-align:left;
}
.s_okinawa #mainCont .special_navi{
	background-color:rgba(255,255,255,0.7);
	margin-bottom:27px;
	overflow:hidden;
	padding:20px;
}
.s_okinawa #mainCont h2 {
	border-bottom: 2px solid #2168B8;
	font-size: 25px;
	font-weight: bold;
	padding: 13px 0;
	text-align: left;
	text-indent: 40px;
}
.s_okinawa #mainCont .special_banner{
	margin:0 auto 10px;
	width:640px;
}
.s_okinawa #mainCont .pageTop {
	margin: 0 0 50px;
	text-align: right;
}
.s_okinawa #mainCont .pageTop a {
	background: url(/sightseeing/okinawa/img/front/toTopIcon01.png) no-repeat scroll 0 center rgba(0, 0, 0, 0);
	color: #2068b7;
	/* border-bottom: 1px solid #0A72C9; */
	padding: 5px 0 5px 20px;
	text-decoration: none;
	font-size: 14px;
}
.s_okinawa #mainCont .pageTop a:hover {
	text-decoration:underline;
}
.s_okinawa #mainCont .pageTop a:visited {
	color:#8560a8;
}
.s_okinawa #mainCont ul.anchor{
	padding:12px;
}
.s_okinawa #mainCont ul.anchor li{
	float:left;
	margin:0 0 0 5px;
	width:150px;
}
.s_okinawa #mainCont ul.anchor li:first-child{
	margin:0;
}
.s_okinawa #mainCont ul.anchor li a{
	height:50px;
	line-height:100%;
	position:relative;
}
.s_okinawa #mainCont ul.anchor li a span{
	background:url(/sightseeing/okinawa/img/front/anchorIcon.png) no-repeat 0 3px;
	font-size:110%;
	display:block;
	padding:3px 0 0 15px;
	text-align:center;
	position:absolute;
	top:16px;
	left:10px;
	width:121px;
	text-shadow: 1px 1px 0 #155192;
}
.s_okinawa #mainCont .section{
	margin:0 0 25px;
}
.s_okinawa #mainCont .section .section_cont{
	padding: 15px 20px;
}
.s_okinawa #mainCont #another h3{
	background:url(/sightseeing/okinawa/img/front/h3bg.gif) no-repeat 0 100%;
	color:#333;
	font-size:24px;
	font-weight:bold;
	line-height:140%;
	margin:0 0 20px;
	padding:0 0 10px;
}
.midasiH3{
	background: url(/sightseeing/okinawa/img/h3bg.gif) no-repeat scroll 0 100% rgba(0, 0, 0, 0);
	overflow: hidden;
	margin:0 0 20px 0;
}
.s_okinawa #mainCont .section h3{
	float:left;
	color:#333;
	font-size:28px;
	font-weight:bold;
	line-height:135%;
	margin:0 0 0px;
	padding:0 0 11px;
}
.s_okinawa #mainCont .section .headSpecial{
	background-color: #d1e7ff;
	float: left;
	font-size: 110%;
	font-weight: normal;
	line-height: 140%;
	margin: 0 10px 0 0;
	padding:6px 12px;
	vertical-align: middle;
}
.s_okinawa #mainCont .section .linkHead{
	/*background: url("../images/front/linkIcon02.png") no-repeat scroll 100% 5px rgba(0, 0, 0, 0);*/
	float: right;
	margin: 10px 0 0;
	padding: 0;
}
.s_okinawa #mainCont .section .linkHead a{
	background: url(/sightseeing/okinawa/img/front/linkIcon01.png) no-repeat scroll 0 center rgba(0, 0, 0, 0);
	color: #4081df;
	padding: 0 0 0 10px;
	text-decoration: none;
	font-size: 14px;
}
.s_okinawa #mainCont .section .linkHead a:hover{
	text-decoration:underline;
}
.s_okinawa #mainCont .section .sec_pict_area{
	margin:0 0 15px;
}
.s_okinawa #mainCont .section .sec_pict_area .big_pict{
	float:left;
	position:relative;
	width:302px;
}
.s_okinawa #mainCont .section .sec_pict_area .big_pict .bigpictLink {
	height: 293px;
	position: absolute;
	width: 302px;
	z-index: 1;
	display:block;
}
.s_okinawa #mainCont .section .sec_pict_area .big_pict .link {
	font-size: 80%;
	padding: 6px 10px 6px 0px;
	bottom: 0px;
	color: #FFFFFF;
	z-index: 2;
	position: absolute;
	right: 0px;
	width: 292px;
	/* top: 5px; */
	text-align: right;
	background-color: rgba(51, 51, 51, 0.7);
}
.s_okinawa #mainCont .section .sec_pict_area .big_pict .link a {
	background:url("/sightseeing/okinawa/img/front/pictIcon01.png") no-repeat -3px 3px;
	color: #ffffff;
	/* padding: 0; */
	text-decoration: none;
	font-size: 14px;
	text-align: right;
}
.s_okinawa #mainCont .section .sec_pict_area .big_pict .link a:hover{
	text-decoration:underline;
}
.s_okinawa #mainCont .section .sec_pict_area .big_pict .link a:visited{
	color:#FFF;
}
.s_okinawa #mainCont .section .sec_pict_area .small_cont{
	float:right;
	width:280px;
}
.s_okinawa #mainCont .section .sec_pict_area .small_cont .small_pict{
	width:134px;
	float:left;
	position: relative;
	margin-bottom:12px;
}
.s_okinawa #mainCont .section .sec_pict_area .small_pict .smallpictLink {
	height: 140px;
	position: absolute;
	width: 134px;
	z-index: 1;
	display:block;
}
.s_okinawa #mainCont .section .sec_pict_area .small_pict .readText{
	background-color: rgba(51, 51, 51, 0.7);
	bottom: 0;
	position: absolute;
	width: 134px;
}
.s_okinawa #mainCont .section .sec_pict_area .small_pict .link{
	background:none;
	padding:5px;
	color: #FFFFFF;
	z-index: 2;
	position: relative;
}
.s_okinawa #mainCont .section .sec_pict_area .small_pict .link a{
	background:none;
	color: #ffffff;
	padding: 0;
	text-decoration: none;
	line-height: 1.3;
	font-size:12px;
}
.s_okinawa #mainCont .section .sec_pict_area .small_pict .link a:hover{
	text-decoration:underline;
}
.s_okinawa #mainCont .section .sec_pict_area .small_pict .link a:visited{
	color:#FFFFFF;
}
.s_okinawa #mainCont .section .sec_pict_area a:hover{
	text-decoration:underline;
}
.s_okinawa #mainCont #another dl dd a:visited,
.s_okinawa #mainCont .section .sec_pict_area a:visited{
	color:#8560a8;
}
.s_okinawa #mainCont .section .section_cont > .link{
	padding:0 ;
	text-align:right;
	margin: 0 0 10px;
}
.s_okinawa #mainCont .section .link a{
	background:url(/sightseeing/okinawa/img/front/linkIcon01.png) no-repeat 0 center;
	color:#4081DF;
	padding:0 0 0 10px;
	text-decoration:none;
	font-size: 14px;
}
.s_okinawa #mainCont .section .link a:hover{
	text-decoration:underline;
}
.s_okinawa #mainCont .section .link a:visited{
	color:#8560a8;
}
.s_okinawa #mainCont .section h4{
	font-size:18px;
	margin:0 0 5px;
	border-left: 5px solid #d60008;
	padding:0 0 3px 7px;
}
.s_okinawa #mainCont .section .info_area{
	margin:0 0 25px;
}
.s_okinawa #mainCont .section .info_area .info_cont {
	border-top: 1px solid #999999;
	padding: 20px 20px 0;
	margin:0 0 15px;
}
.s_okinawa #mainCont .section .info_area dl{
	border:none;
	float:left;
	margin:0;
	width:260px;
	font-size:15px;
}
.s_okinawa #mainCont .section .info_area dl ~ dl{
	border-left:1px solid #ccc;
	margin:0 0 0 20px;
	padding:0 0 0px 15px;
	width:270px;
}
.s_okinawa #mainCont .section .info_area dl dt.info01{
	background-image:url(/sightseeing/okinawa/img/front/infoIcon01.gif);
	background-color:rgba(0, 0, 0, 0);
	background-repeat:no-repeat;
	background-position:0 2px;
	background-attachment:scroll;
	background-size:21px auto;
	margin:0;
	padding:0px 0 0 24px;
	font-size:12px;
	line-height:2em;
}
.s_okinawa #mainCont .section .info_area dl dt.info02{
	background-image:url(/sightseeing/okinawa/img/front/infoIcon02.gif);
	background-color:rgba(0, 0, 0, 0);
	background-repeat:no-repeat;
	background-position:0 2px;
	background-attachment:scroll;
	background-size:21px auto;
	margin:0;
	padding:0px 0 0 24px;
	font-size:12px;
	line-height:2em;
}
.s_okinawa #mainCont .section .info_area dl dt.info03{
	background-image:url(/sightseeing/okinawa/img/front/infoIcon03.gif);
	background-color:rgba(0, 0, 0, 0);
	background-repeat:no-repeat;
	background-position:0 2px;
	background-attachment:scroll;
	background-size:21px auto;
	margin:0;
	padding:0px 0 0 24px;
	font-size:12px;
	line-height:2em;
}
.s_okinawa #mainCont .section .info_area dl dt.info04{
	background-image:url(/sightseeing/okinawa/img/front/infoIcon04.gif);
	background-color:rgba(0, 0, 0, 0);
	background-repeat:no-repeat;
	background-position:0 2px;
	background-attachment:scroll;
	background-size:21px auto;
	margin:0;
	padding:0px 0 0 24px;
	font-size:12px;
	line-height:2em;
}
.s_okinawa #mainCont .section .info_area dl dt.info05{
	background-image:url(/sightseeing/okinawa/img/front/infoIcon05.gif);
	background-color:rgba(0, 0, 0, 0);
	background-repeat:no-repeat;
	background-position:0 2px;
	background-attachment:scroll;
	background-size:21px auto;
	margin:0;
	padding:0px 0 0 24px;
	font-size:12px;
	line-height:2em;
}
.s_okinawa #mainCont .section .info_area dl dt.info06{
	background-image:url(/sightseeing/okinawa/img/front/infoIcon06.gif);
	background-color:rgba(0, 0, 0, 0);
	background-repeat:no-repeat;
	background-position:0 2px;
	background-attachment:scroll;
	background-size:21px auto;
	margin:0;
	padding:0px 0 0 24px;
	font-size:12px;
	line-height:2em;
}
.s_okinawa #mainCont .section .info_area dl dt:first-child{
	margin:0;
	border: none;
}
.s_okinawa #mainCont .section .info_area dl dd{
	border-bottom: 1px dotted #ccc;
	margin: 0 0 15px;
	padding: 0 0 0 24px;
	height:60px !important;
}
.s_okinawa #mainCont .section .info_area dl dd:last-child{
	margin: 0px;
}
.s_okinawa #mainCont .section .info_area dl dd a:link{
	color:#2068b7;
	text-decoration:none;
}
.s_okinawa #mainCont .section .info_area dl dd a:hover{
	text-decoration:underline;
}
.s_okinawa #mainCont .section .info_area dl dd a:visited{
	color:#8560a8;
}
.s_okinawa #mainCont .section .more{
	clear:both;
}
.s_okinawa #mainCont .section .more a,.special-btn a{
	padding:14px 0;
	text-align:center;
}
.s_okinawa #mainCont .section .more a {
	background: #3980ce;
	background: -moz-linear-gradient(top, #3980ce 0%, #236ab8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3980ce), color-stop(100%,#236ab8));
	background: -webkit-linear-gradient(top, #3980ce 0%,#236ab8 100%);
	background: -o-linear-gradient(top, #3980ce 0%,#236ab8 100%);
	background: -ms-linear-gradient(top, #3980ce 0%,#236ab8 100%);
	background: linear-gradient(to bottom, #3980ce 0%,#236ab8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3980ce', endColorstr='#236ab8',GradientType=0 );
	border-radius: 5px;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	text-decoration: none;
	overflow: hidden;
}
.s_okinawa #mainCont .section .more a span,.special-btn a span{
	background:url(/sightseeing/okinawa/img/front/headLinkIcon01.png) no-repeat 5px center;
	color:#FFFFFF;
	font-size: 18px;
	padding:0 0 0 30px;
}
.s_okinawa #mainCont .pr_area {
	background:url(/sightseeing/okinawa/img/front/prBg.jpg) no-repeat 0 0;
	height:176px;
	margin:0 0 10px;
	position:relative;
}
.s_okinawa #mainCont .pr_area .pict{
	position:absolute;
	top:3px;
	left:6px;
}
.s_okinawa #mainCont .pr_area h4{
	background:url(/sightseeing/okinawa/img/front/prIcon.gif) no-repeat 0 5px;
	font-size:150%;
	padding:0 0 0 20px;
	position:absolute;
	top:15px;
	left:260px;
	width:630px;
}
.s_okinawa #mainCont .pr_area h4 a:link{
	color:#2068b7;
	text-decoration:none;
}
.s_okinawa #mainCont .pr_area h4 a:hover{
	text-decoration:underline;
}
.s_okinawa #mainCont .pr_area h4 a:visited{
	color:#8560a8;
}
.s_okinawa #mainCont .pr_area ul{
	position:absolute;
	top:90px;
	left:260px;
}
.s_okinawa #mainCont .pr_area ul li{
	color:#DD0035;
	font-weight:bold;
	float:left;
	margin:0 0 0 18px;
	text-align:center;
	width:210px;
}
.s_okinawa #mainCont .pr_area ul li:first-child{
	margin:0;
}
.s_okinawa #mainCont .pr_area ul li strong{
	font-size:130%;
}
.s_okinawa #mainCont #another h3{
	margin:0;
}
.s_okinawa #mainCont #another{
	margin: 0 0 10px;
}
.s_okinawa #mainCont #another .another_cont{
	padding:20px 15px;
}
.s_okinawa #mainCont #another #boxAnother{
	overflow:hidden;
	margin:0 ;
	padding:30px 8px 0;
}
.s_okinawa #mainCont #another .boxant{
	margin:0 0 20px;
}
.s_okinawa #mainCont #another dl{
	float: left;
	width: 285px;
	padding-bottom: 8px;
	border-bottom: 1px dashed #cccccc;
	height: 110px;
}
.s_okinawa #mainCont #another dl.left{
	margin: 0 20px 0 0;
}
.s_okinawa #mainCont #another dt{
	float: right;
	margin:3px 0 5px;
	width: 190px;
	font-size:12px;
	line-height: 1.6em;
}
.s_okinawa #mainCont #another dd{
	float: right;
	width: 190px;
}
.s_okinawa #mainCont #another dd.pict{
	float: left;
	width: 83px;
}
.s_okinawa #mainCont #another dd a{
	text-decoration:none;
	font-size:14px;
}
.s_okinawa #mainCont #another dd a:hover{
	text-decoration:underline;
}
.s_okinawa #mainCont .otherlink{
	background:url(/sightseeing/okinawa/img/front/moreIcon.png) no-repeat  76% center;
	padding: 0;
	text-align: right;
	clear:left;
}
.s_okinawa #mainCont .link a{
	color:#4081DF;
	padding:0 0 0 10px;
	text-decoration:none;
	font-size: 14px;
}
.s_okinawa #mainCont .link a:hover{
	text-decoration:underline;
}
.headtxt{
	padding: 0;
	clear: both;
	font-size: 14px;;
}
strong.headtxt {
	font-weight: normal;
}

/* 特集タブセレクト */
.s_okinawa #mainCont ul.tab li:hover {
	cursor: pointer;
	opacity: 0.8;
}
.s_okinawa #mainCont .tab,
.s_okinawa #mainCont .tab2 {
	overflow:hidden;
	margin-top:20px;
	margin-bottom:-1px;
}
.s_okinawa #mainCont .tab li,
.s_okinawa #mainCont .tab2 li {
	background:#cccccc;
	width:150px;
	padding:10px 0;
	float:left;
	margin-right:5px;
	border-radius:3px 3px 0 0;
	border:1px solid #cccccc;
	border-bottom:none;
	text-align:center;
	color:#898989;
	font-weight:bold;
	font-size:16px;
}
.s_okinawa #mainCont .tab li.select,
.s_okinawa #mainCont .tab2 li.select{
	background:#ffffff;
	color:#246bb9;
}
.s_okinawa #mainCont .hide {display:none;}
.s_okinawa #mainCont ul.content,
.s_okinawa #mainCont ul.content2{
	border-top:1px solid #cccccc;
}
.s_okinawa #mainCont .tab2 li{
	width:100px;
	margin-right:4px;
}
/*タブ02・03スタイル*/
.s_okinawa #mainCont .tab_area{
	margin-bottom:25px;
	overflow:hidden;
}
.s_okinawa #mainCont .tab_area article {
  padding: 20px 0;
  border-bottom: 1px dashed #cccccc;
  overflow: hidden;
}
.s_okinawa #mainCont .tab_area article img{
	float:left;
	padding-right:20px;
}
.s_okinawa #mainCont .tab_area article h3{
	float:none;
	font-size:20px;
}
.s_okinawa #mainCont .tab_area article section p.f_right {
	margin-top: 10px;
}
.s_okinawa #mainCont .tab_area ul.min-box{
	width:310px;
	font-size:14px;
	line-height:130%;
}
.s_okinawa #mainCont .tab_area ul.min-box h3{
	font-size:15px;
	font-weight:500;
	padding-bottom:7px;
}
.s_okinawa #mainCont .tab_area ul.min-box  section{
	width:190px;
	float:right;
}
.s_okinawa #mainCont .special-btn a{
	margin:0 20px 40px;
}
.s_okinawa #mainCont .section .special-btn {
  clear: both;
	padding-top:25px;
	overflow:inherit;
}
.selection-link {
	clear: both;
	padding-top:25px;
	overflow:inherit;
	text-align:right;
}
.s_okinawa #mainCont .tab li.tour-tab{
	max-height:38px;
	padding:4px 0;
	line-height:100%;
	font-size: 15px
}
.s_okinawa #mainCont .tab li.tour-tab span {
	font-size: 13px;
}
.s_okinawa #mainCont .recommend .section article{
	font-size:18px;
	font-weight:500;
	padding:15px 0;
}
.s_okinawa #mainCont .home-style h2 {
  background-color:#ffffff;
  border-bottom: 2px solid #246bb9;
  font-size: 27px;
  font-weight: bold;
  color: #246bb9;
  padding: 10px 0 10px 6%;
  text-align: left;
}
.s_okinawa #mainCont h2.title_icon01{
	background:url(/sightseeing/okinawa/img/front/title_icon01.png) no-repeat;
	background-position:1% 50%;
}
.s_okinawa #mainCont h2.title_icon02{
	background:url(/sightseeing/okinawa/img/front/title_icon02.png) no-repeat;
	background-position:1% 50%;
}
.s_okinawa #mainCont h2.title_icon03{
	background:url(/sightseeing/okinawa/img/front/title_icon03.png) no-repeat;
	background-position:1% 50%;
}
.s_okinawa #mainCont h2.title_icon04{
	background:url(/sightseeing/okinawa/img/front/title_icon04.png) no-repeat;
	background-position:1% 50%;
}
.s_okinawa #mainCont .content ul img{
	width:100px;
	height:75px;
}
.s_okinawa #mainCont .special_navi li {
  margin-bottom: 5px;
}
.s_okinawa #mainCont .arrow {
  padding-left: 8px;
  background: url(/sightseeing/okinawa/img/i_arrow.png) no-repeat left 6px;
}

/*　ツイッター　*/
iframe#twitter-widget-0 {
	position: static;
	visibility: visible;
	display: inline-block;
	width: 100%;
	height: 400px;
	padding: 0px;
	border: none;
	max-width: 318px;
	min-width: 180px;
	min-height: 200px;
	margin-top: 0px;
	margin-bottom: 30px;
}

/* 重要な何かのお知らせ(震災関連とか) */
#infoNews {
	border: 5px solid #DB2F3B;
	line-height: 140%;
	margin: 10px auto 20px;
	padding: 10px 15px;
	font-size: 13px;
}
#infoNews p {
	margin: 0;
	text-align: left;
	line-height: 1.5em;
}
#infoNews span {
	font-weight: bold;
	color: #d7000f;
	font-size: 15px;
	line-height: 1.8em;
}

/* 画像をフェードさせる */
.lazyload, .lazyloading {
	opacity: 0;
	transform: translateY(-10px);
}
.lazyloaded {
	opacity: 1;
	transform: translateY(0);
	-webkit-transition: all .9s;
	-moz-transition: all .9s;
	-ms-transition: all .9s;
	-o-transition: all .9s;
	transition: all .9s;
	-moz-transition-delay: .3s;
	-webkit-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}
.s_rank .rank_num {
	z-index: 999 !important;
}



/* タブオープン改修に伴うCSS変更　沖縄TOP
--------------------------------------------------- */
#mainbox {
	display: none;
}
.s_okinawa.tab--open #yoyakuH {
	margin: 0 0 32px;
}
.s_okinawa.tab--open #yoyakuH h2 {
    position: relative;
    background: none;
    border-bottom: 2px solid #ccc;
    color: #333;
    font-size: 24px;
    padding: 0 0 15px;
    text-align: left;
}
.s_okinawa.tab--open #yoyakuH h2:after,
.s_okinawa.tab--open #mainCont #another h3:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	border-bottom: 2px solid #003894;
	width: 100px;
}
.s_okinawa.tab--open #mainCont {
	width: 660px;
}
.s_okinawa.tab--open #mainCont ul.content, .s_okinawa.tab--open #mainCont ul.content2 {
	 border-top: none; 
}
.s_okinawa.tab--open #specialContH ul.fL {
	margin: 0 27px 0 0px;
}
.s_okinawa.tab--open #specialContH ul.boxSinfo li {
	height: 320px;
}
.s_okinawa.tab--open #mainCont .section {
	overflow: hidden;
}
.s_okinawa.tab--open #mainCont .section .section_cont {
	padding: 15px 0;
}
.s_okinawa.tab--open .midasiH3 {
	background: url(/sightseeing/okinawa/img/h3bg.gif) no-repeat scroll 0 100% rgba(0, 0, 0, 0);
	overflow: hidden;
	margin: 0 auto;
}
.s_okinawa.tab--open #mainCont .midasiH3 h3 {
	float: left;
	color: #333;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	margin: 0 0 0;
	padding: 0 0 3px 10px;
	border-left: 7px solid #003894;
}
.s_okinawa.tab--open #mainCont .section .midasiH3 .headtxt {
	padding: 14px 0 0;
	clear: both;
	font-size: 14px;
}
.s_okinawa.tab--open #mainCont .section .sec_pict_area {
	margin: 20px 32px 15px;
}
.s_okinawa.tab--open #mainCont .section .more a {
	background: #3980ce;
	background: -moz-linear-gradient(top, #3980ce 0%, #236ab8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3980ce), color-stop(100%,#236ab8));
	background: -webkit-linear-gradient(top, #3980ce 0%,#236ab8 100%);
	background: -o-linear-gradient(top, #3980ce 0%,#236ab8 100%);
	background: -ms-linear-gradient(top, #3980ce 0%,#236ab8 100%);
	background: linear-gradient(to bottom, #3980ce 0%,#236ab8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3980ce', endColorstr='#236ab8',GradientType=0 );
	border-radius: 5px;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	text-decoration: none;
	overflow: hidden;
	width: 596px;
	margin: 0 auto;
}
.s_okinawa.tab--open #specialContH h2, .s_okinawa.tab--open #mainCont h2 {
	border-bottom: 2px solid #003894 !important;
	font-size: 27px;
	font-weight: bold;
	padding: 16px 0;
	text-align: left;
	text-indent: 35px;
	color: #333;
}
.s_okinawa.tab--open #specialContH h2 {
	background: none;
}
.s_okinawa.tab--open #mainCont #another h3{
	position: relative;
	background: none;
	border-bottom: 2px solid #ccc;
	color:#333;
	margin: 0;
	padding: 0 0 6px;
}
.s_okinawa.tab--open #mainCont .section {
	margin: 0 0 25px;
	overflow: hidden;
}
.s_okinawa.tab--open #mainCont #another h3:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	border-bottom: 2px solid #003894;
	width: 100px;
}
.s_okinawa.tab--open #mainCont .tab_area {
	margin: 20px auto 25px;
}
.s_okinawa.tab--open #mainCont .arrow {
	padding-left: 15px;
	background: url(/sightseeing/okinawa/img/i_arrow2.png) no-repeat left center;
}
.s_okinawa.tab--open #mainCont .tab_area article h3 {
	float: none;
	font-size: 20px;
	line-height: 1.7;
}
.s_okinawa.tab--open #mainCont .tab_area .f_left.min-box h3,
.s_okinawa.tab--open #mainCont .tab_area .f_right.min-box h3 {
	font-size: 15px;
	line-height: 1.4;
}
.s_okinawa.tab--open #mainCont .tab_area article img {
	float: left;
	padding-right: 20px;
	width: 138px;
	height: auto;
}
.s_okinawa.tab--open #mainCont .tab_area .f_left.min-box img,
.s_okinawa.tab--open #mainCont .tab_area .f_right.min-box img {
	width: 100px;
	height: auto;
}
.s_okinawa.tab--open #mainCont .tab_area article p {
	padding: 0;
	border-bottom: none;
}
.s_okinawa.tab--open #mainCont .tab_area article section p.f_right {
	margin-top: 10px;
	display: none;
}
.s_okinawa.tab--open #mainCont .content.tab_area.recommend {
	margin-top: 20px;
}

/*沖縄観光の旬のおすすめ　リンクを<article>から変更*/
.s_okinawa.tab--open #mainCont .recommend .section p {
	font-size: 18px;
	font-weight: 500;
	padding: 15px 0;
}
.s_okinawa.tab--open #mainCont .tab_area p {
	padding: 20px 0;
	border-bottom: 1px dashed #cccccc;
	overflow: hidden;
}

/*10選系など観光スポット記事*/
.s_okinawa.tab--open #mainCont #another .another_cont {
	padding: 20px 0;
}
.s_okinawa.tab--open #mainCont #another #boxAnother {
	padding: 30px 0 0;
}
.s_okinawa.tab--open #mainCont #another dl {
	width: 320px;
	padding-bottom: 0;
}
.s_okinawa.tab--open #mainCont #another dd.pict {
	width: 120px;
}
.s_okinawa.tab--open #mainCont #another .cont--area dd.pict {
	float: none;
	height: auto;
	display: table-cell;
	vertical-align: middle;
	padding-right: 10px;
}
.s_okinawa.tab--open #mainCont #another .cont--area dt {
	float: none;
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	width: inherit;
	font-size: 15px;
	line-height: 1.6em;
}

/* プラグイン「Slick」スライド画像　沖縄TOP
--------------------------------------------------- */
#mainBox {
	display: none;
}
.ss__slideBox {
	position: relative;
}
.ss__slideBox .ss__slideBox__itemImg a {
	width: 1280px;
	height: 420px;
	margin: 0 auto;
}
.ss__slideBox a:hover img {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}
.ss__slideBox img {
	width: 100%;
	height: auto;
}
.ss__slideBox li:not(.slick-center) {
	cursor: default;
	pointer-events: none;
}
.ss__slideBox li:not(.slick-center) .ss__slideBox__icon {
	background: none;
}
.ss__slideBox li:not(.slick-center) .ss__slideBox__icon span {
	color: transparent;
}
.ss__slideBox__icon {
	width: 100%;
	height: 39px;
	position: absolute;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
	padding: 10px 0;
	text-align: right;
	box-sizing: border-box;
}
.ss__slideBox__icon span {
	font-size: 15px;
	color: #fff;
	text-decoration: underline;
	padding-right: 140px;
}

/* スライダー */
.ss__slideBox .slick-slide {
	position: relative;
	margin: 0;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.ss__slideBox .slick-slide:not(.slick-center) {
	opacity: 0.4;
	filter: Alpha(opacity=40);
}

/* next,prev */
.slick-prev,
.slick-next {
	display: block !important;
	top: 275px;
	border-radius: 50% 50%;
	width: 60px;
	height: 60px;
	background-size: 60% !important;
	z-index: 999;
}
.ss__slideBox .slick-prev,
.ss__slideBox .slick-next {
	top: 50%;
}
.ss__slideBox .slick-prev:hover,
.ss__slideBox .slick-prev:focus,
.ss__slideBox .slick-prev {
	background: rgba(100, 100, 100, 0.8) url(/sightseeing/okinawa/img/main/prev_btn.png) no-repeat center;
	left: 50%;
	margin-left: -505px;
}
.ss__slideBox .slick-next:hover,
.ss__slideBox .slick-next:focus,
.ss__slideBox .slick-next {
	background: rgba(100, 100, 100, 0.8) url(/sightseeing/okinawa/img/main/next_btn.png) no-repeat center;
	right: 50%;
	margin-right: -505px;
}
.slick-prev:before {
	content: '';
}
[dir='rtl'] .slick-prev:before {
	content: '';
}
.slick-next:before {
	content: '';
}
[dir='rtl'] .slick-next:before {
	content: '';
}

/* Dots */
.mvBox__js-slick__page {
	position: absolute;
	bottom: 6px;
	left: 50%;
	margin-left: -505px;
	display: block;
	padding: 0;
	list-style: none;
	text-align: center;
}
.mvBox__js-slick__page li {
	position: relative;
	display: inline-block;
	width: 24px;
	height: 20px;
	margin: 0 2px;
	padding: 0;
	cursor: pointer;
}
.mvBox__js-slick__page li button {
	border: 0;
	background: none;
	color: transparent;
}
.mvBox__js-slick__page li button:hover,
.mvBox__js-slick__page li button:focus {
	outline: none;
}
.mvBox__js-slick__page li button:hover:before,
.mvBox__js-slick__page li button:focus:before {
	opacity: 1;
}
.mvBox__js-slick__page li button:before {
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 15px;
	line-height: 15px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '●';
	text-align: center;
	opacity: 1;
	color: #c1c1c1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.mvBox__js-slick__page li.slick-active button:before {
	opacity: 1;
	color: #EE495A;
}