
#contact h3{
	margin-bottom: 40px;
}


/** form **/

.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 auto;
}

.form tr{
	vertical-align: middle;
}

.form th{
	width: 175px;
	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: 145px;
}

.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;
}


