@charset "UTF-8";

/* ↓全体の背景色 */
body,
.link,
article .comment a.readmorebutton,
input.passkeysubmit,
a.nsfw::before{
	background-color: #c8c2c6;
	color: #000;
}

/* ↓リストの飾りの色 */
ul.decorationL li::before{
	color: #7bbccd;
}

/* ↓実線 */
.searchbox{
	border: solid 0.1rem #000;
}

ul.cattree li{
	border-bottom: solid 0.1rem #000;
}

article,
.nodata,
.nolist,
form.postform textarea{
	border: solid 0.2rem #000;
}

/* ↓各記事の一番下のカテゴリやタイムスタンプのとこの背景色 */
.oneloginfo{
	background-color: #eee;
}

/* ↓記事内のリンク色 */
article .comment a{
	color: #e41a20;
}

/* ↓各記事の背景色 */
article,
.nodata,
.nolist{
	background-color: #fff;
}

/* ↓先頭固定記事の背景色 */
article.logstatus-fixed{
	background-color: rgba(255,255,255,0.7);
}

/* ↓投稿フォーム */
.postarea{
	background-color: #e3e3e3;
}

/* ↓強調文字のマーカー */
article em{
	font-style: normal;
	background:linear-gradient(transparent 60%, #ffee99 60%);
}

/* ↓検索窓のプレースホルダーの色 */
.searchbox input.queryinput::placeholder{
	color: #000;
}

input.passkeyinput{
	background-color: #ddd;
}

/* ↓投稿フォームの背景色 */
form.postform textarea{
	background-color: #fff;
}

/* ↓投稿フォームのボタンの背景色 */
.line-control input,
.changelink{
	background-color: #bfbfbf;
}

/* ↓黒背景に白文字のところ */
.link ul li a,
.pagenumhere,
.line-control input.postbutton,
.newpost button,
footer{
	background-color: #000;
	color: #fff;
}

/* ↓乗算 */

.link ul li a,
.pagenums,
.newpost,
footer{
	mix-blend-mode: multiply;
}
