@charset "utf-8";
/* ===================================================================
CSS information

 file name  :main.css
 author     :
 style info :各詳細ページ
 
=================================================================== */

/* clearfix */ 
#detailsHotel:after, #hotelTop:after, #hotelTop ul:after, #hotelInfoBox:after, #hotelInfoBox ul:after, #hotelPhoto01:after,
#tab:after, #tabPhoto:after,
#hotelImages-big ul:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

/*----------------------------------------------------
	#ホテル詳細
----------------------------------------------------*/

#detailsHotel {
}

#detailsHotel h2 {
	color:#FFF;
	font-size:140%;
	width:538px;
	height:27px;
	margin-bottom:5px;
	padding:5px 0 0 12px;
	background:url(../img/h2_hoteldetails.gif) 0 0 no-repeat;
	white-space:nowrap;
	overflow-x:hidden;
}

/*----ホテルトップ----*/
#detailsHotel #hotelTop {
	zoom:1;
	margin-bottom:3px;
	padding-bottom:5px;
	border-bottom:1px dotted #ccc;
}

#detailsHotel #hotelTop ul {
	float:left;
}

#detailsHotel #hotelTop ul li {
}

#detailsHotel #hotelTop ul li.hotelName {
	color:#006600;
	font-weight:bold;
}


/*----泊まってみたい！----*/
#detailsHotel #hotelTop #hotelPoint {
	position:relative;
	float:right;
	width:263px;
	height:34px;
	background:url(../img/point_bg01.gif) 0 0 no-repeat;
}

#detailsHotel #hotelTop #hotelPoint .pointNum {
	position:absolute;
	top:11px; left:20px; 
}

#detailsHotel #hotelTop #hotelPoint .pointBtn {
	position:absolute;
	top:0; right:0; 
}

/*----ホテルインフォメーション----*/
#detailsHotel #hotelInfoBox {
	zoom:1;
	margin-bottom:0.5em;
	padding:5px;
	border-right:#E37912 2px solid;
	border-left:#E37912 2px solid;
	border-bottom:#E37912 2px solid;
}

#detailsHotel #hotelInfoBox  ul#hotelInfo01 {
	zoom:1;	
}

#detailsHotel #hotelInfoBox ul.hotelInfo01 li {
	float:left;
	display:inline;
	width:255px;
	padding:0 0 3px 10px;
	background:url(../img/icon_list_sq.gif) left 2px no-repeat;
}
/*----アイコン----*/
#detailsHotel #hotelInfoBox ul.icon {
	float:left;
	clear:both;
}

#detailsHotel #hotelInfoBox ul.icon li {
	float:left;
	display:inline;
	margin-right:3px;
}

#detailsHotel #hotelInfoBox ul.icon li img {
	vertical-align:bottom;
}

#detailsHotel p.mail {
	float:right;
	margin-top:5px;
}

/*----ホテルイメージ----*/
#detailsHotel ul#hotelPhoto01 {
	zoom:1;
	margin:0 0 1ex 0;
}

#detailsHotel ul#hotelPhoto01 li {
	float:left;
	display:inline;
	margin-left:20px;
	width:110px;
}

#detailsHotel ul#hotelPhoto01 p {
}

/*----ホテル説明文----*/
#detailsHotel #hotelInfo02 {
	margin-bottom:0.5em;
	padding:5px;
	background:#F0F0F0;
	clear:both;
}

#detailsHotel #hotelInfo02 p {
}

/*----ホテル料金詳細----*/
#detailsHotel #hotelOrder {
	margin-bottom:1em;
}

#detailsHotel #hotelOrder table {
	margin-bottom:0.5em;
	border-collapse:collapse;
    border-spacing:0;
	border-top:2px solid #CCC;
	border-left:2px solid #CCC;
	border-right:2px solid #999;
	border-bottom:2px solid #999;
	width: 100%;
}

#detailsHotel #hotelOrder table tr {
}

#detailsHotel #hotelOrder table th {
	font-weight:bold;
	text-align:center;
	padding:5px;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	white-space: nowrap;
	background:#FFF7F0 url("../img/bg_grd_orange.gif") 0 0 repeat-x;
}

#detailsHotel #hotelOrder table td {
	text-align:center;
	padding:5px;
	border-bottom:solid #999 1px;
	border-right:solid #999 1px;
}

#detailsHotel #hotelOrder ul {
	font-size:86.5%;
}

#detailsHotel #tabMain #tabMap {
}

/*----タブ-ホテルの写真----*/
#tabMain #tabPhoto {
	zoom:1;
}

#tabMain #tabPhoto ul {
	zoom:1;
	margin-left:28px;
}

#tabMain #tabPhoto ul li {
	float:left;
	display:inline;
	margin:0 20px 10px 0;
	width:144px;
	border-bottom:#999999 solid 1px;
}

/*------------------------------------------
-------ホテルおおきな写真----------------*/
#detailsHotel #hotelImages-big ul {
	width:310px;
	padding:3px;
	margin:0 auto;
}

#detailsHotel #hotelImages-big li {
	float:left;
}

#detailsHotel #hotelImages-big li.top {
	width:120px;
	padding-left:16px;
	background:url(../img/icon_imgtop.gif) left center no-repeat;
}

#detailsHotel #hotelImages-big li.back {
	width:70px;
	padding-left:14px;
	background:url(../img/icon_arrow_back02.gif) left center no-repeat;
}

#detailsHotel #hotelImages-big li.next {
	text-align:right;
	width:70px;
	padding-right:14px;
	background:url(../img/icon_arrow_next02.gif) right center no-repeat;	
}