@charset "utf-8";
/* ---------------------------------------------------------------------------------
HTML CSS Selectors recruit
--------------------------------------------------------------------------------- */
#contents-wrapper .inner {
	padding-top: 155px;
}
#about {
	width: 500px;
	padding-bottom: 140px;
	margin-left: auto;
	margin-right: auto;
}
#about h2 {
	padding-bottom: 40px;
}
#about h3 {
	font-size: 18px;
	line-height: 1.3;
	text-align: center;
	padding-bottom: 40px;
}
#about p {
	text-align: center;
}


#voice {
	padding-bottom: 45px;
}

#voice h2 {
	padding-bottom: 45px;
}

#voice .staff {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding: 55px 90px 25px 80px;
	margin-bottom: 70px;
	background:
	 url(../img/recruit/voice_top.png) left top no-repeat,
	 url(../img/recruit/voice_bottom.png) left bottom no-repeat;
	overflow:hidden;
}
#voice .staff .prof {
	width: 236px;
	float: left;
}
#voice .staff .prof img {
}
#voice .staff .prof h3 {
	padding-top: 20px;
	text-align: center;
	line-height: 1;
}
#voice .staff .prof h3 span {
	display: block;
}
#voice .staff .prof h3 .pos {
	font-size: 13px;
	padding-bottom: 5px;
}
#voice .staff .prof h3 .name {
	font-size: 24px;
	padding-bottom: 10px;
}
#voice .staff .prof h3 .en {
	font-size: 12px;
	padding-bottom: 5px;
}

#voice .staff .comment {
	width: 470px;
	float: right;
}
#voice .staff .comment h4 {
	padding-bottom: 20px;
	padding-left: 23px;
	font-size: 20px;
	line-height: 1.2;
	position: relative;
}
#voice .staff .comment h4:before {
	display: block;
	width: 10px;
	height: 2px;
	background-color: #DC711A;
	position: absolute;
	top: 8px;
	left: 0;
	content:"";
}
#voice .staff .comment p {
	padding-bottom: 40px;
}

#requirements {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
}
#requirements h2 {
	padding-bottom: 55px;
}
#requirements p {
	padding-bottom: 40px;
}
#requirements table {
	width: 100%;
	color: #494949;
	margin-bottom: 70px;
}
#requirements th {
	width: 114px;
	padding: 12px 0 10px 20px;
	background-color: #F6F1DD;
	border-left: 3px solid #fff;
	border-bottom: 3px solid #fff;
}
#requirements td {
	width: 440px;
	padding: 12px 0 10px 20px;
	background-color: #FAF8F2;
	border-left: 3px solid #fff;
	border-bottom: 3px solid #fff;
}

#contact {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
#contact h2 {
	padding-bottom: 54px;
}
#contact .txt1 {
	padding: 0 45px 35px;
}
#contact strong {
	color: #dc711a;
	font-weight: normal;
}


#contact dl {
	overflow:hidden;
}

#contact dl dt {
	width: 170px;
	float: left;
	clear: both;
	margin: 0 5px 23px 0;
	padding: 10px;
	background-color: #F6F1DD;
}

#contact dl dd {
	width: 505px;
	margin: 0 0 23px 0;
	float: left;
}

#contact .summary select {
	padding: 11px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#contact input[type="text"] {
	padding: 12px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#contact .visit select {
	padding: 6px;
}
#contact dd span {
	display: block;
	margin: 2px 0 0 0;
	font-size: 12px;
}
#contact dd span.error {
	color: #F00;
}

#contact .visit {
	line-height: 200%;
}

#contact textarea {
	width: 478px;
	height: 10em;
	font-size: 120%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}

.submit-container {
	margin: 10px 0 0 0;
	text-align: center;
}
.submit-container #submit {
	width: 172px;
	height: 58px;
	background-color: #F4A300;
	font-size: 18px;
	color: #fff;
	border-radius: 5px;
	border: none;
	cursor: pointer;
}
.submit-container #submit:hover {
	-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;
	opacity:0.5;
}



