@charset "utf-8";
/* CSS Document */
/* SP用スタイルシート */

/* ===================================
#head
=================================== */
#head {
    background: url(../img/bg_head_01.png) center top repeat-x;
    background-size: cover;
}

/* ===================================
#contents
=================================== */
#contents {
}
#faq_wrap {
    border: 5px solid #004B7E;
    padding: 10px 5px;
    overflow: hidden;
}
#faq_wrap {
    border: 0;
}
#faq_wrap h3 {
    display: none;
}
#faq_wrap .q_wrap {
    color: #00379F;
    font-size: 110%;
    min-height: 22px;
    line-height: 16px;
    padding: 4px 0 0 34px;
    margin-bottom: 10px;
    background: url(../img/faq_icon.png) no-repeat 2px 0;
}
#faq_wrap .a_wrap {
    min-height: 22px;
    padding: 4px 0 10px 34px;
    margin-bottom: 10px;
    background: url(../img/faq_icon.png) no-repeat 2px -50px;
    border-bottom: 1px solid #ddd;
}
#faq_wrap .inbox {
    color: #07F;
    line-height: 20px;
    padding: 10px;
    margin: 10px 10px 10px 0;
    border: 1px solid #ccc;
    background: white;
}
#faq_wrap .a_wrap img {
    display: none;
}
#faq_wrap #contact span {
    display: block;
    color: #666;
    padding-bottom: 5px;
}
#faq_wrap #contact a {
    display: block;
    color: white;
    width: 180px;
    padding: 3px 0 3px 24px;
    font-size: 120%;
    background: #454545 url(../../common/img/ic_sprite_black.png) no-repeat 3px -194px;
    text-decoration: none;
}
#faq_wrap {
    border: 0;
    padding: 0;
    margin: 0;
}