﻿@charset "utf-8";
/* -----------------------------------------------
 * 宿泊TOP用CSS
 * 
 * Last Update 2009/09/08
----------------------------------------------- */
#contents {
	margin-top: 28px;
}

/* 客室リニューアル */
#renewal {
	margin-bottom: 20px;
	padding: 10px 20px;
	border: 1px solid #cccccc;
	text-align: center;
}
	#renewal h3 {
		color: #ff0000;
		font-size: 18px;
		text-align: center;
	}

/* 紹介文 */
#lodgmentIntroduction {
	float: left;
	width: 500px;
}
	/* 紹介文が入るボックス */
	#lodgmentIntroduction .introBox {
		width: 500px;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #A2A1A2;
	}
		/* テキスト部分 */
		#lodgmentIntroduction .introBox .text {
			float: left;
			width: 330px;
		}
			#lodgmentIntroduction .introBox .text h2 {
				margin-bottom: 10px;
			}
			#lodgmentIntroduction .introBox .text p {
				line-height: 1.8;
			}
		/* 画像が左側 */
		#lodgmentIntroduction .introBox .imageL {
			float: left;
			width: 163px;
			margin-right: 5px;
		}
		/* 画像が右側 */
		#lodgmentIntroduction .introBox .imageR {
			float: right;
			width: 163px;
			margin-left: 5px;
		}

/* 表 */
#lodgmentSummary {
	float: left;
	width: 235px;
	margin-left: 5px;
}
	/* デフォルト */
	#lodgmentSummary table.default {
		width: 235px;
		margin-bottom: 10px;
		border: 1px solid #A2A1A2;
		border-collapse: collapse;
	}
		/* ご宿泊通常料金の白いところ */
		#lodgmentSummary table.default tr.tablehead th {
			background: #ffffff;
		}
		/* thとtdの基本設定 */
		#lodgmentSummary table.default th,
		td {
			padding: 5px 3px 3px 3px;
			border: 1px solid #A2A1A2;
			font-weight: normal;
			font-size: 80%;
			text-align: center;
		}
		/* thead内thの基本設定 */
		#lodgmentSummary table.default thead th {
			text-align: center;
			background: #CCBF89;
		}
		/* tbody内thの基本設定 */
		#lodgmentSummary table.default tbody th {
			text-align: center;
			background: #E2DBBC;
		}
		/* チェックアウト・チェックイン */
		#lodgmentSummary table.default tbody#checkInOut td {
			width: 50%;
		}
		/* コンセプトルーム */
		/* コンセプトルームのthead内のth */
		#lodgmentSummary table.concept thead th {
			background: #ACC78D;
		}
		/* コンセプトルームのtbody内のth */
		#lodgmentSummary table.concept tbody th {
			background: #D0DEBD;
		}
		/* ファミリー向け */
		/* ファミリー向けのthead内のth */
		#lodgmentSummary table.family thead th {
			background: #C7C68D;
		}
		/* ファミリー向けのtbody内のth */
		#lodgmentSummary table.family tbody th {
			background: #DEDEBD;
		}
		/* シャワー付 */
		/* シャワー付のthead内のth */
		#lodgmentSummary table.shower thead th {
			background: #BE978A;
		}
		/* シャワー付きのtbody内のth */
		#lodgmentSummary table.shower tbody th {
			background: #D0B8A8;
		}
		/* 最後のテーブル */
		#lodgmentSummary table.end {
			margin-bottom: 4px;
		}
		/* その他パーツ */
		/* こめじるし */
		#lodgmentSummary .referenceMark {
			line-height: 1;
			margin: 0;
			padding: 0;
			font-size: 70%;
			letter-spacing: -0.125em;
		}
		/* 小さい */
		#lodgmentSummary .small {
			font-size: 85%;
		}
		/* とっても小さい */
		#lodgmentSummary .smaller {
			font-size: 60%;
		}
