@charset "UTF-8";
/* ******************************************************************

	--recruitment.css--

	1. Layout setting

****************************************************************** */


/*==================================================================
	1. Layout setting
===================================================================*/
#pageRecruitment .btnHead a .grey02 {
	opacity: 0.6;
	filter: alpha(opacity=60); /* For IE8 and earlier */
}

.wrap_tit {
    background: url(../img/recruitment/arrow_tit.png) no-repeat center bottom;
    margin-bottom: 10px;
}
.wrap_tit p {
    background-color: #3ba453;
    font-size: 30px;
}
.txtcont {
	padding: 20px;
}
.txtcont p {
	margin-bottom: 10px;
}
.recruitmentbox {
	border: 1px solid #333;
	padding: 38px 64px;
}
.titrec {
	border-left: 7px solid #3ba453;
	padding-left: 12px;
	color: #002c6d;
	font-weight: bold;
	margin-bottom: 30px;
}
.tblrec {
	width: 100%;
	margin-bottom: 30px;
}
.tblrec th {
	background-color: #7fbc8d;
	color: #fff;
	font-weight: bold;
	width: 230px;
}
.tblrec th span {
	*display: inline;
	background-color: #ff7113;
	display: inline-block;
	font-size: 10px;
	margin-left: 10px;
	padding: 0 5px;
}
.tblrec th em {
	font-size: 13px;
	display: block;
}
.tblrec th, .tblrec td {
	border: 1px solid #fff;
	font-size: 16px;
	padding: 10px 20px;
}
.tblrec td {
	background-color: #d3edd9;
}
.tblrec td input[type='text'],
.tblrec td input[type='email'],
.tblrec td input[type='password'], 
.tblrec td select, .tblrec textarea {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #d4d4d4;
	padding: 10px 15px;
	width: 347px;
}
.tblrec textarea {
	min-height: 200px;
}
.tblrec td select {
	-webkit-appearance:none;
	background: #fafafa; 
	background: -moz-linear-gradient(top,  #fafafa 0%, #fafafa 49%, #f6f6f6 53%, #f6f6f6 100%);
	background: -webkit-linear-gradient(top,  #fafafa 0%,#fafafa 49%,#f6f6f6 53%,#f6f6f6 100%); 
	background: linear-gradient(to bottom,  #fafafa 0%,#fafafa 49%,#f6f6f6 53%,#f6f6f6 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f6f6f6',GradientType=0 );
	-moz-appearance:none;
	appearance:none;
	cursor: pointer;
}
select::-ms-expand {
	display: none;
}
.tblrec .label_select {
	position: relative;
}
.tblrec .label_select.ie:after { display: none; }
.tblrec .label_select:after {
	background: url(../img/contact/arrow_select.png) no-repeat;
	content: "";
	height: 20px;
	margin-top: -10px;
	position: absolute;
	right: 10px;
	top: 50%;
	width: 9px;
}
.tblrec textarea {
	width: 100%;
	padding: 0;
}
.tblrec td input[type='text'],
.tblrec td input[type='email'],
.tblrec td input[type='password'] {
	width: 315px;
	font-size: 13px;
}
#formrec .send input {
	background: url(../img/recruitment/btn_rec.png) no-repeat;
	border: none;
	cursor: pointer;
	display: block;
	height: 71px;
	margin: auto;
	outline: none;
	text-indent: -9999px;
	width: 351px;
}
#formrec .send  .hoverbtn {
	background: url(../img/recruitment/btn_contact.jpg) no-repeat !important;
	border: none;
	cursor: pointer;
	display: block;
	height: 71px;
	margin: auto;
	outline: none;
	text-indent: -9999px;
	width: 351px;
}