@charset "UTF-8";

body, table, th, td, h1, h2, h3, h4, h5, h6 {
	font-family: '游ゴシック', 'YuGothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
}

img {
	border: none;
	max-width: 100%;
	height: auto;
}

ul {
 list-style-type: none;
}

.alnC {
 text-align: center !important;
}
.alnL {
 text-align: left !important;
}
.alnR {
 text-align: right !important;
}

.clear {
	clear: both;
}

.txXXL {
	font-size: 160%;
	line-height: 145%;
}
.txXL {
	font-size: 140%;
	line-height: 145%;
}
.txL {
	font-size: 116%;
	line-height: 145%;
}
.txM {
	font-size: 100%;
	line-height: 160%;
}
.txS {
	font-size: 84%;
	line-height: 135%;
}
.txXS {
	font-size: 70%;
	line-height: 135%;
}
.txXXS {
	font-size: 60%;
	line-height: 135%;
}

.txRed {
	color: #ff0000;
}

.txBold {
	font-weight: 700;
}

.txNormal {
	font-weight: 400;
}

.strong {
	font-weight: 600;
}

.mce-content-body > p,
.mce-content-body > div {
	margin-top: 1.8em;
}
.mce-content-body > p:nth-child(1) {
	margin-top: 0px;
}

blockquote {
	position: relative;
	padding: 4.0em 1.5em;
	color: #454545;
	background: #f0f0f0;
	margin: 1.8em 0px;
}
blockquote:before{
	display: inline-block;
	position: absolute;
	top: 0.4em;
	left: 0.5em;
	vertical-align: middle;
	content: "“";
	color: #000000;
	font-size: 300%;
	line-height: 1.0em;
}
blockquote:after{
	display: inline-block;
	position: absolute;
	bottom: 0.1em;
	right: 0.5em;
	vertical-align: middle;
	text-align: center;
	content: "”";
	color: #000000;
	font-size: 300%;
	line-height: 1.0em;
}
blockquote > p {
	margin: 1.8em 0px; 
}
blockquote > p:nth-child(1) {
	margin-top: 0px;
}
blockquote > p:nth-last-child(1) {
	margin-bottom: 0px;
}





