@charset "utf-8";
/* ===================================================================
CSS information

 file name  :rooms.css
 author     :Ability Consultant
style info  :客室　全店舗共通設定　ハックは最下部に記述
=================================================================== */

/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */
/* ページの先頭へ戻る */
#rooms #main .pagetop a {
	margin-top: -10px;
}


/*----------------------------------------------------
	.con_rooms
		客室のご案内
----------------------------------------------------*/
#rooms #main .con_rooms {
	margin: 0 0 40px;	
}

#rooms #main .con_rooms h3 {
	width: 700px;
	height: 20px;
	text-indent: -9999px;
	background: url(../rooms/images/st_rooms.gif) no-repeat 0 0;
	margin: 0 0 10px;	
}

/* .box_roo　客室
----------------------------------------------------------- */
#rooms #main .con_rooms .box_roo {
	clear: both;
	width: 694px;
	border: solid 3px #d8d8d8;
	margin: 0 0 20px;
	overflow: hidden;
}

/* 客室（左） */
#rooms #main .con_rooms .box_roo .box_l {
	float: left;
	width: 320px;
	padding: 20px 0 20px 20px;
}

#rooms #main .con_rooms .box_roo .box_l .img_photo {
	margin-top: 10px;
	overflow: hidden;
}

#rooms #main .con_rooms .box_roo .box_l .img_photo img.photo_l {
	float: left;
	margin: 0;
}

#rooms #main .con_rooms .box_roo .box_l .img_photo img.photo_r {
	float: right;
	margin: 0;
}

#rooms #main .con_rooms .box_roo .box_l .ic_expand {
	clear: both;
	background: url(../images/ic_expand.gif) no-repeat 0 0;
	margin: 5px 0 0;
	padding: 0 0 0 22px;
}

/* 客室（右） */
#rooms #main .con_rooms .box_roo .box_r {
	float: right;
	width: 322px;
	padding: 20px 20px 20px 0;
}

#rooms #main .con_rooms .box_roo .box_r .point01,
#rooms #main .con_rooms .box_roo .box_r .point02,
#rooms #main .con_rooms .box_roo .box_r .point03 {
	width: 245px;
	min-height: 50px;
	line-height: 1.3;
	padding: 8px 10px 8px 65px;
	margin: 0 0 10px;
	
}

#rooms #main .con_rooms .box_roo .box_r .point01 {
	background: url(../images/ic_point01.gif) no-repeat 5px 5px #E3EAFA;
}

#rooms #main .con_rooms .box_roo .box_r .point02 {
	background: url(../images/ic_point02.gif) no-repeat 5px 5px #E3EAFA;
}

#rooms #main .con_rooms .box_roo .box_r .point03 {
	background: url(../images/ic_point03.gif) no-repeat 5px 5px #E3EAFA;
}

#rooms #main .con_rooms .box_roo .box_r li {
	border-bottom: dotted 1px #cfcfcf;
	background: url(../images/ic_circle_blue.gif) no-repeat 2px 5px;
	padding: 0 0 3px 17px;
	margin: 0 0 3px;
}

#rooms #main .con_rooms .box_roo .box_r li span {
	color: #820000;
	font-weight: bold;
	margin: 0 5px 0 0;
}


/*----------------------------------------------------
	.con_room_ame
		客室備品のご案内
----------------------------------------------------*/
#rooms #main .con_room_ame {
	margin: 0 0 40px;	
}

#rooms #main .con_room_ame h3 {
	width: 700px;
	height: 20px;
	text-indent: -9999px;
	background: url(../rooms/images/st_room_ame.gif) no-repeat 0 0;
	margin: 0 0 10px;	
}

#rooms #main .con_room_ame dl {
	width: 694px;
	border: solid 3px #d8d8d8;
	border-top: solid 2px #d8d8d8;
	margin: 0 0 20px;
}

#rooms #main .con_room_ame dt {
	background-color: #E3EAFA;
	padding: 5px 15px 8px;
	border-top: solid 1px #d8d8d8;
	border-bottom: solid 1px #d8d8d8;
}

#rooms #main .con_room_ame dd {
	padding: 10px 15px;
}


/*----------------------------------------------------
	.con_roo_details
		客室情報
----------------------------------------------------*/
#rooms #main .con_roo_details h3 {
	width: 700px;
	height: 20px;
	text-indent: -9999px;
	background: url(../rooms/images/st_room_details.gif) no-repeat 0 0;
	margin: 0 0 10px;	
}

#rooms #main .con_roo_details dl {
	width: 694px;
	border: solid 3px #d8d8d8;
	border-top: solid 2px #d8d8d8;
}

#rooms #main .con_roo_details dt {
	font-weight: bold;
	color: #4f6899;
	background: url(../images/ic_circle_blue.gif) no-repeat 13px 13px;
	padding: 8px 8px 0 30px;
}

#rooms #main .con_roo_details dd {
	border-bottom: solid 1px #d8d8d8;
	padding: 0 15px 8px 28px;
}



/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html #rooms #main .con_rooms .box_roo .box_r .point01,
* html #rooms #main .con_rooms .box_roo .box_r .point02 { height: 50px; }