/*reservation*/

#reservation {
	border-bottom: 2px solid #000;
	border-top: 2px solid #000;
	background-color: #fff;
	margin: 0px 0 30px;
	padding: 0;
}
.reservation_main {
	width: 90%;
	margin: 20px 0;
	line-height: 100%;
}
.reservation_main p {
	padding: 10px 15px 0 5px;
}
.reservation_main dt {
	vertical-align: middle;
	width: 100%;
	clear: both;
	color: #403117;
	font-size: 10px; 
	font-weight: bold;
	text-align: left;
	padding: 17px 0 17px 0;
	margin-left: 5px;
}
.reservation_main dt span {
	background-color: #F1962E;
	padding: 5px 10px;
	margin-left: 5px;
	color: #fff;
	font-size: 60%;
}
.reservation_main dd {
	padding: 0px 6px;
	width: 100%;
	margin-left: 5px;
	color: #403117;
}
.reservation_main dd p {
	padding: 10px 15px 0 5px;
}
.reservation_main dd:first-child {
	border: none;
}
.reservation_about {
	background-color: #3E3A39;
	color: #fff;
	padding: 10px 20px;
	line-height: 180%;
	margin: 0 0 20px;
	letter-spacing: 4px;
	font-size: 75%;
}
/*reservation form*/

input[type="text"] {
   font-size: 150%;
}
input,select {
   font-size: 150%;
}

input[type="submit"] {
	background-color: #F1962E;
	padding: 15px 20px;
	border: 0;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	margin: 0 20px;
}
input[type="button"] {
	background-color: #3E3A39;
	padding: 15px 20px;
	border: 0;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	margin: 0 20px;
}
input[type="button"]:hover {
	opacity: 0.7;/*要素の透明度を指定*/
	filter: alpha(opacity=70); /*ie6、7の透明度指定*/
	cursor: pointer;
}
input[type="submit"]:hover {
	opacity: 0.7;/*要素の透明度を指定*/
	filter: alpha(opacity=70); /*ie6、7の透明度指定*/
	cursor: pointer;
}
input.send_btn {
	background-image: url(img/reservation/reservation_btn.png);
	width: 315px;
	height: 69px;
	margin: 30px auto;
	display: block;
}
font_80 {
 font-size: 80%;
}
.width10 {
  width: 10%;
}
.width20 {
  width: 20%;
}
.width30 {
  width: 30%;
}
.width40 {
  width: 40%;
}
.width50 {
  width: 50%;
}
.width60 {
  width: 60%;
}
.width80 {
  width: 80%;
}
.width90 {
  width: 90%;
}
.width100 {
  width: 100%;
}
.color_g {
 color: #403117;
}
.color_w {
 color: #fff;
}
/*LINE HEIGHT*/

.lh120 {
	line-height: 120%;
}
.lh130 {
	line-height: 130%;
}
.lh140 {
	line-height: 140%;
}
.lh150 {
	line-height: 150%;
}
.lh160 {
	line-height: 160%;
}
.lh170 {
	line-height: 170%;
}
.lh180 {
	line-height: 180%;
}
.lh190 {
	line-height: 190%;
}
.lh200 {
	line-height: 200%;
}
.lh300 {
	line-height: 300%;
}
.about {
	padding: 10px 20px;
	line-height: 180%;
	margin: 0 0 20px;
	letter-spacing: 4px;
}
