@charset "UTF-8";

.table-c {
        width:auto;
        border-collapse:collapse;
        border-spacing:0;
        text-align:center;
        letter-spacing:0;
        box-sizing: border-box;
        line-height: 150%;
        background: #FFF;
        overflow: hidden;
        border: 1px solid #dae1e7;
        }
        .table-c tr { }
        .table-c th {
        padding:0 .5rem;
        height:60px;
        vertical-align: middle;
        font-weight:500;
        font-size:14px;
        text-align:center;
        white-space: nowrap;
        }
        .table-c thead th { border:1px solid #1f9d55; background:#4b9d65; color:#FFF; font-weight:500; }
        .table-c tbody th { border:1px solid #dae1e7; background:#fff9c2; color:#222; }
        
        .table-c td {
        padding:0 .5rem;
        height:60px;
        text-align:center;
        font-weight:500;
        font-size:14px;
        vertical-align: middle;
        box-sizing: border-box;
        border:1px solid #dae1e7;
        }
        .table-c thead td { background: #4b9d65; border:1px solid #1f9d55; }
        .table-c tbody td { background: #FFF; color:#222; }

        .wrap-850 { width:100%; max-width:850px; }
        .w75 { width:75px; box-sizing: border-box; }
        .w90 { width:90px; box-sizing: border-box; }
        .w145 { width:145px; box-sizing: border-box; }

        .scroll-wrap {
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom:5px;
        }





