@charset "UTF-8";
/*!
Theme Name: yoshida-sgo
Version: 1.0.0
*/


/*--------------------------------------------------------------
# content
--------------------------------------------------------------*/

.information-wrap{
	padding: 0px;
	padding-top: 30px;
	background-color: #fff;
	/*border-bottom: 2px dotted var(--sub-color);*/
}
.information-wrap h2{
	margin: 0 auto 30px;
}
.category article.category-information{
	max-width: 1000px;
	margin:0 auto;
	margin-bottom: 30px;
	padding-top: 30px;
	padding-bottom: 0px;
	border-top: 2px dotted var(--sub-color);
}
.category article.category-information:last-child{
	padding-bottom: 30px;
	border-bottom: 2px dotted var(--sub-color);
}
.category article.category-information h2{
	font-size: 1.3em;
	font-weight: normal;
	margin-bottom: 0px;
	background-color: #fff;
}
.category article.category-information .entry-meta{
	text-align: center;
}
.category article.category-information .entry-meta time{
	font-size: 0.9em;
}
.category article.category-information .archive-title{
	border-bottom-color: #0086cd;
}
.category article.category-information .entry-content{
	margin-top: 0;
	padding: 0;
	text-align: center;
	background-color: transparent;
}

/*- pagination -*/
main nav{
	margin-top: 80px;
}
main nav ul.page-numbers{
	list-style: none;
	list-style-position: inside;
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0;
}
main nav ul.page-numbers li a,
main nav ul.page-numbers li span{
	display: inline-block;
	width: 1.6em;
	height: 1.6em;
	margin: 0 5px;
	text-align: center;
	line-height: 1.5em;
	font-size: 1.2em;
	background-color: #fff;
	border:1px solid var(--sub-txt-color);
	border-radius: 50%;
	text-decoration: none;
}
main nav ul.page-numbers li a:visited{
	color:1px solid var(--sub-txt-color);
}
main nav ul.page-numbers li:first-child a,
main nav ul.page-numbers li:last-child a{
	border:none;
	border-radius: 0;
}
main nav ul.page-numbers li .current{
	color:#fff;
	background-color: var(--sub-txt-color);
}

@media screen and (max-width: 768px) {
	article div.entry-meta{
		text-align: center;
	}
}