@CHARSET "UTF-8";

#item_detail {
    margin-top: 15px;
}

.maker_price {
    display: block;
    font-size: 12px;
    font-weight: normal;
    white-space:nowrap;
    line-height: 1.2em;
    margin-bottom: 0.5em;
}

.tax_type {
    font-size: 12px;
    font-weight: normal;
    color: #666;
    margin-left: 4px;
}

.relative_cat {
    font-size: 12px;
    font-weight: normal;
}

.column_1 ul, ol {
    margin: 0 1em 0;
}

#item_detail_area .item_detail .item_comment {
    font-size: 1.0em;
    font-weight: normal;
    line-height: 1.6em;
}

#detail_cart_box__button_area {
    clear: both;
}

.btn-cart:before {
    margin: 0 12px 0 0;
    content: " ";
    display: inline-block;
    width: 30px;
    height: 27px;
    background: url( ../img/common/icon_cart_wh.png );
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.btn-favorite:before {
    margin: 0 12px 0 0;
    content: " ";
    display: inline-block;
    width: 23px;
    height: 21px;
    background: url( ../img/common/icon_favorite_star.png );
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

#main {
    background-color: #fff;
    padding: 10px;
}

.free_amount {
    font-weight: bold;
}

.supplier_delivery_point {
    margin-top: 20px !important;
    margin-left: 10px !important;
    position: relative;
    padding: .5em .75em;
    background-color: #ffe8b4;
    border-radius: 6px;
    display: inline-block;
}

.supplier_delivery_point:after {
    position: absolute;
    top: 100%;
    left: 30px;
    content: '';
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 15px solid #ffe8b4;
}

.supplier_delivery_point .supplier_remain_delivery_point {
    font-size: 15px;
}

.supplier_delivery_point strong {
    color: #ec000a;
    font-size: 20px;
    padding: 0 5px;
}

.supplier_delivery_point .supplier_link {
    font-size: 12px;
}

.supplier_delivery_point .supplier_name {
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    #item_detail_area .item_name {
        font-size: 1.6rem;
        font-weight: 700;
    }

    .tax_type {
        font-size: 10px;
    }

    #item_detail_area .item_detail .item_code {
        font-size: 12px;
        font-weight: 400;
        white-space:nowrap;
        line-height: 1.2em;
    }

    #item_detail_area .item_detail .item_comment {
        font-size: 1.2rem;
        line-height: 1.8rem;
    }

    .freearea {
        font-size: 1.2rem;
        line-height: 1.8rem;
    }

    #review_area {
        font-size: 1.6rem;
        line-height: 1.6rem;
    }

    #review_area .star_list {
        font-size: 1.2rem;
        line-height: 1.8rem;
    }

    #review_area .review_list {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }

    #review_area .review_list .recommend_level {
        display: block;
        margin-left: 0;
    }

    .supplier_delivery_point {
        margin-top: 10px !important;
        margin-bottom: 15px !important;
    }
}

@media only screen and (min-width: 768px) {
    #item_detail_area .product_detail_description_box, .item_comment {
        border: solid 1px #c2c2c2;
        border-radius: 3px;
        margin-top: 10px;
        padding: 5px 10px;
    }

    #item_detail_area .item_detail .item_maker {
        border-top: none;
        padding: 5px 0 3px;
    }

    #item_detail_area .item_detail .item_delivery_date {
        padding: 3px 0 5px;
    }

    #item_detail_area .item_detail .item_maker, #item_detail_area .item_detail .item_code,
    #item_detail_area .item_detail .item_jan_code {
        border-bottom: 1px dotted #ccc;
    }

    #item_detail_area .item_detail .relative_cat {
        border-top: none;
    }

    #item_detail_area .detail_suplier_name {
        margin-top: 15px !important;
    }
}
#item_detail_area span.icon_block {
    display: block;
    margin-bottom: 5px;
}

#item_detail_area .icon_block .publish-icon {
    font-size: 14px;
    font-size: 1.4rem;
}

.derivery_attention {
    font-size: 10px;
    margin-top: 5px;
    color: #9b834d;
    text-align: center;
    width: 100%;
    display: inline-block;
}
