@charset "utf-8";
#pageBox{ margin-top: 50px; text-align: center;}
#pageBox a{ display: inline-flex; justify-content: center; align-items: center; width:35px; height: 35px; font-size: 13px; color: #9e9e9e; border: 1px solid #ccc; box-sizing: border-box; vertical-align: middle;}
#pageBox a.on{ color:#000; border-color: #222;}
#pageBox a img{ height: 15px;}
@media (max-width: 768px) {
#pageBox{ margin-top: 30px;}
}



