@charset "utf-8";
/* CSS Document */

.current.page-numbers,
a.page-numbers:not(.next) {
    display:none;
}
a.page-numbers.next {
    margin-top:50px;
    padding: 7px 50px 7px 50px;
    display: inline-block;
    color: #005e15;
    font-size: 16px;
    line-height: 1.3;
    font-family: 'Noto Sans JP', sans-serif,"Hiragino Kaku Gothic ProN","メイリオ", Meiryo;
    font-weight: 400;    background-image: url(../img/ico_right_green02.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: 11px auto;
    border: 1px #005e15 solid;
    border-radius: 7px;
    text-decoration:none;    
}
a.page-numbers.next:hover {
    color: #005e15;
    text-decoration: none;
    background-color: #f6fee6;
}
.inf-rollLoad {
    display:block;
    padding:20px;
    text-align:center;
}
