@charset "utf-8";

/* スキン「hokan」一覧デザイン　デフォルト用 */
/* 表示制限あり、単独表示じゃないときは横並び表示 */
body:not(.nofiltering):not(.onelog) .ichigrid {
	margin: 0 auto 3rem;
	display: grid;
	
	gap: 0.5rem;
}

.ichiran {
	margin: 0;
	overflow: hidden;
	display: flex;
}

/* 一覧での画像の大きさ */
.ichiran .embeddedimage,.ichiran .embeddedimage.nsfw {
	width: 100%;
	height: auto;
	aspect-ratio: 1;
	object-fit: cover;
}

/* 一覧サムネに単独記事へのリンクを重ねる */
.ichimai {
	width: 100px;
	height: 100px;
	position: relative;
	line-height: 1;
	font-size: 0;
	flex-shrink: 0; /*画面幅狭くなっても画像は縮めない*/
}

.imgpermalink {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* 画像横情報部分 */
.ichiinfo { width: 100%; padding: 0.3rem 0.5rem; overflow: hidden;}

.ichititle {
	font-size: 1rem;
	margin-bottom: 3px;
	border-bottom: 1px solid var(--mozi-iro);
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.ichititlelink { color: var(--mozi-iro);}
.ichibassui { display: none;}
.ichitags { font-size: 0.8rem;}
.taglink { display: inline-block;}

/* 記事に画像がないときのサムネ */
.NoImageError {
	display: block;
	width: 100px;
	height: 100px;
	background-color: var(--link-iro);
	position: relative;
}

.NoImageError::before {
	content: '\EAD2';
	font-family: "remixicon";
	font-size: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: var(--siro-mozi);
}

/* 鍵投稿のサムネ表示 */
.ichiran.logstatus-lock .NoImageError,
.ichiran.logstatus-lock .NoImageError::before,
.ichiran.logstatus-lock .embeddedimage.nsfw,
.ichiran.logstatus-lock .imagelink.nsfw::after { display: none;}/* まず被ってる要素を消す */

.ichiran.logstatus-lock .ichimai {
	background-color: var(--usu-mozi-iro);
	position: relative;
}

.logstatus-lock .ichimai::before{
	content: '\EECB';
	font-family: "remixicon";
	font-size: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: var(--siro-mozi);
  }

/* カテゴリIDに「memo」を含む記事 */

.blogtitle h1{
font-size:25px;
color:#2e5f66;
margin:20px 0px;
text-align: center
}

body:not(.home) .memo {
    margin-inline:auto;
    display:flex;
    flex-wrap:wrap;
    align-items:center;

  
}
body:not(.home) .memo .post_header {
    padding-right:0;
    border-bottom:0 none;
    width:min-content;
}


body:not(.home) .memo .onelogtitle {
background-color:#FFF;
width:100%;
margin-bottom:0;

}


body:not(.home) .memo .post_title {
    display:none;

}
body:not(.home) .memo .post_footer {
    padding:0;
    flex:1;
}
body:not(.home) .memo .post_footer,
body:not(.home) .memo .post_footer time {
    text-align:right;
padding-right:5px;
color: #adadad; 
background-color:#FFF;
}
body:not(.home) .memo .post_content {
    padding:5px;
    width:100%;
background-color:#FFF;
}
body:not(.home) .memo .response {
}


.ediiit{
 color: #adadad; 
}

.memo.ichibassui{
background-color:#FFF;
}
