/* デザインコンテンツ */
div#content h2 + p {
    margin-bottom: 1em;
}
div#content ul {
    margin-bottom: 1em;
}
div#content ul li {
    margin-left: 1em;
    margin-bottom: 0.3em;
    font-weight: bold;
    border-bottom: solid 1px #a6a6a6;
}
div#content ul li span {
    font-weight: normal;
    display: block;
    margin-left: 7em;
    margin-top: -1.5em;
}
