@charset "UTF-8";

/* ==========================================================================
   components-posts.css
   Posts系（旧baseから移植：復旧優先）
   ========================================================================== */

ul.posts li {
  position: relative;
  padding-bottom: 1.5em;
  margin-bottom: 2em;
}

ul.posts li img {
  width: 100%;
  margin-bottom: 0.5em;
}

ul.posts li p.cate {
  text-align: right;
  line-height: 1;
  margin-bottom: 1rem;
  font-size: 0;
}

ul.posts li p.cate a,
ul.posts li p.cate span {
  font-size: 0.7rem;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #000;
  line-height: 1;
  margin-left: 0.75em;
  padding: 0.25em 0.75em;
  border-radius: 1000px;
}

ul.posts li p.cate span {
  background: #ff0000;
  color: #fff;
  border-color: #ff0000;
}

ul.posts li p.date {
  font-size: 0.8em;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
  text-align: center;
}

ul.posts li h4 {
  font-size: 1.25em;
  margin-bottom: 1em;
}

ul.posts li p.excerpt {
  line-height: 1.75em;
  font-size: 0.9em;
  padding: 0.25em 0 0.25em 1.5em;
  margin: 0 0 0 0;
}

ul.posts li a.more {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  text-align: right;
  font-size: 0.9em;
  text-decoration: none;
}

/* FontAwesome依存を撤去：more 矢印 */
ul.posts li a.more::after {
  content: "›";
  margin-left: 0.5em;
  font-family: inherit;
}

/* 前後記事ページング */
ul.paging {
  margin-top: 5em;
  font-size: 12px;
  border-top: 1px dotted #ccc;
}

ul.paging li {
  width: 50%;
}

ul.paging li.prev {
  text-align: right;
  float: right;
}

ul.paging li.emptynext a {
  border-left: 1px dotted #ccc;
}

ul.paging li.next {
  float: left;
}

ul.paging li a {
  display: block;
  position: relative;
  text-decoration: none;
}

ul.paging li.prev a {
  padding: 1em 2em 1em 1em;
}

ul.paging li.next a {
  padding: 1em 1em 1em 2em;
  border-right: 1px dotted #ccc;
}

ul.paging li a i {
  position: absolute;
  font-size: 16px;
  top: 0.9em;
  color: #000;
}

ul.paging li.prev a i {
  right: 0;
}

ul.paging li.next a i {
  left: 0;
}

/* ページネーション */
.pagenation {
  text-align: center;
  margin: 10px 0 30px;
}

.pagenation a,
.pagenation span {
  display: inline-block;
  border: 1px solid #ccc;
  margin: 0 2px;
  padding: 5px 8px;
  border-radius: 3px;
  text-decoration: none;
}

.pagenation .current {
  background: #000;
  border-color: #000;
  color: #fff;
}

/* icons */
.icons {
  position: absolute;
  top: 1px;
  right: 5px;
}

.icons span,
.icons a {
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 11px;
  line-height: 100%;
  padding: 2px 8px;
  margin-right: 0;
  text-decoration: none;
}
