
/* ------------------------------ special new ------------------------------ */

.editor_body {
    width: 100%;
    margin: 0 auto 60px auto;
    padding: 25px 80px;
    overflow: hidden;
}

.editor_body ol, .editor_body ul {
	margin: 10px 0 20px 0;
}

.editor_body ul > li, .editor_body ol > li {
	list-style: disc;
	list-style-position: outside;
	line-height: 135%;
	margin: 0 0 3px 25px!important;
    font-size: 1.5rem;
}
.editor_body ol > li {
	list-style:decimal;
}
.editor_body p {
    text-align: justify;
    margin:0 auto 30px auto;
    font-size: 1.5rem;
    line-height: 1.8!important;
    color: #333333;
}

.editor_body h1 {
    font-size: 3.0rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: normal;
	line-height: 1.75;
	text-align: center;
	color: #333333;
	margin: 45px 0 35px 0;
    background: none;
}

.editor_body h2 {
    clear: both;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: normal;
	font-size: 2.6rem;
	line-height: 1.25;
	color: #444444;
	text-align: center;
	margin: 60px 0 18px 0;
    background: none;
}
.editor_body h3 {
   clear: both;
	font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.25;
	color: #454545;
	text-align: left;
    border-left: 6px solid #808080;
    padding-left: 8px;
	margin: 36px 0 18px 0;
    background: none;
}
.editor_body h4 {
    font-size: 1.2em; }
.editor_body h5 {
    font-size: 1em; }
.editor_body h6 {
    font-size: 0.83333em;
    text-transform: uppercase;
    letter-spacing: .035em;
}
.editor_body figcaption {
    width: 100%;
    margin: 10px auto;
    text-align: justify;
    font-size: 1.3rem;
    line-height: 1.5;
    color: #666666;
}

.editor_body figure {
    width: 80%;
    overflow: hidden;
    margin: 0 auto 20px auto;
}
.editor_body figure img {
    width: 100%!important;
    max-width: 100%!important;
}


.editor_body figure.fig_left {
    width: 48%!important;
    float: left;
    margin-right: 2%;
}
.editor_body figure.fig_right {
    width: 48%!important;
    float: right;
    margin-left: 2%;
}
.editor_body figure.fig_right + * {
    clear: both;
}

.editor_body figure.fig_center,
figure.fig_center {
    width: 50%!important;
    margin: 0 auto;

}



.editor_body figure.fig_left img,
.editor_body figure.fig_right img,
.editor_body figure.fig_center img,
figure.fig_left img,
figure.fig_right img,
figure.fig_center img
 {
    width: 100%!important;
    max-width: 100%!important;
    height: auto!important;
}

.editor_body .embed_movie {
    width: 70%;
    margin: 30px auto;
}
.editor_body iframe {
    display: block;
    margin: 0 auto;
    text-align: center;
}




.editor_body table {
	border-collapse:collapse;
	list-style-position:inside;
	margin-bottom:10px;
	width:100%;
	font-size:1.3rem;
}
.editor_body td {
	text-align:left;
	border:solid 1px #CCCCCC;
	padding:10px;
	line-height:150%;
	vertical-align:middle;
}
.editor_body th {
	background:#F5F5F5;
	color:#333333;
	border:solid 1px #CCCCCC;
	padding:12px 10px 10px 10px;
	line-height:150%;
	width:30%;
	vertical-align:middle;
}





.editor_body blockquote {
    font-style: italic;
    color: rgba(0, 0, 0, 0.5);
    border: none; }


.editor_body sub,
.editor_body sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
.editor_body sub {
    bottom: -0.25em; }
.editor_body sup {
    top: -0.5em; }
.editor_body pre {
    font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
    font-size: .9em; }
.editor_body pre,
.editor_body pre code {
    background-color: #f6f7f8;
    padding: 0;
    top: 0;
    display: block;
    line-height: 1.5;
    color: rgba(51, 51, 51, 0.85);
    overflow: none;
    white-space: pre-wrap; }
.editor_body pre {
    padding: 1rem; }

.editor_body img,
.editor_body video,
.editor_body audio,
.editor_body embed,
.editor_body object {
    max-width: 100%; }
.editor_body img,
.editor_body video,
.editor_body embed,
.editor_body object {
    height: auto !important; }
.editor_body img {
    vertical-align: middle;
}




@media screen and (max-width: 640px) {

.editor_body {
    width: 100%;
    margin: 0 auto 10px auto;
    padding: 10px 10px;
    overflow: hidden;
}


}