@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%;
}
.detailLabel_sub {
    margin-bottom: 15px;
    line-height: 1.3;
}
.tablePanel {
    width: 100%;
    margin-bottom: 60px;
}
.tablePanel-last {
    width: 100%;
    margin-bottom: 0;
}
table {
    display: table;
    border-collapse: collapse;
}
td {
    display: table-cell;
    border: 1px solid #c9c9ca;
    background: #fff;
    padding: 7px 15px;
    vertical-align: middle;
    height: 63px;
}
.Table-l {
    width: 70%;
}
.Table-c {
    width: 22%;
    text-align: center;
}
.Table-r {
    width: 135px;
    text-align: center;
}
.btn_purchase {
    background: #e61a2a;
    border-radius: 5px;
    padding: 7px 14px;
    color: #fff;
    border: 1px solid #e61a2a;
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
}
.btn_purchase:before {
    font-family: FontAwesome;
    font-size: 16px;
    content: '\f07a';
    display: inline-block;
    padding-right: 5px;
    color: #fff;
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
}
.btn_purchase:hover {
    background: #fff;
    color: #e61a2a;
}
.btn_purchase:hover:before {
    color: #e61a2a;
}
@media only screen and (max-width: 800px){
    .detailPanel {
        padding: 0 3.5% 90px;
    }
}
@media only screen and (max-width: 700px){
    .detailPanel {
        padding: 0 3.5% 90px;
    }
    td {
        font-size: 14px;
        padding: 1.5% 1.5%;
    }
    .Table-r {
        width: 100px;
    }
}
@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;
    }
    .detailLabel_sub {
        font-size: 14px;
    }
    .tablePanel {
        margin-bottom: 50px;
    }
    .tablePanel-last {
        width: 100%;
        margin-bottom: 0;
    }
    td {
        font-size: 12px;
    }
    .Table-c {
        width: 90px;
    }
    .Table-r {
        width: 90px;
    }
    .btn_purchase:before {
        font-size: 14px;
    }
}