@charset "UTF-8";

.contact #contents h2{
	float: left;
	margin-right: 40px;
}
#contact #title{
	position: fixed;
	width: 890px;
	top: 150px;
	background: #FFF;
	padding: 40px 0 15px 0;
}

.contact #section{
	padding-top: 20px;
}
.contact #section .form{
	float: left;
	width: 460px;
}
.contact #section .form .section{
	margin-bottom: 18px;
}
.contact #section .form h3{
	font-size: 1.1em;
	color: #111;
	margin-bottom: 4px;
}
.contact #section .form span.must{
	font-size: 0.7em;
	color: #9FC451;
}

.contact #section .coyote{
	float: right;
	width: 310px;
	background: #EFEFEF;
	padding: 25px 25px 25px 25px;
}
.contact .coyote h3{
	margin-bottom: 12px;
}
.contact .coyote p.tel{
	font-size: 1.2em;
	margin-bottom: 5px;
}
.contact .coyote p.url{
	font-size: 1.1em;
	margin-bottom: 2px;
}
.contact .coyote p.mail{
	font-size: 1.1em;
	margin-bottom: 14px;
}
.contact .coyote p.adrress{
	font-size: 1.1em;
	margin-bottom: 12px;
}
.contact .coyote p.lead{
	font-size: 1.2em;
}


.contact  p.submit input{
	background-color:#666;
	color:#FFFFFF;
	font-size:0.9em;
	margin-bottom:12px;
	padding:3px 20px;
	border:1px solid #111;
	cursor:pointer;
}

.wpcf7-mail-sent-ok{
	border:1px solid #CCC;
	padding:18px;
	background-color:#EFEFEF;
	color:#111;
	margin-top:15px;
}
.wpcf7-validation-errors{
	border:1px solid #FF9900;
	padding:18px;
	background-color:#EFEFEF;
	color:#111;
	margin-top:15px;
}

span.wpcf7-not-valid-tip-no-ajax{
	font-size:0.8em;
	color:#FF6600;
}

.field400{
	width:360px;
	height:25px;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	margin:0 0 0px 0px;
	font-size:1.2em;
	color:#555;
}

.field400_110{
	width:450px;
	height:100px;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	margin:0 0 0px 0px;
	font-size:1.2em;
	color:#555;
}
