@charset "utf-8";

#main-block {
    text-align: left;
}

#cover {
    margin-bottom: 20px;
}

#mechanism h4 {
    margin-bottom: 10px;
}

#feature ol {
    list-style: none;
}

#feature ol li {
    margin-bottom: 10px;
    padding-bottom: 14px;
    border-bottom: 1px dotted #AAA;
    font-size: 13px;
    line-height: 1.5em;
}

#feature ol li.last {
    border-bottom: none;
}

#feature ol li img {
    margin-bottom: 6px;
}

#attention {
    background-color: #fbf9f7;
    border: 3px solid #efe1da;
    padding: 10px;
    margin-bottom: 15px;
}

#attention p {
    margin-top: 10px;
    color: #444;
}

#related-list {
    font-size: 13px;
}

#related-list li {
    margin-bottom: 10px;
}

.listmark2 {
    display: inline-block;
    padding-left: 10px;
    background: url(../i/listmark2.png) left 3px no-repeat;
    margin-left: 13px;
}

#contact-block {
    border-top: 1px dotted #888;
    padding-top: 20px;
    padding-left: 20px;
}

#contact-block h3 {
    margin-bottom: 7px;
}

#contact-block p {
    margin-bottom: 10px;
}

