@charset "utf-8";

/*=================================

	mtContents.css

=================================*/

#article {
	margin-top: 10px;
}
#article ul {
	margin-left: 22px;
	list-style: disc;
}
#article ol {
	margin-left: 22px;
	list-style: outside decimal;
}
#article hr {
	display: block;
	border: none;
	border-bottom: 1px solid #aeb6c4;
}
#article strong {
	font-weight: bold;
}
#article em {
	font-style: italic;
}
#article sub {
	font-size: 80%;
	vertical-align: sub;
}
#article sup {
	font-size: 80%;
	vertical-align: super;
}
.mt-image-fitWidth {
	width: 100%;
	height: 100%;
	max-width: 100%;
}