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

/* =========================================================
ショップトップ専用CSS
ショップトップのみに使用するスタイルはこちらに書いてください。
========================================================= */


/* =========================================================
reccomend - 良く見られている商品・売れ筋商品
========================================================= */
/* 売れ筋商品
--------------------------------------------------------- */
.best_seller_item {
	background-color: #f0f0f0;
	border-top: 1px solid #d8d8d8;
}
@media screen and (max-width: 600px) {
.best_seller_item {
	background-color: #f0f0f0;
}
}

/* TOPインクルード用
--------------------------------------------------------- */
#attention {
	background:#FEE6E6;
	color:#C40001;
	margin:0 auto;  
	padding:3px 5px 4px;
	width:92.5%;
}