@charset "UTF-8";
/* common style start */
a:link,
a:focus,
a:visited {
	color:#993300;
	text-decoration: underline;
}

a:hover,
a:active {
	color:#D24400;
	text-decoration: none;
}
a.ext:link,
a.ext:focus,
a.ext:visited {
	color:#003333;
}

a.ext:hover,
a.ext:active {
	color:#7F9693;
}
.clear {
	clear:both;
	float:none !important;
	border-style:none;
	margin:0;
	padding:0;
	height:1px;
}
hr.clear {
	visibility:hidden;
}
.caution {
	color:#993300;
	vertical-align:top;
	font-weight:normal;
}
ul.error {
	margin:20px 0;
	padding-left:20px;
}
.error li {
	color:#FF0000;
	list-style-position:inside;
	list-style-type:disc;
	font-weight:bold;
}
/* common style end */
/* common layout start */
body {
	position:relative;
	text-align:center;
	background:url('../img/bg.png') repeat-x #FFFFFF;
}
#wrapper{
	width:760px;
	background:url('../img/popup_bg_shadow.png') repeat-y;
	text-align:center;
	margin:0 auto;
}
#container{
	width:750px;
	margin:0 auto;
}
#header,
#main,
#footer{
	position:relative;
	margin:0 auto;
	text-align:left;
	width: 740px;
}
#header{
	background:url('../img/header_middle_bg.png') repeat-x #F8F8F3;
	border-top:2px solid #CA7C89;
	border-bottom:2px solid #CA7C89;
	height:64px;
}
#header h1{
	position:absolute;
	left:20px;
	bottom:10px;
}
#header div{
	position:absolute;
	right:20px;
	bottom:15px;
}
#main {
	height:auto !important;
	height:480px;
	min-height:480px;
}
#contents {
	margin:20px;
	position:relative;
}
#footer {
	background-color:#EEEEEE;
	color:#666666;
	position:relative;
	padding:15px 0;
	border-top:1px solid #000000;
}
#foot_logo {
	float:left;
	display:block !important;
	display:inline;
	margin-left:20px;
}
#foot_info{
	float:right;
	display:block !important;
	display:inline;
	text-align:right;
	margin-right:10px;
}
.close_window {
	text-align:right;
	margin:10px 20px;
}
h3 {
	border-bottom:2px solid #A80E2A;
	padding-bottom:2px;
	font-weight:bold;
	line-height:100%;
}
h3 img {
	vertical-align:bottom;
}
#step{
	text-align:center;
	padding:25px 0 10px 0;
}
body.step1 .content {
	float:left;
	display:block !important;
	display:inline;
	width:480px;
}
#reserve_by_plan {
	background:url('../img/reservation_form/bg_reserve_by_plan.png') no-repeat;
	width:200px;
	height:90px;
	text-align:center;
	padding-top:10px;
	float:right;
	display:block !important;
	display:inline;
}
#reserve_by_plan a{
}
#reserve_by_plan div {
	text-align:left;
	margin:10px auto;
	width:150px;
}
.form_box {
	background-color:#FEFAF3;
	border:1px solid #999999;
	padding:10px;
	margin-top:10px;
}
.form_box .title {
	border-bottom:1px solid #999999;
	margin-bottom:10px;
	font-weight:bold;
	padding-bottom:3px;
}
.form_box .info {
	float:left;
	display:block !important;
	display:inline;
	width:300px;
}
.form_box .info .cool {
	margin-bottom:10px;
}
.form_box .date {
	float:right;
	display:block !important;
	display:inline;
	width:360px;
	position:relative;
}
.form_box .date .check-in {
	float:left;
	display:block !important;
	display:inline;
	width:220px;
}
.form_box .date .next_step{
	float:right;
	display:block !important;
	display:inline;
	width:130px;
	text-align:right;
}
.form_box .date table {
	margin-top:10px;
	width:100%;
}
.form_box .date table td,
.form_box .date table th{
	border:1px solid #000000;
}
.form_box .date table thead th{
	text-align:center;
	vertical-align:middle;
	background-color:#FFEEBB;
	font-weight:bold;
}
.form_box .date table tbody th,
.form_box .date table tbody td {
	padding:2px 0;
}
.form_box .date table tbody th{
	text-align:center;
	width:14.28%;
	background-color:#EEEEEE;
}
.form_box .date table tbody td{
	text-align:center;
	height:40px;
	background-color:#FFFFFF;
}
.form_box .date table tfoot td{
	padding-top:10px;
}
.form_box .date table tfoot td.next_month {
	text-align:right;
}
table.cool {
	width:100%;
}
table.cool thead td{
	background:url('../img/table_border.png') repeat-x bottom left;
	height:3px;
	font-size:1px;
}
table.cool tbody th{
	font-weight:bold;
	padding:5px 10px 10px 10px;
	background:url('../img/table_border.png') repeat-x bottom left #D5D7D6;
}
table.cool tbody td{
	padding:5px 10px 10px 10px;
	background:url('../img/table_border.png') repeat-x bottom left;
}
.typed {
	background-color:#F0F6FF;
	border:1px solid #999999;
	padding:10px;
	margin-top:10px;
}
.typed .title {
	border-bottom:1px solid #999999;
	font-weight:bold;
	padding-bottom:5px;
	margin-bottom:10px;
}
.typed table.cool thead td,
.typed table.cool tbody th,
.typed table.cool tbody td{
	background-image:url('../img/table_border2.png');
}
body.step1 table.cool tbody th {
	width:80px;
}
#contents h3 {
	margin-bottom:10px;
}
div.form_box table.cool tbody th {
	width:200px;
}
div.form_box table.form_table {
	width:100%;
}
div.form_box table.form_table th {
	width:200px;
	font-weight:bold;
	border-bottom:1px solid #999999;
	padding:5px 10px;
}
div.form_box table.form_table td {
	border-bottom:1px solid #999999;
	padding:5px 10px;
}
div.form_box table.form_table td p.note{
	color:#666666;
	font-style: italic;
	margin-top: 10px;
}
div.form_box .next_step {
	text-align:center;
	margin-top:10px;
}
body.step3 .form_box table {
	width:100%;
	margin-bottom:10px;
	border-bottom:1px dotted #999999;
}
body.step3 .form_box thead th {
	border-bottom:1px solid #999999;
	font-weight:bold;
	padding-bottom:5px;
}
body.step3 .form_box tbody td {
	padding:10px 0;
}
body.step3 .form_box tbody td.info {
	width:300px;
}
body.step3 .form_box tbody td.photo{
	width:170px;
}
.btn_correction{
	text-align:right;
	margin:10px 0;
}
body.step5 .next_step {
	text-align:center;
}
body.inquiry_step2 .next_step{
	text-align:center;
}
/* oosu access map start */
body.page-template-page-oosu-accessmap-php #contents table{
	width:100%;
}

body.page-template-page-oosu-accessmap-php #contents table th,
body.page-template-page-oosu-accessmap-php #contents table td{
	padding-bottom:10px;
	padding-top:10px;
	border-bottom:1px dotted #BBBBBB;
}
body.page-template-page-oosu-accessmap-php #contents table th{
	width:40px;
}
body.page-template-page-oosu-accessmap-php #contents table td.image{
	text-align:right;
}
body.page-template-page-oosu-accessmap-php #contents .title{
	margin-bottom:10px;
}
body.page-template-page-oosu-accessmap-php #contents .title img {
	vertical-align:middle;
}
/* oosu access map end */
/* wedding inquiry start */
.select_type_visit {
	background-image: url(../img/wedding_inquiry_typeselect_bg_visit.png);
	background-repeat: no-repeat;
	margin-left: 108px;
	margin-top: 34px;
	width: 200px;
	height: 130px;
	float: left;
	display:block !important;
	display:inline;
	text-align:center;
}
.select_type_material {
	background-image: url(../img/wedding_inquiry_typeselect_bg_material.png);
	background-repeat: no-repeat;
	margin-left: 56px;
	margin-top: 34px;
	width: 200px;
	height: 130px;
	float: left;
	display:block !important;
	display:inline;
	text-align:center;
}
.select_type_visit a,
.select_type_material a{
	margin:10px auto 0 auto;
	display:block;
}
/* wedding inquiry end */
