@charset "UTF-8";

#conformityCertification span {
    display: block;
    width: 100%;
    text-align: center;
}

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

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

#tubeTable tbody td:nth-of-type(2){
    width: 92px;
}

#tubeTable tbody td:nth-of-type(3){
    width: 121px;
}

#tubeTable tbody td:nth-of-type(4){
    width: 110px;
}

#tubeTable tbody td:nth-of-type(5){
    width: 150px;
}

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

#tubeTable tbody td:nth-of-type(7){
    width: 55px;
}

#tubeTable tbody td:nth-of-type(8){
    width: 55px;
}

#selectionResult tr th:nth-of-type(1),
#selectionResult tr td:nth-of-type(1) {
    text-align: center !important;
    width:200px !important;
}

#selectionResult tr th:nth-of-type(2),
#selectionResult tr td:nth-of-type(2) {
    text-align: center !important;
    width:120px !important;
}

#selectionResult tr th:nth-of-type(3),
#selectionResult tr td:nth-of-type(3) {
    text-align: center !important;
    width:112px !important;
}

#selectionResult tr th:nth-of-type(4),
#selectionResult tr td:nth-of-type(4) {
    text-align: center !important;
    width:95px !important;
}

#openingRectangleSize {
    display: none;
}

@media screen and (max-width: 768px) {
    #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: "占積率";
    }

    .selection .table02 thead tr:first-of-type th:first-of-type {
        display: table-cell;
    }
}