@charset "utf-8";

/* フラッシュ */
.flash {
	margin-right: auto;
	margin-left: auto;
	width: 880px;
}


/* ニュースリリース */
.news {
	background-color: #FFF;
	border: 1px solid #AEC39C;
	margin-bottom: 20px;
	padding: 10px;
}
.news dl {
	margin-left: 20px;
}
.news dt {
	float: left;
	background-image: url(../images/point_01.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}
.news dd {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-left: 100px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

/* おすすめ商品 */
.pickup {
	padding: 10px;
	border: 1px solid #C4A19D;
}
.pickupbox {
	float: left;
	width: 180px;
	padding: 10px;
	margin-right: 15px;
	border: 1px solid #EBEBC7;
	background-color: #FBFBF4;
}
.pickupbox img {
	margin-bottom: 5px;
}

