@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;
}


@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%;
}
}