@charset "UTF-8";

.price_service_table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border-color: #c7c7c7;
    margin-bottom: 20px;
    margin-top: 20px;
}
.price_service_table table {
    width: auto;
}
.price_service_table td,
.price_service_table th {
    border: 1px solid #c7c7c7;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
}
.price_service_table thead th {
    background-color: rgb(208,208,208);
}
.price_service_table thead th:last-child {
    border-right: none;
}
.price_service_table tbody th {
    font-weight: normal;
    white-space: nowrap;
    background-color: #fff;
}
.price_service_table th.head1 {
    background-color: rgb(26,172,251);
    color: #fff;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}
.price_service_table th.head2 {
    background-color: rgb(26,140,218);
    color: #fff;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}
.price_service_table th.head3 {
    background-color: rgb(25,166,186);
    color: #fff;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}
.price_service_table tbody th {
    font-weight: normal;
    white-space: nowrap;
    background-color: #fff;
}
.price_service_table td {
    text-align: left;
    font-size: 90%;
}
