@CHARSET "UTF-8";
/** ショップトップ */

li.slick-cloned {
    opacity: 0;
}

#checkItemList .matrix-body {
    display: flex;
    display: -moz-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
    flex-wrap: wrap;
    -moz-flex-direction: row;
    -o-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
}

.checkItemGoodsImg {
    width: 150px;
}

div[id^="checkItemListRow_"] {
    padding: 5px;
}

div[id^="checkItemPriceSuffixLabel_"] {
    text-decoration: line-through;
}

div[id^="checkItemSalesGoodsPrice_"] {
    color: #cc0000;
}

div[id^="checkItemSalesGoodsName_"] {
    width: 200px;
}

#recommendItemList .matrix-body {
    display: flex;
    display: -moz-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
    flex-wrap: wrap;
    -moz-flex-direction: row;
    -o-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
}

.recommendItemGoodsImg {
    width: 200px;
}

div[id^="recommendItemListRow_"] {
    padding: 5px;
}

div[id^="recommendItemPrice_"] {
    text-decoration: line-through;
}

div[id^="recommendItemPriceSuffixLabel_"] {
    text-decoration: line-through;
}

div[id^="recommendItemSalesGoodsName_"] {
    width: 200px;
}

#newItemList .matrix-body {
    display: block;
    display: -moz-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
    flex-wrap: wrap;
    -moz-flex-direction: row;
    -o-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
}

.newItemGoodsImg {
    width: 200px;
}

div[id^="newItemListRow_"] {
    padding: 5px;
}

div[id^="newItemPrice_"] {
    text-decoration: line-through;
}

div[id^="newItemPriceSuffixLabel_"] {
    text-decoration: line-through;
}

div[id^="newItemSalesGoodsName_"] {
    width: 200px;
}

div[id^="newItemSalesGoodsPrice_"] {
    color: #cc0000;
}

#rankingItemList .matrix-body {
    display: block;
    display: -moz-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
    flex-wrap: wrap;
    -moz-flex-direction: row;
    -o-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
}

.rankingItemGoodsImg {
    width: 200px;
}

div[id^="rankingItemListRow_"] {
    padding: 5px;
}

div[id^="rankingItemPrice_"] {
    text-decoration: line-through;
}

div[id^="rankingItemPriceSuffixLabel_"] {
    text-decoration: line-through;
}

div[id^="rankingItemSalesGoodsName_"] {
    width: 200px;
}

#newsResults {
    line-height: 20px;
    margin-bottom: 10px;
}

#newsResults td {
    border: none;
    padding: 0px;
}

#newsResults .displayPeriodStart {
    width: 100px;
}

#newsResults .newsTypeName {
    width: 85px;
    min-width: 86px;
    color: white;
    font-size: 12px;
    text-align: center;
    border-radius: 2px;
}

#newsResults .newsTitle {
    margin-left: 20px;
}

@media screen and (max-width: 900px) {
    #newsResults .newsTitle {
        margin-left: 0;
    }
    #newsResults td:last-child {
        padding: 0;
        width: 100%;
        font-size: 13px;
    }
    .table td.displayPeriodStart,
    .table td.newsTypeName {
        display: block;
    }
}

.slick-cloned .rankingItemSalesGoodsPriceItemWrap,
.slick-cloned .rankingItemLoginPriceMessageItemWrap {
    display: none;
}

#checkItemList .slick-slide {
    margin-bottom: 10px;
}