    /* ----------------------------------------------------------------------
¥«¡¼¥È
---------------------------------------------------------------------- */
    table.add_cart_table {
        margin-bottom: 10px;
    }

    .add_cart_table td,
    .add_cart_table th {
        border: 1px solid;
        padding: 5px 10px;
        text-align: left;
    }

    .product_detail_area {
        float: right;
        margin-left: 10px;
        width: 40%;
        font-size: 80%;
    }


    .add_cart_table th {
        border-left: none;

    }

    .add_cart_table td {
        font-size: 120%;

    }

    .no_boder_l {
        border-left: none !important;
    }

    .no_boder_r {
        border-right: none !important;
    }

    .btn-large {
        width: 100%;
        border-radius: 5px;
        padding: 10px;

    }

    .pur_block input[type='text'] {
        font: 15px/24px sans-serif;
        margin-right: 5px;
        padding: 5px 10px;
        ;
        transition: 0.3s;
        border: none;
        border-radius: 5px;
        outline: none;
    }

    .image__thumb {
        width: 112px !important;
    }

.product__explain{
    border-bottom: 1px solid;
    padding-bottom: 30px;
    line-height: 110%;
}

.product__social-list li{
    float: left;
}

.image__thumb_h{
    height: 60px!important;
}


