.pagenavi {
	margin: 8px 0 8px 0;
	text-align: center;
}

.pagenavi .page-numbers{
	background-color: steelblue;
	display: inline-block;
	min-width: 24px;
	padding: 4px;
	margin-right: 2px;
	color: lightsteelblue;
}

.pagenavi .current {
	font-weight: 900;
}

.pagenavi a.page-numbers:hover {
	color: coral;
}

#author_profile:before {
	font-family: "Font Awesome 5 Free";
	margin-right: 4px;
	color: snow;
	content: "\f406";
}

#ad01 {
	margin: 0 0 16px 0;
	text-align: center;
}

#ad02 {
	margin: 16px 0 16px 0;
	text-align: center;
}

#ad03 {
	margin: 16px 0 16px 0;
	text-align: center;
}

.ad-inner {
	display: inline-block;
}

.ad-msg {
	color: red;
	font-weight: bold;
	text-align: left;
}

.responsive_size { width: 320px; height: 60px; }
@media(min-width: 800px) { .responsive_size { width: 480px; height: 90px; } }
@media(min-width: 1000px) { .responsive_size { width: 728px; height: 120px; } }
