@charset "utf-8";

.faq_info {
    background: #fff url("/pic/faq_title.jpg") no-repeat;
    height: 40px;
    border: 1px solid #ccc;
    clear: both;
    margin-top: 10px;
}
div.faq_top {
    margin-left:5px;
    margin-bottom:10px;
}
div.faq_title {
    margin:8px 10px;
}

ul.faq_d,
ul.faq_item {
    margin:0;
    padding:0;
    list-style:none;
}
ul.faq_d li,
ul.faq_item li {
    padding: 0;
    margin: 0;
    padding-left: 22px;
    margin-left: 5px;
    padding-top:2px;
    padding-bottom:2px;
    margin-top:5px;
}

ul.faq_item li.title {
    border-bottom:1px dotted #ccc;
}
ul.faq_item li {
    background: #fff url("/pic/check.gif") no-repeat 0 2px;
}
ul.faq_d li.question {
    background: #fff url("/pic/side_question.gif") no-repeat 0 2px;
}
ul.faq_d li.answer {
    background: #fff url("/pic/side_commu.gif") no-repeat 0 1px;
}

div.faq_detail,
div.faq_answer {
    margin-left:10px;
    line-height:1.5em;
}
div.faq_detail {
    border-left:3px solid #10c507;
}
div.faq_answer {
    border-left:3px solid #0f96bd;
}

div.faq_detail,
div.faq_answer {
    padding:5px 0 5px 7px;
}
