
#question{}

.toptxt{
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	padding: 0 0 40px 0;
}

.form{
	width: 840px;
	margin: 0 auto;
	padding: 15px 50px;
	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;
}

.s_title{
	height: 45px;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	text-align: left;
	color: #c57188;
	padding: 0 0 0 30px;
	background: url(img/i1.png) no-repeat 0 22px;
	-webkit-background-size: 25px 12px;
	background-size: 25px 12px;
	border-bottom: 1px solid #e7aebe;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.s_title em{
	display: inline-block;
	font-size: 24px;
	line-height: 50px;
	letter-spacing: 1.5px;
	color: #333333;
	margin-right: 5px;
}

.form{
	width: 840px;
	margin: 0 auto;
	padding: 30px 50px 0 50px;
	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 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: 215px;
	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 ul:after{
	content			: "";
	display			: block;
	clear			: both;
}

.form td li{
	float			: left;
}

.line2 li{	width	: 110px;}
.line5 li{	width	: 96px;}

.w1{	width		: 160px;}
.w2{	width		: 100%;}
.w3{	width		: 40px;}
.select{	width	: 140px;}

.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;
	padding			: 2px 4px;
	font-family		: Meiryo,"MS PGothic",Osaka,Serif;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#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;
}

.chk_bar{
	width: 100%;
	font-size: 0;
	line-height: 0;
	border: 1px solid #ccc;
	border-radius: 7px;
	background: #fff;
}

.chk_bar li{
	display: inline-block;
	width: 20%;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	border-right: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.chk_bar li label{
	display: block;
	cursor: pointer;
}

.chk_bar li label:active,
.chk_bar li label.on{
	color: #fff;
	background: #89622e;
}

.chk_bar li:first-child label{	border-radius: 7px 0 0 7px;}
.chk_bar li:last-child label{	border-radius: 0 7px 7px 0;}

.chk_bar li:last-child{	border-right: none;}

.chk_bar input[type="radio"],
.chk_bar input[type="checkbox"]{
	display: none;
}
