@charset "utf-8";
div.ui-datepicker {
        font-size: 90%;
    }
.formtable {
	width:80%;
	margin:2% 10%;
	background-color: #A6937C;
	border-collapse: separate;
	border-spacing: 1px;
	line-height:28px;
}
.formtable th{
	width:30%;
	background-color:#FFEDD2;
	font-weight:bold;
	padding:5px 10px;
	vertical-align:top;
	color:#45342D;
}
.formtable td{
	width:70%;
	background-color:#ffffff;
	padding:5px 10px;
}
.formtable td li{
	float:left;
}
.formtable textarea{
	width:90%;
}

.div_cb{
	float:left;
	width:5%;
	text-align:right;
}
.div_price{
	float:left;
	width:95%;
	margin-bottom:5px;
}
.div_comment{
	padding:5px 10px;
}

#titleReservation,#titleOtoiawase{
	font-weight:bold;
}

#attention{
	width:60%;
	margin:2% 20%;
	background-color:#fff;
	border:3px double #45342D;
	padding:10px;
}

#telField {
	width: 920px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
#telField #outside {
	background-color: #FFF;
	padding: 1px;
	border: 3px solid #59493f;
}

.menucard{
	width:100% !important;
}
.menucard li{
	width:30%;
	text-align:center !important;
	margin-right:2% !important;	
	border:1px solid #999999;
}
.menucard img{
	width:96% !important;
	height:auto !important;
	margin:2% !important;	
}
.spMenu{
	padding:3% !important;
	border:1px solid #999999;
	margin-bottom:2% !important;
	width:94% !important;
}
.spMenu h4{
	color:#00479D !important;
	font-weight:bold;
}
.spImage{
	width:30%;
	float:left;
	margin-right:3%;
}