/**
 * editor-styleと合わせる
 */
.editor-wrap{
	line-height: 1.6;
	font-size:15px;
	padding-top:2em;
	padding-left:2em;
	padding-right:2em;
}
.editor-wrap.no_pad{
	padding:0em;
}
.editor-wrap img.aligncenter{
	margin:0px auto;
	display: block;
}
.editor-wrap strong{
	font-weight:bold;
}
.editor-wrap h1,
.editor-wrap h2,
.editor-wrap h3,
.editor-wrap h4,
.editor-wrap h5,
.editor-wrap h6{
	font-weight:bold;
	font-size:1.5em;
	border-bottom:solid 3px #64B7D5;
	margin-bottom:0.5rem;
}