@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;
}
.tablePanel-last {
    width: 100%;
    margin-bottom: 0;
}
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%;
}
.costTable-l {
    width: 75%;
    padding: 20px;
}
.costTable-r {
    width: 25%;
    text-align: center;
}
.since540 {
    display: none;
}
.detailPanel_item_foot-delivery {
    width: 90%;
    margin-top: 70px;
    padding: 0 6.5%;
}
@media only screen and (max-width: 840px){
    .costTable-r {
        width: 15%;
    }
}
@media only screen and (max-width: 740px){
    .detailPanel {
        padding: 0 3% 90px;
    }
}
@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;
    }
    .tablePanel-last {
        width: 100%;
        margin-bottom: 0;
    }
    th, td {
        font-size: 14px;
        padding: 1.5% 1.5%;
    }
    .detailPanel_item_foot {
        width: 90%;
        margin: 6% auto 0;
    }
    .detailPanel_item_foot-delivery {
        width: 90%;
        margin: 60px auto 0;
        padding: 0;
    }
}
@media only screen and (max-width: 540px){
    .since540 {
        display: block;
    }
    
}
@media only screen and (max-width: 470px){
    th, td {
        font-size: 12px;
    }
    .bodyTable-l {
        width: 33%;
    }
    .bodyTable-r {
        width: 67%;
    }
}
@media only screen and (max-width: 360px){
    th, td {
        font-size: 12px;
    }
    .since540 {
        display: none;
    }
}