/* ===================================================================
--products.css--
=================================================================== */

@charset "utf-8";


/* ----------------------- mainCont */
div#mainCont{
	width:668px;
	height:1050px;
	*+height:1130px;
	float:left;
	display:block;
	margin-bottom:65px;
}

/* ----------------------- topTitle */
div#topTitle{
	width:100%;
	height:200px;
	display:block;
	background-color:#000;
}

div#topTitle .titleImg{
	width:950px;
	height:200px;
	display:block;
	margin:0 auto;
}

/* ----------------------- productsCase */
div#mainCont .productsCase{
	width:668px;
	height:950px;
	display:block;
	margin-bottom:20px;
}

/* ----------------------- interviewCase */
div#mainCont .interviewCase{
	width:668px;
	height:450px;
	display:block;
	margin-bottom:20px;
	clear:both;
	font-size:11px;
}

div#mainCont .pictInterview{
	width:232px;
	height:450px;
	display:block;
	float:left;	
}

div#mainCont .textInterview{
	width:387px;
	height:450px;
	display:block;
	float:left;
	line-height:1.7;
	color:#4C4948;
	padding-left:27px;
}

div#mainCont .profile{
	width:387px;
	height:230px;
	border-top:1px solid #000;
	padding-top:15px;
	margin-top:15px;
	line-height:1.7;
	color:#4C4948;
}