@import url(/css/pc/main.css) screen and (min-width: 1021px);
@import url(/css/tablet/main.css) screen and (max-width: 1020px);
@import url(/css/smart/main.css) screen and (max-width: 767px);

/* mce */
.mce {
	font-size: 16px;
	line-height: 2;
}
.mce h1 {
	font-size: 32px;
	font-weight: bold;
}
.mce h2 {
	font-size: 24px;
	font-weight: bold;
}
.mce h3 {
	font-size: 18.72px;
	font-weight: bold;
}
.mce h4 {
	font-size: 16px;
	font-weight: bold;
}
.mce h5 {
	font-size: 13.28px;
	font-weight: bold;
}
.mce h6 {
	font-size: 10.72px;
	font-weight: bold;
}
.mce strong {
	font-weight: bold;
}
.mce em {
	font-style: italic;
}
.mce sup {
	vertical-align: super;
}
.mce sub {
	vertical-align: sub;
}
.mce p {
	display: block;
}
.mce a {
  color: #4099ff;
}