@charset "utf-8"; /* CSS Document */

.mod-price {
    line-height: 26px;
}


/* PC
****************************************************************************************************************************************************************/
@media screen and (min-width:768px) {

.mod-price dt {
    clear: none;
    font-size: 14px;
}
.mod-price dd {
    margin-right: 15px;
}

}




/* Smart Phone
****************************************************************************************************************************************************************/
@media screen and (max-width:767px) {

.mod-price dt {
    font-size: 14px;
}


}