/**
 * クラシックエディター書き出し部分専用CSS
 */

#editorField blockquote {
	color: #333;
	font-size: 16px;
	font-style: italic;
	line-height: 1.7;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

#editorField blockquote.alignleft,
#editorField blockquote.alignright {
	font-size: 16px;
	width: 34%;
}

#editorField address {
	margin: 0 0 1.5em;
}

#editorField pre {
	background: #333;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

#editorField code,
#editorField kbd,
#editorField tt,
#editorField var {
	font-size: 16px;
}

#editorField abbr,
#editorField acronym {
	border-bottom: 1px dotted #333;
	cursor: help;
}

#editorField mark,
#editorField ins {
	background: #eee;
	text-decoration: none;
}

#editorField big {
	font-size: 125%;
}

#editorField blockquote,
#editorField q {
	quotes: "" "";
}

#editorField blockquote:before,
#editorField blockquote:after,
#editorField q:before,
#editorField q:after {
	content: "";
}

#editorField hr {
	background-color: #bbb;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

del {
    text-decoration: line-through #333;
    text-decoration-thickness: 1px; 
}

#editorField embed,
#editorField iframe,
#editorField object {
	margin-bottom: 1.5em;
	max-width: 100%;
}

#editorField img {
	width: auto;
	max-width: 100%;
	height: auto;
}
#editorField img.aligncenter {
	display: block;
	margin: 0 auto;
}

#editorField .aligncenter { text-align: center; }
#editorField .alignleft { text-align: left; }
#editorField .alignright { text-align: right; }