@charset "UTF-8";

#contents,
#contents table,
#mkcontents,
#mkcontents table {
	font-size: 1.6rem!important;
	line-height: 1.75!important
}
#mkcontents p + p {
    margin-top: 0!important
}
#mkcontents p {
    padding-bottom: 20px!important
}
#mkcontents ol li {
    padding-left: 0!important
}
#mkcontents ol li::before {
    display: none!important
}

#mkcontents dl.content-news, #mkcontents dl.news-top {

}
#mkcontents dl.content-news dt, #mkcontents dl.news-top dt {

}
#mkcontents dl.content-news dt .news-title, #mkcontents dl.news-top dt .news-title {

}
#mkcontents dl.content-news dt .news-date, #mkcontents dl.news-top dt .news-date {
	color: #888!important
}

@media (max-width: 750px) {
#contents,
#contents table,
#mkcontents,
#mkcontents table {
	font-size: 1.5rem!important;
	line-height: 1.75!important
}
#mkcontents p {
    padding-bottom: 5%!important
}
}