
iframe {
    max-width: 100%;
}
.postarea img {
    max-width: 100%;
    height: auto;
}
.postarea form {
    background: #f6f6f6;
    padding: 10px;
}
.postarea textarea.tegalogpost {
    width: 100%;
    border: 1px solid #ccc;
    padding: 8px;
    font-family: 'メイリオ', Meiryo,'ヒラギノ丸ゴ ProN','Hiragino Maru Gothic ProN','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    line-height: 1.6em;
}
.postarea p.line-textarea {
    margin: 0;
}
.postarea p.line-control {
    margin: 10px 0 0;
}
.postarea input.postbutton {
    background: #5babfa;
    color: white;
    border: none;
    border-radius: 3px;
    padding: 6px 20px;
    cursor: pointer;
    transition: .3s;
}
.postarea input.postbutton:hover {
    background: #7cc8ff;
}
.decoBtns input[type=button] {
    border-radius: 3px;
    border: 1px solid #cccccc;
    background: white;
    margin: 0 2px 10px;
}
span.catChecks label {
    margin-right: 5px;
    font-size: 90%;
}


.categoryarea {
    margin-top: 22px;   /* ← 好みで 15〜30px */
    padding-bottom: 18px;                 /* 線との距離 */
    border-bottom: 1px solid #666666;     /* 記事と同じ区切り線 */
    margin-bottom: 22px;                  /* 線とページ番号の間 */
}

ul.cattree {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    border: none;          /* ← 枠を消す */
    padding: 15px;
    border-radius: 0;     /* 角丸も不要なら */
    position: relative;
}




ul.cattree li {

	margin-right: 10px;
    padding: 0;
    position: relative;
    z-index: 2;
}




ul.cattree a {
    color: inherit;          /* BODYと同じ色に */
    text-decoration: none;   /* 下線を消す */
}

ul.cattree a:hover {
    color: inherit;          /* ホバーでも変えない */
    text-decoration: none;
}




ul.hashtaglist {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    background: #f0f0f0;
    padding: 15px;
    border-radius: 2px;
}
ul.hashtaglist li {
	font-size: 85%;
	margin-right: 10px;
    padding: 0;
    position: relative;
    z-index: 2;
}
ul.cattree li:before, ul.cattree li:after,
ul.hashtaglist li:before, ul.hashtaglist li:after {
    display: none;
}
div.onelogbox {
    max-width: 700px;
    margin: 0 auto;
    border: none;
    border-bottom: 1px solid #666666; /* ←区切り線はこれ1本だけ */
    padding: 40px 0 25px;   
    box-shadow: none;
}

p.oneloginfo {
    width: 100%;           /* 幅いっぱい */
    text-align: right;     /* 右寄せ */
    color: #979797;
    padding: 10px 20px 15px;
    margin: 20px 0 0;
    border-top: none;      /* 本文との線は消す */
    box-sizing: border-box; /* paddingを含めて幅調整 */
}


p.oneloginfo a.categorylink {
    display: inline-block;
    text-decoration: none;
    color: #979797;
    border: 1px solid;
    padding: 1px 6px;
    border-radius: 2px;
    margin: 0 8px;
}
p.oneloginfo a.categorylink:hover {
    border-color: #979797;
	background: #979797;
	color: white;
}
p.situation {
    color: #ccc;
}
span.situation-postno {
    border: 1px solid;
    display: inline-block;
    padding: 3px 8px;
    border-radius: 3px;
    line-height: 1.6em;
}
p.dateseparator {
    display: none;
    font-size: 90%;
    color: white;
    background: #ccc;
    width: fit-content;
    padding: 3px 5px;
    line-height: 1.6em;
    margin: 0 auto -20px 0;
}
p.dateseparator.fixedseparator {
    display: block;
}
p.pagenums {
    text-align: center;
    margin-top: 25px;   /* ← ページ番号上部余白 */
}



a.pagenumlink {
    display: inline-block;
    text-decoration: none;
    background: none;          /* 背景を消す */
    color: inherit;           /* BODYと同じ文字色に */
    width: auto;
    height: auto;
    line-height: inherit;
    padding: 0 12px;           /* 少しだけクリック余白 */
}


a.pagenumlink.pagenumhere {
    background: #ccc;
}




div.comment a.readmorebutton {
    margin: 0 3px;
    border: none;                  /* 枠を消す */
    background: none;              /* 背景を消す */
    padding: 0;                    /* ボタン余白を消す */
    border-radius: 0;
    color: #222222;                /* 好きな色 */
    text-decoration: underline;   /* 下線リンクに戻す */
    text-underline-offset: 0.25em;   /* ← 下線と文字の距離 */
    font-size: 15px;

}


div.comment a.readmorebutton:hover {
    color: #222222;
    text-decoration: underline;
}



div.comment a.readmorebutton.readmoreclose {
    background: none;
    border: none;
    padding: 0;
    font-size: 15px;
}





p.poweredby {
    text-align: right;
    color: #929292;
    font-size: 12px;
}
q.decorationQ {
    position: relative;
    z-index: 1;
    display: block;
    padding: 15px;
    background: #ebebeb;
}

.comment {
    font-size: 14px;　/* フォントサイズ */
    line-height: 1.8em;
    padding: 0 12px;
    word-break: break-word;
}



/* 常にカテゴリを表示する */
.categoryarea,
.hashtaglistarea {
    display: block;
}




.la, .lab, .lad, .lal, .lar, .las {
    font-size: 17px;
    vertical-align: middle;
}

a.nsfw {
    position: relative;
    overflow: hidden;
    display: block;
  }
  a.nsfw img {
    filter: blur(15px);
  }
  a.nsfw:before {
    font-family: 'Line Awesome Free';
    font-weight: 900;
    content: "\f071";
    vertical-align: middle;
    margin-right: 5px;
    color: #ffffff;
    display: block;
    width: 100%;
    height: 100%;
    background: #0000003a;
    position: absolute;
    z-index: 1;
    text-align: center;
    font-size: 50px;
    margin: auto;
    top: 0;
    padding: 20% 0 0;
  }
  @media (min-width: 768px) {
    a.nsfw:before {
      font-size: 70px;
    }
  }



p.poweredby a {
    color: inherit;          /* BODYと同じ文字色 */
    text-decoration: none;   /* 下線を消す */
}

p.poweredby a:hover {
    color: inherit;          /* ホバーでも色を変えない */
    text-decoration: none;
}



p.oneloginfo .postdate{
  font-size: 15px !important;
  line-height: 1.6;
}




/* カテゴリツリーとulの間 */
.categoryTree > ul.cattree + ul.cattree{
  margin-top: -1px;   
}

