/* product_list
--------------------------*/


/* 商品一覧枠 */
.introductionbox {
	border: 1px solid #958577;
	padding: 10px 10px 0px 10px;
	margin-bottom: 20px;
	clear: both;
	height: 100%;
	overflow:auto;
}


/* 商品一覧テキスト */
.introductiontxt {
	clear: both;
	height: 100%;
	overflow:auto;
	margin-bottom: 10px;
}

.introductiontxt h3 {
	line-height: 1.2em;
	color: #955E40;
	font-weight: bold;
	font-size: 85%;
	margin-bottom: 5px;	
}

.introductiontxt p {
	color: #333333;
	line-height: 1.6em;
}


/* 商品一覧画像 */
.introductionbox div.photo {
	float: right;
	margin:0 0 7px 7px;
}


.last{
	margin-bottom:0;
}