@charset "UTF-8";
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■rightCol
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.rightCol {
  margin-top: 30px;
}

.rightCol .hd {
  font-size: 17px;
  margin-top: 30px;
  text-align: center;
}

.rightCol ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rightCol ul li {
  font-size: 13px;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.rightCol ul li:nth-child(even) {
  border-left: 1px solid #dddddd;
}

.rightCol ul li:nth-child(even) a {
  padding-left: 10px;
}

.rightCol ul li:nth-child(even) a:before {
  content: "";
  display: block;
  position: absolute;
  right: 5px;
  top: 50%;
  border-right: 1px solid #222222;
  border-top: 1px solid #222222;
  height: 4px;
  width: 4px;
  margin-top: -3px;
  margin-right: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.rightCol ul li a {
  padding: 8px 30px 8px 0;
}

.rightCol ul li a:before {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  border-right: 1px solid #222222;
  border-top: 1px solid #222222;
  height: 4px;
  width: 4px;
  margin-top: -3px;
  margin-right: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■list
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.categoryTitle {
  font-size: 18px;
  margin-bottom: 16px;
}

.pager {
  margin-top: 16px;
}

.pager .wp-pagenavi a,
.pager .wp-pagenavi span {
  font-size: 14px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: relative;
}

.pager .wp-pagenavi .previouspostslink,
.pager .wp-pagenavi .previouspostlink,
.pager .wp-pagenavi .nextpostslink,
.pager .wp-pagenavi .nextpostlink {
  width: 60px;
}

.pager .wp-pagenavi .previouspostslink,
.pager .wp-pagenavi .previouspostlink {
  margin-right: 15px;
  padding-left: 20px;
}

.pager .wp-pagenavi .previouspostslink:before,
.pager .wp-pagenavi .previouspostlink:before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  border-right: 1px solid #222222;
  border-top: 1px solid #222222;
  height: 4px;
  width: 4px;
  margin-top: -3px;
  margin-left: -1px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.pager .wp-pagenavi .nextpostslink,
.pager .wp-pagenavi .nextpostlink {
  margin-left: 15px;
  padding-right: 20px;
}

.pager .wp-pagenavi .nextpostslink:before,
.pager .wp-pagenavi .nextpostlink:before {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  border-right: 1px solid #222222;
  border-top: 1px solid #222222;
  height: 4px;
  width: 4px;
  margin-top: -3px;
  margin-right: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pager .wp-pagenavi .backtoList {
  font-size: 13px;
  padding-left: 24px;
  padding-right: 10px;
}

.pager .wp-pagenavi .backtoList:before {
  content: "";
  display: block;
  position: absolute;
  left: 11px;
  top: 50%;
  border-right: 1px solid #222222;
  border-top: 1px solid #222222;
  height: 4px;
  width: 4px;
  margin-top: -3px;
  margin-left: -1px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■detail
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
article {
  padding-top: 0;
}

article .ttlArea {
  margin-bottom: 20px;
  padding-bottom: 15px;
}

article .ttlArea h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

article .ttlArea .date,
article .ttlArea ul {
  font-size: 13px;
}

article .entry {
  font-size: 14px;
  padding-bottom: 10px;
  /*table*/
  /*blockquote*/
  /*header*/
}

article .entry p, article .entry blockquote, article .entry table, article .entry ul, article .entry ol {
  margin-bottom: 20px;
}

article .entry p {
  margin-bottom: 20px;
}

article .entry table, article .entry th, article .entry td {
  padding: 8px 10px;
}

article .entry blockquote {
  padding-left: 10px;
}

article .entry h1, article .entry h2, article .entry h3, article .entry h3, article .entry h4, article .entry h5, article .entry h6 {
  margin-bottom: 10px;
}

article .entry h1 {
  font-size: 22px;
}

article .entry h2 {
  font-size: 20px;
}

article .entry h3 {
  font-size: 18px;
}

article .entry h4 {
  font-size: 16px;
}

article .entry h4:before {
  margin-top: 1px;
}

article .entry h5 {
  font-size: 14px;
  margin-bottom: 10px;
}

article .share {
  padding: 20px 0;
}

article .share ul {
  text-align: left;
}

article .share ul li {
  margin: 0 3px;
}

article .share ul li:first-child {
  margin-left: 0;
}
