@charset "utf-8";
/* ===================================================================
CSS information

 file name  :rooms.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */
/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */

/*タイトル
----------------------------------------------------------- */
#rooms #con_title{
	width: 716px;
	margin: 0 0 20px;
	background: url(../rooms/images/bg_rooms.jpg) right top no-repeat;
	clear: both;
}

#rooms #con_title h2{
	margin: 0 0 10px;
}

#rooms #con_title p.text{
	width: 350px;
	padding: 0 0 0 40px;
}

#rooms #con_title p.text{
	width: 350px;
	padding: 0 0 0 40px;
	margin: 0 0 15px;
}

#rooms #con_title p.bt_sprooms{
	margin: 0 10px 0 0;
	padding: 0 0 0 40px;
	float: left;
}

#rooms #con_title p.bt_reserv{
	float: left;
}



/* 特別室
----------------------------------------------------------- */
#rooms #con_sproom{
	width: 670px;
	margin: 0 0 20px;
	padding: 0 25px;
	clear: both;
	overflow: hidden;
}

#rooms #con_sproom h3{
	margin: 0 0 20px;
}

#rooms #con_sproom .bt{
	margin: 0 15px 15px 0;
	float: left;
}

#rooms #con_sproom .bt_end{
	margin: 0 0 15px 0;
	float: left;
}

/* CONCEPT ROOMS
----------------------------------------------------------- */
#rooms #con_conceptroom{
	width: 670px;
	margin: 0 0 20px;
	padding: 0 25px;
	clear: both;
	overflow: hidden;
}

#rooms #con_conceptroom h3{
	margin: 0 0 10px;
}

#rooms #con_conceptroom .bt{
	margin: 0 15px 15px 0;
	float: left;
}

#rooms #con_conceptroom .bt_end{
	margin: 0 0 15px 0;
	float: left;
}


/* シモンズベッド
----------------------------------------------------------- */
#rooms #con_simons{
	width: 670px;
	height: 140px;
	margin: 0 auto 20px auto;
	background: url(../rooms/images/bg_simons.jpg) left top no-repeat;
}

#rooms #con_simons h3{
	width: 670px;
	height: 65px;
	text-indent: -9999px;
}

#rooms #con_simons p.text{
	width: 440px;
	padding: 0 25px 0 205px;
}


/* 一般客室
----------------------------------------------------------- */
#rooms #con_stroom{
	width: 670px;
	margin: 0 0 20px;
	padding: 0 25px;
	clear: both;
}

#rooms #con_stroom h3{
	margin: 0 0 20px;
}

/* 客室設備
----------------------------------------------------------- */
#rooms #con_room_detail{
	width: 670px;
	margin: 0 0 20px;
	padding: 0 25px;
	clear: both;
}

#rooms #con_room_detail h3{
	margin: 0 0 20px;
}

/*テーブル*/
#rooms #con_room_detail table{
	color: #000;
	border: 1px solid #e2dcd4;
	background: none;
	line-height: 1.5;
	width: 100%;
}

#rooms #con_room_detail th,
#rooms #con_room_detail td {
	padding: 5px 10px;
}

#rooms #con_room_detail th {
	color: #000;
	border: 1px solid #e2dcd4;
	background-color: #999083;
	width: 25%;
	text-align: center;
	font-weight: normal;
}

#rooms #con_room_detail td {
    color: #000;
	border: 1px solid #e2dcd4;
	background-color: #bbb1a4;
}

/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}


