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

/*ニュースやイベントなどの編集記事用*/
.editor{
	clear: both;
	font-size: 1rem;
	line-height: 1.8em;
	padding-top: 0.5em;
	padding-bottom: 1em;
	font-weight: 400;
	letter-spacing: 0;

	font-family: "Roboto", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", YuGothic Gothic Medium, "メイリオ", "Meiryo", sans-serif;

}
@media (max-width: 899px) {
	.editor{
		font-size: 0.9rem;
	}
}
.editor p{
	line-height: 2em;
	text-align: initial;
	background-color: initial;
	margin:1em 0;
}
.editor h1{
	font-size:2rem;
	line-height: 1em;
	margin:1em 0 0.5em 0;
	color:initial;
}
.editor h2{
	font-size:1.8rem;
	line-height: 1.1em;
	margin:1em 0 0.5em 0;
	color:initial;
}
.editor h3{
	font-size:1.6rem;
	line-height: 1.2em;
	margin:1em 0 0.5em 0;
	color:initial;
}
.editor h4{
	font-size:1.4rem;
	line-height: 1.3em;
	margin:1em 0 0.5em 0;
	color:initial;
}
.editor h5{
	font-size:1.2rem;
	line-height: 1.4em;
	margin:1em 0 0.5em 0;
	color:initial;
}
.editor h6{
	font-size:1rem;
	line-height: 1.5em;
	margin:1em 0 0.5em 0;
	color:initial;
}
.editor strong, .editor th {
	font-weight: bold;
}
.editor a{
	/*color:initial;*/
}
.editor table {
	border-collapse: collapse;
	border-spacing: 0;
}
.editor address, .editor em {
	font-style: initial;
}
.editor th {
	text-align: initial;
	padding: 0.5em;
	border: 1px solid #ddd;
}
.editor td {
	text-align: initial;
	padding: 0.5em;
	border: 1px solid #ddd;
}
.editor img {
	height:auto;
}
.editor li{
	margin:1em 0 1em 1.5em;
}