@charset "UTF-8";
div#reservation {
	display: block;
	clear: both;
	width: 70%;
	text-align: left;
	padding: 5%;
	margin: 50px auto 0px auto;
	background: #fff;
}
form#mailform {
	padding: 5px;
	max-width: 100%;
	height: auto;
}
.mailform {
}
.mailform dt,.mailform dd {
	text-align: left;
	font-size: 12px;
	vertical-align: middle;
}
.mailform dt {
	font-weight: bold;
	width: 100%;
	font-size: 1.2em;
}
.mailform dd {
	width: 100%;
	margin-bottom: 1.6em;
	padding-left: 1em;
}
.mailform span {
	color: red;
	font-size: 10px;
}
.mailform dd p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #999999;
}
.mailform dd textarea {
	height: 50px;
	width: 95%!important;
	border: #333 solid 2px !important;
	padding: 0.4em;
}
.mailform dd input{
	letter-spacing: normal!important;
	border: #333 solid 2px !important;
	padding: 0 0.4em;
}
.alc{
	text-align: center;
}
.long{
	width: 95%!important;
}
.mailform dd ul{
	list-style: disc;
}
.mailform dd ul li{
	font-size: 0.8em;
	line-height: 1.2em;
	padding-bottom: 0.4em;
}
.wsform input{
	font-size:24px;
	line-height: 1em;
	color: #FFFFFF;
	font-weight: bold;
	display:block;
	width:100%;
	height: 60px;
	padding-top:16px;
	padding-bottom:14px;
	text-align:center;
	border:2px solid;
	border-color:#333;
	background: #0080CA;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 0 auto 10px;
	cursor: pointer;
	-webkit-appearance: none;
}

@media only screen and (max-width: 640px) {
div#reservation {
	width: 90%;
}
}