@charset "utf-8";

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > strong,
.pagination > a {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #428bca;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
}


.pnavi_box {
  width: 100%;
  max-width: 980px;
  height: auto;
  margin: 0 auto;
  text-align: right;
}

.pagination > a {
  position: relative;
  padding: 6px 40px;
  line-height: 1.428571429;
  color: #3597ec;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #3597ec;
  border-radius: 0;
}
.pagination > a.prev {
  float: left;
}
.pagination > a.prev:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: -2px 15px 0 -33px;
  background: url("../images/zlEQcrYt3zUN.png") no-repeat;
  transform: scale(-1, 1);
  background-size: contain;
  vertical-align: middle;
}

.pagination > a.next {
  float: right;
}

.pagination > a.next:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: -2px -33px 0 15px;
  background: url("../images/zlEQcrYt3zUN.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.pagination > a:hover, .pagination > a:focus {
  background-color: #fff;
}

/*　Retinaディスプレイ対応用　*/
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

  .pagination > a.prev:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: -2px 15px 0 -33px;
    background: url("../images/sh_link%402x.png") no-repeat;
    transform: scale(-1, 1);
    background-size: contain;
    vertical-align: middle;
  }

  .pagination > a.next:after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: -2px -33px 0 15px;
    background: url("../images/sh_link%402x.png") no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
}
