#pageInterview .btnHead a .grey01 {
	opacity: 0.6;
	filter: alpha(opacity=60); /* For IE8 and earlier */
}

.wrap_tit{
	background: url(../img/interview/arrow01.png) no-repeat center bottom;
	margin-bottom: 10px;
}
.wrap_tit p{
	background-color: #3ecad3;
	font-size: 30px;
}
.headline02{
	margin-bottom: 20px;
}
.wrap_interview{
	background-color: #fffdf0;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #cfcbae;
	font-size: 18px;
	margin-bottom: 35px;
	padding: 30px 35px;
}
.wrap_interview ._tit{
	color: #c09159;
	font-size: 27px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}
.wrap_tel{
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #e3e2e1;
	margin-top: 30px;
	padding: 20px 45px;
}
.wrap_tel .leftBox{
	font-size: 26px;
	font-weight: bold;
}
.wrap_tel .leftBox p:first-child{
	margin: 2px 0 5px;
}
.wrap_tel .rightBox{
	font-size: 13px;
}
.wrap_tel .rightBox p{
	margin-bottom: 5px;
}
.fInterview{
	border: 1px solid #333;
	background-color: #fff;
	padding: 38px 64px;
}
.fInterview .ftit{
	border-left: 7px solid #269ca6;
	color: #002c6d;
	font-weight: bold;
	margin-bottom: 30px;
	padding-left: 10px;
}
.fInterview table{
	margin-bottom: 30px;
	width: 100%;
}
.fInterview th, .fInterview td{
	background-color: #c0dadc;
	border: 1px solid #fff;
	font-size: 16px;
	padding: 10px 20px;
}
.fInterview th{
	background-color: #73c6cd;
	color: #fff;
	font-weight: bold;
	width: 230px;
}
.fInterview th span{
	*display: inline;
	background-color: #ff7113;
	display: inline-block;
	font-size: 10px;
	margin-left: 10px;
	padding: 0 5px;
	vertical-align: middle;
}
.fInterview td{
	color: #666;
}
.fInterview td input[type='text'],
.fInterview td input[type='email'],
.fInterview td input[type='password'],
.fInterview td select, .fInterview textarea{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #d4d4d4;
	padding: 10px 15px;
	width: 277px;
}
.fInterview 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;
}
.fInterview td label{
	margin-right: 30px;
}
.fInterview td input[type='radio']{
	margin: 0 10px 0 0;
	vertical-align: middle;
}
select::-ms-expand {
	display: none;
}
.fInterview .label_select{
	position: relative;
}
.fInterview .label_select.ie:after{display: none;}
.fInterview .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;
}
.fInterview textarea{
	width: 100%;
	padding: 0;
}
.fInterview td input[type='text'],
.fInterview td input[type='email'],
.fInterview td input[type='password']{
	width: 315px;
	font-size: 13px;
}
.fInterview td p{
	margin-top: 5px;
}
.fInterview td p:first-child{
	margin-top: 0;
}
.fInterview .btn_input{
	text-align: center;
}
.fInterview .btn_input input{
	background: url(../img/interview/btn_interview.png) no-repeat;
	border: none;
	cursor: pointer;
	display: block;
	height: 71px;
	margin: auto;
	outline: none;
	text-indent: -99999px;
	width: 351px;
}
.fInterview .btn_input .hoverbtn{
	background: url(../img/interview/interview_send.jpg) no-repeat !important;
	border: none;
	cursor: pointer;
	display: block;
	height: 71px;
	margin: auto;
	outline: none;
	text-indent: -99999px;
	width: 351px;
}

._red{
	color: #e75353;
	font-weight: bold;
}