@charset "UTF-8";

/*
===========================================================================
|           site common style
===========================================================================
*/

/*----------------------------------------------------------------------
/   about
/----------------------------------------------------------------------*/
#faqIndex #introduction {
    background-color: #000;
    background-image: url("/faq/images/index/top_image.jpg");
    background-position: right 0 !important;
    background-repeat: no-repeat;
    background-size: auto 100%;
    color: #ccc;
    height: 200px;
}
#faqIndex #introduction div.copy {
    float: left;
    width: 46%;
   padding: 0 0 0 30px;
}
#faqIndex #introduction div.copy p{
    font-size:100%;
}
#faqIndex #introduction div.copy h1 {
    color: #fff;
    margin-bottom: 20px;
}
#faqIndex dt{
    font-weight:normal;
}
#faqIndex dt.active{
    color:#000;
    background: #efefef;
}


/*=====================================================
    device
=======================================================*/

/*
    TAB
    */
@media screen and (max-width: 991px) {

}


/*
    SPHONE
    */
@media screen and (max-width: 479px) {
    #faqIndex #introduction{
        padding: 100px 0 0 0;
        background-size: auto 100px
    }
    #faqIndex #introduction div.copy{
        padding: 4% 0 ;
        width:auto;
        float: none;
        margin: 0 0;
        background: #000;
    }
}


