@charset "utf-8";

/*  Common CSS
----------------------------------------------*/
.none {display: none;}

/*  Pager CSS
----------------------------------------------*/
.page_navigation {background: #fff;text-align: center;}
.page_navigation a {width:  20%;height: 50px;line-height: 50px;display: inline-block;text-align: center;border-right: 1px solid #ccc;margin-left: -1px;}
.page_navigation a:first-child {border-left: 1px solid #ccc;margin-left: -2px;}
.no_more {color: #ccc;}
.active_page {background: #ddd;}
