/**
 * ページネーションのスタイル
 */
.ga-page-links {
    clear: both;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    margin: -1em 0 1.75em;
    text-align: center;
}
/**
 * ページリンク上部の文字
 */
#ga-page-text,
#ga-page-text-next {
    display: inline;
    font-size: 1em;
    font-weight: 800;
    position: relative;
}
/**
 * ページリンク上部の文字
 */
#ga-page-text {
    top: 7px;
    position: relative;
}
/**
 * ページリンク上部の文字
 */
#ga-page-text-next:before {
    content: '\A';
    white-space: pre;
}
#ga-page-text-section {
  display: block;
  margin: 2em auto 0px auto;
  height: 3.8em;
  max-width: 320px;
}
/**
 * ページリンク、非リンク部共通
 */
.ga-page-links a,
.ga-page-links > span {
    line-height: 1.75;
    border-radius: 6px;
    display: inline-block;
    font-size: 13px;
    font-size: 1.56em;
    height: 1.8461538462em;
    line-height: 1.6923076923em;
    margin: 0.3076923077em 0.153846154em 0 0.153846154em;
    text-align: center;
    width: 1.8461538462em;
}