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

.editor{
	border-bottom: 1px solid #CCC;
	margin-bottom: 40px;
	padding-bottom: 80px;
}
.editor h2{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.editor h3{
	font-size: 16px;
	margin-bottom: 10px;
}
.editor h3::before{
	content: '■';
}



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

.editor table th,
.editor table td{
	background-color:#FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right:1px solid #efefef;
	border-bottom:1px solid #efefef;
	line-height:1.4;
	padding:20px 20px 17px;
	text-align:left;
}

.editor table th{
	background-color:#e7e7e7;
	font-weight: normal;
}

.editor table tr.head th{
	background-color:#b61f38;
	color:#FFF;
}


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

.editor ul li{
	list-style-type: disc!important;
	display: list-item;
	line-height:170%;
}

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

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

.editor span{
	white-space: normal !important;
}

.editor img{
	height: auto !important;
	max-width: 100%;
	display: inline;
}

.editor p a{
	text-decoration:underline !important; 	
}