<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* íŽ˜ì´ì§€ëª©ë¡ */
.paginate_wrap{padding:3em 0 0 0; text-align:center; font-size: 0.824em}
ul.pagination{display:inline-block; padding:0; margin:0;}
ul.pagination li{display:inline;}
ul.pagination li a{
    float:left;
    width:2.286em; height:2.286em; line-height: 2.286em;
    color:#888; margin: 0 0.286em;
    border:1px solid #ddd;
    transition:background-color .3s;
}
ul.pagination li a.active {background-color:#333; color:#fff; border:1px solid #333;}
ul.pagination li a:hover:not(.active) {background-color:#333; color:#fff; border:1px solid #333;}
ul.pagination .prev a:hover,ul.pagination .next a:hover,ul.pagination .first a:hover,ul.pagination .last a:hover{
    background-color: #fff !important;
}

ul.pagination .prev a{
    margin-right:1em; text-indent:-9999px; background:url("../img/sub/ico_page_prev.png") center center no-repeat; background-size:0.429em
}
ul.pagination .next a{
    margin-left:1em; text-indent:-9999px; background:url("../img/sub/ico_page_next.png") center center no-repeat; background-size:0.429em
}
ul.pagination .first a{
    text-indent:-9999px; background:url("../img/sub/ico_page_end.png") center center no-repeat; background-size: 0.714em}
ul.pagination .last a{text-indent:-9999px; background:url("../img/sub/ico_page_start.png") center center no-repeat; background-size: 0.714em}

/* 20190326 ì¶”ê°€ */
.basic a.bbs { display: block; text-align: left; }
table.basic tbody tr td:nth-child(2) { text-align: center; }
.tbl_head01 + .buttons { width: 100%; overflow: hidden; margin: 15px 0 0 0; }</pre></body></html>