/* up:2021.12.21 */
/* 検索フォーム */
#searchform {
	display: flex;
	justify-content: space-between;
}
#searchform input {
	box-sizing: border-box;
}
#searchform input[type="text"] {
	flex-basis: calc(100% - 5.2em);
}
#searchform input[type="submit"] {
	flex-basis: 5em;
}

/* 基本部品 */
h1 > input {
	float: right;
	margin-top: 0.5em;
}
.post-meta + #page-title {
	margin-top: 0.2em;
}
.post-meta {
	font-size: 80%;
	opacity: 0.8;
}
.post-meta.lower {
	text-align: right;
}
/* レイアウト用に使うテーブル */
table.layout th, table.layout td{
	border: none;
}
/* 投稿リスト */
.post-list.frame {
	border: 1px solid #CCC;
	padding: 0.6em;
	border-radius: 0.5em;
	box-sizing: border-box;
}
.post-list > *:not(:last-child) {
	margin-bottom: 0.5rem;
}
/* 投稿エントリー */
.post-entry:hover {
	background-color: #eee;
}
.post-entry.frame {
	border-style: solid;
	border-width: 1px;
	padding: 0.5em 0.7em 0.7em;
	border-radius: 0.5em;
}
.entry-meta {
	font-size: 80%;
}
.more-link {
	display: block;
	width: 10em;
	color: #FFF;
	text-align: center;
	margin: 0 0 0 auto;
	line-height: 2;
	border-radius: 5px;
}
.entry-title {
	line-height: 1;
	margin: 0.2em 0;
	font-size: 1.2em;
	font-weight: bold;
}
.morelink .entry-title {
	line-height: 1.8;
	margin-top: -0.5rem;
	border-style: solid;
	border-width: 3px 0 1px;
}
.morelink .entry-meta {
	display: inline-block;
	position: relative;
	background-color: #FFF;
}
.flex-tall.small > .entry-title,
.flex-tall.thumb > .entry-title,
.flex-wide.min > .entry-title {
	font-size: 1em;
}
.flex-tall .entry-meta {
	margin-top: 0.2em;
}
.entry-excerpt {
	line-height: 1.2;
}
.flex-wide.min .entry-excerpt {
	font-size: 90%;
}
.pseudo-img {
	padding-top: calc(100% - 1.4em);
	box-sizing: border-box;
	min-width: 4em;
	min-height: 4em;
	background-color: #CCC;
	color: #999;
}
.post-entry figure.entry-image {
	margin-top: 0.2em;
}
.post-entry.flex-wide.medium figure.entry-image {
	width: 30%;
	float: left;
}
.post-entry.flex-wide.medium figure ~ * {
	margin-left: calc(30% + 0.6rem);
}
.sidebar .post-entry.flex-wide.medium figure.entry-image {
	width: 100%;
	float: none;
}
.sidebar .post-entry.flex-wide.medium figure ~ * {
	margin-left: 0;
}
@media (max-width:600px) {
	.post-entry.flex-wide.medium figure.entry-image {
		width: 100%;
		float: none;
	}
	.post-entry.flex-wide.medium figure ~ * {
		margin-left: 0;
	}
}
.post-entry.flex-wide figure.entry-image {
	width: 20%;
	float: left;
}
.post-entry.flex-wide figure ~ * {
	margin-left: calc(20% + 0.6rem);
}
.post-entry.flex-tall  figure.entry-image {
	width: 100%;
}
.post-entry.flex-mix {
	display: flex;
	flex-wrap: wrap;
}
.post-entry.flex-mix .entry-meta {
	flex-basis: 100%;
	order: 1;
}
.post-entry.flex-mix .entry-title {
	flex-basis: 100%;
	order: 2;
}
.post-entry.flex-mix figure.entry-image {
	flex-basis: calc(50% - 0.8em);
	order: 3;
	margin-right: 0.8em;
}
.post-entry.flex-mix .entry-excerpt {
	flex-basis: 50%;
	order: 4;
}
/* パンくずリスト */
.breadcrumb {
	display: flex;
	list-style: none;
	padding-left: 0;
	font-size: 0.9em;
}
.breadcrumb li:after {
	content: '>';
	margin: 0 0.5em;
}
.breadcrumb li:last-child:after {
	content: '';
	margin:0;
}
/* ページネーション、コメントページリンク */
#pagination, .comment-page-link {
	text-align: center;
}
#pagination [class*="page-numbers"],
.comment-page-link .page-numbers {
	display: inline-block;
	min-width: 2em;
	line-height: 2em;
	text-align: center;
	margin: 1em 0.1em;
	cursor: pointer;
	user-select: none;
	border-style: solid;
	border-width: 1px;
	background-color: #FFF;
}
#pagination [class*="page-numbers"].dots,
.comment-page-link .page-numbers.dots {
	border: none;
}
#pagination [class*="page-numbers"].current,
.comment-page-link .page-numbers.current {
	border-style: solid;
	border-width: 1px;
	color: #FFF;
}
/* 前後ポストリンク */
nav#post-link i {
	font-size: 2em;
	vertical-align: middle;
}
nav #prev-link i { margin-right: 0.3em; }
nav #next-link i { margin-left: 0.3em; }
nav #next-link { text-align: right; }

/* コメント */
#comment-area ul.comments-list,
ul.comments-list ul.children {
	padding: 0;
	list-style: none;
}
#comment-area li.comment {
	border-style: solid;
	border-width: 1px;
	padding: 1em 1em 0;
	margin-bottom: 1em;
	border-radius: 0.5em;
}
#comment-area li.depth-2, #comment-area li.depth-4 {
	background-color: #FFF;
}
#comment-area .comment-body {
	line-height: 1.1;
}
#comment-area img.avatar {
	float: left;
	margin-right: 0.8em;
}
#comment-area .buttons {
	text-align: right;
	padding-bottom: 1em;
}
#comment-area .buttons a {
	border: 1px solid #999;
	background-color: #EEE;
	padding: 0.2em 0.6em;
	border-radius: 3px;
	margin-left: 1em;
	cursor: pointer;
	font-size: 0.8em;
}
#commentform p {
	margin: 0.2em 0;
}
#commentform label {
	display: block;
}
#commentform p.comment-form-cookies-consent label {
	display: inline;
}

/* 装飾付き水平区切り線 */
hr.box {
	line-height: 1em;
	height: 2em;
	border: 0;
	position: relative;
}
hr.box:before {
	content: '';
	position: absolute;
	left: 0;
	top: calc(50% - 3px);
	width: 100%;
	height: 6px;
	background-image: radial-gradient(
	closest-side,
	hsla(0, 0%, 50%, 1.0),
	hsla(0, 0%, 50%, 0) 100%);
}
hr.box:after {
	content: '';
	position: absolute;
	top:  55%;
	left: 50%;
	display:block;
	background-color: #CCC;
	height: 10px;
	width:  10px;
	transform: rotate(45deg);
	margin-top:  -10px;
	margin-left: -10px;
	border-radius: 4px 0;
	border: 4px solid hsla(0, 0%, 30%, 0.6);
	background-clip: padding-box;
	box-shadow: -7px 7px 0 hsla(0, 0%, 30%, 0.15), 7px -7px 0 hsla(0, 0%, 30%, 0.15);
}
hr.text {
	line-height: 1em;
	position: relative;
	border: 0;
	color: black;
	text-align: center;
	height: 1.5em;
}
hr.text:before {
	content: '';
	background: -webkit-linear-gradient(left, transparent, #666, transparent);
	background: linear-gradient(to right, transparent, #666, transparent);
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
}
hr.text:after {
	content: attr(data-content);
	position: relative;
	display: inline-block;
	color: black;
	padding: 0 .5em;
	line-height: 1.5em;
	color: #666;
	background-color: #FFF;
}
/* SVGアイコン（ボタン） */
svg.button{position:fixed;width:3em;height:3em;opacity:0.1;}
svg.button:hover{opacity: 0.8;}
#page-top {position:absolute;top:-100px;}
svg.to-page-top{right:0;bottom:0;}
svg.to-sidebar{right:0;top:3em;}
svg.login-link{right:5em;bottom:0;}
@media (max-width:1000px) {#sidebar { padding-top: 48px; }}
@media (min-width:1000px) {svg.to-sidebar { display:none }}
@media (max-width:800px) {svg.to-sidebar { display:none }}
svg.menu-button{right:0;top:3em;display:none;}
@media (max-width:800px){svg.menu-button {display:inline;}}
svg.view-count{position:fixed;left:0;bottom:0;opacity:0.4}
