@charset "UTF-8";

.detailPanel {
    padding: 0 6.5% 90px;
}
.detailPanel-last {
    padding: 0 6.5%;
}
.detailPanel_sab {
    margin-bottom: 50px;
}
.detailLabel {
    font-size: 20px;
    padding: 0 8px 2.5%;
    border-bottom: 1px dashed #999;
    margin-bottom: 4%;
}
.costPanel {
    width: 100%;
}
.costPanel p {
    float: left;
}
.costPanel p+p {
    float: right;
}
.detailPanel_item_foot-delivery {
    width: 90%;
    margin-top: 70px;
    padding: 0 6.5%;
}
@media only screen and (max-width: 640px){
    .detailPanel {
        padding: 0 0 60px;
    }
    .detailPanel-last {
        padding: 0;
    }
    .detailPanel_sab {
        margin-bottom: 50px;
    }
    .detailLabel {
        font-size: 16px;
    }
    .detailPanel_item_foot {
        padding-top: 30px;
        width: 90%;
        margin: 6% auto 0;
    }
    .detailPanel_item_foot-delivery {
        width: 90%;
        margin: 60px auto 0;
        padding: 0;
    }
    .button-toDetail {
        width: 100%;
    }
}
@media only screen and (max-width: 450px){
    .costPanel p {
        float: none;
    }
    .costPanel p+p {
        float: none;
    }
}