/**************************************
分割ページコントロール
*/
.pagesprit {
	margin: 8px 0 8px 0;
	text-align: center;
}

.pagesprit .numbers{
	background-color: steelblue;
	display: inline-block;
	min-width: 24px;
	padding: 4px;
	margin-right: 2px;
	color: lightsteelblue;
}

.pagesprit .current {
	font-weight: 900;
}

.pagesprit a.numbers:hover {
	color: coral;
}

/**************************************
次の記事・前の記事
*/
#page_mover {
	display: table;
	width: 100%;
	margin:24px auto 0 auto;
	border-spacing: 24px 4px;
	table-layout: fixed;
}

#page_mover.single {
	max-width: 300px;
}

#page_mover .row {
	display: table-row;
}

#page_mover .navi-text {
	display: table-cell;
	text-align: center;
	width: 50px;
	color: cornflowerblue;
}

#page_mover .post-data {
	display: table-cell;
	border: 1px solid lightgray;
	background-color: white;
	padding: 4px;
	text-align: left;
}

#page_mover img {
	display: block;
	width: 64px;
	height: 48px;
	float: left;
	margin-right: 4px;
}

#page_mover .title {
	color: cornflowerblue;
	display: block;
	margin-left: 68px;
	font-size: 12px;
}

#page_mover .date {
	padding-top: 4px;
	display: block;
	font-size: 12px;
	clear: both;
	text-align: right;
	color: lightslategrey;
}

#page_mover .page-text {
	display: block;
}

#related_post {
	margin-top: 24px;
}

#related_post .post-data {
	margin-top: 8px;
	border: 1px solid lightgray;
	background-color: white;
	padding: 4px;
}

#related_post_title:before {
	font-family: "Font Awesome 5 Free";
	margin-right: 4px;
	color: snow;
	content: "\f004";
}

#related_post img {
	display: block;
	float: left;
	width: 64px;
	height: 48px;
}

#related_post .title {
	display: block;
	color: cornflowerblue;
	margin-left: 68px;
	height: 36px;
}

#related_post .date {
	display: block;
	font-size: 12px;
	padding-left: 72px;
	text-align: right;
	color: lightslategrey;
}

#editer_profile:before {
	font-family: "Font Awesome 5 Free";
	margin-right: 4px;
	color: snow;
	content: "\f007";
}

/**************************************
次の記事・前の記事
*/
.page .next_page_link {
	margin: 16px 0 8px 0;
	text-align: center;
}

.page .next_page_link .prev ,
.page .next_page_link .next {
	display: inline-block;
	text-align: left;
	padding: 2px 8px 2px 8px;
	width: 46%;
	max-width: 300px;
	margin: 4px 4% 0 0;
}

.page .next_page_link .prev {
	padding-left: 32px;
	background:
	linear-gradient(45deg, transparent 18px, steelblue 18px),
	linear-gradient(135deg, transparent 18px, steelblue 18px);
	background-position: bottom left, top left;
	background-size: 100% 50.5%;
	background-repeat: no-repeat;
}

.page .next_page_link .next {
	padding-right: 32px;
	background:
	linear-gradient(315deg, transparent 18px, steelblue 18px),
	linear-gradient(225deg, transparent 18px, steelblue 18px);
	background-position: bottom right, top right;
	background-size: 100% 50.5%;
	background-repeat: no-repeat;
}

.page .next_page_link .label {
	display: block;
}

.page .next_page_link .title {
	display: block;
	width: 100%;
	color: lightsteelblue;
	white-space: nowrap;
	overflow: hidden;
}

/**************************************
目次
*/
#mfrm_contents .page ul.pageinfo {
	display: inline-block;
	list-style: none;
	margin-left: 0;
	border: 1px solid lightgray;
	padding: 4px 16px 4px 4px;
}

/**************************************
広告管理
*/
#ad01 {
	margin: 0 0 16px 0;
	text-align: center;
}

#ad_post {
	margin: 16px 0 0 0;
	text-align: center;
}

.ad-inner {
	display: inline-block;
}

.ad-msg {
	color: red;
	font-weight: bold;
	text-align: left;
}

#mfrm_contents .yyi-rinker-contents * {
	line-height: 1.2em;
}

#mfrm_contents .yyi-rinker-contents ul.yyi-rinker-links li a {
	line-height: 30px;
	color: darkslategray;
}

.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; } }
