
/**************************************************************************************/
/**************************************************************************************/
/* PC Site*/
/**************************************************************************************/
/**************************************************************************************/





.rec_entry_superbox{
	width: 750px;
	margin : 72px auto;
}


.rec_entry_superbox table{
	width : 100% ;
	border-collapse: collapse;
	font-weight : 700 ;
	margin-top : 36px ;
}
.rec_entry_superbox table th{
	background-color : #E0F2E3 ;
	border: solid 1px #1AB693 ;
	padding : 12px ;
	text-align : center ;
	min-width : 100px ;
	font-weight : 700 ;
}
.rec_entry_superbox table td{
	border: solid 1px #1AB693 ;
	padding : 12px ;
}



.rec_entry_pos{
	width : 166px ;
	height : 30px ;
	line-height : 30px ;
	font-size : 18px ;
	font-weight : 700 ;
	text-align : center ;
	background-color: #1AB693 ;
	color : #FFFFFF ;
	border-radius: 15px ;
	margin : 0px auto ;
}

.rec_entry_title{
	text-align : center ;
	font-size: 24px ;
	font-weight: 700 ;
	color : #1AB693 ;
	margin : 20px auto 0px ;
}


.rec_ul_title.follow{
	margin :85px auto 36px !important ;
}

.rec_form_itemtitle{
	float : left ;
	width : 160px ;
	height : 40px ;
	line-height : 40px ;
	text-align : right ;
	font-weight: 700 ;
	margin-bottom : 14px ;
}
.rec_form_itemtitle span{
	color : #F13737 ;
	font-size : 12px ;
	
}

.rec_form_iteminput{
	float : left ;
	width : calc( 100% - 180px );
	margin-bottom : 14px ;
	margin-left : 20px ;
}

.form_input{
	box-sizing: border-box ;
	width : 100% ;
	height : 40px ;
	padding : 0px 20px ;
	background-color: #E0F2E3 ;
	border-radius: 8px ;
	border : none ;
	-webkit-appearance: none;
}

.form_textarea{
	box-sizing: border-box ;
	width : 100% ;
	height : 190px ;
	padding : 10px 20px ;
	background-color: #E0F2E3 ;
	border-radius: 8px ;
	border : none ;
	-webkit-appearance: none;
}


.form_submit{
	width : 200px ;
	-webkit-appearance: none;
	margin : 32px auto 0px ;
}
.form_submit input{
	width : 100% ;
	cursor: pointer;
	-webkit-appearance: none;
}


.rec_entry_back{
	width : auto ;
	margin : 120px auto 0px;
}


/* Contact Form 7 Form */

.wpcf7-form-control-wrap {
    float: left;
    width: calc( 100% - 180px );
    margin-bottom: 14px;
    margin-left: 0px;
}
.wpcf7-form-control-wrap input {
	box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 0px 20px;
    background-color: #E0F2E3;
    border-radius: 8px;
    border: none;
    -webkit-appearance: none;
}
.wpcf7-form-control-wrap textarea {
	margin-left: 20px;
}
input.entry-submit {
    background-image: url(/images/recruit/rec_btn_entrysubmit.png);
    background-repeat: no-repeat;
    width: 200px;
    height: 56px;
    background-size: contain;
    background-color: #fff;
    border: none;
    text-indent: -999999px;
    margin: 0 auto;
    display: block;
}
input.entry-submit:hover {
	cursor: pointer;
	opacity: .7;
	transition: .6s;
}
@media screen and (max-width: 1100px) {
	.wpcf7-form-control-wrap {
		width: 100%;
	}
	.wpcf7-form-control-wrap input {
		height: 60px;
	}
	input.entry-submit {
		width: 390px;
		height: 110px;
	}
}

@media screen and (max-width: 1200px) {



}


/**************************************************************************************/
/**************************************************************************************/
/* TB Site*/
/**************************************************************************************/
/**************************************************************************************/
@media screen and (max-width: 1100px) {








.rec_entry_superbox table{
}
.rec_entry_superbox table th{
	padding : 12px ;
}
.rec_entry_superbox table td{
	padding : 12px 20px ;
}




.rec_entry_superbox{
	width : 620px ;
}



.rec_entry_pos{
	width : 270px ;
	height : 50px ;
	line-height : 50px ;
	font-size : 29px ;
	border-radius: 25px ;
}

.rec_entry_title{
	font-size: 38px ;
	margin : 30px auto 0px ;
}


.rec_ul_title.follow{
	margin :85px auto 36px !important ;
}

.rec_form_itemtitle{
	width : 100% ;
	text-align : left ;
	margin-bottom : 4px ;
}
.rec_form_itemtitle span{
	font-size : 20px ;
}

.rec_form_iteminput{
	float : none ;
	width : 100% ;
	margin-bottom : 14px ;
	margin-left : 0px ;
}

.form_input{
	height : 60px ;
}

.form_textarea{
	height : 300px ;
}


.form_submit{
	width : 390px ;
	margin : 80px auto 0px ;
}
.form_submit input{
}


.rec_entry_back{
	width : auto;
	margin : 100px auto 0px;
}
.wpcf7-form-control-wrap textarea {
    margin-left: 0;
}



}