/* フォントを指定するクラス */
body.mceContentBody {
	font: 14px/1.8 "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; overflow-wrap: break-word; word-break: normal;
}
.editor-area a {
	color: #339933;
	text-decoration: underline;
}
.editor-area h3 {
    font-size: 20px;
    line-height:1.2em;
    font-weight: bold;
    padding: 0 0 6px 10px;
    margin: 0 0 40px 0;
    border-left: solid 5px #262626;
    border-bottom: solid 1px #262626;
}

.editor-area h4 {
    color: #000;
    font-size: 18px;
    line-height:1em;
    font-weight: bold;
    padding: 0 0 6px 0;
    margin: 60px 0 20px 0;
    border-bottom: dotted 1px #aaa;
}