@charset "UTF-8";

/* /// NOTES - booking.css //////////////////////////// 
	- 予約
	- ガイドライン
	- 同意する
	- main.cssオーバーライド
 ////////////////////////////////////////////// */

/* ----------------------------------------------------- */
/* 予約 */
/* ----------------------------------------------------- */
#main .module_reserve {
	background-image: url(/common/img/booking/bg_reserve.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	zoom: 100%;
}

#main .module_reserve:after {
	content: "";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#main .module_reserve h2 {
	border-top-style: none;
	padding: 0;
	margin: 0 0 10px;
	text-indent: -9999px;
	height: 16px;
	background-repeat: no-repeat;
}

#main .module_reserve p.summary {
	line-height: 1.2;
}

#main .module_reserve div.button {
	margin: 10px 0;
}

#main .module_reserve div.button img {
	border-style: none;
}

#main .module_reserve div.internet {
	float: left;
	width: 256px;
	padding: 10px 77px 0 11px;
	background-image: url(/common/img/booking/bg_reserve_internet.gif);
	background-repeat: no-repeat;
}

#main .module_reserve div.internet h2 {
	width: 186px;
	background-image: url(/common/img/booking/ttl_reserve_internet.gif);
}

#main .module_reserve div.fax {
	float: right;
	width: 256px;
	padding: 10px 77px 0 11px;
	background-image: url(/common/img/booking/bg_reserve_fax.gif);
	background-repeat: no-repeat;
}

#main .module_reserve div.fax h2 {
	width: 118px;
	background-image: url(/common/img/booking/ttl_reserve_fax.gif);
}

/* ----------------------------------------------------- */
/* ガイドライン */
/* ----------------------------------------------------- */
#main .module_guideline {
	background-image: url(/common/img/booking/bg_guideline_top.gif);
	background-repeat: no-repeat;
	padding-top: 12px;
}

#main .module_guideline ul {
	background-image: url(/common/img/booking/bg_guideline_bot.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	list-style-type: none;
	font-size: 80%;
	padding: 0 15px 7px;
}

/* IE7 Hack  */
*:first-child+html #main .module_guideline ul {
	font-size: 70%;
}

/* lte IE6 Hack  */
* html #main .module_guideline ul {
	font-size: 70%;
}

#main .module_guideline ul li {
	margin: 0 0 5px;
}

/* ----------------------------------------------------- */
/* 同意する */
/* ----------------------------------------------------- */
#main .module_agree {
	background-image: url(/common/img/booking/bg_agree_bot.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 15px;
	text-align: center;
}

#main .module_agree p {
	margin: 0;
	padding: 0;
}

#main .module_agree p em {
	display: block;
	background-image: url(/common/img/booking/bg_agree_top.gif);
	background-repeat: no-repeat;
	padding: 15px 0 0;
	font-size: 110%;
}

/* IE7 Hack  */
*:first-child+html #main .module_agree p em {
	margin-left: 1px;
}

/* lte IE6 Hack  */
* html #main .module_agree p em {
	margin-left: 1px;
}

#main .module_agree div.button {
	margin: 10px 0;
}

#main .module_agree div.button img {
	border-style: none;
}

/* ----------------------------------------------------- */
/* main.css オーバーライド */
/* ----------------------------------------------------- */

/* データテーブルA */
.booking th, .booking td {
	padding: 3px;
	border-style: solid;
	border-color: #999;
	border-width: 0 1px ;
	text-align: center;
}

.booking td em {
	display: block;
	text-align: left;
}

/* 注釈 */
#main p.text_footnote {
	margin-bottom: 2px;
}




















