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

 file name  :rooms.css
 author     :Ability Consultant
style info  :客室ページ設定　ハックは最下部に記述
=================================================================== */


/*----------------------------------------------------
	各ページ専用指定
----------------------------------------------------*/

/* .con_title タイトル
-----------------------------------------------*/
#room .con_title {
	width: 580px;
	margin: 0 0 35px 0;
}

#room .con_title h2 {
	margin: 0 0 10px 0;
}

#room .con_title p {
	margin: 0 0 15px 0;
}


/* .con_room タイトル
-----------------------------------------------*/
#room .con_room {
	width: 580px;
	margin: 0 0 35px 0;
	overflow: hidden;
}

#room .con_room h3 {
	margin: 0 0 25px 0;
}

#room .con_room .txt_s {
	width: 330px;
	padding: 10px 0 0 10px;
	float: left;
}

#room .con_room .txt_l {
	width: 355px;
	padding: 10px 0 0 10px;
	float: left;
}

#room .con_room .txt_s p,
#room .con_room .txt_l p {
	margin: 0 0 20px 0;
}

#room .con_room .madori {
	padding: 10px 10px 0 0;
	float: right;
}

#room .con_room table {
	width: 100%;
	margin: 0 0 20px 0;
}

#room .con_room table th {
	width: 6em;
	padding: 5px;
	border-top: 1px #b0b0b0 dotted;
	border-bottom: 1px #b0b0b0 dotted;
}

#room .con_room table td {
	padding: 5px;
	border-top: 1px #b0b0b0 dotted;
	border-bottom: 1px #b0b0b0 dotted;
}


/* .con_about 概要
-----------------------------------------------*/
#room .con_about {
	width: 580px;
	margin: 0 0 35px 0;
}

#room .con_about h3 {
	margin: 0 0 25px 0;
}

#room .con_about table {
	width: 580px;
}

#room .con_about table th {
	width: 10em;
	padding: 8px;
	border: 1px #f0efef solid;
	background-color: #f0efef;
	text-align: center;
}

#room .con_about table td {
	border: 1px #f0efef solid;
	padding: 8px;
}

/* 客室概要
----------------------------------------------------------- */
.con_inf{
	width: 580px;
	padding: 10px 0;
}

.con_inf .box_inf{
	width: 580px;
	border-bottom: 1px solid #A4A4A4;
	padding: 20px 0;
}

.con_inf .box_inf .txt_inf h4{
	font-size: 120%;
	padding-bottom: 10px;
	font-weight: bold;
}

.con_inf .box_inf .txt_inf{
	width:350px;
	padding-right: 30px;
	float: left;

}



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

	hack - 各種cssハック - for IE7

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


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

	hack - 各種cssハック - for IE6

=======================================*/
* html {}