@charset "UTF-8";

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

#tubeTable thead tr:nth-of-type(1) td {
    background: #EAF2FA;
    color: #2A68B0;
    font-weight: 500;
    text-align: center;
}

#tubeTable tbody th:nth-of-type(1){
    width: 12%;
}

#tubeTable tbody td:nth-of-type(1){
    width: 29%;
}

#tubeTable tbody td:nth-of-type(2){
    text-align: center;
    width: 16%;
}

#tubeTable tbody td:nth-of-type(3),
#tubeTable tbody td:nth-of-type(4), 
#tubeTable tbody td:nth-of-type(5){
    width: 11%;
}

#tubeTable tbody td:nth-of-type(6) {
    width: 10%;
}

@media screen and (max-width: 768px) {
    .selection .table02 thead tr:first-of-type th:first-of-type{
        display: table-cell !important;
    }
    #tubeTable tbody td:nth-of-type(1){
        width: 32%;
    }
    
    #tubeTable tbody td:nth-of-type(2){
        width: 23%;
    }
    #tubeTable tbody td:nth-of-type(3){
        width: 23%;
    }

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