@charset "UTF-8";

body #contents li > * {
    margin-top:10px;
}
body #contents .notNum li:before {
    counter-increment: none;
    content: "";
    margin: 0;
}
body #contents .notStyle li {
    margin-left: unset;
    margin-top:10px;
    list-style: none;
}
body #contents .notStyle li span {
    font-weight: bold;
}
main#contents .section .indent {
    text-indent: -3.5em;
    margin-left: 3.5em;
}
