
#reserved{}

#toptxt{
	width: 840px;
	text-align: center;
	margin: 0 auto 50px auto;
	padding: 30px;
	border: 1px solid #fff;
	background: rgba(255, 255, 255, 0.5);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#toptxt h3{
	margin: 0 0 30px 0;
}

#toptxt p{
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #ffcbda;
}

#toptxt p em{	color: #ff0000;}

#toptxt p:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

.l_title{	margin-bottom: 30px;}

.form{
	width: 840px;
	margin: 0 auto;
	padding: 50px 48px 0 48px;
	border: 1px solid #fff;
	background: rgba(255, 255, 255, 0.5);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.form h4{
	height: 42px;
	font-size: 16px;
	font-weight: bold;
	line-height: 42px;
	text-align: left;
	color: #fff;
	padding: 0 0 0 30px;
	background: url(img/h4.gif) no-repeat;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.form table{
	width: 100%;
	font-size: 12px;
	line-height: 20px;
	margin: 0 0 40px 0;
}

.form table:last-of-type{	margin-bottom: 0;}

.form tr{
	vertical-align: middle;
}

.form th{
	width: 200px;
	font-size: 13px;
	font-weight: normal;
	text-align		: left;
	color			: #89622e;
	padding			: 20px 0 19px 0;
	border-bottom	: 1px dotted #ffcbda;
}

.form th p span{
	display: inline-block;
	width: 30px;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	color: #fff;
	background: #ff0000;
	margin-left: 5px;
	border-radius: 2px;
}

.form th p{
	padding-left	: 10px;
}

.form td{
	padding			: 20px 0 19px 0;
	border-bottom	: 1px dotted #ffcbda;
}

.form td span{
	font-size: 13px;
	color: #89622e;
}

.form td .yesno{}

.form td .yesno:after{
	content			: "";
	display			: block;
	clear			: both;
}

.form td .yesno li{
	display: inline-block;
}

.form td .op{}

.form td .op li{
	padding: 10px 0;
	border-bottom	: 1px dotted #ffcbda;
}

.form td .op li:first-child{	padding-top: 0;}
.form td .op li:last-child{
	padding-bottom: 0;
	border: none;
}

.form td .op li span{
	font-size: 11px;
	color: #9e7a25;
}

.form td .op li em{
	font-size: 11px;
	color: #ff0000;
}

.form td .op li em.opc{
	display: inline-block;
	line-height: 14px;
	padding: 10px 0 0 0;
}


.yesno li{	width	: 110px;}

.w1{	width		: 160px;}
.w2{	width		: 100%;}
.w3{	width		: 40px;}
.select{	width	: 140px;}
.select2{	width	: 240px;}

.form td input[type="text"],
.form td input[type="email"],
.form td input[type="tel"],
.form td textarea{
	border			: 1px solid #ccc;
	border-radius	: 3px;
	-moz-border-radius	: 3px;
	-webkit-border-radius	: 3px;
	padding			: 2px 4px;
	font-size		: 12px;
	font-family		: Meiryo,"MS PGothic",Osaka,Serif;
	line-height		: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.form td textarea{
	width: 100%;
	height: 95px;
}

.form td select{
	border			: 1px solid #ccc;
	border-radius	: 3px;
	-moz-border-radius	: 3px;
	-webkit-border-radius	: 3px;
	margin-bottom: 5px;
	padding			: 2px 4px;
	font-family		: Meiryo,"MS PGothic",Osaka,Serif;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.form td select:last-of-type{	margin-bottom: 0;}

#submit{
	clear			: left;
	padding			: 0 0 60px 0;
	text-align		: center;
}

#submit div{
	font-size		: 12px;
	font-size: 12px;
	line-height: 20px;
	padding: 30px 0;
}

.form #submit .fade{
}

.form #submit input{
	display: inline-block;
	width: 270px;
	font-size: 16px;
	line-height: 20px;
	padding: 15px 0;
	color: #fff;
	text-align: center;
	text-decoration: none;
	-webkit-appearance: none;
	border-radius: 0px;
	border: 1px solid #ff85ae;
	box-shadow:0px 0px 0px 1px #ff9dbd inset;
	-moz-box-shadow:0px 0px 0px 1px #ff9dbd inset;
	-webkit-box-shadow:0px 0px 0px 1px #ff9dbd inset;
	background-color: #ff8fb4;
	background: -webkit-linear-gradient(90deg, #ff85ad 0%, #ff9abc 50%, #ff85ad 100%);
	background: -moz-linear-gradient(90deg, #ff85ad 0%, #ff9abc 50%, #ff85ad 100%);
	background: -o-linear-gradient(90deg, #ff85ad 0%, #ff9abc 50%, #ff85ad 100%);
	background: -ms-linear-gradient(90deg, #ff85ad 0%, #ff9abc 50%, #ff85ad 100%);
	background: linear-gradient(0deg, #ff85ad 0%, #ff9abc 50%, #ff85ad 100%);
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;	-webkit-appearance: none;
	font-family		: Meiryo,"MS PGothic",Osaka,Serif;
}

.error{
	padding			: 50px 0 50px 0;
	text-align		: center;
	font-size		: 12px;
	color			: #ff0000;
}

.over{
	padding			: 50px 0 50px 0;
	text-align		: center;
	font-size		: 12px;
}
