@charset "utf-8";

/*------------------------------------

faq.css

------------------------------------*/
#faq .list {
    margin: 0 20px 34px;
}
#faq .list h3 { margin-bottom: 5px; }
#faq .list ul {
    margin-bottom: 13px;
    padding: 0 13px 8px;
    border-bottom: 1px dotted #cccccc;
}
#faq .list li {
    margin-bottom: 8px;
    padding-left: 25px;
    background: url(/images/common/ico_q.png) no-repeat left top;
}
#faq .section_title,
#faq dl { margin: 0 20px 21px; }
#faq dl {
    padding-top: 8px;
    border-top: 1px dotted #cccccc;
}
#faq dt {
    margin-bottom: 5px;
    padding-left: 25px;
    background: url(/images/common/ico_q.png) no-repeat left top;
    font-size: 16px;
    color: #6c9800;
}
#faq dd {
    margin-bottom: 13px;
    padding: 0 0 8px 25px;
    background: url(/images/common/ico_a.png) no-repeat left top;
    border-bottom: 1px dotted #cccccc;
}

#faq ol {
    margin-left: 10px;
    padding-left: 10px;
    list-style: decimal;
}
