@charset "utf-8";
/* CSS Document */


a{
	text-decoration:none;
	outline:none;
	color:#06F;
}
em {
	font-style:normal;
}

a img{
	border:0;
}

h2,h3,h4,h5,h6,p{
	margin:0;
	padding:0;
}
.radius{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow:0 0 5px #ccc;
	-webkit-box-shadow:0 0 5px #ccc;
	-o-box-shadow:0 0 5px #ccc;
	-ms-box-shadow:0 0 5px #ccc;
	box-shadow:0 0 5px #ccc;
}
ul{
	list-style-type:none;
}

section h3 {
    border:0 none;
    color: #42210b;
    font-weight: normal;
    margin: 20px 0 0;
    padding: 10px;
    width: 100%;
}
.table_box{
	width:100%;
	padding-bottom: 20px;
}


.main .box p{
	margin: 5px 0;
	padding: 3px 10px;
}
.main .box{
	margin: 0 0 20px;
}

.table_box .box{
	border-collapse:collapse;
	margin:0 ;
	width:100%;
	background:none;
	
}
.table_box .box table{
	border-collapse:collapse;
	border:1px solid #ccc;
	width:100%;
	font-size:14px;
	margin: 0;

}
.table_box .box table thead th{
	vertical-align:top;
	font-weight:normal;
	text-align:left;
	background-color:#FFA970;
	color:#fff;
	padding:5px 15px 5px 5px ;
}

.table_box .box table thead th img{
	vertical-align:middle;
	margin-left:5px
}


.table_box .box table tbody th{
	border-bottom:1px dotted #ccc;
	background-color:#ddab68;
	padding:5px 15px 5px 5px ;
	vertical-align:top;
	font-weight:normal;
	text-align:left;
	width: 15em;
	line-height:1.4;
}
.table_box .box table tbody th em{
	border-left:3px dotted #FFA970;
	padding-left:5px;
}
.table_box .box table tbody th em span{
	font-size:.9em;
	padding-left:10px;
}
.table_box .box .calendar table tbody td{
	color:#999;
}

.table_box .box table tbody td p{
	margin:5px;
}
th.required {
    background: url("/reserve/img/required.png") no-repeat scroll 140px 5px rgba(0, 0, 0, 0);
}
.c{
	text-align:center;
}
.submit_c{
	float:none;text-align: center;
}


.submit_c form{
	display:inline;
	float:none;
}

.submit_c form input{
	display:inline;
	float:none;
}

.c form{
	display:inline;
}
.menu_ar{
    line-height: 3em;
    width: 100%;
	background:#fff !important;
	padding: 10px;
}


.table_box .text{
	margin-top:20px;
    line-height: 1.8;
    width: 100%;
	background:#fff !important;
	padding:10px;
}

.table_box .text p{
	margin-bottom:10px;
}

.table_box .text span{
	margin:0;
    line-height: 1.5;
    width: 100%;
	background:#fbf8ef;
	padding:5px;
	display:block;
	font-size:1.2em;
	border:1px solid #42210b;
}

#reserve_date{
}

.calendar_box{
	display:inline-block;
	width:100%;
	padding:8px 0 8px 8px;
	background:#fff;
	margin:0 0 20px;
	}

.calendar{
	width:232px;
	float:left;
	margin-right:8px
}
.calendar table{
	text-align:center;
}
.calendar table caption{
	margin: 0;
}
.calendar thead td{
	border-bottom:1px solid #ccc;
	padding: 5px 5px;
}
.calendar thead td.sun{
	color:#FF575A;
}
.calendar thead td.sat{
	color:#4399FF;
}

.calendar tbody td{
}
#reserve_table p{
	clear:both;
	}

#reserve_table{
	width: 712px;
	}
#reserve_table table{
	border-collapse:collapse;
	text-align:center;
}
#reserve_table table caption{
	margin:0;
	border-collapse:collapse;
}
#reserve_table table th{
	text-align:center;
	padding:3px 0;
	width:100px;
}

#reserve_table table td{
	text-align:center;
}
#reserve_table table td a{
	display:block;
}


del{
	color:#DDDDDD;
	
	}
.table_box .box table tbody td.selected{
	background:#ddab68;
}

.calendar tbody td a{
	display:block;
}
.table_box .box table tbody td.selected a{
	color:#fff;
	font-weight:bold;
}
input,select,textarea{
	background:#fff;
	border:1px solid #ccc;
	padding:3px;}
	
	
/*Webkit*/
::-webkit-input-placeholder    {color: #999}
 
/*Firefox 19以降*/
::-moz-placeholder    {color: #999}
 
/*Firefox 18以前*/
:-moz-placeholder    {color: #999}
 
/*Windows IE*/
:-ms-input-placeholder    {color: #999} 

input[type="submit"]{
	text-align:center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
    box-shadow: 0 0 1px #FFFFFF inset;
    color: #FFFFFF;
	display:inline-block;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    margin: 5px auto;
    padding: 5px 10px;
	background:-moz-linear-gradient(top, #569ece 0%, #2776AA 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#569ece),color-stop(100%,#2776AA)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #569ece 0%, #2776AA 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #569ece 0%, #2776AA 100%); /* Opera 11.10+ */
	background:-ms-linear-gradient(top, #569ece 0%, #2776AA 100%); /* IE10+ */
	background:linear-gradient(to bottom, #569ece 0%, #2776AA 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#569ece', endColorstr='#2776AA',GradientType=0 ); /* IE6-9 */
    border: 1px solid #2776AA;
    text-shadow: 1px 1px 0 #216091;
}

input[type="submit"]:active{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	-moz-opacity:0.60;
	background:-moz-linear-gradient(top, #569ece 0%, #2776AA 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#569ece),color-stop(100%,#2776AA)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #569ece 0%, #2776AA 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #569ece 0%, #2776AA 100%); /* Opera 11.10+ */
	background:-ms-linear-gradient(top, #569ece 0%, #2776AA 100%); /* IE10+ */
	background:linear-gradient(to bottom, #569ece 0%, #2776AA 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#569ece', endColorstr='#2776AA',GradientType=0 ); /* IE6-9 */

}


input[type="submit"]:hover{
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}
input[type="submit"]:disabled{
	filter: alpha(opacity=30);
	-moz-opacity:0.30;
	opacity:0.30;
}


.table_box .finish{
	padding:10px;
	background:#FFFFFF;
}