@charset "utf-8";

/* ビジュアルエディタのフォントはこのクラスで指定 */
body#tinymce {
	font-family: "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	letter-spacing: 0.1em;
	font-size: 16px;
	line-height: 1.8;
	width: 870px;
	margin: 20px;
}

#tinymce img {
	max-width: 100%;
	padding-bottom: 1em;
}




#tinymce h3 {
	font-size: 22px;
	font-weight: 900;
	margin: 0 0 10px;
	padding: 0 0 0 15px;
	position: relative;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#tinymce h3::before {
	content: '';
	position: absolute;
	top: 100%;
	border-style: solid;
	border-color: transparent;
	left: 0;
	top: 16px;
	width: 3px;
	height: 3px;
	background: #80c269;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}


#tinymce h4 {
	font-size: 18px;
	font-weight: 900;
	margin-bottom: 10px;
}

#tinymce h5 {
	font-size: 16px;
	font-weight: 900;
	margin-bottom: 10px;
}


#tinymce p {
	margin-bottom: 20px;
	font-size: 16px;
}

#tinymce p img {
	margin-bottom: 10px;
	font-size: 16px;
}

#tinymce a {
	color: #80c269;
}

.wp-caption-dd {
	font-size: 13px;
}

.alignright { display: block; margin: 0 0 10px auto; float: none; }/* 配置位置 左 */
.alignleft { display: block; margin: 0 auto 10px 0; float: none; }/* 配置位置 右 */
.aligncenter { display: block; margin: 0 auto 10px; float: none; }/* 配置位置 中央 */

