@charset "UTF-8";

/*==================================================================
	search setting
===================================================================*/
h2{
	background:url(/img/common/h1_xlarge.gif) no-repeat 0 0;
	height:45px;
	padding:8px 0 0 10px;
	font-size:120%;
	color:#FFF;
	font-weight:bold;
}
h2.area {
	overflow: hidden;
	height:79px;
	padding:0;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

h2#nahaHotel,h2#miyakojimaHotel,h2#ishigakijimaHotel,h2#nahaPlan,h2#miyakojimaPlan,h2#ishigakijimaPlan,h2#gogoPlan {
	height:79px;
	overflow:hidden;
	padding:0;
}
h2#nahaHotel span,h2#miyakojimaHotel span,h2#ishigakijimaHotel span,h2#nahaPlan span,h2#miyakojimaPlan span,h2#ishigakijimaPlan span,h2#gogoPlan span {
	display:block;
	height:0;
	padding-top:79px;
}
h2#nahaHotel span{
	background:url(/img/search/special_naha_hotel.jpg) no-repeat 0 0;
}
h2#miyakojimaHotel span{
	background:url(/img/search/special_miyakojima_hotel.jpg) no-repeat 0 0;
}
h2#ishigakijimaHotel span{
	background:url(/img/search/special_ishigakijima_hotel.jpg) no-repeat 0 0;
}
h2#nahaPlan span{
	background:url(/img/search/special_naha_plan.jpg) no-repeat 0 0;
}
h2#miyakojimaPlan span{
	background:url(/img/search/special_miyakojima_plan.jpg) no-repeat 0 0;
}
h2#ishigakijimaPlan span{
	background:url(/img/search/special_ishigakijima_plan.jpg) no-repeat 0 0;
}
h2#gogoPlan{
	height:124px;
	margin-bottom:15px;
}
h2#gogoPlan span{
	background:url(/img/search/gogo.jpg) no-repeat 0 0;
	padding-top:124px;
}


#main{
	width:850px;
	margin:0 auto;
	padding-top:17px;
}
.help a{
	background:url(/img/icon/help.gif) no-repeat 0 50%;
	padding-left:16px;
}
.bnrSp{
	margin-bottom:15px;
}

/*==================================================================
	searchBox
===================================================================*/
#searchBox{
	background-color:#FFFAEA;
	padding:10px;
	margin-bottom:30px;
}
#searchBox table{
	width:100%;
}
#searchBox th span{
	display:block;
	background:url(/img/search/bg_searchbox_th.gif) no-repeat 0 3px;
	padding:7px 0 0 5px;
	font-size:78%;
	width:68px;
	height:21px;
}
* html #searchBox th span{
	font-size:72%;
}
*+html #searchBox th span{
	font-size:72%;
}
html>/**/body #searchBox th span{  
	font-size /*\**/: 74%\9;  
}

#searchBox th{
	width:70px;
	vertical-align:top;
	color:#FFF;
	font-weight:bold;
	padding:5px 5px 5px 0;
	background:url(/img/common/line_dot_orange.gif) repeat-x 0 100%;
}
#searchBox td{
	background:url(/img/common/line_dot_orange.gif) repeat-x 0 100%;
	padding:5px 0;
}
#searchBox td .typeList li{
	display:inline;
	margin-right:10px;
}
#searchBox .submit{
	padding-top:10px;
	text-align:center;
}
#searchBox td select{
	margin:0 2px;
} 

#searchBox td th{
	color:#444;
	padding:2px 15px 2px 0;
	background-image:none;
}
#searchBox td td{
	padding:2px 15px 2px 0;
	background-image:none;
}
#searchBox td td input{
	margin-right:3px;
}
#searchBox li.full{
	width:100%;
}
#searchMore a{
	padding-left:17px;
	background:url(/img/icon/checkbox.gif) no-repeat 0 50%;	
}
#searchMoreType{
	padding-top:5px;
}
#searchMoreType a{
	padding-left:17px;
	background:url(/img/icon/checkbox.gif) no-repeat 0 50%;	
}

/*==================================================================
	searchSort
===================================================================*/
#searchSort{
	position:relative;
	height:30px;
	margin:15px 0;
	background:url(/img/search/bg_searchsort.gif) repeat-x 0 100%;
}
#searchSort #planList{
	position:absolute;
	top:0;
	left:0;
}
#searchSort #planList li{
	float:left;
	overflow:hidden;
	height:30px;
	margin-right:5px;
}
#searchSort #planList li a{
	display:block;
	height:0;
	padding-top:30px;
}
#planList #hotelPlan{
	width:144px;
}
#planList #hotelPlan a{
	background:url(/img/search/searchsort_list.gif) no-repeat 0 0;
	width:144px;
}
.p-hotel #planList #hotelPlan a{
	background-position:0 -30px;
}
#planList #stayPlan{
	width:144px;
}
#planList #stayPlan a{
	background:url(/img/search/searchsort_list.gif) no-repeat -144px 0;
	width:144px;
}
.p-plan #planList #stayPlan a{
	background-position:-144px -30px;
}
#searchSort #sortList{
	position:absolute;
	top:3px;
	right:0;
}
#searchSort #sortList li{
	display:inline;
	border-right:1px #666 solid;
	padding:0 7px 0 5px;
}

/*==================================================================
	searchResult
===================================================================*/
#searchResult{
	margin-bottom:15px;
	position:relative;
}
#searchResult strong span{
	font-size:160%;
	color:#CC0000;
}
#searchResult .pager{
	position:absolute;
	top:0;
	right:0;
}
#searchResult p{
	font-size:78%;
}

#searchResult .next{
	position:absolute;
	top:0;
	right:0;
}

/*==================================================================
	searchList
===================================================================*/
.searchList{
	margin-bottom:15px;
	position:relative;
}
.searchList .rightBox{
	width:575px;
}
.searchList .rightBox .section{
	background:url(/img/common/line_dot.gif) repeat-x 0 100%;
	padding-bottom:10px;
	margin-bottom:10px;
}
.searchList .leftBox{
	width:270px;
}
.searchList h3{
	font-weight:bold;
	padding:5px;
	background-color:#CCECFB;
	margin-bottom:10px;
}
.searchList h4{
	font-weight:bold;
	font-size:134%;
	margin-bottom:5px;
}
.searchList h4 a{
	background:url(/img/icon/arrow.gif) no-repeat 0 5px;
	padding-left:14px;
	text-decoration:underline;
}
.hotelLabel{
	position:absolute;
	top:5px;
	right:5px;
}
.hotelLabel li{
	display:inline;
	background-color:#FFF;
	font-size:11px;
	padding:3px 3px 1px 5px;
}

/*	listText
-------------------------------------------------------------------*/
.listText{
	float:left;
	width:460px;
}
.p-plan .listText{
	width:470px;
}
.listText p{
	margin-bottom:10px;
}

/*	listPrice
-------------------------------------------------------------------*/
.listPrice{
	float:right;
	width:105px;
	font-weight:bold;
	text-align:right;
	white-space:nowrap;
}
.p-plan .listPrice{
	width:150px;
}
.listPrice span{
	color:#CC0000;
	font-size:148%;
}
.listPrice p{
	margin-bottom:5px;
}

/*	access
-------------------------------------------------------------------*/
.access{
	background-color:#EEE;
	padding:5px 7px;
	font-size:82%;
}
.access h5{
	font-weight:bold;
	background:url(/img/icon/access.gif) no-repeat 0 50%;
	padding-left:18px;
	margin-bottom:3px;
}
.access p{
	margin-bottom:0;
}
.searchPlan .access{
	margin-right:10px;
}

/*	listPlan
-------------------------------------------------------------------*/
.listPlan h4{
	background:url(/img/search/h_stayplan.gif) no-repeat 0 0;
	overflow:hidden;
	height:14px;
}
.listPlan h4 span{
	display:block;
	height:0;
	padding-top:14px;
}
.listPlan table{
	width:100%;
	font-size:82%;
	margin-bottom:5px;
}
.listPlan th{
	text-align:center;
}
.listPlan td{
	padding:5px;
}
.listPlan .yellow td{
	background-color:#FFF4D2;
}
.listPlan td a,
.listPlan .right a{
	background:url(/img/icon/arrow_small.gif) no-repeat 0 50%;
	padding-left:8px;
}
.listPlan td li{
	display:inline;
}
.listPlan .right{
	font-size:82%;
}

/*	leftBox
-------------------------------------------------------------------*/
.searchList .leftBox li{
	float:left;
}
.searchList .leftBox li img{
	margin:0 10px 10px 0;
}

/*==================================================================
	searchPlan
===================================================================*/
.searchPlan{
	margin-bottom:15px;
	position:relative;
}
.searchPlan h3{
	font-weight:bold;
	padding:5px;
	background-color:#CCECFB;
	margin-bottom:10px;
}
.searchPlan h4{
	font-weight:bold;
	font-size:134%;
	margin-bottom:5px;
}
.searchPlan h4 a{
	background:url(/img/icon/arrow.gif) no-repeat 0 5px;
	padding-left:14px;
	text-decoration:underline;
}
.searchPlan .rightBox{
	width:630px;
}
.searchPlan .leftBox{
	width:210px;
}
.searchPlan .listText li{
	display:inline;
	font-size:78%;
}
.searchPlan .rightBox td{
	vertical-align:top;
}
.searchPlan .listCheck li{
	white-space:nowrap;
	display:inline;
	margin-right:10px;
	font-size:78%;
}
.checkIn{
	background:url(/img/icon/checkin.gif) no-repeat 0 50%;
	padding:3px 0 3px 15px;
}
.checkOut{
	background:url(/img/icon/checkout.gif) no-repeat 0 50%;
	padding:3px 0 3px 19px;
}

/*==================================================================
	campaign
===================================================================*/
.hotelName{
	font-size:16px;
	padding-left:10px;
}

/*==================================================================
	clearfix
===================================================================*/
.searchList:after,
.searchPlan:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.searchList,
.searchPlan{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .searchList,
* html .searchPlan{
	height: 1%;
	}
.searchList,
.searchPlan{
	display: block;
	}


