@charset "utf-8";
.container {
	width: 100vw;
	padding-left: 25px;
	padding-right: 25px;
}
.site-navi {
	display: none;
}
.drawer-button {
	position: fixed;
	top: 8px;
	right: 8px;
}
body {
	padding-top: 78px;
}
.header_standard .site-title-logo {
	width: 84px;
	padding-right: 10px;
	float: left;
}
.header_standard {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	position: fixed;
	z-index: 90;
	top: 0px;
	left: 0px;
	right: 0px;
}
.use-sidebar_container {
	width: 100vw;
	padding-left: 25px;
	padding-right: 25px;
}
.content-sidebar {
	padding-left: 25px;
	padding-right: 25px;
}
.archive-post .ncb-recent-post-body-inner {
	display: grid;
	display: -ms-grid;
	grid-template-columns: 4.5fr 1fr 4.5fr;
	-ms-grid-columns: 4.5fr 1fr 4.5fr;
	grid-template-rows: 2em auto auto auto auto;
	-ms-grid-rows: 2em auto auto auto auto;
}
.archive-post .ncb-recent-post-eyecatch {
	grid-column: 1/4;
	-ms-grid-column: 1;
	-ms-grid-column-span: 3;
	grid-row: 1/3;
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
}
.archive-post .ncb-recent-post-entry-title {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0px;
	grid-column: 1/4;
	-ms-grid-column: 1;
	-ms-grid-column-span: 3;
	grid-row: 3/4;
	-ms-grid-row: 3;
	-ms-grid-row-span: 1;
}
.archive-post .ncb-recent-post-entry-cat {
	grid-column: 3/4;
	-ms-grid-column: 3;
	-ms-grid-column-span: 1;
	grid-row: 1/2;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
}
.archive-post .ncb-recent-post-entry-date {
	margin-left: 0px;
	grid-column: 1/2;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-row: 4/5;
	-ms-grid-row: 4;
	-ms-grid-row-span: 1;
}
.archive-post .ncb-recent-post-entry-author {
	grid-column: 3/4;
	-ms-grid-column: 3;
	-ms-grid-column-span: 1;
	grid-row: 4/5;
	-ms-grid-row: 4;
	-ms-grid-row-span: 1;
}
.archive-post .ncb-recent-post-entry-desc {
	margin-left: 0px;
	grid-column: 1/4;
	-ms-grid-column: 1;
	-ms-grid-column-span: 3;
	grid-row: 5/6;
	-ms-grid-row: 5;
	-ms-grid-row-span: 1;
}
.fixed-pagetop {
	bottom: 30px;
}
