/**
 * File: archive.css
 * Usage: archive.php(投稿の一覧ページ)のスタイルを定義します。
*/

#news .bl_topNews {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

#news .bl_topNews_cont {
  margin-top: 0;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.nextpostslink,
.previouspostslink {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../img/arrow-round.svg) no-repeat center / contain;
}

.current {
  font-weight: 700;
}

.previouspostslink {
  transform: rotate(180deg);
}
