@charset "UTF-8";

.detailPanel {
    padding: 0 6.5% 90px;
}
.detailPanel-last {
    padding: 0 6.5%;
}
.detailPanel_sab {
    margin-bottom: 50px;
}
.detailLabel-head {
    padding: 0 8px 2.5%;
    border-bottom: 1px dashed #999;
    margin-bottom: 4%;
}
.detailLabel {
    font-size: 20px;
    float: left;
}
.detailLabel_r {
    float: right;
}
.detailLabel_sub {
    margin-bottom: 15px;
    line-height: 1.3;
}
.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;
}
.th-sub {
    border: 1px solid #eee;
    background: #d4d4d4;
    color: #000;
}
.bodyTable-l {
    width: 36%;
}
.bodyTable-r {
    width: 64%;
}
.lensTable-l {
    width: 18%;
    min-width: 138px;
}
.lensTable-c {
    width: 18%;
}
.lensTable-r {
    width: 64%;
}
.costDurationTable-l {
    width: 22%;
}
.costDurationTable-r {
    width: 39%;
}
.costDurationTable td {
    text-align: center;
}
.detailPanel_item_foot-delivery {
    width: 90%;
    margin-top: 70px;
    padding: 0 6.5%;
}
.button-toDetail {
    width: 310px;
}
@media only screen and (max-width: 840px) {
    .detailPanel {
        padding: 0 3.5% 90px;
    }
    th,td {
        font-size: 15px;
    }
}
@media only screen and (max-width: 740px) {
    .detailPanel {
        padding: 0 1.5% 90px;
    }
    th,td {
        font-size: 14px;
        padding: 2.5% 1.5%;
    }
}
@media only screen and (max-width: 640px) {
    .detailPanel {
        padding: 0 0 60px;
    }
    .detailPanel-last {
        padding: 0;
    }
    .detailLabel {
        font-size: 16px;
    }
    .detailLabel_r {
        font-size: 12px;
    }
    .lensTable-l {
        min-width: 0;
    }
    .lensTable-c {
        width: 28%;
    }
    .costDurationTable-l {
        width: 28%;
    }
    .costDurationTable-r {
        width: 36%;
    }
    .detailLabel_sub {
        font-size: 14px;
    }
    .tablePanel {
        margin-bottom: 50px;
    }
    th, td {
        font-size: 12px;
    }
    .detailPanel_item_foot {
        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: 425px) {
    th, td {
        font-size: 12px;
    }
}