@charset "UTF-8";

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


#interview .subSection6 {
	width:510px;
	float:right;
}
#interview .subSection8 {
	width:510px;
}
#info .content .img {
	width:160px;
	float:left;
}
#info .content .news {
	margin:0 0 0 200px;
}



@media screen and (max-width: 640px) {
#interview .subSection6 {
	width:100%;
	float:none;
}
#interview .subSection8 {
	width:100%;
}
#info .content .img {
	width:80px;
	float:left;
}
#info .content .news {
	margin:0 0 0 100px;
}
}