
div.tegalog {
    max-width: 100%;
    margin: 40px auto 0;

}
iframe {
    max-width: 100%;

}

.onelogbox img {
    max-width: 100%;
width: 450px;
    height: auto;
margin-bottom: 15px;
}


  @media (max-width: 768px) {
.onelogbox img {
width: 300px;
    height: auto;
}
  }


.postarea form {
    background: rgba(255,255,255,0.05);
    padding: 20px;
    border: double 4px #829fd6;
}
.postarea textarea.tegalogpost {
    width: 100%;
    border: 1px solid #829fd6;
    background:#dae5ef;
    padding: 8px;
    box-sizing: border-box;
    overflow-wrap: break-word;
    overflow: auto;	
    height: 150px;
    font-family: 'メイリオ', Meiryo,'ヒラギノ丸ゴ ProN','Hiragino Maru Gothic ProN','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    line-height: 1.6em;
    resize: none;
	outline: none;
}
.postarea p.line-textarea {
    margin: 0;
}
.postarea p.line-control {
    margin: 10px 0 0;
}
.postarea input.postbutton {
    background: #829fd6;
    color: #dae5ef;
    border: none;
    padding: 7px 20px;
    cursor: pointer;
    transition: .3s;
}
.postarea input.postbutton:hover {
    background: #7cc8ff;
}
.decoBtns input[type=button] {
    border: 2px solid #829fd6;
    background: #dae5ef;
    padding: 5px;
    margin: 0 5px 10px;
}
span.catChecks label {
    margin-right: 5px;
    font-size: 90%;
}

/* 共通：リストアイテムをflexのカラムにする */
.column {
  display: flex;              /* 横並び */
  gap: 35px;                  /* カラム間の余白 */
  width: 100%;           /* コンテナの最大幅 */ 
  flex-wrap: wrap;            /* 狭いときに折り返す準備 */

}

/* スマホ（画面幅600px以下くらい）のときは1カラムに */
@media (max-width: 600px) {
  .column {
  gap: 0px;   
    flex-direction: column;   /* 縦並びに切り替え */
  }

}

/* スマホ（画面幅600px以下くらい）のときは1カラムに */
@media (min-width: 601px) {
ul.cattree {
   width: 380px;
}

ul.hashtaglist {
   width: 380px;  
}

}

ul.cattree {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    background: rgba(255,255,255,0.05);
    padding: 40px 20px;
    border: double 4px #829fd6;
    position: relative;
    margin-bottom: 40px;
  flex: 1;   
}
ul.cattree:before {
  content: '\f07b';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 18px;
  color: #c2ccdf;

  position: absolute;
  top: -7px;
  right: 20px;
  width: 50px;
  height: 45px;
  background: linear-gradient(to bottom, #85a2d1, #47588c);
  clip-path: polygon(
    0 0, 100% 0, 
    100% 80%, 50% 100%, 0 80%
  );
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 2;
}



ul.cattree li {
	font-size: 90%;
	margin-right: 10px;
    padding: 0;
    display: inline-block;
    z-index: 2;
}

ul.cattree li:before{

content: '\f07b';
color:#6acee2;
font-weight: 900;
font-family: 'Font Awesome 6 Free';
margin-right: 2px;
} 

ul.hashtaglist {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    background: rgba(255,255,255,0.05);
    padding: 40px 20px;
    border: double 4px #829fd6;
    position: relative;
  flex: 1;   
}


ul.hashtaglist:before {
  content: '\f02b';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 18px;
  color: #c2ccdf;

  position: absolute;
  top: -7px;
  right: 20px;
  width: 50px;
  height: 45px;
  background: linear-gradient(to bottom, #85a2d1, #47588c);
  clip-path: polygon(
    0 0, 100% 0, 
    100% 80%, 50% 100%, 0 80%
  );
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

ul.hashtaglist li {
	font-size: 85%;
	margin-right: 10px;
    padding: 0;
    display: inline-block;
    z-index: 2;
}

ul.hashtaglist li:before{

content: '\23';
color:#6acee2;
font-family: 'Font Awesome 6 Free';
} 

ul.cattree li:after, ul.hashtaglist li:after {
    display: none;
}
div.onelogbox {
    max-width: 100%;
    margin: 30px auto;
    border-bottom: 1px solid #829fd6;
}
p.oneloginfo {
    text-align: right;
    font-size: 90%;
	color: #829fd6;
margin-top:30px;
}
p.oneloginfo a.categorylink {
    display: inline-block;
    text-decoration: none;
    color: #829fd6;
    border: 1px solid;
    padding: 1px 8px;
    border-radius: 2px;
    margin: 0 8px;
}
p.oneloginfo a.categorylink:hover {
	color: white;
}

p.oneloginfo a.categorylink:before{

content: '\f07b';
font-weight: 900;
font-family: 'Font Awesome 6 Free';
margin-right: 5px;
} 

p.situation {
    font-size: 90%;
    color: #829fd6;
    margin-top: 40px;
}
span.situation-postno {
    background: rgba(255,255,255,0.05);
    border: double 4px #829fd6;
    display: inline-block;
    padding: 3px 8px;
    line-height: 1.6em;
    margin-top: 40px;
}
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;
}

.comment {
    word-break: break-word;
}
a.readmorebutton {
    background: rgba(255,255,255,0.05);
    border: solid  1px #829fd6;
    text-decoration: none;
    color: #829fd6;
    width: 80px;
    height: auto;
    font-size: 85%;
    text-align: center;
    padding: 1px 8px;
    border-radius: 3px;
}
a.readmoreclose {
    padding: 1px 18px;
    font-size: 85%;
    width: 80px;
    height: auto;
    margin-left: 5px;
}
p.poweredby {
    margin-top: 20px;
    text-align: right;
    color: #829fd6;
    font-size: 12px;
}

.postdate a {
    color: #829fd6;
}

/* 先頭固定記事の装飾 */
.onelogbox.logstatus-fixed { position: relative;
}
.onelogbox.logstatus-fixed .comment::before {
	content: '\EAE2';
	font-family: "remixicon";
	font-size: 2rem;
	color: #829fd6;
	display: block;
	line-height: 1;
	text-align: right;
	padding-right: 0.8rem;
	margin-bottom: 1.3rem;
	margin-top: -0.8rem;
}


a.nsfw {
    position: relative;
    overflow: hidden;
    display: block;
    width: 450px;
  }
  a.nsfw img {
      filter: blur(50px) opacity(70%);
  }
  a.nsfw:before {
  font-family: "Material Symbols Outlined";
  content: "\e002";
    font-weight: 900;
    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;
  }

  a.nsfw:after {
  content: "NSFW\aクリックで表示します";
  white-space: pre;
  color: #ffffff;
  display: block;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: 0;
  height: 100%;
  padding-top: calc(25% + 54px);
  right: 0;
  left: 0;
  font-size: 13px;
  line-height: 1.4em;
}
  @media (max-width: 768px) {
a.nsfw {
    width: 300px;
  }

    a.nsfw:before {
      font-size: 70px;
    }

  a.nsfw:after {
  padding-top: calc(30% + 56px);
}

  }


/* E:強調(Emphasis) */
.decorationE {
	font-style: normal;
	font-weight: bold;
	background: linear-gradient(transparent 50%, #3d7d96 50%);
}
    /*新着画像*/
    
    & .imagelist {
    
        & .list {
            display: grid;
            grid-template-rows: repeat(2, 1fr);
            grid-template-columns: repeat(6, 1fr);
            gap: 1rem 1rem;
            width: 100%;
            overflow: hidden;
            margin-top: 40px;
        }
    
        & .imagelistitem {
            display: block;
            width: 100%;
            height: auto;
            aspect-ratio: 1 / 1;
            overflow: hidden;
    
            & a {
                display: block;
                width: 100%;
                height: 100%;
            }
    
            & img {
                display: block;
                max-width: 100%;
                max-height: 100%;
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
    
        }
    }

  @media (max-width: 768px) {
a.nsfw {
    width: 300px;
  }

    a.nsfw:before {
      font-size: 70px;
    }

  a.nsfw:after {
  padding-top: calc(30% + 56px);
}

    & .imagelist {
    
        & .list {
            grid-template-rows: repeat(2, 1fr);
            grid-template-columns: repeat(3, 1fr);
        }
}
  }

/* Q:引用(Quote) */
.decorationQ {
    position: relative;
    padding: 25px 15px 25px 55px;
    box-sizing: border-box;
    font-style: italic;
    border-radius: 0px;
    background: rgba(255,255,255,0.05);
    border: double 4px #829fd6;
}

.decorationQ:before{
    display: inline-block;
    position: absolute;
    top: -5px;
    left: 8px;
    width: 37px;
    height: 30px;
    text-align: center;
    content: "\f10d";
    font-family: "Font Awesome 6 Free";
    color: #c2ccdf;
    font-size: 18px;
    line-height: 30px;
    background: #829fd6;
    font-weight: 900;
}
.decorationQ:after{
    content: '';
    position: absolute;
    left: 8px;
    top: 25px;
    height: 0;
    width: 0;
    border-left: 19px solid #829fd6;
    border-right: 19px solid #829fd6;
    border-bottom: 10px solid transparent;
}

/* スマホ（画面幅600px以下くらい）のときは1カラムに */
@media (max-width: 600px) {
.decorationQ:before{

    width: 37.8px;
    height: 31px;
}

}

.pagenavi { margin-bottom: 3rem; text-align: center; }
.pagelinks,.pagehome { margin-top: 1.5rem;}
.pagenums { margin: 0.8rem;}

a.pagenumlink {
	display: inline-block;
	width: 25px;
	height: 25px;
	text-decoration: none;
	color: #829fd6;
        background-color: rgba(255,255,255,0.05);
        border: solid 1px #829fd6;
	line-height: 25px;
	margin-top: 0.3rem;
}

a.pagenumlink:hover { background-: #829fd6; }

a.pagenumhere { background-color: #829fd6;
                color: #c2ccdf;
 }

.url { word-break:break-all;}


/*検索窓エリア*/
.searchboxarea { margin: 2.5rem 1.5rem 2.5rem -25px; text-align: right;}
.queryinput {
	font-size: 1rem;
	vertical-align: middle;
	border: 1px solid #829fd6;
	height: 1.6rem;
        background:#dae5ef;
box-shadow: none;
}
.searchbox .submitbutton {
	padding: 0 0.8rem;
	height: 1.8rem;
	border: 0px;
	background-color: #829fd6;
	color: #c2ccdf;
	cursor: pointer;
	transition: 0.35s;
  }
.searchbox .submitbutton:hover { opacity:0.7;}
.searchoption{ font-size: 0.8rem; color: #829fd6;}

/* 表示対象の限定時などの「限定条件」表示行 */
.situation {
	margin: 0 0rem 1rem 0;
	font-size: 0.95rem;
	line-height: 1.3;
	color: #829fd6;
        font-weight: bold;
}
.situation:empty { display: none;}
.nodata,.recountlink { margin: 0 1.8rem; line-height: 1.3;}

/* 全年月リスト */
.datelimitbox .submitbutton {
	background-color: #829fd6;
	color: #c2ccdf;
	padding: 5px 0.8rem;
	border: none;
	cursor: pointer;
	transition: 0.35s;
        margin-top: 40px;
}

.datelimitpull {
background:#dae5ef;
	padding: 6px 0.8rem;
	border: 0;
	outline: none;
}

/* スマホ（画面幅600px以下くらい）のときは1カラムに */
@media (max-width: 600px) {
.datelimitpull {
background:#dae5ef;
	padding: 5px 0.8rem;
	border: 0;
	outline: none;
}

}

/* 年月リストオプション非表示 */
.datelimitboxoptions,.datelimitlist .datelimitsublist .year { display: none;}

.queryinput {
	border: 0;
	outline: none;
	vertical-align: middle;
}
