@charset "utf-8";
/*-----------------------------------------------
Name:     Ginat Travel -FAQ 2015-css
Date:     2015-9-14-start
----------------------------------------------- */

.travelfaq {}
.travelfaq .page_illustration {}

.travelfaq .choose_category {
    display: block;
    width: 200px;
    margin: 0px 0px 0px auto;
}

.faq_list {
    z-index: 1;
    position: relative;
    margin-top: 25px;
}
/*List*/
.faq_list h4 {
    color: #444444;
    margin-bottom: 10px;
}
.faq_list li {
    margin-bottom: 5px;
}
.faq_list li a {
    display: block;
    color: #666666;
    line-height: 135%;
    padding: 10px 20px;
    background-color: #f4f6f8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.faq_list li:nth-child(even) a {
    background-color: #ffffff;
}
.faq_list li a:hover {
    background-color: #f0f7fd;
    text-decoration: none;
}
.faq_list .btnicon,
.faq_detail .btnicon {
    display: inline-block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 2.2rem;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.faq_list .bi_q,
.faq_detail .bi_q {
    background-color: #f7f0c4;
}
.faq_detail .bi_a {
    background-color: transparent;
    color: #0458e7;
}
.faq_list li a:hover .bi_q {
    background-color: #0458e7;
    color: #f7f0c4;
}
.faq_list li strong,
.faq_detail .list_result > h2 {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 60px);
    font-size: 1.6rem;
    color: #333333;
    margin-left: 10px;
}
.faq_list li a:hover strong {
    color: #0458e7;
}
.faq_list .gui-selectbox_num_region {
    margin: 30px auto;
}
/*DETAIL*/
.faq_detail {
    clear: both;
    margin-top: 35px;
}
.faq_detail .btn_back {
    float: left;
    margin-right: 20px;
    margin-top: 9px;
}
.faq_detail .list_result {
    width: calc(100% - 70px);
    float: left;
}
.faq_detail .list_result > h2 {
    font-size: 2.3rem;
}
.travelfaq .answer_region {
    background-color: #f0f7fd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 15px 0 30px;
    margin-left: 55px;
    padding: 15px;
}
.ar_content{
    display: inline-block;
    width: calc(100% - 70px);
    vertical-align: top;
}

/*PC的1280以下＋pad的1024---------------*/
@media screen and (max-width:1279px),(max-device-width:1024px) and (orientation:landscape) {
}

/*PC的1024以下＋pad的直768-----~----------*/
@media screen and (max-width:1023px),
(max-device-width:768px) and (orientation:portrait) {
}

/*960~----------*/
@media screen and (max-width: 960px) {
    .travelfaq [class*="qui-input-group"][class*="-style1"] {
        float: none;
        margin-top: 15px;
    }
}

/*720~----------*/
@media screen and (max-width: 720px) {
    .travelfaq .btn_back{
        display: none;
    }
    .travelfaq .list_result {
        width: 100%;
        float: none;
    }
    .travelfaq .answer_region {
        margin-left: 0px;
    }
}
