@charset "UTF-8";
/* CSS Document */

#subnavi {
	padding-bottom:50px;
}

#product-list {
	background:url(../images/product/border.png) center top no-repeat;
}

.product-content {
	background:url(../images/product/border.png) center bottom no-repeat;
	padding:20px 0 30px;
	clear:both;
}

.product-content:after {
	content:"";
	display:block;
	clear:both;
	height:0;
}

.product-content {display:inline-block;}
.product-content {display:block;}

.product-detail {
	float:left;
	width:430px;
}

.product-detail_2 {
	float:left;
	width:430px;
	height:300px;
}

.product-image {
	float:left;
	width:200px;
	margin:3px 15px 3px 0;
}

.product-detail-content {
	padding:25px 60px;
}

.product-detail-content h3 {
	padding:0 0 30px;
}

.product-detail-content p {
	font-size:12px;
	line-height:16px;
}

.product-image p {
	padding:0 0 0 40px;
}
