@charset "utf-8";

.tbl_pd {padding:15px 0;}
.n_le {border-left:0;}
.n_ri {border-right:0;}

@media (min-width:1500px) {
    .scroll_tb {display:none; font-size:14px; color:#525252; border:1px solid #ddd; border-bottom:0; text-align:center; padding:3px 0;}
    table {width:100%; border-collapse: collapse; border-spacing:0;}
    table th, table td {border:1px solid #d0d0d0; text-align:center;}
    table th {border-top:1.5px solid #436690; background-color:#f5fcff;}



  
}


@media (max-width:1499px) and (min-width:789px) {
    .scroll_tb {display:none; font-size:14px; color:#525252; border:1px solid #ddd; border-bottom:0; text-align:center; padding:3px 0;}
    table {width:100%; border-collapse: collapse; border-spacing:0;}
    table th, table td {border:1px solid #d0d0d0; text-align:center;}
    table th {border-top:1.5px solid #436690; background-color:#f5fcff;}
}



@media (max-width:788px) {
    .scroll_tb {display:block; font-size:14px; color:#525252; border:1px solid #ddd; border-bottom:0; text-align:center; padding:3px 0;}
    table {width:1250px; border-collapse: collapse; border-spacing:0;}
    table th, table td {border:1px solid #d0d0d0; text-align:center;}
    table th {border-top:1.5px solid #436690; background-color:#f5fcff;}
}