/* フォントサイズ */
.format_font1 {
font-size: 0.9em;    /* 商品一覧状態等簡易説明欄 */
}
.format_font2 {
font-size: 0.85em;    /* 商品一覧内容等簡易説明欄 */
}

/* テキストの左揃え */
.text_left {
text-align: left
}

/* 透過SOLD-OUTイメージ */
.img_position{
position: relative;
}

.img_soldout{
position: absolute;
left: 1px;
top: 1px;
width: 100%;
height: auto;
filter: Alpha(opacity=70);
}