@charset "euc-jp";
@import url("tekigou-common.css");
#pwc-0005 { max-width: 780px; margin: 0 auto; font-size: 16px;}

th { 
    position: sticky; top: 0; z-index: 3;
    background: #cfcfcf;
    color: #000; font-weight: 100;}

th:nth-of-type(3) {width: 25%;}
th:nth-of-type(4) {width: 25%;}

th::before {
    content: "";
    position: absolute; top: -1px; left: -1px; z-index: 1;
    width: 100%; height: 100%;
    border: 1px solid #888;}
    
    
th:nth-of-type(2),
td:nth-of-type(2) { text-align: left;}

@media screen and (max-width:449px){
    th:nth-of-type(1) {width: 34px; }
    th:nth-of-type(3) {width: 74px;}
    th:nth-of-type(4) {width: 56px;}

    td { word-break: break-all;}
}


/* LastUp2024.03.14_kimata */