
/*==================================================================================
WP 投稿記事
==================================================================================*/

/* WP投稿記事内のタグ装飾 -----------------------------------------------------------*/
/* 投稿記事のコンテンツ（<?php the_content(); ?>）を<article class="my_post"></article>で囲む */
main#post_page h1,
main#post_page h2,
main#post_page h3,
main#post_page h4,
main#post_page h5,
main#post_page h6,
main#post_page strong,
main#post_page b {
	margin: 0!important;
	padding: 0!important;
	background: none!important;
	border: none!important;
	color: #000!important;
	font-weight: bold!important;
	line-height: 1.4!important;
}
main#post_page h1 {
	font-size: 34px!important;
	margin-bottom: 1.5em!important;
}
main#post_page h2 {
	font-size: 28px!important;
	margin-bottom: 1.5em!important;
}
main#post_page h3 {
	font-size: 24px!important;
	margin-bottom: 1.5em!important;
}
main#post_page h4 {
	font-size: 20px!important;
	margin-bottom: 1.5em!important;
}
main#post_page h5 {
	font-size: 18px!important;
	margin-bottom: 1.5em!important;
}
main#post_page h6 {
	font-size: 16px!important;
	margin-bottom: 1.5em!important;
}
main#post_page h1::before, main#post_page h1::after,
main#post_page h2::before, main#post_page h2::after,
main#post_page h3::before, main#post_page h3::after,
main#post_page h4::before, main#post_page h4::after,
main#post_page h5::before, main#post_page h5::after,
main#post_page h6::before, main#post_page h6::after,
main#post_page h1 span::before, main#post_page h1 span::after,
main#post_page h2 span::before, main#post_page h2 span::after,
main#post_page h3 span::before, main#post_page h3 span::after,
main#post_page h4 span::before, main#post_page h4 span::after,
main#post_page h5 span::before, main#post_page h5 span::after,
main#post_page h6 span::before, main#post_page h6 span::after {
	display: none!important;
}
main#post_page h1 span,
main#post_page h2 span,
main#post_page h3 span,
main#post_page h4 span,
main#post_page h5 span,
main#post_page h6 span {
	margin: 0!important;
	padding: 0!important;
	border: none!important;
	font-size: 1em!important;
	font-weight: bold!important;
}
main#post_page a {
	color: #006cb8;
	text-decoration: underline;
}
main#post_page img {
	width: auto;
	height: auto;
	margin: auto;
}
main#post_page img.alignleft {
	margin: 0 auto 0 0;
}
main#post_page img.alignright {
	margin: 0 0 0 auto;
}
main#post_page table td img {
	width: calc(100% - 10px);
}

/* WP-pagenavi ---------------------------------------------------------------------*/
main#post_page .wp-pagenavi {
	display: flex;
	justify-content: center;
	align-items: center;
}
main#post_page .wp-pagenavi a,
main#post_page .wp-pagenavi span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	margin: 0 10px;
	border: 1px #303030 solid;
	box-sizing: border-box;
	color: #303030;
	font-size: 14px;
	text-decoration: none!important;
}
main#post_page .wp-pagenavi span.current {
	background: #303030;
	color: #fff;
}
main#post_page .wp-pagenavi span.extend {
	width: auto;
	border: none;
}
main#post_page .wp-pagenavi a:hover {
	background: rgba(0,0,0,0.10);
}



/*==================================================================================
WP Editorカスタマイズ
==================================================================================*/
.my-editor {
	background: #fff!important;
}
.my-editor h1,
.my-editor h2,
.my-editor h3,
.my-editor h4,
.my-editor h5,
.my-editor h6,
.my-editor strong,
.my-editor b {
	margin: 0!important;
	font-weight: bold!important;
	line-height: 1.4!important;
}
.my-editor h1 {
	font-size: 34px!important;
	margin-bottom: 1.5em!important;
}
.my-editor h2 {
	font-size: 28px!important;
	margin-bottom: 1.5em!important;
}
.my-editor h3 {
	font-size: 24px!important;
	margin-bottom: 1.5em!important;
}
.my-editor h4 {
	font-size: 20px!important;
	margin-bottom: 1.5em!important;
}
.my-editor h5 {
	font-size: 18px!important;
	margin-bottom: 1.5em!important;
}
.my-editor h6 {
	font-size: 16px!important;
	margin-bottom: 1.5em!important;
}
.my-editor a {
	color: #006cb8;
	text-decoration: underline;
}
.my-editor table td img {
	width: calc(100% - 10px);
}



