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

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


/* -----------------------------------------------------------
	.con_intro		INTRO
----------------------------------------------------------- */
#rooms .con_intro {
	margin-bottom:40px;
	width:690px;
}

#rooms .con_intro h2 {
	margin-bottom:15px;
}


/* -----------------------------------------------------------
	.con_points		客室のポイント
----------------------------------------------------------- */
#rooms .con_points {
	margin-bottom:40px;
	width:690px;
	overflow:hidden;
}

#rooms .con_points h3 {
	margin-bottom:15px;
}

/* BOX */
#rooms .con_points .box_points {
	padding-left:15px;
	padding-right:15px;
	width:200px;
	float:left;
	border-right:1px dotted #d5d2d2;
}

#rooms .con_points .last {
	padding-right:0;
	border-right:none;
}

#rooms .con_points .box_points h4,
#rooms .con_points .box_points p {
	margin-bottom:10px;
}

#rooms .con_points .box_points p {
	text-align:justify;
	text-justify:inter-ideograph; 
	line-break: strict;}


/* -----------------------------------------------------------
	.con_rooms		客室タイプ
----------------------------------------------------------- */
#rooms .con_rooms {
	margin-bottom:20px;
	width:690px;
	overflow:hidden;
}

#rooms .con_rooms h3 {
	margin-bottom:15px;
}

/* 左カラム */
#rooms .con_rooms .con_l {
	width:285px;
	float:left;
}

#rooms .con_rooms .con_l p {
	margin-bottom:15px;
}

#rooms .con_rooms .con_l table {
	margin-bottom:15px;
	width:285px;
}

#rooms .con_rooms .con_l table th {
	width:110px;
}


/* -----------------------------------------------------------
	.con_info		客室設備・アメニティ
----------------------------------------------------------- */
#rooms .con_info {
	margin-bottom:40px;
	width:690px;
	overflow:hidden;
}

#rooms .con_info h3 {
	margin-bottom:15px;
}

#rooms .con_info table {
	width:690px;
}

#rooms .con_info table th,
#rooms .con_info table td {
	padding:10px;
}

#rooms .con_info table th {
	width:180px;
}

#rooms .con_info table td {
	vertical-align:top;
	font-size:x-small;
}







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

	hack - 各種cssハック - for IE7

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


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

	hack - 各種cssハック - for IE6

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