@charset "UTF-8";

.otherHeaders th, .otherHeaders td {
    text-align: center;
    background: #EAF2FA !important;
    color: #2A68B0;
    font-weight: 500;
    text-align: center;
}

#selectionResult tr th{
    text-align: center !important;
}

@media screen and (max-width: 768px) {
    .selection .table02 thead tr:first-of-type th:first-of-type{
        display: table-cell !important;
    }

    .selection .table02 #other::before {
        content: "占積率";
    }
}