.pageHeaderArea {
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-postList {
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.pageNumberBox {
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pageNumberBox a.page-numbers {
  margin: 0.4rem;
  border-radius: 50%;
  /* background-color:#ffffff; */
  /* color: var(--color_main); */
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pageNumberBox a.page-numbers:hover {
  background-color: #00A0E9;
}
.pageNumberBox span {
  margin: 0.4rem;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.pageNumberBox span.page-numbers {
  background-color: #00A0E9;
}/*# sourceMappingURL=page-post.css.map */