@charset "UTF-8";

#selectionResult td {
    width: 100%;
    text-align: center;
}

#warning_msg {
    color: red;
    margin-top: 1em;
}

.tube_outlineVal {
    display:none;
}

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

@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: "占積率";
    }
}