@charset "UTF-8";

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

.tube_outlineVal {
    display:none;
}

.cableHeaders th, .cableHeaders 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: "占積率";
    }
}