@charset 'UTF-8';

.qa_navi_list {
    width: 765px;
    margin: 0 0 35px 0;
}

.qa_navi_list li {
    display: inline-block;
    width: 360px;
    margin: 0 5px 10px 0;
    background: #C1BA69 url('/img/qa/bg_bt2.png') no-repeat right;
}

.qa_navi_list li a {
    font-size: 16px;
    font-weight: bold;
    display: block;
    padding: 12px 0 12px 10px;
    text-decoration: none;
    color: #FFF;
}

.h3styl {
    font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HG明朝E','HGMinchoE','ＭＳ Ｐ明朝','MS PMincho','ＭＳ 明朝','MS Mincho',serif;
    font-size: 27px;
    line-height: 80%;
    margin: 0 0 15px -2px;
    padding: 13px 0 14px 15px;
    color: #1A1A1A;
    -webkit-border-radius: 7px;
       -moz-border-radius: 7px;
            border-radius: 7px;
    background: url('/img/profile/bg_h.png'),  #DCD690; /* Old browsers */
    background: url('/img/profile/bg_h.png'),  -moz-linear-gradient(top, #DCD690 0%, #C2BB6A 100%); /* FF3.6+ */
    background: url('/img/profile/bg_h.png'),  -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DCD690), color-stop(100%,#C2BB6A)); /* Chrome,Safari4+ */
    background: url('/img/profile/bg_h.png'),  -webkit-linear-gradient(top, #DCD690 0%,#C2BB6A 100%); /* Chrome10+,Safari5.1+ */
    background: url('/img/profile/bg_h.png'),  -o-linear-gradient(top, #DCD690 0%,#C2BB6A 100%); /* Opera 11.10+ */
    background: url('/img/profile/bg_h.png'),  -ms-linear-gradient(top, #DCD690 0%,#C2BB6A 100%); /* IE10+ */
    background: url('/img/profile/bg_h.png'),  linear-gradient(to bottom, #DCD690 0%,#C2BB6A 100%); /* W3C */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcd690', endColorstr='#c2bb6a',GradientType=0 ); /* IE6-9 */
}

[id^='q_0'] {
    margin: 0 0 100px 0;
}

.q_text {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
    color: #D7D7D7;
}

.q_text:before {
    font-size: 30px;
    font-weight: bold;
    content: 'Q.';
    color: #D7D7D7;
}

.a_text {
    font-size: 14px;
    line-height: 180%;
    margin: 0 0 30px 0;
    padding: 18px;
    border: solid 1px #D7D7D7;
    border-top: solid 7px #D7D7D7 !important;
    background: #353A3E;
}



/*--------------------------------*/
/* 追加・上書き */
/*--------------------------------*/
