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

/*ニュースやイベントなどの編集記事用*/
.editor{
	clear: both;
	font-size: 1.2em;
	line-height: 1.8em;
	padding-top: 1em;
	padding-bottom: 1em;
}
.editor p{
	line-height: 2em;
	font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', sans-serif;
	text-align: initial;
	background-color: initial;
	margin:1em 0;
}
.editor h1{
	font-size:2em;
	line-height: 1em;
	margin:1em 0 0.5em 0;
	color:initial;
}
.editor h2{
	font-size:1.8em;
	line-height: 1.1em;
	margin:1em 0 0.5em 0;
	color:initial;
}
.editor h3{
	font-size:1.6em;
	line-height: 1.2em;
	margin:1em 0 0.5em 0;
	color:initial;
}
.editor h4{
	font-size:1.4em;
	line-height: 1.3em;
	margin:1em 0 0.5em 0;
	color:initial;
}
.editor h5{
	font-size:1.2em;
	line-height: 1.4em;
	margin:1em 0 0.5em 0;
	color:initial;
}
.editor h6{
	font-size:1em;
	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;
}
.editor img {
	height:auto;
}
.editor li{
	margin:1em 0 1em 1.5em;
}

/*独自クラス*/
.editor .w5per{
	max-width: 5% !important;
}
.editor .w10per{
	max-width: 10% !important;
}
.editor .w20per{
	max-width: 20% !important;
}
.editor .w30per{
	max-width: 30% !important;
}
.editor .w40per{
	max-width: 40% !important;
}
.editor .w50per{
	max-width: 50% !important;
}
.editor .w60per{
	max-width: 60% !important;
}
.editor .w70per{
	max-width: 70% !important;
}
.editor .w80per{
	max-width: 80% !important;
}
.editor .w90per{
	max-width: 90% !important;
}
/*画像のセンタリング*/
.editor .center{
	display: block;
	margin: auto;
}
/*画像、文字の装飾*/
.editor .borderradiusL{
	border-radius: 20px
}
.editor .borderradiusM{
	border-radius: 10px
}
.editor .borderradiusS{
	border-radius: 5px
}
.editor .underline{
	border-bottom: 2px #555 solid;
	padding: auto auto 0.2em auto;
	display: inline;
}
.editor .listpoint{
	border-left:5px solid #1b96c5;
	padding: 0 0 0 0.3em;
}
.editor .zabuton-black{
	background-color: #555;
	color:#FFF;
	padding: 0.2em 0.5em;
	display: inline;
}
.editor .zabuton-white{
	border: solid 1px #aaa;
	background-color: #fff;
	color:#555;
	padding: 0.2em 0.5em;
	display: inline;
}
.editor .lightshadow{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.editor .darkshadow{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}