body {
	padding-top: 105px;
}

.sub_mv_bg {
	background-image: url("../img/interview/area_bg.jpg");
}

.sub_mv_bg_entry {
	background-image: url("../img/interview/area_entry_bg.jpg");
}

.sub_body {
	background-color: #f3f0ea;
}

#interview_contentsInner {
	padding-top: 60px;
	width: 1160px;
	margin-left: auto;
	margin-right: auto;
}


.interview_tit {
	text-align: center;
	font-size: 2.6rem;
	font-weight: bold;
	padding-bottom: 30px;
}


#interview_btn_area {
	padding-bottom: 30px;
	text-align: center;
}


#interview_btn_area a{
	display: inline-block;
	box-sizing: border-box;
	width: 140px;
	height: 54px;
	border: 2px #f29f1c solid;
	color: #000;
	line-height: 52px;
	transition: all .3s;
	margin-left: 12px;
	margin-right: 12px;
	font-size: 2rem;
	border-radius: 10px;
}


#interview_btn_area a.active{
	background-color: #f29f1c;
}


#interview_list_contets {
	width: 100%;
	border-top: 1px #9fa8af solid;
}

#interview_list_contetsbody {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}


#interview_list_contetsInner {
	margin-left: -55px;
}

.interview_list_contets_box {
	float: left;
	width: 552px;
	height: 510px;
	margin-left: 55px;
}

.interview_list_contets_box_info {
	padding-top: 20px;
	padding-bottom: 5px;
	font-size: 1.6rem;
	color: #f29f1c;
}

.interview_list_contets_box_name {
	font-size: 2.4rem;
	color: #000;
	font-weight: bold;
}


.interview_list_contets_box_name span{
	font-size: 1.6rem;
	font-weight: normal;
	display: inline-block;
}



.interview_list_contets_box_img {
	height: 370px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
}

.interview_list_contets_box_img a{
	display: block;
	width: 100%;
	height: 370px;
	box-sizing: border-box;
	transition: all .3s;
	border: 0px #f29f1c solid;
	position: relative;
	z-index: 2
}

.interview_list_contets_box_imgInner {
	display: block;
	width: 100%;
	height: 370px;
	box-sizing: border-box;
	margin-bottom: -370px;
	position: relative;
	z-index: 1;
	padding-top: 316px;
}


.interview_list_contets_box_img a:hover{
	border: 12px #f29f1c solid;
	transition: all .3s;
	/*background:rgba(0,0,0,0.2);*/
}


.interview_list_contets_box_imgInner span{
	display: inline-block;
	height: 54px;
	background-color: #f29f1c;
	padding-left: 30px;
	padding-right: 30px;
	border-top-right-radius: 15px;
	color: #FFF;
	box-sizing: border-box;
    padding-top: 12px;
	font-size: 2rem;
}


.interview_entry_tit {
	text-align: center;
	font-size: 2.6rem;
	font-weight: bold;
	border-bottom: 1px #9fa8af solid;
}

.interview_entry_tit span{
	font-size: 1.6rem;
	display: block;
	padding-top: 10px;
	padding-bottom: 25px;
	font-weight: normal;
}


.interview_entry_contents {
	padding-top: 50px;
}

.interview_entry_contents_main {
	padding-bottom: 80px;
}

.interview_entry_contents_img {
	width: 550px;
	height: 370px;
	float: left;
}

.interview_entry_contents_info {
	width: 555px;
	float: right;
}

.data_contentsInner_table {
	padding-top: 70px;
}

.data_contentsInner_table table{
	width: 100%;
}

.data_contentsInner_table table tr th{
	width: 170px;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	border-right: 2px #9fa8af solid;
	line-height: 2;
}


.data_contentsInner_table table tr td{
	padding-left: 25px;
	line-height: 2;
	font-size: 1.6rem;
	font-weight: bold;
}

.data_contentsInner_tdpd {
	height: 30px;
}


.interview_entry_box {
	width: 100%;
	margin-bottom: 60px;
	background-color: #FFF;
	padding: 40px;
}


.interview_entry_box_tit {
	text-align: center;
	font-size: 2.6rem;
	font-weight: bold;
	border-bottom: 1px #9fa8af solid;
	color: #f29f1c;
	padding-bottom: 40px;
}


.interview_entry_box_Inner {
	padding-top: 40px;
	line-height: 2;
}


.interview_entry_box_img {
	padding-bottom: 40px;
	text-align: center;
}

.interview_entry_box_img img{
	max-width: 1000px;
}


#interview_pager {
	padding-top: 80px;
	width: 1160px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 80px;
}

#interview_pager a{
	color: #000;
}

.next_btn {
	padding-left: 105px;
	background-image: url("../img/coomon/right_arrow.png");
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 14px;
	transition: all .3s;
}

.next_btn:hover{
	margin-left: -10px;
}


.prev_btn {
	padding-right: 105px;
	background-image: url("../img/coomon/left_arrow.png");
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 14px;
	transition: all .3s;
}

.prev_btn:hover{
	margin-right: -10px;
}


.center_btn {
	height: 14px;
}


@media screen and (max-width:640px){
	
	#interview_contentsInner {
		padding-top: 60px;
		width: 580px;
		margin-left: auto;
		margin-right: auto;
	}


	.interview_tit {
		text-align: center;
		font-size: 2.6rem;
		font-weight: bold;
		padding-bottom: 30px;
	}


	#interview_btn_area {
		padding-bottom: 30px;
		text-align: center;
	}


	#interview_btn_area a{
		display: inline-block;
		box-sizing: border-box;
		width: 140px;
		height: 54px;
		border: 2px #f29f1c solid;
		color: #000;
		line-height: 52px;
		transition: all .3s;
		margin-left: 12px;
		margin-right: 12px;
		font-size: 2rem;
		border-radius: 10px;
	}


	#interview_btn_area a.active{
		background-color: #f29f1c;
	}


	#interview_list_contets {
		width: 100%;
		border-top: 1px #9fa8af solid;
	}

	#interview_list_contetsbody {
		text-align: center;
		padding-top: 40px;
		padding-bottom: 40px;
	}


	#interview_list_contetsInner {
		margin-left: -0px;
	}

	.interview_list_contets_box {
		float: none;
		width: 100%;
		height: 510px;
		margin-left: 0px;
		margin-bottom: 20px;
	}

	.interview_list_contets_box_info {
		padding-top: 20px;
		padding-bottom: 5px;
		font-size: 1.6rem;
		color: #f29f1c;
	}

	.interview_list_contets_box_name {
		font-size: 2.4rem;
		color: #000;
		font-weight: bold;
	}


	.interview_list_contets_box_name span{
		font-size: 1.6rem;
		font-weight: normal;
		display: inline-block;
	}



	.interview_list_contets_box_img {
		height: 370px;
		width: 100%;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		overflow: hidden;
	}

	.interview_list_contets_box_img a{
		display: block;
		width: 100%;
		height: 370px;
		box-sizing: border-box;
		transition: all .3s;
		border: 0px #f29f1c solid;
		position: relative;
		z-index: 2
	}

	.interview_list_contets_box_imgInner {
		display: block;
		width: 100%;
		height: 370px;
		box-sizing: border-box;
		margin-bottom: -370px;
		position: relative;
		z-index: 1;
		padding-top: 316px;
	}


	.interview_list_contets_box_img a:hover{
		border: 12px #f29f1c solid;
		transition: all .3s;
		/*background:rgba(0,0,0,0.2);*/
	}


	.interview_list_contets_box_imgInner span{
		display: inline-block;
		height: 54px;
		background-color: #f29f1c;
		padding-left: 30px;
		padding-right: 30px;
		border-top-right-radius: 15px;
		color: #FFF;
		box-sizing: border-box;
		padding-top: 12px;
		font-size: 1.6rem;
	}


	.interview_entry_tit {
		text-align: center;
		font-size: 2.6rem;
		font-weight: bold;
		border-bottom: 1px #9fa8af solid;
	}

	.interview_entry_tit span{
		font-size: 1.6rem;
		display: block;
		padding-top: 10px;
		padding-bottom: 25px;
		font-weight: normal;
	}


	.interview_entry_contents {
		padding-top: 50px;
	}

	.interview_entry_contents_main {
		padding-bottom: 80px;
	}

	.interview_entry_contents_img {
		width: 100%;
		height: 370px;
		float: none;
	}

	.interview_entry_contents_info {
		width: 100%;
		float: none;
	}

	.data_contentsInner_table {
		padding-top: 70px;
	}

	.data_contentsInner_table table{
		width: 100%;
	}

	.data_contentsInner_table table tr th{
		width: 195px;
		text-align: left;
		font-weight: normal;
		vertical-align: top;
		border-right: 2px #9fa8af solid;
		line-height: 2;
		font-size: 1.6rem;
	}


	.data_contentsInner_table table tr td{
		padding-left: 25px;
		line-height: 2;
		font-size: 1.6rem;
		font-weight: bold;
	}

	.data_contentsInner_tdpd {
		height: 30px;
	}


	.interview_entry_box {
		width: 100%;
		margin-bottom: 60px;
		background-color: #FFF;
		padding: 40px;
		box-sizing: border-box;
	}


	.interview_entry_box_tit {
		text-align: center;
		font-size: 2.6rem;
		font-weight: bold;
		border-bottom: 1px #9fa8af solid;
		color: #f29f1c;
		padding-bottom: 40px;
	}


	.interview_entry_box_Inner {
		padding-top: 40px;
		line-height: 2;
	}


	.interview_entry_box_img {
		padding-bottom: 40px;
		text-align: center;
	}

	.interview_entry_box_img img{
		max-width: 580px;
	}
	
	#interview_pager {
		padding-top: 80px;
		width: 580px;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 80px;
	}

}


