@charset "UTF-8";
/* CSS Document */


.editor h1{
	font-size: 2.4rem;
	text-align: center;
	margin-bottom: 30px;
}
.editor h1::after{
	content: attr(data-text);
	font-size: 1.8rem;
	display: block;
}
.editor h2{
	border-left: 4px solid #448cbc;
	font-size: 2.0rem;
	margin-bottom: 20px;
	padding-left: 10px;
}
.editor h3{
	font-size: 1.7rem;
	margin-bottom: 20px;
}
.editor h3::before{
	content: '■';
	font-size: 1.3rem;
	margin-right: 5px;
}


.editor ul{
	list-style-type: disc!important;
	padding-left: 1em;
}

.editor ul li{
	line-height:170%;
}

.editor ol{
	list-style-type: decimal!important;
	padding-left: 1.3em;
}

.editor ol li{
	line-height:170%;
	list-style-type: decimal!important;
}

.editor table{
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	width: 100%;
}

.editor table th,
.editor table td{
	background-color:#FFF;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	line-height:1.4;
	padding:3% 3% 2%x;
	text-align:left;
}

.editor table th{
	background-color:#e4e4e4;
	letter-spacing: 2px;
	text-align:center;
}
.editor img{
	max-width: 100%;
}