@charset "UTF-8";

#faq  {
    margin: 0 0 20px;
}

#faq  a {
    color: #4d2d07;
}

#faq h2 {
    margin: 0 0 10px;
}

#faq h3 {
    background: url(../../images/contact/title_bottom.jpg) repeat-x center bottom;
    color: #775a33;
    font-size: 128%;
    font-weight: bold;
    padding: 0 0 6px;
    margin: 15px 10px;
}

#faq dl {
    border-bottom: #ab945f dotted 1px;
    color: #876e4d;
    line-height: 160%;
    margin: 0 10px;
    padding: 10px 0;
}

#faq dl dt {
    background: url(../../images/faq/icon_q.jpg) no-repeat left 4px;
    background-size: 15px;
    padding: 0 0 0 22px;
}

#faq dl dd {
    background: url(../../images/faq/icon_a.jpg) no-repeat left 4px;
    background-size: 15px;
    margin: 0 0 5px;
    padding: 0 0 0 22px;
}

.last {
    border-bottom: none !important;
}