@charset "utf-8";
/* CSS Document */

body {
	background:#FFF;
}
#reserveWrap h1 {
	padding-bottom: 20px;
}
#reserveContainer {
	width:595px;
	display:block;
	margin: 10px auto 20px;
	background: #fff;
}
#reserveContainer h3 {
	clear: both;
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: 1px solid #B3B3B3;
	background-image:url(../../images/common/h3_back.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 18px;
	margin-bottom: 1.2em;
}
#reserveWrap {
	width:595px;
	display:block;
	margin: 0;
	padding: 0;
}
#reserveContainer #header {
	width:595px;
	display: block;
	margin: 0 0 30px 0;
	padding: 0;
}
#reserveContainer #headerLogo {
	width:595px;
	display: block;
	margin:0;
	text-align:left;
	padding: 0;
}
#reserveContainer h2 {
	width:595px;
	display: block;
	margin: 0 0 20px 0;
}
/*　-----------------------------------------------------
  FORM
------------------------------------------------------　*/	
#contact_form {
	margin: 0 0 0.5em 0 !important;
}
#contactForm_wrap {
	margin-bottom:2.5em;
}
#contact_area {
	display: block;
	height: 84px;
	width:595px;
	margin: 0 auto 40px !important;
}
#contact_area li {
	display:block;
	float:left !important;
}
table.form_table th {
	vertical-align:middle;
	padding: 15px!important;
}
.fs10 {
	font-size: 10px;
}
.short {
	width: 2em;
}
.text4 {
	width: 4em;
}
input[type=radio], input[type=checkbox], input[type=text] {
	margin-right:0.3em;
	vertical-align:middle;
}
select {
	margin-right: 0.3em;
}
p#agree {
	display:block;
	text-align:center;
	margin: 0 0 30px 0;
}
#contact_form {
	margin:0 0 20px 0 !important;
}
/* Form,Fieldset */

fieldset {
	width:100%;
	margin:0 auto;
	text-align:left;
	border:0;
}
legend {
	visibility:hidden;
	display:none;
}
/* btn */

button, input[type="submit"] {
	width: 209px;
	height: 40px;
	border: none;
	overflow: hidden;
	cursor: pointer;
	text-indent: -9999px;
	text-align: left;
	display: block;
	margin: 0 auto;
}
/* Operaのみ適用 */
*+html:first-child body form input#btn_tocheck {
	padding-left: 300px; /*適当*/
}
#btn_tocheck {
	background:url(../../images/reserve/btn_tocheck.gif) no-repeat left top;
}
#btn_send {
	background:url(../../images/reserve/btn_send.jpg) no-repeat left top;
	float:right;
}
* html #btn_send {
	margin:19px 0 0 0;
}
#underArea {
	width: 467px;
	height: 40px;
	padding:20px 64px 0;
}
#btn_myreset {
	background:url(../../images/reserve/btn_myreset.gif) no-repeat left top;
	float:left;
}
p#notes {
	margin: 0 0 30px 0;
}
p#notes span {
	color:#ff0000;
}
#completion p {
	text-align:center;
}
/* 確認画面のテーブル */
table#confirm th {
	width:25%;
}
table#confirm td {
	padding:1em;
}
/*入力エラーメッセージには<strong>タグが付く*/
table#confirm td strong {
	color:#ff0000;
}
/* Message()のメッセージ */

/*エラー*/
span.err {
	color:#ff0000;
	font-weight:bold
}
/*エラーなし*/
span.conf {
	color:#333333;
}
/*エラー画面用　（init.php内）*/
/*body id="error"*/
div.err_message {
	padding:30px 0 0 0;
}
.err_message p {
	margin-bottom:50px;
	color:#AD2302;
}
#thanks {
	margin: 0 0 20px 0 !important;
}
/* プライバシーポリシー */

#privacy dl {
	margin: 0 0 10px 0 !important;
}
#privacy ol {
	margin-left:20px;
}
/* CLOSE_BTN */
p#close {
	clear:left;
	display:block;
	margin: 0 auto 30px;
	width: 145px;
	padding: 0 0 0 10px;
	text-align:left;
	background:url(../../images/reserve/close_icon.gif) no-repeat left center;
}
/* --------------------------------------------------
	footer
-------------------------------------------------- */
#reservedFooter {
	padding:10px 20px 0;
	border-top: #cccccc 2px solid;
}
#footer_inner {
	margin: 0 0 30px 0;
}
#footer_inner dl {
	float:left;
	padding: 0 0 0 20px;
}
#footer_inner dt {
	font-size:13px;
}
#footer_inner p {
	float:left;
}
address {
	font-style:normal;
	font-size: 10px;
	clear:both;
	text-align:center;
}
