@charset "utf-8";
@import "common/0-import.css";
/*------------------------------------------------------------
	商品紹介
------------------------------------------------------------*/
#conts .boxA {
	margin-bottom: 47px;
}

#conts .boxA h2 {
	padding: 35px 0 50px;
}

#conts .boxA .photo {
	margin: 0 0 0 25px;

	float: right;
}

#conts .boxA p {
	color: #333;
	padding-bottom: 15px;
	font-size: 12px;
	line-height: 1.5;	
}

#conts h3 {
	margin: 0 0 20px;
	clear: both;
}

#conts .boxB {
	width: 522px;
	margin-bottom: 20px;
}

#conts .leftBox {
	width: 248px;
	height: 160px;
	float:left;
	background: #DBDBDB;
	margin-bottom:20px;
}

#conts .rightBox {
	width: 248px;
	height: 160px;
	float: right;
	background: #DBDBDB;
}
	
#conts .title{
	margin: 10px 0 10px 10px;
}

#conts ul {
	margin-left: 20px;
}

#conts ul li {
	background: url(../img/goods/icon.jpg) no-repeat left top;
	padding: 0 0 10px 20px;
}


