@charset "utf-8";
@import "./common.css";
.reserve{
	padding-bottom:15px;
}
.message{
	margin-top:5px;
	margin-bottom:10px;
	padding-left:10px;
	padding-right:5px;
}
.required{
	margin-top:10px;
}

select{
	width:90%;
}

/*フォーム*/
.reserve dl{
	padding-left:10px;
}
.reserve dt{
	background:url(../image/mark01.png) no-repeat;
	background-position:left;
	padding-left:10px;
}
.reserve dd{
	margin-bottom:10px;
}
.user label{margin-right:40px;}
.reserve select{
	font-size:16px;
}
.write input,.write{
	width:90%;
}
input[type="radio"]{
	width:auto;
	font-size:20px;
}
input[type="checkbox"]{
	width:auto;
	font-size:20px;
}
textarea{
	width:95%;
}
.button{
	text-align:center;
}

/*確認*/
.check{
	margin-bottom:15px;
}
.check li{
	border-bottom:#222222 dotted 1px;
	padding-right:5px;
	padding-bottom:2px;
	padding-top:5px;
}
.check li span{
	color:#999999;
}
#reservebtn{
	width:40%;
}
.backbtn{
	letter-spacing:0.1em;
	padding:6px 0px;
	font-weight:bolder;
	color:#FFFFFF;
	width:40%;
	border:#333333 solid 1px;
	background-color:#666666;
	background-image:
	-webkit-gradient(linear, left top, left  bottom,
	from(#666666), to(#000000));
	background-image:
	-moz-linear-gradient(top, #666666, #000000);
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
}

/*エラー*/
.message_error{
	margin-top:5px;
	margin-bottom:10px;
	padding-left:10px;
	padding-right:5px;
	text-align:center;
}
.message_error strong{
	font-size:18px;
	color:#FF0000;
}