@charset "utf-8";
/* ---------------------------------------------------------------------------------
HTML CSS Selectors recruit
$Revision: 1.0 $
--------------------------------------------------------------------------------- */
#contents-wrapper h3 {
	text-align: center;
	font-size: 58px;
	line-height: 1;
	font-family: 'Arizonia', 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	color: #653906;
	padding-bottom: 35px;
	
}
#contents-wrapper h3 .ttl {
	color: #FC0;
}
#contents-wrapper h3 .jp {
	display: block;
	text-align: center;
	font-size: 12px;
	line-height: 1;
	padding-top: 12px;
}


#message {
	padding-bottom: 110px;
}
#message #mv {
	padding-bottom: 40px;
}
#message h3 {
	width: 720px;
	font-family: 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size: 24px;
	line-height: 1.6;
	font-weight: bold;
	text-align: center;
	padding-bottom: 35px;
	margin-left: auto;
	margin-right: auto;
}
#message p {
	width: 610px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
}
#message p:before,
#message p:after {
	display: block;
	width: 54px;
	height: 37px;
	background-image: url(../img/contact/icon_message.png);
	background-repeat: no-repeat;
	content:"";
	position: absolute;
}
#message p:before {
	top: -18px;
	left: -60px;
}
#message p:after {
	right: -60px;
	bottom: -37px;
}



#about {
	padding-bottom: 110px;
}
#about p {
	width: 610px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


#voice {
	padding-bottom: 60px;
}
#voice .inner {
	padding-bottom: 60px;
	overflow:hidden;
}
#voice h4 {
	font-size: 30px;
	line-height: 1;
	text-align: center;
	padding-bottom: 30px;
}
#voice dl {
	width: 590px;
	padding-right: 40px;
	float: right;
}
#voice dl dt {
	font-size: 18px;
	line-height: 1;
	padding: 10px 0px 25px 47px;
	background-image: url(../img/contact/icon_voice.png);
	background-repeat: no-repeat;
}
#voice dl dd {
	padding-bottom: 30px;
	line-height: 1.6;
}

#voice .photo {
	width: 300px;
	float: left;
}


#requirements {
	padding-bottom: 135px;
}
#requirements h3 {
	padding-bottom: 65px;
}
#requirements .inner {
	width: 760px;
	padding: 20px 120px 55px;
	position: relative;
	background-image: url(../img/contact/bg_contents.png);
	background-repeat: repeat-y;
}

#requirements .inner:before {
	width: 1000px;
	height: 45px;
	background-image: url(../img/contact/bg_header.png);
	position: absolute;
	left: 0;
	top: -45px;
	content:"";
}
#requirements .inner:after {
	width: 1000px;
	height: 45px;
	background-image: url(../img/contact/bg_footer.png);
	position: absolute;
	left: 0;
	bottom: -45px;
	content: "";
}
#requirements table {
	width: 100%;
	border-top: 1px solid #DACDBC;
}
#requirements table th {
	width: 115px;
	padding: 15px 0 15px 25px;
	border-bottom: 1px solid #DACDBC;
	font-size: 14px;
	font-weight: bold;
}
#requirements table td {
	width: 620px;
	padding: 15px 0;
	border-bottom: 1px solid #DACDBC;
	font-size: 14px;
}


#form {
}
#form h3 {
	padding-bottom: 65px;
}
#form .inner {
	width: 800px;
	padding: 20px 100px 55px;
	position: relative;
	background-image: url(../img/contact/bg_contents.png);
	background-repeat: repeat-y;
}

#form .inner:before {
	width: 1000px;
	height: 45px;
	background-image: url(../img/contact/bg_header.png);
	position: absolute;
	left: 0;
	top: -45px;
	content:"";
}
#form .inner:after {
	width: 1000px;
	height: 45px;
	background-image: url(../img/contact/bg_footer.png);
	position: absolute;
	left: 0;
	bottom: -45px;
	content: "";
}
#form strong {
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	font-weight: normal;
	color: #fff;
	padding: 6px;
	background-color: #653906;
	border: 1px solid #653906;
} 
#form p.txt1 {
	text-align: center;
	padding-bottom: 35px;
	font-size: 13px;
	line-height: 2;
}

#form table {
	width: 100%;
	border-top: 1px solid #DACDBC;
}
#form th {
	width: 220px;
	padding: 40px 0 40px 20px;
	border-bottom: 1px solid #DACDBC;
	font-size: 14px;
	position: relative;
}
#form th strong,
#form th em {
	position: absolute;
	top: 40px;
	right: 40px;
}
#form th em {
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	color: #653906;
	padding: 6px;
	background-color: #fff6;
	border: 1px solid #653906;
}

#form td {
	width: 560px;
	padding: 40px 0;
	border-bottom: 1px solid #DACDBC;
	font-size: 14px;
}
#form td span {
	display: block;
	font-size: 11px;
}
#form td .error {
	color: #FF0000;
}

input[type="text"] {
	font-size: 12px;
	padding: 10px;
	width: 290px;
}
select {
	font-size: 12px;
	padding: 10px 0px;
	margin-bottom: 5px;
}
select#title {
	width: 290px;
	padding: 10px;
	margin-bottom: 0px;
}
textarea {
	font-size: 12px;
	padding: 10px;
	width: 510px;
	height: 150px;
}

.submit-container {
	padding: 64px 6px 0px;
	width: 340px;
	margin-left: 236px;
	overflow:hidden;
}
.submit-container .left {
	width: 120px;
	float: left;
}
.submit-container .right {
	width: 160px;
	float: right;
}
.submit-container .right .btn {
	width: 160px;
}



