@charset "utf-8";

#mainArea {
	/*padding-bottom:160px;*/
}

#mainArea p {
	/*color:#4d4d4d;*/
	font-size:92%;
}

#mainArea .copy {
	padding:10px 0 30px 15px;
}

.section {
	padding:0 15px;
}

.section h3 {
	padding-bottom:10px;
}

.section p {
	padding-bottom:1.5em;
}

.section li {
	width:625px;
	margin-bottom:10px;
	padding-bottom:35px;
	list-style-type:none;
}

.section #semi01 {
	background:url(../images/order_bg_plus.png) 55px 118px no-repeat;
}

.section #semi02 {
	background:url(../images/order_bg_equal.png) 55px 118px no-repeat;
}

.section dt {
	padding-bottom:7px;
}
.section dt,
.section dd.text {
	float:right;
	width:355px;
	font-size:92%;
}

.section dd.thumb {
	float:left;
	width:270px;
}

.section dd.text img {
	float:left;
	margin-top:5px;
	margin-right:10px;
}

.section .txtArea {
	float:left;
	width:425px;
}

.section .imgArea {
	float:right;
	width:185px;
}


/* @group clearfix ----------------------------------------- */

.section li dl:after {
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	content:".";
	font-size:0;
}

* html .section li dl {/* IE6 */
	zoom:1;
}

*:first-child+html .section li dl {/* IE7 */
	zoom:1;
}

/* @end */
