@charset "UTF-8";

/* wrapper ----------------------------------------*/
#contact #contents{
	position: relative;
	background-image: url(../img/contact_header_bg.jpg);
}
/* #form ----------------------------------------*/
#form{
	margin-top: 30px;
}
#form .contact_voice{padding: 10px 0 0 0;overflow: hidden;}
#form .contact .add{
	width: 150px;
	display: inline-block;
	font-size: 12px;
	color: #9E9E9F;
	text-align: left;
}
#form .contact .info{
	margin-top: 13px;
}
/* iframe > mailbody ----------------------------------------*/
#form iframe{
	display: block;
	width: 100%;
	height: 680px;
	margin: 25px auto 0;
}
#mailbody{
}
#mailbody .inner{
	padding: 15px 15px 10px;
	background: rgba(185,187,155,0.6);
}
#mailbody dl{
	max-width: 320px;
	margin: 0 auto;
}
#mailbody dt{
	padding: 4px 0;
	text-align: left;
	vertical-align: middle;
	color: #595757;
	font-size: 15px;
}
#mailbody dt .req{
	display: inline-block;
	color: #C30D23;
	padding-left: 1em;
}
#mailbody dd{
	padding: 0 0 6px;
}
#mailbody dl:first-child dd span,
#mailbody dl:nth-child(2) dd span{
	display: inline-block;
	width: 2em;
	text-align: right;
	font-size: 10px;
	padding-right: 0.5em;
}
#mailbody dl:first-child dd label,
#mailbody dl:nth-child(2) dd label{
	display: inline-block;
}
#mailbody dl:first-child dd label:first-child,
#mailbody dl:nth-child(2) dd label:first-child{
	padding-right: 1em;
}
#mailbody input[type="text"],#mailbody input[type="tel"],#mailbody input[type="email"],
#mailbody textarea{
	display: inline-block;
	border: none;
	margin-bottom: 4px;
	color: #ffffff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #919F7A;
	border-radius: 0;
	-webkit-appearance: none;
}
#mailbody input{
	padding: 5px;
}
#mailbody input[type="text"]{
	width: 10em;
}
#mailbody input[type="text"].add{
	width: 100%;
	}
#mailbody input[type="radio"]{
}

#mailbody input[type="tel"]{
	width: 10em;
}
#mailbody input[type="email"]{
	width: 100%;
}
#mailbody textarea{
	padding: 5px;
	width: 100%;
	height: 50px;
}
#mailbody form > p{
	text-align: center;
	background: #ffffff;
}
#mailbody input[type="submit"],
#mailbody input[type="button"]{
	display: inline-block;
	width: 100px;
	height: 24px;
	margin: 30px 0;
	text-align: center;
	background: #F29600;
}
#mailbody input[type="button"]{
	background: #aaaaaa;
}
#mailbody .check{
	text-align: center;
}
#mailbody .check dd{
	min-height: 1em;
	padding: 5px;
	text-align: left;
	color: #ffffff;
	background: #919F7A;
}
#mailbody .confirm{
	margin: 0 auto;
	font-size: 10px;
	padding-bottom: 5px;
}
#mailbody .complete,
#mailbody .error{
	text-align: center;
	padding-top: 30px;
	font-size: 12px;
	line-height: 1.5;
}
#mailbody .complete a{
	display: inline-block;
	height: 24px;
	line-height: 24px;
	padding: 0 1.5em;
	margin-top: 30px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	background: #F29600;
}
/* etc ----------------------------------------*/
#cnav01{
	margin-top: 0px;
}
#cnav03{
	margin-top: 70px;
}

#mailbody input[type="submit"],
#mailbody input[type="button"]{
	display: inline-block;
	width: 210px;
	height: 46px;
	margin-top: 25px;
	color:#fff;
	text-align: center;
	background: #F29600;
}