@charset "utf-8";
/**************************************************
okinawa.css
**************************************************/

/******************
subMenu 
*******************/
#content ul#subnav{
		
}
ul#subnav li a{
	display: block;
	width: 158px;
	height: 41px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
ul#subnav li:nth-of-type(1) a{
	width: 159px;
	background: url(../img/sub_nav01.jpg) no-repeat;
}
ul#subnav li:nth-of-type(2) a{
	background: url(../img/sub_nav02.jpg) no-repeat;
}
ul#subnav li:nth-of-type(3) a{
	background: url(../img/sub_nav03.jpg) no-repeat;
}
ul#subnav li:nth-of-type(4) a{
	background: url(../img/sub_nav04.jpg) no-repeat;
}
ul#subnav li:nth-of-type(5) a{
	background: url(../img/sub_nav05.jpg) no-repeat;
}
ul#subnav li:nth-of-type(6) a{
	width: 159px;
	background: url(../img/sub_nav06.jpg) no-repeat;
}
ul#subnav li a:hover,
ul#subnav li#active a{ 
	background-position:  0 -41px;
}
/*
#content ul#subMenu{
	background:url(../../common_img/subMenu_bg.gif) no-repeat 478px 0;
}
#content ul#subMenu li{ width: 190px; }
#content ul.limited li{ width: 158px !important; }
#content ul.limited li:last-of-type{ width: 160px !important; }
*/

/******************
h2.h2_tit
*******************/
#content h2.h2_tit {
    font-size:160%;
    letter-spacing:0.05em;
    padding:0 2px;
}
#content h2.h2_tit span{
	font-size: 80%;
	margin-left: 20px;
}


/******************
ul.btn
*******************/
/*
#content ul.btn {
	float: right;
    width:560px;
    overflow:hidden;
	 height: auto;
    margin-top:-2px;
}
#content ul.btn li {
    float:left;
    margin:0 0 10px 15px;
}
*/

/******************
INDEX
*******************/
#rightBox{ float: right; }

/*---------------
#mainImages
---------------*/
#mainImages {
    width:550px;
    background:url(../../index_img/mainImages_bg.gif) no-repeat 0 0;
    padding-bottom:15px;
}
#mainImages .panel {
    text-align:center;
    padding:0;
}
#mainImages .panel a {
    display:block;
    padding:3px;
    border:2px solid #3ca4f7;
}
#mainImages ul.filmstrip li img {
    width:113px;
    height:65px;
}

/*---------------
#linkbanner
---------------*/
ul#linkbanner{
	position: relative;
	width: 550px;
	height: auto;
	overflow:hidden;
}
ul#linkbanner li{
	width: 260px;
	float: left;
	margin-bottom: 20px;
}
ul#linkbanner li:nth-of-type(2n){ float: right; }

/*---------------
.newTopics
---------------*/
#content .newTopics {
	position: relative;
    width:380px;
    border:1px solid #cccccc;
    margin-bottom:9px;
}
#content .newTopics h2 {
    text-align:center;
    margin-top:1px;
}
#content .newTopics ul {
    width:354px;
    margin:-1px auto 0;
}
#content .newTopics ul li {
    background:url(../../common_img/border01.png) repeat-x 0 0;
    width:100%;
    overflow:hidden;
    padding:10px 0;
}
#content .newTopics ul li .day {
    display:block;
    width:6.5em;
    float:left;
    font-size:90%;
    padding-top:1px;
}
#content .newTopics ul li .plan {
    color:#ff3c00;
    font-weight:bold;
}

/*---------------
.tourrank
---------------*/
#content .tourrank {
    width:380px;
    border:1px solid #cccccc;
    margin-bottom:9px;
    font-size:90%;
}
#content .tourrank h2 {
    text-align:center;
    margin-top:1px;
}
#content .tourrank ol {
    width:354px;
    margin:10px auto 0;
}
#content .tourrank ol li{
	background-position: 0 0.7em;
    overflow:hidden;
    padding: 0 0 10px 35px;
}
#content .tourrank ol li:nth-of-type(1){ background:url(../index_img/rank01.jpg) no-repeat; }
#content .tourrank ol li:nth-of-type(2){ background:url(../index_img/rank02.jpg) no-repeat; }
#content .tourrank ol li:nth-of-type(3){ background:url(../index_img/rank03.jpg) no-repeat; }
#content .tourrank ol li:nth-of-type(4){ background:url(../index_img/rank04.jpg) no-repeat; }
#content .tourrank ol li:nth-of-type(5){ background:url(../index_img/rank05.jpg) no-repeat; }
#content .tourrank ol li .attention {
    display:block;
    color:#ff3c00;
}


/*
h2 img{ margin-bottom: 15px; }
*/


/******************
ERA_TOUR
*******************/
/*---------------
#stayTopImage
---------------*/
#stayTopImage{
	margin-bottom: 20px;
	overflow: hidden;
	height: auto;
}
#content #stayTopImage img#planImg{
	float: left;
    width: 620px;
}
#content #stayTopImage img.mainImage {
    border:2px solid #FF7BD7;
	 margin: -2px;
}

#topics{
	width: 390px;
	float: left;
	overflow: hidden;
	height: auto;
}

/*---------------
.schedule
---------------*/
#content .schedule {
    width:308px;
    height:auto;
    float:right;
    text-align:center;
    padding:1px 0 0;
    background:#FFF5E6;
		position: relative;
}
#content .schedule h4{  }
#content .schedule p#flight{
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 10px;
	background: #FFF;
	padding: 2px 5px;
	border: 1px solid #37A0F4;
}
#content .schedule table{
	margin: 0;
	width: 100%;
}
#content .schedule table th{
	vertical-align: middle;
	border:1px solid #FF9C0C;
	padding: 3px;
	font-weight: normal;
	text-align: center;
	font-size: 85%;
	white-space: nowrap;
	line-height: 1.0;
}
#content .schedule table td{
	vertical-align: middle;
	border:1px solid #FF9C0C;
	padding: 3px;
}
.bin{
	color: #FFF;
	background: #039;
	font-size: 85%;
	margin: 0 3px;
	padding: 1px 0;
}
.car{
	color: #FFF;
	background:#C00;
	font-size: 85%;
	padding: 1px;
}
.ltl{ font-size: 78%; }
#content .schedule table td.day{ text-align: center; }

/*---------------
#radotour
---------------*/
#radotour{
	text-align: center;
	margin: 0 0 20px 0;
}
#radotour dl{
  background:#FFF5E6;
	border:1px solid #FF9C0C;
	padding-top: 5px;
	overflow: hidden;
	height: auto;
}
#radotour dl dd{ float: left; }
#radotour dl dd:nth-of-type(1) { padding: 0 7px 8px 12px; }
#radotour dl dd:nth-of-type(2) { padding: 0 7px 8px 0; }
#radotour dl dd:nth-of-type(3) { padding: 0 7px 8px 0; }

/*---------------
#nahatour
---------------*/
#nahatour{
	text-align: center;
	margin: 0 0 20px 0;
}
#nahatour dl{
  background:#FFF5E6;
	border:1px solid #FF9C0C;
	padding: 10px 0;
	overflow: hidden;
	height: auto;
}
#nahatour dl dd{ float: left; }
#nahatour dl dd:nth-of-type(1) { padding: 0 0px 0px 12px; }
#nahatour dl dd:nth-of-type(2) { padding: 0; }

/*---------------
.hotelOkw
---------------*/
#content .hotelOkw {
	border:1px solid #cecece;
	margin:0 10px 19px 0;
	float:left;
	width:468px;
}
#content .hotelOkw h4 {
	font-size: 120%;
	font-weight: bold;
	background:#A6D0FF;
	margin:1px 1px 10px;
	padding:6px 12px;
	text-align:left;
}

#content .hotelOkw dl {
	width:450px;
	overflow:hidden;
	height: auto;
	margin:0 8px 10px 8px;
	text-align:left;
}
#content .hotelOkw dl dt{ margin-bottom: 5px; }
#content .hotelOkw dl dd.pct01{
	width: 300px;
	float: left;
}
#content .hotelOkw dl dd.pct02{
	width: 140px;
	float: right;
}
#content .hotelOkw dl dd.pct02 img{ margin-bottom: 10px; }

#content .hotelOkw table{
	border-collapse: collapse;
	margin: 0 10px 10px 10px;
}
#content .hotelOkw table th,
#content .hotelOkw table td{
	border-bottom: 1px solid #FFE0B2;
	padding: 5px;
}
#content .hotelOkw table th{
	white-space: nowrap;
	text-align: right;
	border-right: 1px dotted #FFE0B2;
	background: #F6F6F6;
}
#content .hotelOkw table th.title{
	text-align: center;
	font-weight: bold;
	background: #FFE0B2;
}
#content .hotelOkw table td{ width: 100%; }
#content .hotelOkw table td#htlicon img{
	margin: 0 0 5px 0;
	padding: 0 3px 0 0;
}

/*---------------
GoogleMap
---------------*/
.map{
	overflow: hidden;
	height: auto;
	margin: 0 8px 10px 8px;
}
.map .pmap{
	position: relative;
	float: left;
	width: 140px;
}
.map .pmap p{
	position: absolute;
}
.map .gmap{
	float: right;
	width: 300px;
}
.map .gmap p{
	text-align: right !important;
	margin: 0 !important;
}

/*---------------
.slidetabs
---------------*/
.hotelOkw .Area{
	display: block;
}
.hotelOkw .Area ul.tab{
	width:435px;
	overflow:hidden;
	height: auto;
	border-bottom:3px solid #FF9C0C;
	margin: 0 9px;
	padding: 0 0 0 15px;
}
.hotelOkw .Area ul.tab li{
    width:140px;
    float:left;
}
#nahaArea .hotelOkw .Area ul.tab li{
    width:210px;
}
.hotelOkw .Area .tabPanelGroup{
	margin: 0 9px 10px 9px;
	background: #FFE0B2;
	padding: 10px;
}

.hotelOkw .tabPanel ul{
	overflow:hidden;
	height: auto;
}
.hotelOkw .tabPanel ul li{
	float: left;
	margin-right: 10px;
}
.hotelOkw .tabPanel ul li:last-of-type{ margin: 0; }



#content .hotelArea {
    width:970px;
    margin:0 -70px 30px 0;
    overflow:hidden;
}


/******************
周遊プラン
*******************/
/*---------------
.mainImage
---------------*/
dl.shuyu{
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}
dl.shuyu dt{
	float: left;
	width: 625px;
}
dl.shuyu dd{
	float: right;
	width: 300px;
}

/*---------------
.hotelBox
---------------*/
#round .hotelBox{
	width: 904px;
	border:2px solid #FF9C0C;
	padding: 20px;
	margin-bottom: 20px;
}
#round .hotelBox dl{
	width: 904px;
	margin: 0 0 10px 0;
}
#round .hotelBox dl.title dt{
	font-size:160%;
	letter-spacing:0.05em;
	font-weight: bold;
	padding: 5px 0 5px 20px;
	background:#FFE0B2;
}
#round .hotelBox dl.title dt span{
	margin-left: 10px;
	color: #FF0000;
}
#round .hotelBox dl.title dd{
	font-size: 140%;
	padding-left: 20px;
}

#round .hotelBox .main{
	position: relative;
	overflow: hidden;
	height: auto;
}
#round .hotelBox .main .htlpct{
	width: 320px;
	float: left;
}
#round .hotelBox .main .htlpct p{ margin-bottom: 20px; }
#round .hotelBox .main .tour{
	width: 560px;
	float: right;
}
#round .hotelBox .main table{
	margin: 0 0 20px 0;
}
#round .hotelBox .main table th,
#round .hotelBox .main table td{
	border-bottom: 1px solid #A6D0FF;
	padding: 5px;
}
#content .hotelBox table th{
	white-space: nowrap;
	text-align: right;
	border-right: 1px dotted #A6D0FF;
}
#round .hotelBox .main table th.title{
	text-align: center;
	font-weight: bold;
	background: #A6D0FF;
}

#round .hotelBox .main form{
	background: #FFF5E6;
	border: 1px solid #cecece;
	padding: 10px 15px;
	overflow: hidden;
	height: auto;
}
#round .hotelBox .main form dl.choice{
	width: 310px;
	float: left;
	overflow: hidden;
	height: auto;
	margin: 0;
	margin-top: 10px;
}
#round .hotelBox .main form dl.choice dt{
	width: 110px;
	float: left;
	clear: left;
	margin-bottom: 10px;
}
#round .hotelBox .main form dl.choice dd{
	width: 230px:
	float: right;
	margin-bottom: 10px;
}
#round .hotelBox .main form select{
	width: 200px;
	font-size: 120%;
}
#round .hotelBox .main form input,
#round .hotelBox .main form label{ font-size: 120%; }
#round .hotelBox .main form p.sele{
	float: left;
	line-height: 2.5;
}
#round .hotelBox .main form p.btn_order{
	float: right;
	width: 200px;
	margin-top: 15px;
}