@charset "UTF-8";

#selectionResult {
    height:100%;
}

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

#selectionResult tr:nth-of-type(1) td {
    padding : 0px;
}

#subResult {
    height:100%;
    border-top : 0px;
    border-left: 1px dashed #ddd;
}

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

#subResult tbody tr td {
    width : 50%;
    border-bottom: 1px solid #ddd;
    padding: 20px !important;
    vertical-align: middle;
}

#subResult tbody tr:last-of-type td {
    border-bottom: none;
}

.tube_outlineVal {
    display:none;
}

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

#certification {
    padding: 0px;
}

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