/*
Theme Name: ヤマケイプレコン
Text Domain: yamakeiprecon.com
*/
.editorCont {
	font-size: 112%;
	margin-bottom: 40px;
}
.editorCont h1 {
	position: static;
    font-size: 130%;
    color: #007399;
	margin-bottom: 0.6em;
	font-family: "メイリオ", Meiryo, sans-serif;
}
.page_news-detail .editorCont h3.title_news_detail {
	font-family: "メイリオ", Meiryo, sans-serif;
}
.editorCont h2 {
	margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 118%;
    font-weight: bold;
    font-family: "メイリオ", Meiryo, sans-serif;
    width: auto;
    padding-left: 23px;
}
.editorCont h3 {
	font-weight: normal;
    position: relative;
    margin: 0 auto 20px;
    padding: 0 0 5px;
    width: 100%;
    font-size: 115%;
    color: #7b0950;
	font-family: "メイリオ", Meiryo, sans-serif;
	background-position: left 6px!important;
}
.editorCont h3:after {
	position: absolute;
    content: "";
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #007398;
	left: 0;
}
.editorCont h4 {
	margin-bottom: 10px!important;
    font-size: 112%!important;
    font-weight: bold;
	font-family: "メイリオ", Meiryo, sans-serif;
}
.editorCont h4:before {
	content: "■";
}
.editorCont h5,
.editorCont h6 {
	font-size: 110%!important;
	margin-bottom: 5px;
	font-family: "メイリオ", Meiryo, sans-serif;
}
.editorCont em {
	font-family: serif;
}
.editorCont hr {
	margin: 50px 0;
}
.editorCont a {
	color: #941A65;
	text-decoration: underline;
}
.editorCont a:hover {
	text-decoration: none;
}
.editorCont p {
	margin-bottom: 20px;
}
.editorCont img.alignright {
	display: block;
	float: right;
	padding-left: 10px;
}
.editorCont img.aligncenter {
	display: block;
	margin: auto;
}
.editorCont img.alignleft {
	display: block;
	float: left;
	padding-right: 10px;
}
.editorCont ol {
	margin: 20px 0;
	padding-left: 20px;
	list-style-type: decimal;
	list-style-position: outside;
}
.editorCont li {
	display: list-item;
	padding: 0;
    list-style-type: inherit;
}
.editorCont ul li {
	list-style-type: disc;
}
.editorCont li:after,
.editorCont li:before {
	display: none;
}
.editorCont ul {
	padding-left: 20px;
	margin: 20px 0;
}
.editorCont table {
 	border: 1px solid #b0b0b0;
	width: 100%;
	table-layout: fixed;
}
.editorCont table th {
	background: #dce8f2;
}
.editorCont table th,
.editorCont table td {
	padding: 10px 15px;
	border: 1px solid #b0b0b0;
	border-width: 1px;
	text-align: left;
}
@media screen and (max-width: 760px) {
	.editorCont img.alignright,
	.editorCont img.alignleft {
		float: none;
		padding: 0;
	}
	.editorCont ol {
		margin: 10px 0 10px 0;
	}
	.editorCont table {
		display: table;
	}
	.editorCont table tbody {
		display: contents;
	}
	.editorCont table tr {
		display: revert;
	}
	.editorCont table th,
	.editorCont table td {
		padding: 10px;
		display: revert;
	}
	.editorCont h1 {
		padding: 0;
	}
}