/*-– Pager Style --*/
.pagination {
  text-align: center;
}
a.page-numbers, .pagination .current {
  background: #fff;
  border: solid 1px #ccc;
  padding: 5px 8px;
  margin: 0 2px;
  text-decoration: none;
}
.pagination .current {
  background: #000;
  border: solid 1px #000;
  color: #fff;
}
#global-footer {
  padding: 80px 0;
  background: #f1f1f1;
}
#global-footer .inner {
  width: 600px;
  margin: 0 auto 16px;
}
@media screen and (max-width: 480px) {
  #global-footer .inner {
    width: 100%;
  }
}
#global-footer .inner .footer-up {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}
#global-footer .inner .footer-up img {
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  #global-footer .inner .footer-up img {
    width: 40%;
  }
}
#global-footer .inner .footer-sns {
  text-align: center;
}
#global-footer .inner .footer-sns a {
  display: inline-block;
}
#global-footer .inner .footer-sns a img {
  width: 35px;
  height: 35px;
}
#global-footer .copy {
  text-align: center;
  font-size: 1.2em;
}
#global-footer .copy small {
  color: #1a1a1a;
}
