@charset "utf-8";

/* faq */

#faq .heading h3
{
    background-color: #fbffdb;
    background-image: url('/img/arrow-down.png');
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 17px 10px;
    border-bottom: 1px solid #cccccc;
    cursor: pointer;
    line-height: 50px;
    margin: 0;
    padding: 0 10px;
}

#faq .heading h3.up
{
    background-image: url('/img/arrow-up.png');
}

#faq .list
{
    display: none;
}

#faq .list .item a
{
    background-color: #ffffff;
    background-image: url('/img/arrow-right.png');
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-size: 11px 17px;
    border-bottom: 1px solid #cccccc;
    color: #333333;
    display: block;
    padding: 10px 40px 10px 10px;
    text-decoration: none;
}

/* detail */

#faq-detail .content .heading h3
{
    background-color: #ffffff;
    background-image: none;
    border-bottom: 1px solid #cccccc;
    cursor: default;
    line-height: 28px;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
}

#faq-detail .content .detail
{
    word-wrap: break-word;
}
