/* c-table-spec */

.c-table-spec {
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
}

.c-table-spec .c-sup{
    font-size:12px;
}

.c-table-spec tr th, .c-table-spec tr td {
    font-size: 14px;
    padding: 6px 12px;
    border-right: 1px solid #ccc;
    line-height:2;
}

.c-table-spec tr>*:last-child {
    border-right: 0 none;
}

/*.c-table-spec tbody>tr:nth-child(2n+1) th, .c-table-spec tbody>tr:nth-child(2n+1) td {
    background-color: #F0F0F0;
}*/

.c-table-spec thead tr th {
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    padding: 10px 12px;
}

.c-table-spec tbody tr th,
.c-table-spec tbody tr td {
    border-top: 1px solid #ccc;
}

.c-table-spec tr th {
    font-weight: normal;
    text-align: left;
}

.c-table-spec tbody tr th{
       background-color: #F0F0F0;
}

.c-table-spec tr td {
    text-align: center;
}

.c-table-spec tbody>tr.c-table-spec-row-1 th, .c-table-spec tbody>tr.c-table-spec-row-1 td {
    background-color: #FBE8F7;
}

.c-table-spec tbody>tr.c-table-spec-row-2 th, .c-table-spec tbody>tr.c-table-spec-row-2 td {
    background-color: #FBE8F7;
}


/* c-top-type-price */

.c-top-type-price {
    border-bottom: 1px solid #ccc;
    width: 100%;
}

.c-top-type-price th {
    font-weight: normal;
}

.c-top-type-price th, .c-top-type-price td {
    border-top: 1px solid #ccc;
    vertical-align: middle;
}

.c-top-type-price .c-top-type-price-title {
    font-size: 11px;
    display: block;
    font-weight: bold;
    margin: 0 0 6px;
}

.c-top-type-price .c-top-type-price-value {
    font-size: 36px;
    line-height: 1;
}

.c-top-type-price .c-top-type-price-unit {
    font-size: 24px;
    line-height: 1;
}

.c-top-type-price .c-top-type-price-supplement {
    font-size: 11px;
    display: block;
    margin-bottom: -18px;
}

.c-top-type-price .c-top-type-price-image {
    text-align: right;
}

.c-top-type-price .c-top-type-price-image img {
    display: block;
}

@media(max-width: 736px) {
    .c-top-type-price, .c-top-type-price thead, .c-top-type-price tbody, .c-top-type-price tfoot, .c-top-type-price tr, .c-top-type-price th, .c-top-type-price td {
        display: block;
    }
    .c-top-type-price tr {
        border-top:1px solid #ccc;
    }
    .c-top-type-price th, .c-top-type-price td {
        border-top:0 none;
        padding: 10px;
    }
    .c-top-type-price th {

    }
    .c-top-type-price td {
        text-align: right;
    }
    .c-top-type-price .c-top-type-price-title {
        text-align: left;
    }
    .c-top-type-price .c-top-type-price-supplement {
        margin: 0;
    }
    .c-top-type-price .c-top-type-price-value {
        font-size: 24px;
    }
    .c-top-type-price .c-top-type-price-image {
        display: none;
    }
}