@charset "UTF-8";

/*----------------------
 interview
---------------------*/

#interview .img3 { width:350px; }
#interview .hearing {
	margin-top:40px;
}
#interview .eng {
	border:#CCC 1px solid!important;
	margin:40px 0;
	padding:40px 40px 0;
}
#interview .eng .txt {
	width:438px;
}
#interview .eng .profile {
	float:right;
	width:435px;
	background:#fef0f0;
	margin-bottom:40px;
}
#interview .eng .profile .name {
	font-weight: bold;
	font-size: 14px;
	margin:15px 20px 10px 20px;
}
#interview .eng .profile p {
	margin:0 20px 20px 20px;
}

.foot_productx3 {margin-bottom: 60px;}

@media screen and (max-width: 640px) {
#interview .eng {
	width:82%;
	margin:2em auto;
	padding:4%;
}
#interview .eng .heading {
	float:none;
	width:96%;
	line-height:1.5;
	margin:0 auto 1em;
}
#interview .eng .txt {
	margin:2em auto 0 auto;
}
#interview .eng .profile {
	float:none;
	padding-bottom:.4em;
}
#interview .eng .profile img {
	width:100%;
}

#interview .section .clearfix {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	box-orient: vertical;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
}

#interview .section .img-r,
#interview .section .img-l,
#interview .section .clearfix:nth-child(2) .img-r,
#interview .section .clearfix:nth-child(2) .img-l,
#interview .section .clearfix:nth-child(3) .img-r,
#interview .section .clearfix:nth-child(3) .img-l {
	-moz-box-ordinal-group:2;
	-webkit-box-ordinal-group:2;
}
#interview .section .subSection,
#interview .section .clearfix:nth-child(2) .subSection,
#interview .section .clearfix:nth-child(3) .subSection {
	-moz-box-ordinal-group:1;
	-webkit-box-ordinal-group:1;
}
#interview .section .subSection:nth-child(3) {
	-moz-box-ordinal-group:3;
	-webkit-box-ordinal-group:3;
}


#interview .img-rx2 .clearfix:nth-child(1) .img-r {
	-moz-box-ordinal-group:1;
	-webkit-box-ordinal-group:1;
}
#interview .img-rx2 .clearfix:nth-child(1) .img-r:nth-child(2) {
	-moz-box-ordinal-group:3;
	-webkit-box-ordinal-group:3;
}
#interview .img-rx2 .clearfix:nth-child(1) .subSection {
	-moz-box-ordinal-group:2;
	-webkit-box-ordinal-group:2;
}

}