@charset "UTF-8";

.pre1-sale {
    color: #DC4600;
    font-size: 1.2rem;
    line-height: 1.44;
}
.pre2-sale {
    color: #DC4600;
    font-size: 1.2rem;
    margin: 15px 0 -20px;
}
.price-org {
    font-size: 1.3rem;
    background-image: linear-gradient(#00281E, #00281E);
    background-position: 0 50%;
    background-size: 100% 1px;
    background-repeat: repeat-x;
    display: table-cell;
}
.product .product_info .memo2 {
    padding-bottom: 1em;
}
.price-org + p {
    margin-top: -.4em;
}
@media screen and (min-width: 768px) {
    .modaal_inner .product .product_info .price {
        padding-top: 0;
    }
    .product .cart_box {
        margin-top: 5px;
    }    
}