section.tegalog {
    max-width: 700px;
    margin:0px auto 0;
}
iframe {
    max-width: 100%;
}
.onelogbox img {
    max-width: 100%;
    height: auto;
}
.postarea form {
    background: #d6f6fa;
    padding: 10px;
}
.postarea textarea.tegalogpost {
    width: 100%;
    border: 1px solid #31414a;
    padding: 8px;
  font-family: 'Dosis', 'Noto Sans JP', 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%;
}
ul.cattree {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    border: 1px solid #d6f6fa;
    padding: 15px;
    border-radius: 4px;
    position: relative;
}
ul.cattree li {
	font-size: 90%;
	margin-right: 10px;
    padding: 0;
    position: relative;
    z-index: 2;
}
ul.hashtaglist {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    background: #fff;
    padding: 15px;
    border: 1px solid #d6f6fa;
    border-radius: 4px;
  margin-top:3px;
}
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: 20px auto;
    border-bottom: 1px #d6f6fa dashed;
}

p.oneloginfo {
  text-align: left;
  padding-bottom: 10px;
}
.postdate{
}

.postdate a{
  border: none;
  padding: 5px 6px;
  border-radius: 2px;
  margin: 0 8px 0 0;
  border-radius: 3px;
  margin-bottom: 10px;
  color:#fff;
  background-color: #00bcd4;
  width: fit-content;
}

.postdate a:hover{
  border: none;
  color:#00bcd4 !important;
  background-color:#31414a !important;
}


p.oneloginfo a.categorylink {
  display: inline-block;
  text-decoration: none;
}

p.oneloginfo .categoryname:hover{
  color:#00bcd4;
}
p.oneloginfo a:hover{
  color:#00bcd4;
}

p.situation {
    font-size: 90%;
    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;
}

a.pagenumlink.pagenumhere a:hover{
    background: #31414a;
  color:#00bcd4;
}
.comment {
    word-break: break-word;
}
a.readmorebutton {
    margin: 20px auto;
    text-decoration: none;
    color: #31414;
    width: 100%;
    text-align: center;
    padding: 10px;
    border: 1px solid #00bcd4;
    border-radius: 4px;
}
a.readmorebutton.readmoreclose {
    padding: 1px 8px;
    font-size: 85%;
    margin-left: 5px;
}
p.poweredby {
    text-align: right;
    color: #929292;
    font-size: 12px;
}


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;
    }
  }


  /* ========================== */
  /* ■ページナビゲーション領域 */
  /* ========================== */
  .pagenavi {
  margin: 0.5em 0px;			/* 外側の余白 */
  padding: 0.5em 0px;			/* 内側の余白 */
  text-align: center;			/* 中央寄せ */
  }
  /* ------------------------------------ */
  /* ▼ページ前後移動リンク群ボックス全体 */
  /* ------------------------------------ */
  .pagelinks {
  margin: 0.15em;		/* 外側の余白 */
  }
  
  /* ▼ページ移動リンクの文字 */
  .pagelinks a {
  font-weight: bold;	/* 太字 */
  }
  
  /* -------------------------------- */
  /* ▼ページ番号リンク群ボックス全体 */
  /* -------------------------------- */
p.pagenums {
  text-align: center;
  margin: 0.5em;		/* 外側の余白 */
}
  
  /* ▼ページ番号リンクの数字 */
  a.pagenumlink {
  display: inline-block;
  margin: 0px 2px 0px 2px;
  text-decoration: none;
  font-weight: bold;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border: none;
  background-color: #d6f6fa;
  color: #00bcd4;
  padding: 0 10px;
  cursor: pointer;
  transition: 0.2s;
  border-radius:5px;;
  }
  /* ▽ページ番号リンクにマウスが載った際の装飾 */
  a.pagenumlink:hover {
  text-decoration: none;
  color: #d6f6fa;
  background: #00bcd4;
  border:none;
  }
  /* ▽現在のページ番号の装飾 */
  a.pagenumhere {
  border:none;
  text-decoration: none;
  font-weight: bold;
  transition: .2s;
  border-radius:5px;;
  background: #00bcd4;
  color:#d6f6fa;
  }

  a.pagenumhere:hover {
  text-decoration: none;
  color: #00bcd4;
  background: #31414a;
  border:none;
  }
  
  .comment {
  line-height: 1.55;		/* 行の高さ */
  padding-bottom: 20px;
  }

.categoryTree p,
.hashtaglistarea p{
  color: #00bcd4;
  font-weight:bold;
}

.hashtaglistarea p{
  margin-top:5px;
}

div.contents,
div.mainarea{
  margin-top:0 !important;
}

img{
  margin:0px !important;
}
a.imagelink{
 border:0;
 border-radius:4px;
  margin:16px auto !important;
}


a.imagelink img.embeddedimage{
 border:#d6f6fa 1px solid !important;
 border-radius:4px;
}

a.imagelink img.embeddedimage:hover{
 border:#d6f6fa 1px solid !important;
 border-radius:4px;
  opacity: 0.5;
}


#fuwaimg a{
  border:none;
}

#fuwaimg img{
  border:none;
  border-radius:0px;
}

img {
  border:#d6f6fa 1px solid;
  border-radius:8px;
}

.pagehome{
  margin:16px 0 0 0;
}