@charset "UTF-8";

/* 
property reset
*/
@import url("../common/reset.css");

/* 
clear tool
*/
@import url("../common/tool.css");

/* 
linkColor
*/
@import url("../common/linkColor.css");

/* 
body,wrapper
*/
@import url("../common/body.css");

/* 
headSection
*/
@import url("../common/headSection.css");

/* 
naviBar
*/
@import url("../common/naviBar.css");

/* 
bodySection
*/
@import url("../common/bodySection.css");

/* 
footSection
*/
@import url("../common/footSection.css");

/* 
content
*/
@import url("../common/content.css");

/* 
contentMenu menu_page
*/
@import url("../common/contentMenu.css");

/* 
thickbox
*/
@import url("../common/thickbox.css");

#naviBarSection li.reservation a {
	background-position: 0 -36px;
}



/*
content
*/

#content h2 {
	background-image: url(img/ttl_main.jpg);
}

#reserve {
	width: 611px;
	margin: 0 auto;
	font-size: 92%;
	line-height: 150%;
}

#thanks {
	width: 611px;
	margin: 0 auto;
	font-size: 92%;
	line-height: 150%;
}

#reserve h3 {
	height: 18px;
	background: url(img/ttl01.gif) no-repeat;
	text-indent: -9999em;
	margin-bottom: 12px;
}

#thanks h3 {
	height: 18px;
	background: url(img/ttl02.gif) no-repeat;
	text-indent: -9999em;
	margin-bottom: 12px;
}

#reserve p {
	margin-bottom: 15px;
}

#reserve h4 {
	color: #603;
	font-weight: normal;
	margin-top: 7px;
	margin-bottom: 3px;
}

.column2Right h4,
.column2Right p {
	text-align: left;
}

.discount {
	border: 1px solid #900;
	background-color: #FAF1CD;
	padding: 10px 15px;
}

.discount h4 {
	height: 16px;
	background: url(img/txt01.jpg) no-repeat;
	text-indent: -9999em;
}

.attention {
	color: #900;
	border-top: 1px solid #900;
	padding-top: 7px;
}

#reserve .attention p {
	margin-bottom: 7px;
}

.attention li {
	list-style-type: circle;
	list-style-position: outside;
	margin-left: 2em;
}

#reserve table {
	width: 100%;
	margin-top: 18px;
	font-size: 92%;
}

#reserve th,
#reserve td {
	border: 1px solid #BDB7A2;
	padding: 10px;
}

#reserve th {
	background-color: #F1EFE2;
	font-weight: normal;
	width:130px;
}

#reserve th span {
	color: #f00;
}

#reserve table.inner {
	margin-top: 0;
}

#reserve table.inner th {
	width:50px;
}

#reserve table.inner th,
#reserve table.inner td {
	border: none;
	padding: 3px;
	background-color: #fff;
}

#reserve .submit {
	text-align: center;
	margin-top: 15px;
}

span.error {
	color: #f00;
}



#reserve dl {
	margin-top: 18px;
	font-size: 92%;
	border: 1px solid #BDB7A2;
	border-top: none;
}

#reserve dt,
#reserve dd {
	padding: 1em;
}

#reserve dt {
	background-color: #F1EFE2;
	width: 10em;
	float: left;
	border-top: 1px solid #BDB7A2;
}

#reserve dd {
	margin-left: 12em;
	border-left: 1px solid #BDB7A2;
	border-top: 1px solid #BDB7A2;
}

