/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 26 2025 | 06:04:33 */
/* -----------------------------------------
ここではブログ全体に関するカスタマイズと
PC画面で表示される部分のカスタマイズについて
記載してます
----------------------------------------- */
/* フッター */
img.footer-site-logo-image {
	height: 30px!important;
}
.footer-bottom {
	margin-top: 0;
}
.logo-footer .site-name-text-link {
	pointer-events: none;
}
/* メインコンテンツ */
#main {
	padding: 19px!important;
}
.entry-card-wrap {
	border-radius: 4px;
}
.key-btn {
	background-color: #006699;
	color: #fff;
}
.pagination .current {
	background-color: #006699;
	color: #fff;
}
.page-numbers {
	color: #006699;
}
/* 本文 */
.article h2 {
	background-color: #f8fbfd;
	border-left: 5px solid #006699;
	color: #006699;
}
.article h3 {
	background-color: #006699;
	border: none;
	color: #fff;
}
.article h3::before {
	font-family: "Font Awesome 5 Free";
	content: "\f00c";
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	margin-right: 10px;
}
#toc {
	width: 80%;
	background: #f8fbfd;
}