@charset "utf-8";

.mainBox .row {
	width:650px;
	margin-bottom:20px;
}
.mainBox .box {
	float:left;
	width:305px;
	height:214px;
	margin-left:8px;
	padding:8px;
	background:url(img/boxBg1.gif) no-repeat;
}
.mainBox .first {
	margin-left:0;
}
.mainBox .text {
	float:right;
	width:188px;
}
.mainBox .comment {
	margin-bottom:8px;
}
.mainBox .text div {
	position:relative;
	width:188px;
	margin-bottom:5px;
	padding-bottom:5px;
	background:url(../img/common/dot01.gif) 0 100% repeat-x;
}
.mainBox .text div span {
	position:absolute;
	top:0;
	right:0;
}
.mainBox .text div span strong {
	font-size:14px;
	color:#CF174D;
}
.mainBox .image {
	float:left;
	width:104px;
}










.mainBox .left {
	float:left;
	width:267px;
	padding-left:50px;
}
.mainBox .right {
	float:right;
	width:267px;
	padding-left:50px;
}
.mainBox .up {
	clear:both;
	padding-bottom:15px;
	margin-bottom:15px;
	background:url(img/dotBg.gif) 0 100% no-repeat;
}
.mainBox .down {
	clear:both;
}
.mainBox .woman {
	background:url(img/icon01.gif) no-repeat;
}
.mainBox .man {
	background:url(img/icon02.gif) no-repeat;
}

