.bodystore{
    background-color: #ffe8cd;
    font-family: tahoma;
}
.head-preent{
    background-color: #fff;
    height: 100%;
    width: 100%;
    max-width: 1070px;
    margin: 0 auto;
    border-left: 1px solid #f96519;
    border-right: 1px solid #f96519;
}
.clear:after{
    clear: both;
    display: block;
    content: "";
    height: 0;
}
.clear{
    clear: both;
}
.wrapper-head{
    max-width: 1070px;
    width: 100%;
}
.qna-zone{
    max-width: 1000px;
    width: 100%;  
    margin: 0 auto;
}
.txt-hit{
    font-family: sukhumvitlight;
    font-size: 34px;
    color: #fff;
    display: block;
    text-align: center;
    padding-top: 12px;
}
.ribbon{
    max-width: 420px;
    width: 100%;
    height: 60px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.ribbon_l{
    background-image: url(../images/ribbon_l.png);
    background-repeat: no-repeat;
    width: 45px;
    height: 60px;
    display: inline-block;
}
.ribbon_r{
    background-image: url(../images/ribbon_r.png);
    background-repeat: no-repeat;
    width: 45px;
    height: 60px;
    display: inline-block;
}
.ribbon_c{
    max-width: 330px;
    width: 100%;
    height: 60px;
    background-color: #f37a01;
    display: inline-block;
    vertical-align: top;
}
.ribbon_c i{
    font-size: 30px;
    color: #fff;
    margin-right: 10px;
}
.box-qna{
    margin: 0 auto;
}
.boxsub-qna{
    background-image: url(../images/grey-pat.gif);
    background-repeat: repeat;
    border: 1px solid #eee;
    max-width: 490px;
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 5px;
    vertical-align: top;
}
.pic-position{
    float: left;
    width: 120px;
    text-align: center;
    display: block;
}
.txt-position{
    line-height: 20px;
    padding-right: 10px;
}
.txt-position p{
    color: #636363;
    font-size: 14px;
    margin-top: 10px;
}
.q:before{
    content: "Q :";
    color: #F37a01;
    font-size: 16px;
    font-weight: bold;
}
.a:before{
    content: "A :";
    color: #8bc321;
    font-size: 16px;
    font-weight: bold;
}



@media (min-width: 300px) and (max-width: 480px){
                    .head-preent{
                        width: 100%;
                    }
                    .wrapper-head{
                        max-width: 1070px;
                        width: 100%;
                    }
                    .qna-zone{
                        max-width: 1000px;
                        width: 100%;  
                        margin: 0 auto;
                    }
                    .ribbon{
                        max-width: 320px;
                        margin-bottom: 30px;
                    }
                    .ribbon_c{
                        width: 70%;
                    }
                    .ribbon_c i{
                        font-size: 26px;
                    }
                    .txt-hit{
                        font-size: 32px;
                        padding-top: 15px;
                    }
                    .pic-position{
                        display: none;
                    }
                    .txt-position{
                        padding: 0 10px 10px 10px;
                    }
                    .boxsub-qna{
                        width: 93%;
                        display: block;
                        margin: 10px auto;
                        margin-bottom: auto;
                        margin-right: auto;
                    }
                    
    
    
    
    
    
}