@charset "utf-8";
/*
# =================================================================
# 共通
# =================================================================
*/
.comments-area {
  display: none;
}
/*
# =================================================================
# アーカイブページ  
# =================================================================
*/
.archive_title_wrap {
  max-width: 1200px !important;
}
h1.archive_title {
  font-weight: normal;
}
.archive .entry_inner {
  display: none;
}
/*
# =================================================================
# 投稿ページ
# =================================================================
*/
.single .article-visual {
  text-align: left;
}

.single h1 {
  background-image: none;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: normal;
  margin: 0 0px 8px !important;
  padding: 0 !important;
}
.single .entry_status {
  display: none;
}

.single header + p {
  margin-bottom: 80px;
}
p + .gallery {
  margin-top: 80px;
}

.single .gallery-item {
  text-align: left;
}

.single .post-tag dt {
  display: none;
}
.single .post-tag dd li {
  border-radius: 0;
  background: none;
  border: 1px solid #e3e3e3;
}
.single .post-tag dd li a {
  color: #c2c2c2;
  text-decoration: none;
}

@media (min-width: 920px) {
  .col2 .single .keni-main {
    padding-right: 300px;
}
  .post-4349 .article-visual img {
    margin-left: -44px;
  }
}

/* ページ下部 */
ul.entry_category {
  margin: 80px 50px 1px;
  background: #000000;
}
ul li.entry_category_item {
  background: #000000;
  font-size: 1.2rem;
  text-align: left;
  padding-left: 8px;
}
ul.entry_category li a {
  color: #ffffff;
}
h2.keni-related-title {
  display: none;
}

#listcategorypostswidget-9 h3.sub-section_title {
  display: none;
}
.single .nav-links {
  display: none;
}

@media (min-width: 768px) {
  .single .behind-article-area {
    margin-top: 0;
  }
  .single .keni-section_wrap {
    margin-bottom: 0;
  }
  .keni-main .keni-section_wrap.widget {
    padding: 0 40px 80px !important;
  }

  #listcategorypostswidget-9 .lcp_catlist {
    margin: 0 0 0 -0.5%;
  }
}

@media (max-width: 767px) {
  .behind-article-area {
    margin-top: 3px !important;
  }
  .behind-article-area >.keni-section_wrap {
    display: none;
  }
  .free-area .keni-section_wrap {
    padding: 0 40px 40px !important;
  }
}


/* サイドバー */
.single .keni-sub .keni-section_wrap {
  margin: 0 0 40px;
  padding: 0 40px 0 0;
}
.single .keni-section .sub-section_title {
  background: #000000;
  font-size: 1.2rem;
  text-align: center;
  margin: 50px 0 1px !important;
}

.lcp_catlist {
  margin: 0;
}
.lcp_catlist li{
	display: inline;
	list-style: none;
	margin-bottom: 20px;
}
.lcp_catlist li a:first-child {
	display: none;
}
.lcp_catlist li a img {
  max-width: 19%;
  margin: 0.5%;
}

@media (max-width: 959px) {
  .col2 .keni-sub {
    display: none;
  }
}


/* 個別 */
.post-4198 .article-visual img,
.post-4637 .article-visual img,
.post-4519 .article-visual img,
.post-4515 .article-visual img,
.post-4658 .article-visual img {
  margin-top: -44px;
}