﻿/* menu */
header ul#menu li:nth-child(4) a{
    background-color:#ff9601;
}

/* main */
#main ul.q4{
    margin:0; padding:0;
    list-style:none;
}
    #main ul.q4 li{
        margin-bottom:20px;
    }
        #main ul.q4 li h3{
            color:#111;
            font-size:22px;
            padding:16px 0 5px 55px;
            border-bottom:2px solid #f45c27;
            min-height:53px;
            margin:0 0 10px;
        }
        #main ul.q4 li:nth-child(1) h3{background:url('../images/correct/q1.png') 0 bottom no-repeat;}
        #main ul.q4 li:nth-child(2) h3{background:url('../images/correct/q2.png') 0 bottom no-repeat;}
        #main ul.q4 li:nth-child(3) h3{background:url('../images/correct/q3.png') 0 bottom no-repeat;}
        #main ul.q4 li:nth-child(4) h3{background:url('../images/correct/q4.png') 0 bottom no-repeat;}
        #main ul.q4 li p{
            margin:0;
        }
    #main div.fallDown{}
        #main div.fallDown p{}
        #main div.fallDown ul{
            margin:30px 0;
            padding:0;
            list-style: none;
            background:url('../images/correct/fallDown.png') right 50% no-repeat;
            min-height:148px;
        }
            #main div.fallDown ul li{
                background: url('../images/liStyle_point.png') 0 50% no-repeat;
                padding-left:30px;
                margin:10px 0;
                font-size:23px;
                color:#111;
            }
        #main div.fallDown .yellowBg{
            background-color:#fffbd9;
            padding:20px 10px;
        }
            #main div.fallDown .yellowBg h4{
                color:#111;
                font-size:19px;
                margin:0 0 10px;
            }
            #main div.fallDown .yellowBg p{
                margin:0;
                color:#555;
            }
        #main p.remarks{margin-bottom:30px;}
/*--------------------------------------------------------------------

    Media Device Size

--------------------------------------------------------------------*/
/*----------------------------------------
    i6 Plus 414
----------------------------------------*/
@media screen and (max-device-width:414px){
    #main ul.q4 li h3{
        font-size:21px;
        min-height:;
    }
    #main ul.q4 li:nth-child(1) h3,
    #main ul.q4 li:nth-child(2) h3,
    #main ul.q4 li:nth-child(3) h3,
    #main ul.q4 li:nth-child(4) h3{
        background-position-y:20px;
    }
    #main ul.q4 li:nth-child(1) h3,
    #main ul.q4 li:nth-child(4) h3{
        padding-top:40px;
    }
    #main div.fallDown ul{
        background-size:112px;
        background-position-y:bottom;
    }
        #main div.fallDown ul li{
            font-size:21px;
        }
}
/*----------------------------------------
    i6
----------------------------------------*/
@media screen and (max-device-width:375px){
    #main ul.q4 li:nth-child(1) h3{
        padding-top:16px;
    }
    #main ul.q4 li p,
    #main div.fallDown p{
        padding-left:6px;
    }
    #main div.fallDown ul{
        background-size:98px;
    }
}
/*----------------------------------------
    S5
----------------------------------------*/
@media screen and (max-device-width:360px){
    #main div.fallDown ul{
        background-size:90px;
    }
}
/*----------------------------------------
    i5
----------------------------------------*/
@media screen and (max-device-width:320px){
    #main div.fallDown ul{
        background-size:54px;
    }
}