@charset "utf-8";
section.tegalog {
    max-width: 700px;
    margin: 0 auto;
}
iframe {
    max-width: 95%;
}
.contents {
    width: 100%;
}
nav {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	width: auto;
	height: auto;
	margin: 20px auto 30px;
}
    nav.controlLink {
        margin: 30px auto;
        justify-content: flex-end;
    }
    nav.controlLink a {
        margin-left: 0.5em;
    }

.headcontrol {
    list-style: none;
    display: block;
    width: 32px;
    height: auto;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    right: 0px;
    z-index: 100;
}
.headcontrol a:link,
.headcontrol a:visited {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    font-size: 14px;
    margin-bottom: 5px;
    padding: 1px;
    background-color: #d7dffc33;
    border: 1px solid #a0a8c377;
    border-radius: 3px;
    color: #a0a8c3;
    opacity: 0.5;
    transition: all 0.3s;
}
.headcontrol a:hover {
    background-color: #d7dffc;
    border: 1px solid #a0a8c377;
    color: #fff;
    opacity: 1;
}

.postarea form {
    background: #f6f6f6;
    padding: 10px;
}
.postarea textarea.tegalogpost {
    width: 97%;
    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;
    padding: 1px 6px;
}
span.catChecks label {
    margin-right: 5px;
    font-size: 90%;
}

ul.cattree {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
	padding: 0;
	width: 480px;  
}
ul.cattree li {
	margin: 0.6em 1em;
	padding: 0;
}
ul.cattree li > span.num {
    font-weight: 500;
    font-size: 14px;
	text-align: center;
	border: 1px solid #37a1c2;
	border-radius: 0 3px 3px 0;
	padding: 3px 6px;
    background-color: #37a1c2;
    color: #fff;
}

ul.cattree li a {
	text-decoration: none;
	font-size: 14px;
	text-align: center;
	border: 1px solid #37a1c2;
	border-radius: 3px 0 0 3px;
	padding: 3px 16px;
    color: #37a1c2;
}
ul.cattree li a:hover {
	text-decoration: none;
	border: 1px solid #37a1c2;
	padding: 3px 16px;
	background-color: #37a1c2;
    color: #fff;
}


ul.hashtaglist {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    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.hashtaglist li:is(.count10, .count11) {
    font-size: 100%;
}
ul.hashtaglist li:is(.count5, .count6, .count7, .count8, .count9) {
    font-size: 81.25%;
}
ul.hashtaglist li:is(.count2, .count3, .count4) {
    font-size: 62.5%;
}
ul.hashtaglist li:is(.count1, .count2,) {
    display: none;
}

ul.cattree li:before, ul.cattree li:after,
ul.hashtagpulllist li:before, ul.hashtagpulllist li:after,
ul.hashtaglist li:before, ul.hashtaglist li:after {
    display: none;
}
.depth2 {
    display: none !important;
}
.hashtaglistarea {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    list-style: none;
    background: #f0f0f0;
    margin: 16px 0;
    padding: 15px;
    border-radius: 2px;
}
.hashtagpullbox {
    margin: 0;
    display: flex;		/* 段組準備 */
    flex-wrap: wrap;
    align-items: center;
    }
    .hashtagpullsubmit {
        margin-right: 8px;
        padding: 0 10px;
        height: 25px;
        border: 1px solid #aaa;
        background-color: #aaa;
        border-radius: 0;
        font-size: 14px;
        color: #f0f0f0;
        vertical-align: top;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    .hashtagpullsubmit:hover {
            border: 1px solid #ccc;
            border-radius: 0;
            background-color: #f0f0f0;
            font-size: 14px;
            color: #979797;
            vertical-align: top;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
    }
    .hashtagpullbox select {
        width: 11.55rem;
        height: 25px;
        padding: 0 4px;
        border-top: 1px solid #ccc;
        border-right: none;
        border-bottom: 1px solid #ccc;
        border-left: 1px solid #ccc;
        background-color: #fff;
        color: #979797;
        font-size: 14px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
.searcharea {
    margin: 16px 0;
    padding: 15px;
    border: 1px dotted #d6d6d6;
    border-radius: 2px;
}
.searchbox,
.searchinputs {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}
.queryinput {
    font-size: 16px;
    padding: 1px 4px;
    width: 11em;
    height: 22px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right:  none;
    border-radius: 0;
}
.searchbox .submitbutton {
    padding: 0 10px;
    height: 26px;
    border: 1px solid #aaa;
	background-color: #aaa;
    border-radius: 0;
    font-size: 14px;
	color: #f0f0f0;
	vertical-align: top;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.searchbox .submitbutton:hover {
	border: 1px solid #ccc;
	background-color: #f0f0f0;
    font-size: 14px;
	color: #979797;
	vertical-align: top;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.searchword {
    font-weight: 400;
    background-color: yellow;
}
div.onelogbox {
    max-width: 700px;
    margin-bottom: 80px;
}
span.realTime {
    display: none;
	text-align: right;
}
.postdate {
	display:initial;
}
p.oneloginfo {
    margin: 0.7em 0;
    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 0 2px 8px;
}
p.oneloginfo a.categorylink:hover {
    border-color: #979797;
	background: #eeeeee;
	color: #979797;
}
p.situation {
    font-size: 90%;
    color: #ccc;
    margin: 0;
}
span.situation-postno {
    border: 1px solid;
    display: inline-block;
    margin: 3px 0;
    padding: 3px 8px;
    border-radius: 3px;
    line-height: 1.6em;
}
span.situation-catname {
    font-size: 1em;
    color: #444;
    margin: 0;
}
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;
}
.pagelinks {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
    margin: -40px auto 0;
    font-size: 93.75%;
    line-height: 1.2;
}
.prevlink {
    display: flex;
    justify-content: end;
    align-items: center;
    width: 50%;
}
.prevlink::after {
    font-family: bootstrap-icons;
    content: "\F280";
    height: 16px;
}
.nextlink {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 50%;
}
.nextlink::before {
    font-family: bootstrap-icons;
    content: "\F27F";
    margin-right: 4px;
    height: 16px;
}
.linkseparator {
    visibility: hidden;
    padding: 0 1em;
}
p.pagenums {
    text-align: center;
    margin: 0;
}
a.pagenumlink {
    display: inline-block;
    text-decoration: none;
    background: #ccc;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
}
a.pagenumlink:hover {
    background: #e7dc8d;
}
a.pagenumlink.pagenumhere {
    background: #37a1c2;
}
a.readmorebutton {
    margin: 20px auto;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #979797;
    width: 100%;
    text-align: center;
    border-radius: 3px;
}
a.readmorebutton.readmoreclose {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2em;
    padding: 0 8px 1px;
    font-size: 85%;
    margin-left: 0;
    content: "\A";
    white-space: pre;
}
a.readmorebutton:hover,
.readmoreclose:hover {
    border: 1px solid #979797;
    background: #eeeeee;
    color: #979797;
}
div.utilitylinks ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    list-style: none;
    background: #f0f0f0;
    padding: 15px;
    border-radius: 2px;
    font-size: 90%;
}
div.control-links {
    margin-bottom: 1rem;
    width: 95%;
    text-align: center;
}
p.poweredby {
    margin-right: 0;
    text-align: right;
    color: #929292;
    font-size: 12px;
}
div.comment {
    text-align: left;
    hanging-punctuation: last allow-end;
}
div.comment img {
    max-width: 480px;
    height: auto;
    margin: 4px 0;
}

a.imagelink {
    display: flex;
    flex-direction: column;
    align-items: center;
}
a.imagelink + br {
    display: none;
}
.editlink {
    margin-left: 4px;
}

/* 汎用文字装飾 */
/* B:太字(Bold) */
.decorationB {
    font-weight: bold;
}
/* D:削除(Delete) */
.decorationD {
    color: #aaa;
    text-decoration-line: line-through;
    text-decoration-color:#bf783e;
}
/* E:強調(Emphasis) */
.decorationE {
    font-style: normal;
    font-weight: bold;
}
/* I:斜体(Italic) */
.decorationI {
    font-style: italic;
}
/* Q:引用(Quote) */
.decorationQ {
    margin: 1em 0.3em 1em 1em;
    padding: 1em;
    border-left: 5px double;
    background-color: #f0f0f0;
    color: #666;
    font-size: 0.9em;
    line-height: 1.6;
    display: block; /* ※Ver 2.2.0以降必須の記述 */
}
.decorationQ::before,
.decorationQ::after {
    content: '';
}
.decorationQ + br {
    display: none;
}
/* S:小文字(Small) */
.decorationS {
    font-size: 0.75em;
}
/* T:極小文字(Tiny) */
.decorationT {
    font-size: 0.625em;
}
/* U:下線(Underline) */
.decorationU {
    text-decoration-line: underline;
    text-decoration-style: double;
    text-decoration-color: #979797;
}
/* 自由装飾 */
.deco-headline3 {
    font-size: 1.125em;
    font-weight: 600;
	color: #555;
}
.deco-headline4 {
    font-weight: 600;
    color: #999;
}
.deco-headline5 {
	font-size: 1em;
    display: inline-block;
	width: 97%;
	margin: 4px 0;
	padding-left: 2px;
    border-bottom: 1px dashed #ccc;
}
.deco-headline5::before {
    font-family: bootstrap-icons;
    content: "\F5B2";
    color: #7cc8ff;
    margin-right: 2px;
    position: relative;
    top: 2px;
}
.deco-timestamp {
    font-size: 14px;
	float: right;
    color: #979797;
}
/* キャラクター誕生日時 */
.deco-birthTime {
    display: none;
}
/* 傍点 */
.deco-dotmark {
    -webkit-text-emphasis: filled dot;
   text-emphasis: filled dot;
}

/* 縦書きCSS */
.ttgk {
    padding-bottom: 10px;
}
.deco-tategaki {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    column-count:auto;
    column-fill: auto;
    column-width: 352px;
    column-rule: 1px dotted #ccc;
    column-gap: 64px;
    width: 700px;
    height: 352px;
    box-sizing: border-box;

}
/* 縦書きエンドマーク */
.deco-endmark {
    display: flex !important;
    justify-content: flex-end;
    align-items: flex-end;
}
/* 縦中横 */
.deco-tcy {
    text-combine-upright: all;
}

.deco-continue::before {
    font-family: bootstrap-icons;
	content: "\F285";
    font-size: 14px;
    font-weight: 600;
    vertical-align: bottom;
}

/* glightboxキャプション非表示 */
.glightbox-clean .gslide-description {
    display: none !important;
}
/* 新着 */
span.newsign {
    display: block;
    color: #37a1c2;
    font-size: 14px;
    line-height: 0;
    position: relative;
    margin: 0;
}
/* 新着要素が無いとき非表示 */
span.newsign:empty {
    display: none;
}
/* 先頭固定 */
.fixed::before {
    font-size: 14px;
    color: #37a1c2;
    font-family: bootstrap-icons;
    content: "\F4EC";
    position: relative;
    top: 3px;
}
.comment .taglink {
    display: none;
}
/* Twitterシェアボタン */
.share {
    margin-left: 6px;
}

/* 自由装飾 */
.deco-naka {
	display: flex;
    justify-content: center;
}
.deco-timestamp {
    font-size: 14px;
	float: right;
    color: #979797;
}
/* はじめに画像隠し */
.deco-hyde {
	display: none !important;
}
/* メディアクエリー */
@media screen and (max-width: 834px) {
    nav.controlLink {
        width: 95%;
    }
    ul.cattree li a,
    ul.cattree li > span.num {
        font-size: 12px;  
    }
    div.comment {
        width: 100%;
        margin: 0 auto;
    }
    div.comment img {
        max-width: 100%;
    }

    p.oneloginfo a.categorylink {
        display: inline-block;
        text-decoration: none;
        color: #979797;
        border: 1px solid;
        padding: 1px 6px;
        border-radius: 2px;
        margin: 0 0 2px 8px;
        font-size: 12px;
    }
    /* 縦書きCSS */
    .deco-tategaki {
        width: 95%;
    }
}    
