.bodystore{
    background-color: #ffe8cd;
    font-family: tahoma;
}
.head-preent{
    background-color: #fff;
    height: 100%;
    width: 100%;
    max-width: 1070px;
    min-width: 1070px;
    margin: 0 auto;
    border-left: 1px solid #f96519;
    border-right: 1px solid #f96519;
    box-sizing: content-box;
}
.clear:after{
    clear: both;
    display: block;
    content: "";
    height: 0;
}
.clear{
    clear: both;
}
.wrapper-head{
    max-width: 1070px;
    width: 100%;
}
.purpose-zone-l{
    max-width: 535px;
    width: 100%;  
    margin: 0 auto;
    float: left;
    margin-bottom: 70px;
}
.purpose-zone-r{
    max-width: 535px;
    width: 100%;  
    margin: 0 auto;
    float: right;
    margin-bottom: 70px;
}
.txt-hit{
    font-family: sukhumvitlight;
    font-size: 34px;
    color: #fff;
    display: block;
    text-align: center;
    padding-top: 12px;
}
.txt-hit2{
    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-purpose{
    background-image: url(../images/grey-pat.gif);
    background-repeat: repeat;
    max-width: 465px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #eee;
    padding: 10px;
    min-height: 230px;
}
.box-purpose p{
    padding: 8px;
    border-bottom: 1px solid #eee;
}
.box-purpose p:last-child{
    border-bottom: none;
}
.detail-box-l{
    font-family: sukhumvitlight;
    font-size: 17px;
    color: #f37a01;
    display: inline-block;
    width: 150px;
}
.txt-box-l i{
    color: #a1a1a1;
    font-size: 14px;
    padding: 0 3px;
}
.txt-box-l{
    font-family: tahoma;
    font-size: 14px;
    color: #636363;
    display: inline-block;
    vertical-align: top;
    line-height: 18px;
}
.box-purpose ol{
    list-style-type: decimal;
    padding-left: 25px;
    line-height: 24px;
    padding-top: 5px;
}
.box-purpose li{
    font-size: 14px;
    color: #636363;
    list-style-type: decimal;
}

/**/
.list-score{
    clear: both;
    padding: 15px;
    text-align: center;
    border-bottom: solid 2px #f37a01;
    box-sizing: border-box;
}
.list-score .score-box{
    display: inline-block;
    box-sizing: border-box;
    width: 33%;
    /*float: left;*/
    vertical-align: top;
    padding: 15px;
}
.list-score:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
   
}
.list-score .score-box h1{
    font-family: sukhumvitlight, sans-serif;
    text-align: center;
    font-size: 28px;
    color: rgb(37, 37, 37);
    padding: 10px 0px 10px;
    background: #f1f1f1;
    margin-bottom: 10px;
}
.list-score .score-box h1 b{
    color: rgb(243, 122, 1);
}
.list-score .score-box h1 img{
    margin: 0 10px;
}
.score-box{
    padding: 10px;
}
.score-box .ts-name {
    display: inline-block;
    width: 68%;
    box-sizing: border-box;
    float: left;
    text-align: left;
}
.score-box .ts-score {
    display: inline-block;
    width: 32%;
    text-align: right;
    box-sizing: border-box;
    float: right;
}
.score-box .ts-score b {
    color: #f37a01;
}
.score-box .ts-school {
    font-size: 12px;
    color: #bfb6bc;
    padding-top: 3px;
    text-align: left;
}
.score-box ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.score-box li {
    font-size: 14px;
    padding: 5px 0;
    position: relative;
    border-bottom: solid 1px #e6e3e3;
}
.score-box li.range{
    text-align: center;
}
.score-box li.range a{
    display: inline-block;
    padding: 6px;
    font-size: 12px;
    background: #362f2d;
    border-radius: 4px;
    margin: 5px 0;
    color: #FFF;
    cursor: pointer;
    text-decoration: none;
}
.score-box li.range a:hover{
    background: #f37a01;
}

.win-condi{
    clear: both;
    max-width:510px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
}
.win-condi h1{
    margin: 10px 0;
    color: #f37a01;
    font-weight: bold;
}
.win-condi ul{
    padding-left: 20px;
}
.win-condi li{
    padding: 5px 0;
}
.win-condi li i{
    color: #f37a01;
    margin-left: -17px;
}
.list-score .x-clo{
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    transition: right 0.5s ease;
    color: #fa9101;
    padding: 10px;
    font-size: 1.5em;
}
.nav-list-top{
    display: none;
}
.nav-list-top a{
    height: 45px;
    display: block;
    line-height: 45px;
    color: #636363;
    text-decoration: none;
    font-family: "sukhumvitlight", sans-serif;
    background: #f8f8f8;
    font-size: 24px;
    padding: 0 10px;
    text-align: left;
    box-sizing: border-box;
}
.nav-list-top a b{
    color: #f37a01;
}
.nav-list-top li{
    position: relative;
    border-bottom: solid #f37a01 1px;
}
.nav-list-top a .fa-angle-right{
    float: right;
    line-height: 40px;
    text-align: right;
    font-size: 32px;
    color: #cccccc;
}

@media (min-width: 300px) and (max-width: 480px){
    
    .nav-list-top{
        display: block;
        margin-bottom: 1.5em;
    }
    .list-score{
        position: fixed;
        z-index: 20;
        left: 100%;
        top: 0;
        width: 100%;
        height: 100%;
        overflow-x: 0;
        overflow-y: auto;
        transition: left 0.5s ease;
        background: #FFF;
    }
    .list-score._show{
        left: 0%;
    }
    .list-score._show .x-clo{
        right: 0%;
    }
    .list-score .score-box{
        width: 100%;
        background: #FFF;
        padding: 0;
    }
    .list-score .score-box{
        display: none;
        transition: display 2s ease;
    }
    .list-score .score-box._show{
        display: block;
    }
    
                    .head-preent{
                        width: 100%;
                        max-width: 100%;
                        min-width: 100%;
                        box-sizing: border-box;
                    }
                    .wrapper-head{
                        max-width: 1070px;
                        width: 100%;
                    }
                    .qna-zone{
                        max-width: 1000px;
                        width: 100%;  
                        margin: 0 auto;
                    }
                    .ribbon{
                        max-width: 100%;
                        margin-bottom: 30px;
                        text-align: center;
                    }
                    .ribbon_c{
                        width: 70%;
                    }
                    .ribbon_c i{
                        font-size: 26px;
                    }
                    .txt-hit{
                        font-size: 26px;
                        padding-top: 15px;
                    }
                    .txt-hit2{
                        font-size: 24px;
                        padding-top: 10px;
                    }
                    .txt-hit2 i{
                        font-size: 20px;
                        padding-top: 8px;
                    }
                    .box-purpose{
                        max-width: inherit;
                        padding: 0;
                        width: 100%;
                        min-height: auto;
                    }
                    .box-purpose p{
                        padding: 8px 8px 8px 0;
                        text-align: center;
                    }
                    .txt-box-l{
                        display: block;
                    }
                    .box-purpose ol{
                        padding-right: 10px;
                    }

    .box-youdont{
        width: 100%;
    }
    .box-youdont ul{
        padding: 1em;
    }
    .box-youdont ul:after{
        content: "";
        display: block;
        height: 0;
        clear: both;
    }
    .box-youdont ul li{
        padding: 5px;
        width: 100%;
        max-width: inherit;
        box-sizing: border-box;
    }

    .txt-youdont{
        display: inline-block;
        width: 80%;
    }
    .pr-poppage .ribbon{
        position: fixed;
        width: 100%;
        margin: 0;
        left: 0;
        top: 0;
        z-index: 30;
    }
    .pr-poppage .ribbon .ribbon_l,.pr-poppage .ribbon .ribbon_r{
        display: none;
    }
    .pr-poppage .ribbon .ribbon_c{
        width: 100%;
        max-width: 100%;
        text-align: left;
        box-sizing: border-box;
        padding-left: 1em;
    }
    .pr-poppage .txt-hit, .pr-poppage .txt-hit2{
        text-align: left;
        font-size: 1.6em;
    }
    .ribbon_l, .ribbon_r{
        width: 40px;
    }
}
@media (max-width: 330px){
    .txt-hit{
        font-size: 23px;
    }
}