@charset "utf-8"; 

/* エディタ設定 */
#tinymce {
	width: 980px;
	padding: 5px;
	line-height: 1.5;
	text-align: left;
}


/* 見出し */
#tinymce h1 {
}

#tinymce h2 {
	margin-top: 40px;
	margin-bottom: 20px;
	padding: 15px 30px;
	font-size: 130%;
	font-weight: bold;
	background-color: #f5f5f5;
	border-left: 5px solid #00a683;
}
#tinymce h2 span {
	font-size: 70%;
	font-weight: normal;
}

#tinymce h3 {
}
 
