@charset "utf-8";
/*　2025.9.28　*/


/*　共通　*/
html,
body {
	height: 100%;
}

.hfeed.site {
	height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
}

body {
	margin: 0;
}

main {
flex-grow: 1;
}

body.page p.nocomments,
body.home p.nocomments {
	display: none;
}

body.archive .hfeed.site,
body.single .hfeed.site {
	padding-top: 160px;
}


/*　フォント　*/
.post-title {
	font-weight: initial;
}

.error-title span,
.single-title span,
.search-title span,
.archive-title h2,
.page-title h2 {
	font-size: 1.2em;
	font-weight: initial;
	line-height: 0;
}

.type-post h1.post-title {
	margin: auto;
	padding: 1rem 1rem 1rem 1rem;
	background-color: initial;
}

.new-posts .container h2 {
	font-size: 1.2em;
	font-weight: 100;
	margin: auto 8px 24px 8px;
	padding: 1rem 2rem 1rem 2rem;
	box-sizing: border-box;
}


@media only screen and (min-width:1440px) {

.new-posts .container h2 {
	max-width: 1280px;
	margin-inline: auto;
}

}



/*　エラー表示　*/
body.error404 .hfeed.site {
	padding-top: 160px;
}

.error-message {
	line-height: 2;
	text-align: center;
	margin: auto;
	padding: 20px 10px 20px 10px;
}

.error-message p {
	color: #FFFFFF;
}


/*　ホーム　*/


/*　新着表示　*/
.new-posts {
	padding-top: 100px;
}


/*　ページトップヘ　*/
#page-top {
position: fixed;
z-index: 9999;
bottom: 20px;
right: 30px;
}

#page-top a {
	display: block;
	text-align: center;
	font-size: 0.75rem;
	padding: 20px;
	text-decoration: none;
}

#page-top a:hover {
	text-decoration: none;
	opacity: 0.75;
transition: 1s;
}





/*　ヘッダー　*/





/*　ナビゲーション　*/
/*　共通　*/
nav ul {
	list-style-position: outside;
}

nav ul li {
	list-style-type: none;
}

nav ul li a {
	display: block;
	width: 100%;
	text-decoration: none !important;
}





/*　固定ページ他　*/
.single-title,
.error-title,
.archive-title,
.search-title,
.page-title {
	width: 100%;
	height: 50px;
z-index: 2;
display: flex;
align-items: center;
position: fixed;
top: 90px;
left: 0;
justify-content: center;
}

.page-title span {
/*	margin-left: 20px;*/
}





/*　プライマリー　*/





/*　セカンダリ　*/





/*　検索結果　*/
body.search-results .hfeed.site,
body.search-no-results .hfeed.site {
	padding-top: 160px;
}

.search-key-count {
	text-align: center;
	margin: 30px auto 30px auto;
	padding: 0;
}

.search-key-count .key {
	display: inline-block;
	margin-right: 20px;
}

.search-key-count .count {
	display: inline-block;
}

.search-key-count .key,
.search-key-count .count {
	font-size: 0.8rem;
}

.search-key-count .key span,
.search-key-count .count span {
	font-weight: bold;
	font-size: 1rem;
	margin: auto 10px auto 10px;
}





/*　パンくず　*/


/*　フッター　*/

