.wp-editor {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic", "Osaka",sans-serif;
}
.sanetsu_editor.wp-editor {
	background: #251a14;
	color: #ffeed6;
}
.news_editor.wp-editor {
	background: #3b2821;
	color: #ffeed6;
}
.editareacover {
	color: #ffeed6;
	font-size: 16px;
	text-align: left;
	line-height: 1.8;
	padding: 35px 40px;
}
.editareacover iframe {
	width: 100%;
	height: 320px;
}
.editareacover p {
	margin: 20px 0;
}
.editareacover img {
	max-width: 100%;
	height: auto;
}
.editareacover h2 {
	font-size: 20px;
	font-weight: bold;
	margin: 35px 0 20px;
	padding: 5px 0;
	border-bottom: 1px solid #ffeed6;
}
.editareacover h2:before {
	content: '';
	width: 14px;
	height: 14px;
	background: #a30e1c;
	display: inline-block;
	margin: 0 10px 0 0;
}
.editareacover h2:first-child {
	margin: 0 0 20px;
}
.editareacover h3 {
	font-size: 18px;
	font-weight: bold;
	border-left: 4px solid #a30e1c;
	line-height: 1.4;
	padding: 0 0 0 8px;
}
.editareacover h4 {
	font-weight: bold;
}
.editareacover .videocap {
	font-size: 13px;
	margin: -15px 0 0;
}
.editareacover .videocap p {
	margin: 0;
}
.editareacover .frameclass {
	padding: 15px;
	border: 1px solid;
}
.editareacover .frameclass p {
	margin: 0 0 20px;
}
.editareacover .frameclass p:last-child {
	margin: 0;
}
.editareacover a {
	color: #ffff00;
	text-decoration: underline;
}
.editareacover a:hover {
	text-decoration: none;
}
.editareacover a.blbtn {
	background: #170800;
	border: 1px solid #ffe7c6;
	font-size: 16px;
	color: #ffe7c6;
	width: 200px;
	display: block;
	line-height: 28px;
	text-align: center;
	border-radius: 15.5px;
	position: relative;
	padding: 0 30px;
	box-sizing: border-box;
	margin: 30px auto;
	text-decoration: none;
	cursor: pointer;
}
.editareacover a.blbtn:after {
	content: '';
	width: 19px;
	height: 19px;
	background: url(img/blogslide_profarrow.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	top: 0px;
	bottom: 0;
	margin: auto;
	right: 5px;
}
.editareacover a.blbtn:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	text-decoration: none;
}
.editareacover .wp-caption-text {
	margin: 5px 0 0;
	display: block;
	font-size: 13px;
}
.editareacover table {
	border: none;
}
.editareacover table img {
	margin: 0;
}
.editareacover table tr td , .editareacover table tr th {
	border: 1px solid #615444;
	padding: 10px;
}
.editareacover .frbdnone table tr td , .editareacover .frbdnone table tr th {
	border: none;
}
.wp-editor.editareacover .frbdnone table tr td , .wp-editor.editareacover .frbdnone table tr th {
	border: 1px dotted #515151;
}
.editareacover li {
	list-style: inherit;
}
.editareacover ul {
	list-style-type: disc;
	padding: 0 0 0 18px;
	margin: 20px 0;
}
.editareacover ol {
	list-style-type: decimal;
	padding: 0 0 0 18px;
	margin: 20px 0;
}
