@charset "Shift_JIS";

.charge .price-table thead th {
    text-align: center !important;
}
.charge .price-table th {
    text-align: left !important;
}
.charge .price-table td {
    text-align: right;
}
.charge .price-table td.free {
    text-align: center !important;
    font-size: 120%;
}
.charge .price-table td.price {
    text-align: right !important;
}
.charge .price-table td.price span {
    font-size: 120% !important;
    margin-right: 2px;
}