@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic&family=Potta+One&family=Train+One&display=swap');

section.tegalog {
    padding: 20px;
    max-width: 95%;
    margin: 40px auto 0;
}
iframe {
    max-width: 100%;
}

/* 背景・文字 */

body {
    background-color: #ccc1a3;
    font-family: 'BIZ UDPGothic', sans-serif;
    line-height: 1.2em;
    color: #33312b;
}

.postarea form {
    background: #f6f6f6;
    padding: 10px;
}
.postarea textarea.tegalogpost {
    width: 100%;
    border: 1px solid #ccc;
    padding: 8px;
    font-family: 'BIZ UDPGothic', sans-serif;
    line-height: 1.2em;
}
.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 #d6d6d6;
    padding: 15px;
    border-radius: 2px;
    position: relative;
}
ul.cattree li {
	font-size: 90%;
	margin-right: 10px;
    padding: 0;
    position: relative;
    z-index: 2;
}

/* ハッシュタグリスト */

ul.hashtaglist {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    background: #abb4cc;
    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: 30px auto;
}
p.oneloginfo {
    text-align: right;
    font-size: 90%;
	color: #979797;
}
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 {
    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;
}
p.pagenums {
    text-align: center;
}

/* 下部ページリンクBOX */

a.pagenumlink {
    display: inline-block;
    text-decoration: none;
    background: #666256;
    color:#fff4d6;
    width: 25px;
    height: 25px;
    line-height: 25px;
}
a.pagenumlink.pagenumhere {
    background: #abb4cc;
}

a.pagenumlink:hover {
    background:#abb4cc;
}

.readmorebutton {
    margin: 20px auto;
    border: 1px solid;
    text-decoration: none;
    padding: 3px 8px;
    font-size: 85%;
    margin-left: 5px;
    width: 75px;
    text-align: center;
    border-radius: 3px;
}
p.poweredby {
    text-align: right;
    color: #929292;
    font-size: 12px;
}

p.homelink {
    text-align: center;
}
img.nsfw {
    filter:blur(15px);
}

/* bounce */

h2.title {
    text-align: center;
    border-left: 0px;
    align-items: center;
    justify-content: center;
    padding: 3px 0px 3px 0px;
    border-bottom: 0;
    position: relative;
    color: #33312b;
    font-family: 'Train One', cursive;
}

/* ダッシュ */

hr {
    border: none;
    border-top: 1px dashed #48504E;
  }

/* 日付 */

span.postdate {
    color: #33312b;
}

/* タグリンク色 */

a.taglink {
    color: #666152;
}