@charset "UTF-8";

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


#interview .subSection3 {
	width:510px;
	float:right;
}


@media screen and (max-width: 640px) {
#interview .subSection3 {
	width:100%;
	float:none;
}
}