@charset "UTF-8";


/* -----------------------------------------------------------
CSS Information

 Style Info:     宿泊カテゴリのスタイル設定
 File name:      local.css
 Last update:    2009.09.13
 ----------------------------------------------------------- */


/*---------------------------------------------------------------------------
	共通項目 … トップやその他共通項目は、global.cssとlocal.cssに記述
-----------------------------------------------------------------------------*/

#guestroom #contents .left_section {
	float: left;
	width: 280px;
}
#guestroom #contents .left_section h2 {
	margin-bottom: 25px;
	font-size: 16px;
}
#guestroom #contents .left_section p.checkIOtime {
	margin-bottom: 40px;
	font-size: 12px;
	font-weight: bold;
}
#guestroom #contents .left_section .tableC {
	margin-bottom: 110px;
}
#guestroom #contents .left_section .notice {
	padding-top: 20px;
	border-top: 1px solid #000;
	font-size: 11px;
}
#guestroom #contents .right_section {
	float: right;
	width: 270px;
}
#guestroom #contents .right_section p {
	margin-bottom: 40px;
}



/*---------------------------------------------------------------------------
	その他の特別なスタイルはこれ以降に記述します。
-----------------------------------------------------------------------------*/

/*
	ID「コンテンツ」部分の	
	<div id="contents" class="○○">	
	「○○」の部分にクラスを付けて特別なページのスタイルを設定。以下の例を参考にして下さい。
	
*/


/*　コーナーツインのテーブル下の説明文
--------------------------------------------------------*/
#guestroom .room_cornertwin .left_section table td.extra {
	padding: 5px;
	border: none;
	text-align: left;
	font-weight: bold;
}
