@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%;
}
.tablePanel {
    width: 100%;
    margin-bottom: 60px;
}
table {
    display: table;
    border-collapse: collapse;
}
th {
    display: table-cell;
    border: 1px solid #c9c9ca;
    background-color: #898989;
    color: #fff;
    font-weight: normal;
    padding: 7px 0;
    vertical-align: middle;
}
td {
    display: table-cell;
    border: 1px solid #c9c9ca;
    background: #fff;
    padding: 7px 15px;
    vertical-align: middle;
}
.bodyTable-l {
    width: 36%;
}
.bodyTable-r {
    width: 64%;
}
.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;
    }
    .tablePanel {
        margin-bottom: 50px;
    }
    th, td {
        font-size: 14px;
        padding: 1.5% 1.5%;
    }
    .detailPanel_item_foot-delivery {
        width: 90%;
        margin: 60px auto 0;
        padding: 0;
    }
}
@media only screen and (max-width: 470px){
    .costPanel p {
        float: none;
    }
    .costPanel p+p {
        float: none;
    }
}