.body .content .article ul.disc {
	margin-left: 5px;
}
.body .content .article ul.disc li {
	list-style-type: disc;
	text-indent: 0;
}
.body .content .article ol.decimal {
	margin-left: 10px;
}
.body .content .article ol.decimal li {
	list-style-type: decimal;
	text-indent: 0;
}
.body .content .article ol.kana {
	margin-left: 10px;
}
.body .content .article ol.kana li {
	list-style-type: katakana;
	list-style-type: none;
	text-indent: -1.5em;
}

/* sc */

.body .content .article dl.pl4em dt {
	width: 5.5em;
}
.body .content .article dl.pl4em dd {
	padding-left: 5.5em;
}
.body .content .article ol.kana li {
	list-style-type: lower-alpha !important;
	text-indent: 0 !important;
}
