@charset "UTF-8";

/*============================================================================================
↓（アーカイブ）ソート見出し==================================================================
============================================================================================*/
.sortTtl {
	font-size:1.8rem;
	font-weight:normal;
	line-height:2.2rem;
	margin:0 0 30px;
}

/*============================================================================================
↓（アーカイブ・記事）記事のタイトル・メタ====================================================
============================================================================================*/
.post {
	margin-bottom:40px;
}
.postHeader {
	margin:0 0 20px 0;
	padding:20px 0;
	border-top:solid 1px rgba(236,233,92,1);
	border-bottom:solid 1px rgba(236,233,92,1);
}
.postMeta {
	overflow:hidden;
	margin:0 0 10px 0;
}
.postMeta .newsCatLabelList {
	margin:0 10px 0 0;
	text-align:left;
	overflow:hidden;
	float:left;
}
.postMeta .newsCatLabelList .newsCatLabel {
	font-size:1.2rem;
	line-height:1.2rem;
	background-color:rgba(236,233,92,1);
	padding:7px;
	margin:0 3px 0 0;
	display:inline-block;
}
.postMeta p {
	font-size:1.4rem;
	line-height:2.6rem;
}
.postHeader h1 {
	font-size:1.6rem;
	font-weight:normal;
	line-height:2.6rem;
}


/*============================================================================================
↓（記事）サイドバー==========================================================================
============================================================================================*/
#sidebar > .box {
	color:rgba(255,255,255,1);
	background-color:rgba(0,0,0,1);
	padding:20px;
	margin:0 0 20px;
}
#sidebar > .box:last-child {
	margin:0;
}
#sidebar > .box h2 {
	color:rgba(255,255,255,1);
	font-size:1.6rem;
	line-height:2.2rem;
	padding:0 0 10px;
	border-bottom:solid 1px rgba(204,204,204,1);
}
#sidebar > .box a:link,
#sidebar > .box a:visited {
	color:rgba(255,255,255,1);
	text-decoration:none;
}
#sidebar > .box a:hover {
}

/*サムネールなしリンクリスト*/
.entryList li {
	border-bottom:dotted 1px rgba(153,153,153,1);
    list-style: none;
}
.entryList li a {
	font-size:1.4rem;
	line-height:2.2rem;
	padding:10px 0;
	display:flex;
	align-items:center;
}
.entryList li a:before {
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
	margin-right:5px;
}

/*サムネールありリンクリスト*/
.entryList-thumb li {
	border-bottom:dotted 1px rgba(153,153,153,1);
    list-style: none;
	padding:15px 0;
}
.entryList-thumb li a {
	display:block;
	overflow:hidden;
	display:flex;
	align-items:center;
}
.entryList-thumb li a img {
	width:80px;
	height:auto;
	float:left;
	margin:0 10px 0 0;
}
.entryList-thumb li a h3 {
	font-size:1.4rem;
	font-weight:normal;
	line-height:2.2rem;
}
.entryList-thumb li a p {
	font-size:1.2rem;
	line-height:2.2rem;
}

/*============================================================================================
↓（記事）フッター============================================================================
============================================================================================*/
.singleFooter {
	margin:40px 0;
}
.pagenation {
	font-size:1.4rem;
	line-height:2.2rem;
	width:100%;
	overflow:hidden;
	margin:15px auto;
	box-sizing:border-box;
	border-right:solid 1px rgba(204,204,204,1);
	border-left:solid 1px rgba(204,204,204,1);
}
.pagenation .prev {
	float:left;
	width:50%;
	text-align:left;
	padding:15px;
	box-sizing:border-box;
	border-right:solid 1px rgba(204,204,204,1);
}
.pagenation .next {
	float:left;
	width:50%;
	text-align:right;
	padding:15px;
	box-sizing:border-box;
}