@charset "UTF-8";

/* ▼コンテンツ---------- */

/* ▽内容 */
#message{
	font-size:120%;
	margin-bottom:65px;
	line-height:2;
}
#message .ps{
	margin-top:5px;
	font-size:80%;
}
#message #error{
	color:#eac680;
	margin-top:30px;
}

#form{
	margin-bottom:90px;
}
#form table{
	border:0;
	font-size:120%;
	margin-bottom:50px;
	width:100%;
	border-top:1px solid #d9d9d9;
}
#form th,
#form td{
	padding:20px 0 20px 60px;
	border-bottom:1px solid #d9d9d9;
}
#form th{
	padding:20px 25px;
	color:#2b170d;
	width:180px;
	background:#d9d9d9;
	border-bottom:1px solid #7a7a7a;
}
#form th .must{
	color:#f00;
}
#form tr:last-child th{
	border-bottom:0;
}
#form td .description{
	font-size:80%;
	margin-bottom:5px;
}
#form input[name="mail"],
#form input[name="re-mail"],
#form input[name="address"]{
	width:400px!important;
}
#form input[name="mail"]{
	margin-bottom:5px;
}
#form .options{
	display:inline-block;
	width:33%;
}
#form .btn{
	text-align:center;
	background:url(/img/contact/btn-bg.png) no-repeat center top;
	padding-top:73px;	
}
#form .btn input{
	margin:0 10px;
	border:0;
	vertical-align:bottom;
	-webkit-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	-ms-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
	font-size:0;
	cursor:pointer;
	vertical-align:bottom;
}
#form .btn input:hover{
	text-decoration:none;	
	opacity: .5;
	-webkit-opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}
#form .btn .confirm{
	width:259px;
	height:71px;
	background:url(/img/contact/confirm.png) no-repeat left top;
}
#form .btn .submit,
#form .btn #submit{
	width:259px;
	height:71px;
	background:url(/img/contact/submit.png) no-repeat left top;
}
#form .btn .edit,
#form .btn #correctSubmit{
	width:186px;
	height:51px;
	background:url(/img/contact/edit.png) no-repeat left top;
}
#form .ps{
	padding-top:23px;
}
#form .ps a{
	text-decoration:underline;
}
#form .ps a:hover{
	text-decoration:none;
}
#form .require{
	color:#f00;
}

#contact{
	margin-top:70px;
}

/* ▽サンクスページ */
#thanks{
	font-size:120%;
}
