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


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

.hfeed.site {
	height: 100%;
/*	height: -webkit-fill-available;*/
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;
}

body.home #wrapper {
/*	height: initial;
	padding: 0;*/
}



/*　フォント　*/
.post-title {
	font-weight: initial;
/*	margin: 0;
	padding: 0 8px 0 8px;*/
}

.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;
/*	margin: 0;*/
/*	margin-inline: auto;*/
/*	padding: 0.5rem 0 0.5rem 0;*/
}

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

/*.important .container h2,*/
.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;
}





/*　ソーシャル表示　*/
.addtoany_content {
/*	padding: 100px 0 0 0;
display: flex;
justify-content: center;*/
}

body.home .important .container .addtoany_share_save_container {
/*	display: none;*/
}

/*　WSBL　*/
.wp_social_bookmarking_light {
/*	clear: both;
	display: block;
	margin-top: 100px;
	padding: 0 0 50px 0;
display: flex;
justify-content: center;*/
}

.wp_social_bookmarking_light div {
/*	line-height: 18px !important;
	margin: 0 5px 0 5px;*/
}

.wp_social_bookmarking_light_clear {
	clear: both !important;
}

.wp_social_bookmarking_light_clear {
	display: none;
}

body.home .is-layout-constrained .wp_social_bookmarking_light {
	display: none;
}





/*　ホーム　*/





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

.new-posts .container {
/*	padding: 20px 10px 50px 10px;*/
/*background: rgba(255,255,255,0.9);*/
/*border-radius: 10px;*/
}

.new-posts .container.alignfull {
/*	margin-inline: auto;*/
}





/*　ページトップヘ　*/
#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;
/*filter: alpha(opacity=75);*/
	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;
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;
}





/*　パンくず　*/


/*　フッター　*/


