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

title : 刀剣広場ブログ カスタマイズスタイル
scope : 刀剣広場ブログ 共通

memo：刀剣広場ブログ移植ページ以外のページではbase.cssが異なります。
刀剣サイトまたは刀剣広場共通のCSSはbase-blog.cssに追記しています。

last modify : 2022/09/07 tanaka／WEB2TCI-29508 新規作成

========================================================== */


/* 全体のレイアウト
----------------------------------------------- */

body {
  font-family: "HiraKakuPro-W3","Hiragino Kaku Gothic ProN W3","Hiragino Sans", ヒラギノ角ゴシック, "Hiragino Kaku Gothic ProN", 游ゴシック体, "YuGothic", "ＭＳ Ｐゴシック", "MS PGothic",メイリオ, Osaka,  sans-serif;
  background: #fafcfc url(/app/themes/wp-templ/image-cmn/blog/parts/bg.jpg) repeat 50% 0;
  letter-spacing: 0.06em
}

#wrapper {
  /* margin-top: -5px; */
}

#wrapper-inner {
  /*  margin:0 20px;*/
}

#container {
  margin: 0 auto;
  width: 1024px;
}

#content {
  position: relative;
  margin-bottom: 80px;
}

.page-index #content {
  padding-top: 0px;
}

#main {
  padding: 0px 0;
}

#sidebar {}

/* 1カラムレイアウトのとき */

body.main-1col #content {
  background-color: #fff;
}

body.main-1col #main {}

body.main-1col #main-inner {}

body.main-1col #sidebar {
  background-color: #f8f8f8;
  border-radius: 0 0 4px 4px;
  padding: 40px 50px;
}

body.main-1col #sidebar-inner {}

body.main-1col #sidebar .sidewrapper {
  float: left;
  padding: 40px 0;
  margin: 0 10px;
  width: 260px;
}


/* 2カラムレイアウトのとき */

body.main-2col #content {}

body.main-2col #main {
  width: 680px;
}

body.main-2col #main-inner {
  width: 640px;
  margin: 0 auto;
}
body.main-2col .post #main-inner {
  width: 624px;
  margin-left: 40px;
}
body.main-2col #sidebar {
  width: 295px;
  margin: 2px 20px 0 0;
  padding: 0;
}

body.main-2col #sidebar-inner {}


/* 右サイドバー */

body.main-2col.sidebar-right #content {
  background-position: 100% 0;
}

body.main-2col.sidebar-right #main {
  border-radius: 0 0 0 4px;
  float: left;
  /* overflow: hidden; */
  margin-left: 5px;
}

body.main-2col.sidebar-right .post #main {
  margin-left: 0;
}

body.main-2col.sidebar-right #sidebar {
  border-radius: 0 0 4px 0;
  float: right;
}


/* 左サイドバー */

body.main-2col.sidebar-left #content {
  background-position: 0 0;
}

body.main-2col.sidebar-left #main {
  border-radius: 0 0 4px 0;
  float: right;
  margin-left:10px;
}

body.main-2col.sidebar-left #sidebar {
  border-radius: 0 0 0 4px;
  float: left;
}

@media (max-width:767px) {
  #container {
    width: auto;
  }
  #content {
    margin-bottom: 30px;
  }
  body.main-2col #main {
    width: auto;
  }
  body.main-2col #main-inner {
    width: auto;
  }
  body.main-2col .post #main-inner {
    width: auto;
    margin-left: 0;
  }
  body.main-2col #sidebar {
    width: auto;
    margin: 0;
    padding: 0 10px;
  }
  body.main-2col.sidebar-right #main {
    float: none;
    margin-left: 0;
  }
  body.main-2col.sidebar-right #sidebar {
    float: none;
  }
}

/* 全体の文字色、リンク色
----------------------------------------------- */

body {
  color: #000000;
  font: 14px/1.2 "HiraKakuPro-W3", "Hiragino Kaku Gothic ProN W3", "Hiragino Sans", ヒラギノ角ゴシック, "Hiragino Kaku Gothic ProN", 游ゴシック体, "YuGothic", "ＭＳ Ｐゴシック", "MS PGothic",メイリオ, Osaka,  sans-serif;
}

a {
  color: #0d53de;
  text-decoration: none;
}

a:link {
  color: #0d53de;
}

a:visited {
  color: #0d53de;
}

a:hover {
  text-decoration: underline;
}

a:active {
  color: #e50147;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  padding: 5px 12px;
  border: 1px solid #AAA;
  border-radius: 3px;
  background-image: -webkit-linear-gradient(#FEFEFE, #FEFEFE 25%, #E7E7E7);
  float: right;
}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */

#blog-header {
  position: relative;
  width: 1024px;
}

#blog-header-inner {
  width: 100%;
}

#blog-header-image {
  height: 307px;
  width: 100%;
  background-color: #fff;
}

#blog-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}

#blog-title a {
  color: #000;
}

#blog-description {
  color: #000000;
  font-size: 16px;
  text-align: left;
  line-height: 1.6;
  margin: 1em auto 2em;
  letter-spacing: 0.05rem;
  width: 46em;
}

#blog-description a {
  color: #979797;
}

/* ヘッダー メインイメージ スライド用 */
.main-image-wrap {
  width: 1024px;
  height: 320px;
  position: relative;
  display: block;
  overflow: hidden;
}
#logo-hiroba {
  position: absolute;
  left: 1.5%;
  top: 5%;
  z-index: 10;
}
#logo-hiroba a:hover {
  opacity: 0.6;
}
#logo-hiroba img {
  max-width: 280px;
}
.main-image-wrap ul {
  background: #fff;
  width: 100%;
  height: 100%;
  position: relative;
}
.main-image-wrap ul li {
  list-style: none;
  position: absolute;
  display: none;
}
.main-image-wrap ul li img {
  max-width: inherit;
}
.sliding-t {
  top: 0;
}
.sliding-l {
  left: 0;
}
.sliding-b {
  bottom: 0;
}
.sliding-r {
  right: 0;
}
.sliding-t img,
.sliding-b img {
  width: 1024px;
  height: 420px;
}
.sliding-l img,
.sliding-r img {
  width: 1124px;
  height: 320px;
}

/* かんたんタイトル画像 */

#blog-header.show-image #blog-header-inner {
  margin-top: 19px;
  /*    position: relative;*/
}

#blog-header.show-image #blog-header-image {
  height: auto;
}

#blog-header.hide-text #blog-header-inner, #blog-header.hide-text #blog-title, #blog-header.hide-text #blog-title a {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}

#blog-header.hide-text #blog-header-image {
  margin: 0;
}

#blog-header.hide-text #blog-title a {
  background-color: #fff;
  opacity: 0;
  z-index: 10;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -ms-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}

#blog-header.hide-text #blog-title a:hover {
  opacity: 0.15;
}

@media (max-width:767px) {
  #blog-header {
    width: auto;
  }
  .main-image-wrap {
    width: auto;
    height: auto;
  }
  .blog-title img {
    width: 100%;
  }
  #blog-description {
    padding: 0 10px;
    width: auto;
  }  
}

/* メニューバー
----------------------------------------------- */

.ldb_menu {
  position: relative;
  z-index: 20;
  font-family: serif;
}

.ldb_menu-list {
  background: url(/app/themes/wp-templ/image-cmn/blog/bg-gmenu.png);
  background-size: 20%;
  background-repeat: repeat-x;
  width: 1024px;
  height: 50px;
  font-size: 17px;
  font-weight: 600;
  font-feature-settings: "palt";
  margin: 0;
  padding: 0;
  text-align: center;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.ldb_menu-list li {
  list-style: none;
  letter-spacing: 0.025em;
  padding: 1px 5px;
}

.ldb_menu-list li a::after{
  background: url(/app/themes/wp-templ/image-cmn/blog/ico-menu-link.png);
  background-size: 100%;
  content: "";
  display: block;
  float: right;
  margin-left: 16px;
  width: 7px;
  height: 13px;
}
.ldb_menu-list li.ldb_menu-item-url a::after{
  background: url(/app/themes/wp-templ/image-cmn/blog/ico-menu-link2.png);
  background-size: 100%;
  content: "";
  display: block;
  margin-top: 1px;
  margin-left: 10px;
  width: 9px;
  height: 9px;
}

.ldb_menu-list li a {
  background: linear-gradient(0deg, rgba(175, 17, 17, 1), rgba(227, 49, 49, 1));
  border: 1px solid #9f1919;
  border-radius: 20px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 17px;
  margin: 0.5em 0;
  max-height: 30px;
  padding: 0.5em 0.6em 0.5em 22px;
  line-height: 0.8;
  letter-spacing: .085em;
  text-decoration: none;
  text-align: center;
}

.ldb_menu-list li a:hover {
  background: linear-gradient(0deg, rgba(199, 88, 88, 1), rgba(235, 110, 110, 1));
  border: 1px solid #bc5e5e;
}

.ldb_menu-list .ldb_menu-item-current,
.ldb_menu-list .ldb_menu-item-current a{
  background: #fff;
  border:none;
	cursor: default;
	pointer-events: none;
	text-decoration:none;
}
.ldb_menu-list .ldb_menu-item-current{
  position: relative;
  margin: 0 5px;
  padding: 2px 8px 0;
  border-radius: 10px 10px 0 0;
}
.ldb_menu-list .ldb_menu-item-current a{
  padding: 0.5em 2em 0.5em 1.5em;

}
.ldb_menu-list .ldb_menu-item-current a::before,
.ldb_menu-list .ldb_menu-item-current a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.ldb_menu-list .ldb_menu-item-current a::before{
	width: 14px;
	height: 14px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #DA1F1F;
}
.ldb_menu-list .ldb_menu-item-current a::after{
  background: none;
  content: "";
  display: block;
  float: right;
	right: 20px;
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* ブログカテゴリ用 スタイル */
body.bg[data-cate*="blog"] .ldb_menu-list .ldb_menu-item-current,
body.bg[data-cate*="blog"] .ldb_menu-list .ldb_menu-item-current a{
  color:#DA1F1F;
}
body.bg[data-cate*="blog"] .ldb_menu-list .ldb_menu-item-current{
  border-bottom:5px solid #D84747;
}
body.bg[data-cate*="blog"] .ldb_menu-list .ldb_menu-item-current a::before{
	background: #DA1F1F;
}
/* 掲示板カテゴリ用 スタイル */
body.bg[data-cate="bbs"] .ldb_menu-list .ldb_menu-item-current,
body.bg[data-cate="bbs"] .ldb_menu-list .ldb_menu-item-current a{
  color:#399355;
}
body.bg[data-cate="bbs"] .ldb_menu-list .ldb_menu-item-current{
  border-bottom:5px solid #52A35A;
}
body.bg[data-cate="bbs"] .ldb_menu-list .ldb_menu-item-current a::before{
	background: #399355;
}
/* イラスト・写真投稿カテゴリ用 スタイル */
body.bg[data-cate="illust"] .ldb_menu-list .ldb_menu-item-current,
body.bg[data-cate="illust"] .ldb_menu-list .ldb_menu-item-current a{
  color:#3576c0;
}
body.bg[data-cate="illust"] .ldb_menu-list .ldb_menu-item-current{
  border-bottom:5px solid #4b89d6;
}
body.bg[data-cate="illust"] .ldb_menu-list .ldb_menu-item-current a::before{
	background: #3576c0;
}

@media (max-width:767px) {
  .ldb_menu {
    font-family: sans-serif;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .ldb_menu-list {
    font-weight: 400;
    justify-content: flex-start;
    height: 40px;
  }
  .ldb_menu-list li a {
    font-size: 13px;
    line-height: 1;
    margin: 0.32em 0 0;
    padding: 0.65em 0.6em 0.5em 1.5em;
  }
}

/* メインカラム
----------------------------------------------- */


/* ヘッドライン */

.headline {
  height: 310px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 980px;
}

.headline-content {
  background: #1a1a1a;
  width: 300px;
  height: 310px;
  float: right;
  position: relative;
}

.headline-image {
  float: left;
  width: 680px;
  height: 310px;
  overflow: hidden;
  background: #1a1a1a;
}

.headline-image-hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.headline-image-layer a {
  display: block;
  width: 680px;
  height: 310px;
  box-shadow: 0 0 5px #666 inset;
  position: absolute;
  top: 0;
  left: 0;
}

.headline-date {
  color: #fff;
  font-size: 12px;
  padding: 30px 30px 20px;
}

.headline-title {
  color: #fff;
  font-size: 27px;
  padding: 0 28px;
  line-height: 31px;
  height: 186px;
  overflow: hidden;
}

.headline-title a {
  color: #fff;
}

.headline .article-meta {
  position: absolute;
  bottom: 20px;
  left: 0;
  padding: 0 30px;
}

.headline .article-category dt {
  /*  background: url(/app/themes/wp-templ/image-cmn/blog/parts/ico_category_w.gif) no-repeat 0 0;*/
  background: url(/app/themes/wp-templ/image-cmn/blog/52d0dc58.png) no-repeat 0 0;
  width: 12px;
}

.headline .article-category a:link {
  color: #2090fe;
}

.headline .article-category a:visited {
  color: #5e80ff;
}

.headline .article-category a:hover {}

.headline .article-category a:active {
  color: #e50147;
}


/* 記事index */
.autopagerize_page_element {
  display: flex;
  flex-wrap: wrap;
}
body.layout-2col .article-index,
.article-index {
  width: 290px;
  margin: 0 15px 20px;
  padding-bottom: 18px;
  border-bottom: 2px solid #d0a05f;
}

body.layout-3col .article-index {
  width: 200px;
  margin: 0 10px 15px;
}
body.layout-3col #main-inner {
  width: 660px;
}

.article-index-hover {
  background: #f6f6f6;
}

.article-index-image {
  margin-bottom: 15px;
}

.article-index-image img {
  border: 1px solid #fff;
  box-shadow: 0px 0px 2px rgba(51, 51, 51, 0.4);
  margin: 2px;
  width: 97%;
  height: 97%;
}

.article-index-image a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.article-index-date {
  font-size: 13px;
  margin-bottom: 5px;
  color: #444;
  position: relative;
}

/*2column版：「new」を付与*/
.article-wrap .article-index .new_icon.article-index-image::before {
  content: "NEW";
  background: #e62828;
  color: #fff;
  display: block;
  font-weight: 600;
  bottom: 3px;
  right: .4em;
  position: absolute;
  text-align: center;
  letter-spacing: 1px;
  padding: 6px 3px 5px 0;
  width: 52px;
  z-index: 10;
}
.article-wrap .article-index .new_icon.article-index-image::after {
    border-color: transparent transparent #e62828 transparent;
    border-width: 0 0 1.95em 15px;
    border-style: solid;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 4.325em;
    bottom: 3px;
    width: 0;
}
/*3column版：「new」を付与*/
body.layout-3col .article-wrap .article-index .new_icon.article-index-image::before {
    right: .2em;
}
body.layout-3col .article-wrap .article-index .new_icon.article-index-image::after {
    right: 4.125em;
}

.article-index-title {
  color: #7A5A30;
  font-weight: 600;
  font-size:20px;
  line-height: 1.35em;
  letter-spacing: 0.03em;
  margin-top: 12px;
  margin-bottom: 5px;
}

.article-index-title a {
  color: #0d53de;
  display: block;
  line-height: 30px;
  overflow: hidden;
}

.article-index-body {
  overflow: hidden;
  font-size: 16px;
  line-height: 24px;
  height: 120px;
  color: #333;
}

.article-index-body * {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #000 !important;
  text-align: left !important;
  text-align: left !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.article-index-body img, .article-index-body br {
  display: none;
}

.article-index-body b, .article-index-body strong {
  font-weight: normal;
}

@media (max-width:767px) {
  body.layout-3col #main-inner,
  body.layout-3col .article-index,
  body.layout-2col .article-index,
  .article-index {
    width: auto;
  }
  .article-index-image img {
    width: calc(100% - 6px);
    height: auto;
  }
  .article-index-title {
    margin-top: 0;
  }
  .article-index-body {
    height: calc(24px * 2);
  }
  .article-index-body * {
    -webkit-line-clamp: 2;
  }
}

/* アーカイブ */

.article-archive {
  width: 275px;
  float: left;
  display: inline;
  margin: 0 18px 22px;
  padding-bottom: 18px;
  border-bottom: 2px solid #d0a05f;
}

.article-archive-image {
  margin-bottom: 15px;
}

.article-archive-image a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.article-archive .director-social-btn {
  position: absolute;
  bottom: 0;
  left: 170px;
}

.article-archive-image img {
  border: 1px solid #fff;
  box-shadow: 0px 0px 2px rgba(51, 51, 51, 0.4);
  margin: 2px;
  width: 270px;
  height: 156px;
  object-fit: cover;
}

.article-archive-date {
  font-size: 13px;
  margin-bottom: 5px;
  color: #333;
}

.article-archive-title {
  color: #000;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.35em;
  margin-top: 12px;
  margin-bottom: 5px;
  height: 2.7em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.article-archive-title a {
  color: #0d53de;
  display: block;
  font-size: 20px;
  line-height: 1.35em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 3.5rem;
}
.article-archive-desc-wrap {
    overflow: hidden;
    font-size: 16px;
    line-height: 24px;
    height: 120px;
    color: #333;
}
.article-archive-desc {
    border: 0;
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}


/* 記事全体 */

.article {
  font-size: 17px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  overflow:hidden;
}

@media (max-width:767px) {
  .article {
    font-size: 16px;
  }
}

/* 記事ヘッダー、記事タイトル */

.article-header {
  margin-bottom: 15px;
  position: relative;
}

.article-header-content {
  margin-bottom: 10px;
}

.article-title {
  font-size: 29px;
  font-weight: 600;
  font-feature-settings: "palt";
  letter-spacing: .025em;
  max-width :calc(20em + (.06em * 17));
  margin: calc(-1.25em + 4px) 0 4px;
  padding: 1.25em 0  0;
}

.article-title a {
  display: block;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-decoration: none;
  line-height: 36px;
  color: #333;
}

.article-title .small{
  font-size: 20px;
  position: relative;
  bottom: 3px;
}


/* 日付 */

.article-date {
  align-items: baseline;
  display:flex;
  justify-content: space-between;
  color: black;
  font-size: 0.875em;
  margin: 10px 0 5px;
}
.article-date .article-date-inner a {
  display: inline-block;
  font-size: 15px;
  margin-left: 10px;
  border-radius: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  border: 1px solid #775b36;
  background: #9f7943;
  color: #fff;
  padding: 0 18px 0 7px;
  position: relative;
}
.article-date-inner a::after {
  content: "";
  border-style: solid;
  border-width: 5px 3.5px 0 3.5px;
  border-color: #fff transparent transparent transparent;
  display: inline-block;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 3px;
}
.article-date .article-date-inner a:hover {
  opacity: 0.7;
}
/* フォントボタン */
.font-size-box {
  align-items: baseline;
  width: 235px;
  display: flex;
  justify-content: space-around;
  border-bottom: 1px solid #a92121;
  padding: 0 8px 8px;
}
.font-size-box span {
  font-size: 15px;
  margin-right: 15px;
  letter-spacing: 0.1em;
}
#js-font-btn {
  display: flex;
  justify-content: space-between;
  width: 126px;
  align-items: flex-end;
}

#js-font-btn li {
  background: #EED3D3;
  border: 1px solid #A92121;
  color: #B23737;
  font-size: 20px;
  height: 30px;
  line-height: 28px;
  width: 30px;
  text-align: center;
  cursor: pointer;
}
#js-font-btn li.active{
  background: #A92121;
  color: #fff;
  pointer-events: none;
}
#js-font-btn li:hover {
  background: #ffeaea;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #js-font-btn li:hover {
    background: #A92121;
  }
}
#js-font-btn li#js-fs {
  font-size: 15px;
  height: 25px;
  line-height: 23px;
  width: 25px;
}
#js-font-btn li#js-fl {
  font-size: 25px;
  height: 35px;
  line-height: 33px;
  width: 35px;
}

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */

.article-footer {
  margin-top: 1em;
  border-bottom: 1px solid #cecece;
}

.article-footer .director-social-btn {
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #cecece;
}

ul.director-social-btn li iframe {
  display: inline;
}

iframe.hatena-bookmark-button-frame {
  margin: 0 34px 0 0;
}

.article-meta {
  padding: 4px 0;
}

.article-footer .article-meta {
  float: right
}

.article-meta li {
  float: left;
  margin-left : 4px;
}

.article-meta .article-category dd {
  padding: 0 0 0 4px;
  /* width: 265px; */
}

.article-meta li a {
  color: #0d53de;
  font-feature-settings: "palt";
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 1.2;
}

.article-meta li a .cate02:before {
  content: "／";
}

.article-meta li.article-clap {
  height: 15px;
  line-height: 15px;
}

.article-meta li.article-clap img {
  height: 15px;
  width: 15px;
}

.article-footer .article-meta li {
  border-left: 1px solid #ccc;
  margin: 0;
  padding-left: 8px;
}

.article-footer .article-meta li.article-comment-count {
  border-left: 0;
  padding-left: 8px;
}

.article-archive .article-meta li {
  margin: 0;
  padding-left: 8px;
}

.article-archive .article-meta li.article-comment-count {
  border-left: 0;
  padding-left: 0;
}

.article-social-btn {
  border-top: 1px solid #cecece;
  margin-bottom: -1px;
}

.article-header .director-social-btn {
  text-align: right;
}

.article-header .director-social-btn * {
  text-align: left;
  vertical-align: middle !important;
}

.director-social-btn {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.director-social-btn li {
  margin: 0 15px;
}

.director-social-btn li.social-btn-buzzurl img {
  vertical-align: baseline;
}

.director-social-btn li.social-btn-twitter iframe {
  vertical-align: bottom;
}

.article-category dt {
  background: url(/app/themes/wp-templ/image-cmn/blog/parts/ico_category_g.gif) no-repeat 0 2px;
  width: 12px;
}

.article-comment-count dt {
  background: url(/app/themes/wp-templ/image-cmn/blog/parts/ico_comment.png) no-repeat 0 2px;
  width: 12px;
  height: 16px;
}

.article-comment-count dd {
  margin-top: 0;
}

.article-ping-count dt {
  background: url(/app/themes/wp-templ/image-cmn/blog/parts/ico_ping_g.png) no-repeat 0 0;
  text-indent: -9999px;
  float: left;
  width: 12px;
  height: 15px;
}

.article-ping-count dd {
  float: left;
  line-height: 1;
  padding: 0 8px;
}
.article-category dl {
  overflow: hidden;
}

.article-category dd.article-category2 {
  border-left: 1px solid #ccc;
}

@media (max-width:767px) {
  .article {
    padding: 0 10px;
  }
  .article-meta li a {
    font-size: 14px;
    font-weight: 400;
  }
}

/* 関連記事 */

.related-articles {
  margin: 4em 0;
  line-height: 1.3
}

.related-articles h3 {
  margin: 0 0 10px;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
}

.related-articles ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.related-articles ul li {
  margin: 4px 0 0 10px;
  background: url(/app/themes/wp-templ/image-cmn/blog/parts/side_body.gif) no-repeat 0 8px;
  padding: 0 0 5px 9px;
  font-size: 16px;
}


/* 続きを読む */

.article-continue a {
  color: #333;
}


/* 共通テーマ */

dl.common-theme {
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 8px 12px;
}


/* メッセージボード */

.message-board {
  background-color: #f7f7f7;
  border: 1px solid #e4e7e8;
  border-radius: 4px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 26px;
  overflow: hidden;
  padding: 15px;
}

body.main-2col .message-board {
  margin-top: 0;
}


/* プライベートモード、コメントにログインが必要な場合のメッセージ */

div.private-mode-announcement, div.comment-auth-announcement {
  background-color: #fafafa;
  border: 1px solid #ddd;
}


/* 記事本文
----------------------------------------------- */

.article-body {
  color: #000000;
  font-size: 1em;
}

.article-body-inner h1, .article-body-inner h2, .article-body-inner h3 {
  background: url(/app/themes/wp-templ/image-cmn/blog/parts/bg_h3.gif) no-repeat 0 100%;
  font-size: 18px;
  padding-bottom: 12px;
  margin-bottom: -10px;
  font-weight: 600;
}

.article-body-inner h3 {
  font-size: 20px;
  padding: 0px 0;
}

.article-body-inner h4 {
  background: url(/app/themes/wp-templ/image-cmn/blog/parts/bg_h4.gif) no-repeat 0 9px;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  padding-left: 40px;
  margin-bottom: -15px;
}

.article-body-inner blockquote {
  padding: 43px 40px 40px;
  border-radius: 4px;
  background: #fff;
}

.article-body-inner blockquote:before {
  color: #ddd;
  content: "";
  position: static;
  font-size: 0;
}

.article-body-inner img.pict {
  border: 1px solid #fff;
  box-shadow: 0px 0px 2px rgba(51, 51, 51, 0.3);
  margin: 2px;
}

.article-body-inner p, .article-body-inner pre, .article-body-inner dl, .article-body-inner ol, .article-body-inner ul, .article-body-inner blockquote {
  margin: 0em 0;
}

.article-body-inner p {
  line-height: 1.65;
  letter-spacing: 0.05em;
}

.article-body-inner ol, .article-body-inner ul {
  padding: 0 0 0 0;
}


/* コメント・トラックバック一覧
----------------------------------------------- */

#article-options {
  padding: 15px 0 0;
}

.comment-date, .ping-blog-name, .ping-date {
  border-left: 1px solid #fff;
  color: #000;
}

.comment-body {
  margin-top: 10px;
  color: #111;
}

.ping-excerpt {
  color: #666;
  margin-left: 16px;
}

#comments .article-option-title {
  background: url(/app/themes/wp-templ/image-cmn/blog/character-line.png) no-repeat right 25px center;
  background-size: 510px;
  height: 60px;
  line-height: 60px;
  margin-bottom: 15px;
}

.comment-set {
  border: 2px solid #9f7943;
  border-radius: 4px;
  margin-bottom: 14px;
  background: #fff;
  padding: 0;
}

@media (max-width:767px) {
  #comments .article-option-title {
    background: url(/app/themes/wp-templ/image-cmn/blog/character-line.png) no-repeat right center;
    background-size: calc(100% - 5em);
  }
}

/* ページ送り
----------------------------------------------- */


/* トップページ */
ul.index-navigator {
  margin-top: 20px;
}
ul.index-navigator li a, ul.index-navigator li.current span {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #555;
}

ul.index-navigator li.current span {
  background-color: #3e92e5;
  color: #fff;
}

ul.index-navigator a:hover {
  background-color: #eaf2fa;
  text-decoration: none;
}

ul.index-navigator a:visited {
  color: #555;
}

ul.index-navigator li.paging-prev a, ul.index-navigator li.paging-next a, ul.index-navigator li.paging-first a, ul.index-navigator li.paging-last a {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  text-indent: -9999px;
  width: 8px;
}

ul.index-navigator li.paging-prev a {
  background-image: url(/app/themes/wp-templ/image-cmn/blog/parts/pager_prev.gif);
}

ul.index-navigator li.paging-next a {
  background-image: url(/app/themes/wp-templ/image-cmn/blog/parts/pager_next.gif);
}

ul.index-navigator li.paging-first a {
  background-image: url(/app/themes/wp-templ/image-cmn/blog/parts/pager_first.gif);
}

ul.index-navigator li.paging-last a {
  background-image: url(/app/themes/wp-templ/image-cmn/blog/parts/pager_last.gif);
}


/* 記事ページ、月別アーカイブページ */

.article-pager-type2 {
  padding: 20px 0;
  border-bottom: 1px dotted #aeafae;
}

ul.article-pager li a {}

ul.article-pager li a:hover {
  text-decoration: underline;
}

.is-prev-article .director-article-pager .pager-inner {
  background: url(/app/themes/wp-templ/image-cmn/blog/prev.png) no-repeat 0 50%;
  background-size: 15px;
}

ul.article-pager {
  list-style-type: none;
  margin: 0;
  padding: 0;
  /** ++ border高さを揃えるため */
  overflow: hidden;
}

.is-next-article ul.article-pager {
  background: url(/app/themes/wp-templ/image-cmn/blog/next.png) no-repeat 100% 50%;
  background-size: 15px;
  width: 621px;
  margin: 0 auto;
}

ul.article-pager li {
  float: left;
  display: inline;
  width: 310px;
  margin: 0;
  padding: 0;
  /** 1px余白（上部） */
  line-height: 1.25;
  /** ++ border高さを揃えるため */
  margin-bottom: -99px;
  /** 1px余白（下部） */
  padding-bottom: 100px;
  text-align:left;
}

ul.article-pager li a {
  display: block;
  margin: 0 10px;
  background: transparent none !important;
}

ul.article-pager li.prev a {
  margin: 0 10px 0 0;
  padding-left: 35px;
  padding-right: 15px;
}

ul.article-pager li.next a {
  margin: 0 0 0 10px;
  padding-right: 35px;
  padding-left: 15px;
}

ul.article-pager li.both {
  border-left: 1px dotted #aeafae;
}

div.article-pager-outer {
  height: 1%;
}

ul.archives-pager li a {
  border: 1px solid #ddd;
  color: #555;
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02);
  color: #555;
}

ul.archives-pager li a:hover {
  background-color: #eaf2fa;
}
ul.archives-pager {
  padding-top: 0;
}

@media (max-width:767px) {
  .is-next-article ul.article-pager {
    width: auto;
  }
  ul.article-pager li {
    width: 50%;
  }
  ul.article-pager li.both {
    margin-left: -1px;
  }
}

/* ブログのフッター
----------------------------------------------- */
#blog-footer img.bg {
  width: 1024px;
  margin-top: -50px;
}
@media (max-width:767px) {
  #blog-footer img.bg {
    width: 100%;
  }
}

.cmn_footer_wrap {
  position: relative;
}
.cmn_footer_inner {
  background-color: #9f7943;
  padding: 2rem 0;
  position: relative;
}

@media (min-width: 768px) {
  .cmn_footer_inner::before,
  .cmn_footer_inner::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    z-index: 1;
  }
  .cmn_footer_inner::before {
    background: url(../image-cmn/footer/img-footer-space01.png) no-repeat 0 0;
    background-size: 100% auto;
    left: 0;
    padding-top: 10.547%;
    width: 20.997%;
  }
  .cmn_footer_inner::after {
    background: url(../image-cmn/footer/img-footer-space02.png) no-repeat 0 0;
    background-size: 100% auto;
    right: 0;
    padding-top: 7.715%;
    width: 22.168%;
  }
}

@media (max-width: 767px) {
  .cmn_footer_wrap {
    margin-top: 7.8rem;
  }
  .cmn_footer_inner {
    padding: 1.2rem .5rem;
  }
}

/* ------------------------------------ */
/* ▼ Scroll to TOP button */
/* ------------------------------------ */
@media (min-width: 768px) {
  .cmn_scroll_to_top {
    backface-visibility: hidden;
    bottom: 140px;
    display: none;
    font-size: 0;
    height: 40px;
    position: fixed;
    right: 19px;
    width: 190px;
    z-index: 2;
  }
  /*.not_fixed .cmn_scroll_to_top {
    position: absolute;
    bottom: 140px;
  }*/
}

@media (max-width: 767px) {
  .cmn_scroll_to_top {
    bottom: 75px;
    display: none;
    font-size: 0;
    height: 50px;
    position: fixed;
    right: 80px;
    width: 50px;
    z-index: 2;
  }
/*.not_fixed .cmn_scroll_to_top {
    position: absolute;
    bottom: 75px;
  }*/
}

/* ------------------------------------ */
/* ▼ sitetop button */
/* ------------------------------------ */
@media (min-width: 768px) {
  .cmn_btn_sitetop {
    backface-visibility: hidden;
    bottom: 90px;
    display: none;
    font-size: 0;
    height: 40px;
    position: fixed;
    right: 19px;
    width: 190px;
    z-index: 2;
  }
}

@media (max-width: 767px) {
  .cmn_btn_sitetop {
    bottom: 75px;
    display: none;
    font-size: 0;
    height: 50px;
    position: fixed;
    right: 15px;
    width: 50px;
    z-index: 2;
  }
}


/* ブログパーツ
----------------------------------------------- */


/* 共通 */

.sidewrapper:first-child {
  padding-top: 0;
  padding-bottom: 30px;
}

.sidewrapper {
  font-size: 15px;
  line-height: 24px;
  overflow: hidden;
  padding: 0 0 40px;
}

.sidewrapper:after {}

.side-link {
  font-size: 19px;
  font-weight: 600;
  text-align: center;
}

.side-freetext {
  margin: 8px 0 18px 0;
  font-size: 16px;
  text-align: left;
}

.sidewrapper .side {
  font-size: 16px;
  text-align: left;
  margin: 12px 10px 0px 10px;
}

.sidewrapper .sidetitle {
  color: #fff;
  background-color: #9f7943;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
}

.sidewrapper .sidetitle a {
  color: #333;
}

.sidewrapper .side .sidebody {
  line-height: 1.5;
  padding: 8px 0 8px 20px;
  border-bottom: 1px solid #e3e3e3;
  position: relative;
}

.sidewrapper .side .sidebody:after {
  border-bottom: 1px solid #fff;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  width: 100%;
}

.sidewrapper .side .sidebody:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 5px;
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #B28E5F;
  border-radius: 50px;
}

.sidewrapper .side .sidebody.category-parent:before {
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-radius: 0;
}

.sidewrapper .side .sidebody.category-parent a {
  padding-left: 3px;
}

.sidebody.category-child:before {
  margin-left: 20px;
}

.sidebody.category-child a {
  margin-left: 20px;
}

.side div.message-box dl.message-detail {
  margin-bottom: 10px;
}

.side div.message-box input[type="submit"] {
  float: right;
  margin: 0 3px;
}

ul.type_graph li dl.graph dd.count_image img {
  height: 7px !important;
}

ul.type_graph li {
  margin-bottom: 18px !important;
}

.plugin-monthly select {
  width: 95%;
}

.side ul.recent-article-image li {
  display: flex;
  line-height: 1.5;
  padding-left: 3px;
  border-bottom: 1px solid #e3e3e3;
  position: relative;
}

.side ul.recent-article-image li img {
  border: 1px solid white;
  box-shadow: 0px 0px 2px rgba(51, 51, 51, 0.3);
  border-radius: 3px;
  margin: 5px 10px 5px 0px;
  min-width: 62px;
  object-fit: cover;
}


/*
.side ul.recent-article-image li:last-child {
        border-bottom: 0px;
}
*/


/* カレンダー */

.calendarhead {
  font-weight: 600;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
}

table.caltblwk .weekday {
  color: #666;
}

table.caltblwk .sun {
  color: #ff5d5d;
}

table.caltblwk .sat {
  color: #578efa;
}

table.caltblday {
  color: #8d8d8d;
  border-collapse: separate;
  border-spacing: 1px;
}

table.caltblday .caloff {
  background-color: #fff;
  border: 1px solid #e4e7e8;
}

table.caltblday .calon {
  background-color: #2e90c5;
  border: none;
}

table.caltblday td a {
  color: #fff;
  height: 23px;
  line-height: 23px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
}

table.caltblday td a:hover {
  background-color: #197bb0;
}

table.caltblday td a:visited {
  background-color: #c8a7dd;
}


/* その他のパーツ
----------------------------------------------- */


/* アーカイブヘッダ */

.archives-header {
  color: #000;
  font-size: 18px;
  margin-bottom: 20px;
}

.archives-header-title {
  color: #000;
  font-weight: 600;
}


/* 記事下広告 */

#ad2 {}

#ad2 a.addescription {
  color: #666;
}

.sidewrapper input {
  border-radius: 0 0 0 0;
  border: 1px solid #000;
}

.sidewrapper input.sf {
  background-position: 4px -258px;
  border-radius: 0 0 0 0;
  border: 1px solid #000;
  border-right-width: 0px;
  margin: 0 auto;
  padding: 0 5px 0 21px;
  vertical-align: top;
  width: 75%;
  height: 35px;
}

.sidewrapper input.sfbtn {
  border-radius: 0 0 0 0;
  border: 1px solid #000;
  background: #B28E5F;
  text-shadow: 0 0px 0 #fff;
  padding: 0;
  color: white;
  width: 25%;
  height: 35px;
}


/* 人気記事 */

.side div.popular-articles tr {
  border-bottom: 1px solid #e3e3e3;
}

.side div.popular-articles table td.populararticles-rank span b {
  font-weight: normal;
}

.side div.popular-articles table td.populararticles-rank span:after {
  content: ".";
}


/* 特殊機能・カスタマイズ
----------------------------------------------- */


/* かんたんタイトル画像 */

#blog-header.show-image #blog-header-image {
  border-radius: 4px 4px 0 0;
}

#blog-header.hide-text #blog-title a {
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -ms-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}

#blog-header.hide-text #blog-title a:hover {
  opacity: 0.15;
}


/* サイドナビゲーション */

div.side-navi {
  position: fixed;
  right: 5px;
  bottom: 50px;
  z-index: 100;
}

div.side-navi ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

div.side-navi ul li {
  margin: 0;
  padding: 0;
  line-height: 40px;
  text-align: center;
}

div.side-navi ul li a {
  margin: 0;
  padding: 0;
  display: block;
  width: 45px;
  height: 45px;
  font-size: 10px;
  color: #ffffff;
  text-decoration: none;
  background: #000000;
  border: solid #f0f0f0;
  border-width: 0 1px 1px 1px;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

div.side-navi ul li a:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

div.side-navi ul li:first-child a {}

div.side-navi ul li:last-child a {}

div.side-navi ul li.sn-prev a, div.side-navi ul li.sn-next a, div.side-navi ul li.sn-top a {
  height: 35px;
  padding-top: 10px;
}

div.side-navi ul li.sn-comment {
  line-height: 15px;
}

div.side-navi ul li.sn-comment a {
  height: 37px;
  padding-top: 8px;
}

div.side-navi ul li.sn-prev a {
  background: #000000 url(/app/themes/wp-templ/image-cmn/blog/parts/navi_prev.gif) no-repeat 50% 25%;
}

div.side-navi ul li.sn-next a {
  background: #000000 url(/app/themes/wp-templ/image-cmn/blog/parts/navi_next.gif) no-repeat 50% 25%;
}

div.side-navi ul li.sn-top a {
  background: #000000 url(/app/themes/wp-templ/image-cmn/blog/parts/navi_top.gif) no-repeat 50% 25%;
}


/** ---------- Google AdSense ---------- **/

.google-user-ad {
  /*margin:10px auto;*/
}

.ad-center {
  text-align: center;
}

.ad-type-side {
  margin: 0;
}

.ad-outer {
  margin: 0 auto;
  padding: 0;
}

.ad-by {
  text-align: left;
  margin-bottom: 4px;
  font-size: 11px;
}

.ad-box {
  text-align: left;
}

.ad-box a {
  display: block;
  margin: 0 8px 0 0!important;
  padding: 6px 8px!important;
  overflow: hidden;
}

.ad-box a:hover {
  padding: 4px 6px!important;
}

.ad-box a span.ad-url {
  margin-left: 10px;
}


/* for IE6-7 */

* html .ad-outer .ad-box a {
  height: 1%;
}

*+html .ad-outer .ad-box a {
  height: 1%;
}

.ad-by a, .ad-by a:hover {
  color: #333333 !important;
  font-weight: 600 !important;
}

.ad-box a, .ad-box a:hover {
  text-decoration: none;
}

.ad-box a span.ad-title {
  font-size: 15px;
  color: #ef0b41;
  font-weight: 600;
  text-decoration: underline;
  line-height: 150%;
}

.ad-box a:hover span.ad-title {
  text-decoration: none;
}

.ad-box a span.ad-url, .ad-box a:hover span.ad-url {
  font-size: 11px;
  color: #aa091f;
  line-height: 150%;
}

.ad-box a span.ad-description, .ad-box a:hover span.ad-description {
  display: block;
  font-size: 12px;
  color: #333333;
  line-height: 150%;
}

.ad-box a:hover {
  background: #e6ecf2;
  border: 2px solid #e6ecf2;
  -moz-border-radius: 5px;
  /* for fx */
  -webkit-border-radius: 5px;
  /* for safari */
}

.headline, .article-wrap, .article-archive, .article-ping-count, .article-meta-wrap, .side div.message-box {
  zoom: 1;
}

.headline:after, .article-wrap:after, .article-archive:after, .article-ping-count:after, .article-meta-wrap:after, .side div.message-box:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.article-body-inner .table-sword dt {
  margin-top: 0;
}

.article-body-inner .table-sword dd {
  margin: 0;
}

.sc_search_sword_list_wrap.table-sword {
  max-width: 528px;
  box-sizing: border-box;
}

.anchor .table-sword .sc_search_sword_list dt, .anchor .table-sword .sc_search_sword_list dd {
  box-sizing: border-box;
  padding: 8px 10px;
}

.anchor .table-sword .sc_search_sword_list {
  width: calc( (100% / 4) - 1px);
}

.anchor .table-sword .sc_search_sword_list:nth-child(3) {
  width: 99px;
}

.anchor .table-sword .sc_search_sword_list:nth-child(4) {
  width: 162px;
}

.anchor .table-sword .sc_search_sword_list.last_list dd {
  padding: 8px 2px;
}

.table-sword .one-line {
  line-height: 3.4;
}


/*右カラム*/

.side a:hover img {
  opacity: 0.8;
}


/* トップページ カテゴリアイコン表示 */

.article-wrap .article-index .article-index-image.cate-icon {
  position: relative;
}

.article-wrap .article-index .article-index-image.cate-icon a:before {
  content: attr(data-cat-name) " ";
  background: #9C0909;
  color: #fff;
  display: block;
  font-size: 17px;
  font-weight: 600;
  top: 3px;
  left: 3px;
  position: absolute;
  text-align: center;
  letter-spacing: 1px;
  padding: 4px 13px;
  /* width: 80px; */
  z-index: 10;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  max-height: 28px;
}
.article-wrap .article-index[data-category="bbs"] .article-index-image.cate-icon a:before {
  background: #1b8855;
}
.article-wrap .article-index[data-sub-category="illust-comic"] .article-index-image.cate-icon a:before {
  background: #e1376f;
  letter-spacing: 0.5px;
}
.article-wrap .article-index[data-sub-category="photo"] .article-index-image.cate-icon a:before {
  background: #3576c0;
}


/* 右カラム フリーエリア用スタイル */

.side-free .side-link img {
  margin-bottom: 8px;
}

.side-free .side-sns {
  text-align: center;
  margin-top: 8px;
}

.side-free .side-sns a {
  text-decoration: none;
}

.side-free .side-bnr {
  text-align: center;
  margin-top: 25px;
  width: 100%;
}

.side-free .side-bnr figcaption {
  text-align: left;
  margin-top: 5px;
}

.side div.popular-articles table td {
  padding-right: 7px;
}
.article-wrap {
  overflow: hidden;
  position: relative;
}


/* コメント調整 */
.comment-info {
  font-size: 0.938em;
  margin: 0;
  padding: 0 20px;
}
.comment-info .comment-body img {
  vertical-align: baseline;
}

/* 掲示板 参考リンク */
.post_under dd {
  margin: 0 auto;
}
.post_under dd.post_under_link {
  margin: 10px 0 0;
  overflow: hidden;
}
.post_under dd.post_under_link a {
  display: block;
  float: left;
  line-height: 1.2;
  border-right: 1px solid #a0a0a0;
  padding-right: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
  font-size: 0.938em;
}
.post_under dd a:last-child {
  border-right: none;
}

/* コメント欄デザイン */
#article-options .article-option-title {
  font-size: 1em;
}
.comment-author,
.comment-date {
  background: #9f7943; 
  color: #fff;
  margin: 7px 0;
  vertical-align: top;
  line-height: 1.2;
}
.comment-author {
  max-width: 350px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.comment-info li {
  display: inline-block;
}
.comment-body {
  margin:20px 0;
  padding: 0;
  width: 100%;
}
.comment-set {
  background: #D1B281; /* Old browsers */
  background: -moz-linear-gradient(top,  #9f7943 0%, #9f7943 33px, #ffffff 33px, #ffffff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #9f7943 0%,#9f7943 33px,#ffffff 33px,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #9f7943 0%,#9f7943 33px,#ffffff 33px,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9f7943', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.comment-date {
  padding: 0 0 0 7px;
}
@media (max-width:767px) {
  .comment-info {
    display: grid;
    grid-template-rows: 33px 1fr;
    grid-template-columns: auto 1fr;
  }
  .comment-info .comment-author {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
  }
  .comment-info .comment-date {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .comment-info .comment-body {
    grid-row: 2 / 3;
    grid-column: 1 / 3;
  }
}

/* コメント入力フォーム */
#comment-form {
  margin-top: 1em;
  margin-bottom: 0;
  padding-bottom: 4em;
  border-bottom: 1px solid #cecece;
}
#comment-form-body .comment-form-author label {
  color: #000;
  font-size: 16px;
}
#comment-form-body #comment-form dt {
  line-height:34px;
}
#article-options input.text {
  border-color: #555;
  color: #000;
  font-size: 17px;
  height: 34px;
  line-height: 1;
  padding: 0 6px;
}
#article-options textarea {
  border-color: #555;
  border-bottom-color: #888;
  color: #000;
  font-size: 17px;
  line-height: 1.3;
}
#comment-form-tools {
  border-color: #555;
}

#article-options button {
  border-color: #888;
}
#article-options button[type=submit] {
  appearance: none;
  color: #000;
}

.comment_text {
  font-size: 0.88em;
  margin: 25px auto 10px; 
  width: 555px;
  text-indent: -1em;
  padding-left: 1em;
}
@media (max-width:767px) {
  #comment-form .comment-form-author dt {
    white-space: nowrap;
  }
  .comment_text {
    width: auto;
  }
}
/*
.js-title.no_indent {
  display: block;
  text-indent: -2.06em;
  overflow: hidden;
}
.js-cate {
  display: block;
  text-indent: -2.01em;
  overflow: hidden;
}
.article-pager li a,
.recent-article-image li a:last-child {
  display: block;
  text-indent: -6.30em;
  overflow: hidden;
}
.populararticles-title a {
  display: block;
  text-indent: -6.5em;
  overflow: hidden;
}
.article-index-title .js-title.no_indent,
.js-title.no_indent,
.js-cate.no_indent,
.article-pager li a.no_indent,
.recent-article-image li a.no_indent,
.populararticles-title a.no_indent {
  text-indent: 0;
}
*/
/* カテゴリ名表示部分 調整 */
/*
.article-index-title .js-title.no_indent {
  display: block;
  text-indent: -4.09em;
  overflow: hidden;
}
*/

/* 記事画像 テンプレートスタイル上書き */
.article-body-inner img.pict {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}
/* 汎用スタイル */
.ml2 { margin-left: 2em !important; }


.side div.popular-articles table,
.side div.popular-articles tbody,
.side div.popular-articles tr,
.side div.popular-articles th,
.side div.popular-articles td {
  display: block;
}
.side div.popular-articles table td.populararticles-rank {
  width: 28px;
}
.side div.popular-articles table td.populararticles-title {
  width: 228px;
}
.side div.popular-articles table td {
  padding-top: 7px;
}
.side div.popular-articles tr {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.side div.popular-articles tr::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #fff;
  bottom: 0;
  width: 100%;
}
.side ul.recent-article-image li:after {
  border-bottom: 1px solid #fff;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  width: 100%;
  visibility: inherit;
}

.article-body-inner .box_blog__anchors ul {
  background: #fff;
  padding: 0 10px;
}
.article-body-inner .box_blog__anchors ul li,
.article-body-inner .box_blog__anchors ul li:last-child {
  border-top: 1px solid #c0b4a3;
  border-bottom: none;
}
.article-body-inner .box_blog__anchors ul li:first-child {
  border-top: none;
}
body #container .article-wrap:after {
    content: "";
    background:#fafbf9;
    background-size: 1028px;
    display: block;
    height: 25px;
    width: 100%;
    position: absolute;
    bottom: 0;
    visibility: inherit;
}

/* ブログカテゴリ用 スタイル */

/* ブログカテゴリ用 スタイル */
body.bg[data-cate*="blog"] #container {
  background:url(/app/themes/wp-templ/image-cmn/blog/bg-blog.jpg) repeat;
  background-size: 1028px;
}
body.bg[data-cate*="blog"] #container .sidewrapper .side .sidebody,
body.bg[data-cate*="blog"] #container .side ul.recent-article-image li,
body.bg[data-cate*="blog"] #container .side div.popular-articles tr {
  border-bottom: 1px solid #dfc7c4;
}
body.bg[data-cate*="blog"] #container .comment-set {
  border: 2px solid #a92121;
  background: #ffeaea;
  background: -moz-linear-gradient(top, #a92121 0%, #a92121 33px, #ffffff 33px, #ffffff 100%);
  background: -webkit-linear-gradient(top, #a92121 0%,#a92121 33px,#ffffff 33px,#ffffff 100%);
  background: linear-gradient(to bottom, #a92121 0%,#a92121 33px,#ffffff 33px,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a92121', endColorstr='#ffffff',GradientType=0 );
}
body.bg[data-cate*="blog"] #container .comment-author,
body.bg[data-cate*="blog"] #container .comment-date { 
  background: #a92121;
}
body.bg[data-cate*="blog"] #container .article-wrap:after {
    content: "";
    background:url(/app/themes/wp-templ/image-cmn/blog/bg-blog.jpg) repeat;
    background-size: 1028px;
    display: block;
    height: 25px;
    width: 100%;
    position: absolute;
    bottom: 0;
    visibility: inherit;
}

/* 掲示板カテゴリ用 スタイル */
body.bg[data-cate="bbs"] #container {
  background:url(/app/themes/wp-templ/image-cmn/blog/bg-bbs.jpg) repeat;
  background-size: 1028px;
}

body.bg[data-cate="bbs"] #container .sidewrapper .side .sidebody,
body.bg[data-cate="bbs"] #container .side ul.recent-article-image li,
body.bg[data-cate="bbs"] #container .side div.popular-articles tr {
  border-bottom: 1px solid #a7bda5;
}

body.bg[data-cate="bbs"] #container .article-index-title {
  font-size: 19px;
}
body.bg[data-cate="bbs"] #container  .font-size-box {
  border-bottom: 1px solid #399355;
}
body.bg[data-cate="bbs"] #container  #js-font-btn li {
  background: #d5e3d1;
  border: 1px solid #399355;
  color: #399355;
}
body.bg[data-cate="bbs"] #container #js-font-btn li.active {
  background: #399355;
  color: #fff;
}
body.bg[data-cate="bbs"] #container .article-wrap:after {
    content: "";
    background:url(/app/themes/wp-templ/image-cmn/blog/bg-bbs.jpg) repeat;
    background-size: 1028px;
    border-bottom: 2px solid #97c593;
    display: block;
    height: 25px;
    width: 100%;
    position: absolute;
    bottom: 0;
    visibility: inherit;
}
/* イラスト・写真投稿カテゴリ用 スタイル */
body.bg[data-cate="illust"] #container {
  background:url(/app/themes/wp-templ/image-cmn/blog/bg-illust.jpg) repeat,#f0f7ff;
  background-size: 1028px;
}

body.bg[data-cate="illust"] #container .sidewrapper .side .sidebody,
body.bg[data-cate="illust"] #container .side ul.recent-article-image li,
body.bg[data-cate="illust"] #container .side div.popular-articles tr {
  border-bottom: 1px solid #8cc2fd;
}

body.bg[data-cate="illust"] #container .article-index-title {
  font-size: 19px;
}
body.bg[data-cate="illust"] #container  .font-size-box {
  border-bottom: 1px solid #3576c0;
}
body.bg[data-cate="illust"] #container  #js-font-btn li {
  background: #d6e9ff;
  border: 1px solid #3576c0;
  color: #3576c0;
}
body.bg[data-cate="illust"] #container #js-font-btn li.active {
  background: #3576c0;
  color: #fff;
}

body.bg[data-cate="illust"] #container .comment-set {
  border: 2px solid #3576c0;
  background: #c4e6c7;
  background: -moz-linear-gradient(top, #3576c0 0%, #3576c0 33px, #ffffff 33px, #ffffff 100%);
  background: -webkit-linear-gradient(top, #3576c0 0%,#3576c0 33px,#ffffff 33px,#ffffff 100%);
  background: linear-gradient(to bottom, #3576c0 0%,#3576c0 33px,#ffffff 33px,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3576c0', endColorstr='#ffffff',GradientType=0 );
}
body.bg[data-cate="illust"] #container .comment-author,
body.bg[data-cate="illust"] #container .comment-date {
  background: #3576c0;
}
body.bg[data-cate="illust"] #container .article-wrap:after {
    content: "";
    background:url(/app/themes/wp-templ/image-cmn/blog/bg-illust.jpg) repeat,#f0f7ff;
    background-size: 1028px;
    border-bottom: 2px solid #3576c0;
    display: block;
    height: 25px;
    width: 100%;
    position: absolute;
    bottom: 0;
    visibility: inherit;
}
body.bg[data-cate="illust"] #container .article-index-body {
  height: 100px;
}

body.bg[data-cate="illust"] #container .article-index-body * {
  -webkit-line-clamp: 4;
}
.article-index[data-category="illust"] .article-meta li a:after {
  content: "投稿";
}
.article-index[data-category="illust"] .article-meta li a .cate01 {
  display:none;
}
.article-index[data-category="illust"] .article-meta li a .cate02:before {
  content:none;
}

/* 他カテゴリ用リセット スタイル */
body.bg[data-cate*="material"] #container {
  background: none;
}
body.bg[data-cate*="material"] #container .sidewrapper .side .sidebody,
body.bg[data-cate*="material"] #container .side ul.recent-article-image li,
body.bg[data-cate*="material"] #container .side div.popular-articles tr {
  border-bottom: 1px solid #e3e3e3;
}
body.bg[data-cate*="material"] #container .article-wrap:after {
  content: none;
}

@media (max-width:767px) {
  body.bg[data-cate="illust"] #container .article-wrap:after,
  body.bg[data-cate="bbs"] #container .article-wrap:after {
    border-bottom: none;
  }
}

/* ------------------------------------ */
/* イラスト・写真・マンガ投稿 専用スタイル*/
/* ------------------------------------ */

/* ▼ link banner */
.link_single_bnr {
  margin: 0 auto;
  max-width: 400px;
  width: 100%;
}
.link_single_bnr>a {
  display: block;
  position: relative;
  width: 100%;
}
.link_single_bnr_ttl {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.link_single_bnr_ttl>span {
  border-radius: 25px;
  background-color: #000;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  line-height: 1.1;
  padding: 6px 25px;
}
.link_single_bnr>figcaption {
  font-size: 0.941em;
  line-height: 1.4;
  margin-top: 7px;
}
.link_single_bnr>figcaption>a {

  text-decoration: underline;
}
.link_single_bnr .roll:hover,
.link_single_bnr .roll:hover span {
  opacity: .9;
}

.kiyaku-box dl{
  display:none;
  background: #faeaea;
  font-size: 0.941em;
  padding: 20px 20px 10px;
  margin: 0 0 20px;
}
.kiyaku-box dt {
  font-weight: 600;
  font-size: 1.125em;
  margin: 0 0 15px 0;
}
.kiyaku-box dl dd {
  margin: 0 0 25px 0;
}
.kiyaku-box dl dd ul li {
  list-style: disc;
  margin: 0 0 15px 30px;
  line-height: 1.3;
}
.kiyaku-box .btn_red_arr span {
  margin-top: 0;
  padding: 11px 45px 11px 35px;
}
.kiyaku-box .btn_red_arr span::after,
.kiyaku-box .btn_red_arr span::before {
  transform: inherit;
  -moz-transform: inherit;
  -webkit-transform: inherit;
  -o-transform: inherit;
}
.kiyaku-box .btn_red_arr.open span::after,
.kiyaku-box .btn_red_arr.open span::before {
    transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}
.kiyaku-box .buttons {
  margin-top: 0;
}
@media (min-width:768px){
  .kiyaku-box .btn_red_arr span {
    width: 120px;
  }
}
/*-------記事内バナー2カラム---------*/
.bnr_2col_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; 
  width: 100%;
  margin: 0 auto;
}

.bnr_2col_box figure {
  width: 47%;
  margin-bottom: 20px;
}
.bnr_2col_box figure figcaption {
  line-height: 1.3;
  font-size:0.941em;
  margin-top: 5px;
}
.bnr_2col_box a:hover {
  opacity: 0.8;
}

@media (max-width:767px) {
  .bnr_2col_box figure{
    margin :.75em auto;
    max-width: 600px;
    width: 100%;
  }
}
/*-------右カラム人気記事表示---------*/

.plugin-popular_articles_with_image .side {
  margin: 5px 10px 0px;
}
div.popularArticlesWithImage.A ul li {
  position:static;
  margin-top: 15px;
  margin-bottom: 0;
}
div.popularArticlesWithImage.A ul li a {
  border-color: #1b8855 !important;
  display: table;
  border-bottom: none;
}
div.popularArticlesWithImage.A ul li a:hover {
  opacity: 0.8;
}
div.popularArticlesWithImage.A ul li a img {
    width: 269px;
}
div.popularArticlesWithImage.A div.title {
  position:static;
  background-color: #1b8855 !important;
  opacity: 1;
  font-size:14px;
  height: auto;
  margin-left: -3px;
  padding: 6px 8px;
  width: 256px !important;
}
/* ブログ */
.sidewrapper:nth-child(2) div.popularArticlesWithImage.A ul li a {
  border-color: #9C0909 !important;
}
.sidewrapper:nth-child(2) div.popularArticlesWithImage.A div.title {
  background-color: #9C0909 !important;
}

/* イラスト・写真投稿 投稿について追加 */
dl.post-announce {
  margin: 20px auto 30px;
}
dl.post-announce dt {
  font-weight: 600;
  margin-bottom: 5px;
}
dl.post-announce dd {
  margin: 0;
  letter-spacing: 0.06em;
  line-height: 1.6;
}

.post-deco {
  width:100%;
  max-width: 600px;
  margin:30px auto;
  display:block;
}
.sidewrapper .sidetitle.long {
  line-height: 22px;
  padding: 5px 0;
}
.side-movie a {
  width: 90%;
  margin: 12px auto 0;
  display: block;
}
.side-movie a img {
  width: 100%;
}
.side-movie a img.roll:hover {
  opacity: .7;
}

.side-movie {
  position: relative;
}
.side-movie a::before {
  content: "";
  display: block;
  width: 54px;
  height: 54px;
  position: absolute;
  background: url(/app/themes/wp-templ/image-cmn/blog/ico_play.png) no-repeat;
  background-size: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}

/* ------------------------------------------------ */
/* 掲示板コメント 外観変更 WEB2TCI-39116 */
/* ------------------------------------------------ */
.bbs_comment_inner {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
  display: flex;
  line-height: 1.6;
}
.bbs_comment_inner.reverse {
  flex-direction: row-reverse;
}
.bbs_comment_inner .bbs_faceicon {
  width:56px;
  height:56px;
  margin: auto 10px auto 15px;
  border-radius: 50%;
}
.bbs_comment_inner .bbs_faceicon.fst{
  background: #94E0CF;
}
.bbs_comment_inner .bbs_faceicon.sec{
  background: #52A35A;
}
.bbs_comment_inner .bbs_faceicon.third{
  background: #C2D073;
}
.bbs_comment_inner .bbs_faceicon.force{
  background: #E9D08D;
}
.bbs_comment_inner .bbs_faceicon p{
  position: relative;
  color:#fff;
  font-size: 23px;
  text-align: center;
  width: 20px;
  height: 20px;
  padding: 18px;
}
.bbs_comment_inner .bbs_faceicon p span{
  position: absolute;
  top:50%;
  left:50%;
  transform: translateX(-50%) translateY(-50%);
}
.bbs_chat_wrap{
  flex: 1;
}
/* 吹き出し nomal */
.bbs_comment_inner.nomal .bbs_frame{
  margin-left: 5%;
  display: block;
  position:relative;
  height:auto;
  background:#FFFFFF;
  text-align:left;
  border:2px solid #52A35A;
  border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
}
.bbs_comment_inner.nomal .bbs_frame:after,
.bbs_comment_inner.nomal .bbs_frame:before{
  border: solid transparent;
  content:'';
  height:0;
  width:0;
  pointer-events:none;
  position:absolute;
  right:100%;
  top:50%;
}
.bbs_comment_inner.nomal .bbs_frame:after{
  border-top-width:5px;
  border-bottom-width:5px;
  border-left-width:18px;
  border-right-width:18px;
  margin-top: -5px;
  border-right-color:#FFFFFF;
}
.bbs_comment_inner.nomal .bbs_frame:before{
  border-top-width:7px;
  border-bottom-width:7px;
  border-left-width:25px;
  border-right-width:25px;
  margin-top: -7px;
  margin-right: 2px;
  border-right-color:#52A35A;
}
/* 吹き出し reverse */
.bbs_comment_inner.reverse .bbs_frame{
  margin-right: 5%;
  display: block;
  position:relative;
  height:auto;
  background:#FFFFFF;
  text-align:left;
  border:2px solid #52A35A;
  border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
}
.bbs_comment_inner.reverse .bbs_frame:after,
.bbs_comment_inner.reverse .bbs_frame:before{
  border: solid transparent;
  content:'';
  height:0;
  width:0;
  pointer-events:none;
  position:absolute;
  left:100%;
  top:50%;
}
.bbs_comment_inner.reverse .bbs_frame:after{
  border-top-width:5px;
  border-bottom-width:5px;
  border-left-width:18px;
  border-right-width:18px;
  margin-top: -5px;
  border-left-color:#FFFFFF;
}
.bbs_comment_inner.reverse .bbs_frame:before{
  border-top-width:7px;
  border-bottom-width:7px;
  border-left-width:25px;
  border-right-width:25px;
  margin-top: -7px;
  margin-left: 2px;
  border-left-color:#52A35A;
}
/* name & date*/
.bbs_comment_inner .bbs_frame p.bbs_comment-body{
  padding:20px;
  color:#000000;
  font-size:16px;
}
.bbs_under{
  font-size: 16px;
  background: #E2EFD3;
  border-radius: 0 0 10px 10px;
}
.bbs_under .bbs_comment-author{
  display: inline-block;
  color: #fff;
  font-weight: 600;
  background: #52A35A;
  border-radius: 0 0 0 5px;
  padding: 3px 15px 3px;
}
.bbs_under .bbs_comment-date{
  display: inline-block;
  color: #1A8724;
  padding: 3px 15px 0;
}
@media (max-width:767px) {
  .bbs_comment_inner .bbs_faceicon {
    width:30px;
    height:30px;
    margin: auto 0;
  }
  .bbs_comment_inner .bbs_faceicon p{
    font-size: 18px;
    padding: 5px;
  }
  /* 吹き出し nomal */
  .bbs_comment_inner.nomal .bbs_frame{
    margin-left: 9%;
  }
  /* 吹き出し reverse */
  .bbs_comment_inner.reverse .bbs_frame{
    margin-right: 9%;
  }
  /* name & date*/
  .bbs_under{
    font-size: 14px;
  }
  .bbs_under .bbs_comment-author{
    display: block;
    padding: 3px 15px 1px;
    border-radius: 0;
  }
  .bbs_under .bbs_comment-date{
    display: block;
    padding: 3px 15px 1px;
  }
}

/* ------------------------------------------------ */
/* 掲示板投稿フォーム 外観変更 WEB2TCI-39116 */
/* ------------------------------------------------ */
/* 同class打消し */
body.bg[data-cate*="bbs"] #comment-form dl{
  padding: 20px;
  margin-bottom: 2px;
}
body.bg[data-cate*="bbs"] #comment-form-tools{
  background: none;
  border: none;
}
body.bg[data-cate*="bbs"] #comment-form-tools .submit{
  float: none;
}
body.bg[data-cate*="bbs"] #comment-form .comment-form-body dt{
  display: block;
}
/* 入力area */
body.bg[data-cate*="bbs"] #comment-form-body .comment-form-author label,
body.bg[data-cate*="bbs"] .comment-form-body label{
  font-size: 15px;
}
body.bg[data-cate*="bbs"] .comment-form-author{
  background:#DCEBCC;
  border-radius: 10px 10px 0 0;
}
body.bg[data-cate*="bbs"] .comment-form-body{
  background:#DCEBCC;
  border-radius: 0 0 10px 10px;
  padding-bottom: 50px;
}
body.bg[data-cate*="bbs"] #comment-form-textarea {
  padding: 10px;
}
body.bg[data-cate*="bbs"] #comment-form-textarea::placeholder {
  font-size: 14px;
  color: #444;
}
body.bg[data-cate*="bbs"] #comment-form dt{
  width: 14%;
  padding-left: 1%;
  text-align: left;
  vertical-align: middle;
}
body.bg[data-cate*="bbs"] #comment-form dd{
  margin: 0 3% 0 15%;
}
/* 送信btn */
body.bg[data-cate*="bbs"] #article-options .bbs_btn button[type="submit"] {
  float: none;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .08em;
  color: #fff;
  background-image: linear-gradient(to bottom,#2B7F33 10%,#27722E 60%);
  padding: 8px 50px;
  border: none;
  border-radius: 6px;
  margin-top: 20px;
  font-family: "Hiragino Kaku Gothic ProN", 游ゴシック体, "YuGothic", "ＭＳ Ｐゴシック", "MS PGothic",メイリオ, Osaka, sans-serif;
  text-shadow: none;
}
body.bg[data-cate*="bbs"] #article-options button:hover {
	background-color: #2B7F33;
	background-position: 0 0;
  opacity: 0.8;
}

@media (max-width:767px) {
  body.bg[data-cate*="bbs"] #comment-form dl{
    padding: 10px 10px 20px;
  }
  body.bg[data-cate*="bbs"] #comment-form dt,
  body.bg[data-cate*="bbs"] #comment-form dd{
    float: none;
    display: block;
    text-align: left;
    width: 90%;
  }
  body.bg[data-cate*="bbs"] #comment-form dt{
    margin: 0 5%;
  }
  body.bg[data-cate*="bbs"] #comment-form dd{
    margin: 0 5%;
  }
}