/* 商品ボタン　*/------------------------------------


/* 共通の設定　*/
.mark{
	position:absolute;
	top:-8px;
	left:-8px;
	padding:4px 8px;
	font-size:12px;
	font-weight:600;
	color:#fff;
	background:#d72323;
}
/* NEW */
.newmark{
	background:#be3737;
}

/* SALE */
.salemark{
	background:rgb(255, 127, 80);
}

/* おすすめ */
.osumark{
	background:#66c079;
}

/* 値下げ */
.sagemark{
	background:#1d417a;
}

/* 売り切れ */
.sldmark{
	background:#5c6a7d;
}

/* 再入荷 */
.saimark{
	background:#000;
}


------------------------------------