@charset "UTF-8";
/******************************************************************

Stylesheet: single.php archives.php

******************************************************************/

/* ==================== */
/* PAGENATION */
/* ==================== */
nav.pagination{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
}
nav.pagination h2.screen-reader-text{
  display: none !important;
}
nav.pagination .nav-links span,
nav.pagination .nav-links a{
  padding:10px 15px;
  background-color: #000;
  color: #fff;
}


/* ==================== */
/* archive */
/* ==================== */
.archive {
  padding-top: 100px;
}

.archive__date {
  font-size: 1.8rem;
}

.archive__title {
  font-size: 1.8rem;
}

/* "NEW"ラベル */
.new {
  background-color: #000;
  border-radius: 2px;
  color: #fff;
  padding: 3px;
  font-size: 1.1rem;
  font-weight: 400;
  margin-left: .5em;
}


/* ==================== */
/* 投稿ページ */
/* ==================== */
/* ページネーション */
.paging {
	display: flex;
	justify-content: space-between;
	margin: 100px 0 50px;
	width: 100%;
	font-size: 1.6rem;
}
.prev {
  text-align: left;
}
.next {
  text-align: right;
}
.category a {
  text-align: center;
}