@charset "utf-8";


div#Main h1 {
	width: 510px;
	float:left;
}

p#form_caution {
	float:left;
	padding-top: 80px;
	text-align: right;
	font-size: 84.6%;
	letter-spacing: 0;
}
p#form_caution span {
	color: #ff0000;
}

/* ----------------------------------------

Content

---------------------------------------- */

div#Content {
}

table#form_table {
	clear: both;
	width: 600px;
	margin: 0 0 10px 36px;
}
table#form_table th {
	width: 116px;
	padding: 10px 5px;
	vertical-align: top;
}
table#form_table th p {
	width: 116px;
	border-right: solid 3px #999;
	font-weight: bold;
}
table#form_table th p.small_p {
	width: 116px;
	padding: 0.5em 0 0.2em;
	border-right: solid 3px #999;
	font-size: 84.2%;
	letter-spacing: 0;
	line-height: 1.3;
}
table#form_table th p span {
	color: #ff0000;
	font-weight: normal;
	font-size: 92.4%;
}
table#form_table th#SubmitBtn {
	padding: 20px 0 0;
	text-align: center;
}
table#form_table td {
	padding: 10px 5px 10px 15px;
	font-size: 92.4%;
}
table#form_table td.DotLine{
	padding: 2px 0 0;
	background: url(../img/reservation/line_form.gif) 0 0 repeat-x;
}
table#form_table td.td_caution{
	padding: 2px 0 0 30px;
	font-size: 84.2%;
	color: #cf3f0f;
	line-height: 1.4;
	letter-spacing: 0;
}

/* ----------------------------------------

ClearFix (必要なければ消す)

---------------------------------------- */

/* -- Modern Browsers -- */

div#xxx:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* -- IE7 -- */

*:first-child+html div#xxx {
	display: inline-block;
}

/*  -- Legacy IE -- */

* html div#xxx {
	zoom: 1;
}