
/* 詳細内容表示 */
.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 p,.editorArea p * { font-size:15px;}
.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 25px 0px 0px;
}
.editorArea div.photo_fright {
	float:right;
	padding:0px 0px 0px 25px;
}
.editorArea img{
    max-width: 100% !important;
    max-height: 100% !important;
    width:auto !important;
    height:auto !important;
}    
@media only screen and (max-width:767px){
    .editorArea h1,.editorArea h1 * { font-size:20px;}
    .editorArea h2,.editorArea h2 * { font-size:17px;}
    .editorArea h3,.editorArea h3 * { font-size:15px;}
    .editorArea h4,.editorArea h4 * { font-size:13px;}
    .editorArea p,.editorArea p * { font-size:13px;}
    .editorArea div.photo_fleft {
        float:none;
        padding:0 0 10px;
        text-align: center;
    }
    .editorArea div.photo_fright {
        float:none;
        padding:0 0 10px;
        text-align: center;
    }   
	.editorArea img{
		width:100% !important;
		height:auto !important;
	}	
	
}


