@charset "utf-8";

.paging {text-align:center;margin-bottom:10px;}
.paging a,
.paging strong {display:inline-block;vertical-align:middle;min-width:40px;height:40px;margin:0 1px;border:1px solid #ddd;text-align:center;line-height:40px;font-size:16px;color:#333;transition:all .3s;}
.paging a:hover {border-color: #666;}
.paging strong {background:#f5f5f5;border-color: #666;}
.paging strong a {min-width:100%;height:100%;margin:0;border:0;vertical-align: top; cursor: default;}
.paging .first {background:url(../images/paging/bg_paging_frst.png) no-repeat center center;font-size:0;} 
.paging .prev {margin-right:20px;background:url(../images/paging/bg_paging_prev.png) no-repeat center center;font-size:0;} 
.paging .next {margin-left:20px;background:url(../images/paging/bg_paging_next.png) no-repeat center center;font-size:0;} 
.paging .last {background:url(../images/paging/bg_paging_last.png) no-repeat center center;font-size:0;} 
.paging + .botBtn {text-align:right;}