/* 詳細内容表示 */
.editorArea *{ line-height:180%; }
.editorArea strong,.editorArea strong *{ font-weight:bold; }
.editorArea img{ vertical-align:middle; }
.editorArea h1,.editorArea h1 * { font-size:26px; font-weight:bold; }
.editorArea h2,.editorArea h2 * { font-size:20px; font-weight:bold; }
.editorArea h3,.editorArea h3 * { font-size:16px; font-weight:bold; }
.editorArea h4,.editorArea h4 * { font-size:14px; font-weight:bold; }
.editorArea h5,.editorArea h5 * { font-size:12px; font-weight:bold; }
.editorArea h6,.editorArea h6 * { font-size:10px; font-weight:bold; }
.editorArea ul,.editorArea ul li { list-style:disc outside none; margin-left:20px; }
.editorArea ol,.editorArea ol li { list-style:decimal outside; margin-left:20px; }
.editorArea sub { vertical-align: sub; font-size: smaller; }
.editorArea sup { vertical-align: super; font-size: smaller; }
.editorArea div.photo_left {
	width:100%;
	text-align:left;
}
.editorArea div.photo_center {
	width:100%;
	text-align:center;
}
.editorArea div.photo_right {
	width:100%;
	text-align:right;
}
.editorArea div.photo_fleft {
	float:left;
	padding:0px 10px 0px 0px;
}
.editorArea div.photo_fright {
	float:right;
	padding:0px 0px 0px 10px;
}