﻿@charset "utf-8";
/* CSS Document */
.float-left {
    float: left;
}

.float-right {
    float: right;
}


#Wrapper {
    margin-top:15px;
    margin-bottom:15px;
    border-top:solid 8px #808080;
    border-bottom:solid 8px #808080;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 950px;
    height: 534px;
    background-image: url("../img/01_01.png");
    background-repeat: no-repeat;
}

#ContentLeft {
    float: left;
    width: 390px;
}

#ContentRight {
    float: left;
    width: 560px;
}

#iframe1 {
    /* position: fixed; */
    /* top: 100px; */
    /* left: 100px; */
    width: 100%;
    height: 534px;
    transform: scale(0.8);
    transform-origin: 0 0;
    -ms-transform: scale(0.8);
    //ie -ms-transform-origin:0 0;
    -moz-transform: scale(0.8);
    //firefox -moz-transform-origin:0 0;
    -o-transform: scale(0.8);
    //opera -o-transform-origin: 0 0;
    -webkit-transform: scale(0.8);
    //chrome -webkit-transform-origin: 0 0;
}

#StartBtn {
    margin-top: 200px;
    margin-left: 240px;
    float: left;
}

    #StartBtn a {
        width: 122px;
        height: 72px;
        background-image: url("../img/start.png");
        background-position: 0px 0px;
        background-repeat: no-repeat;
        text-indent: -2000px;
        display: block;
    }


        #StartBtn a:hover {
            background-position: 0px -72px;
        }

#talk {
    margin-left:20px;
    margin-top:100px;
}

#look {
    margin-left:120px;
    margin-top:220px;
}

.Question {
    text-indent: -2000px;
    background-repeat: no-repeat;
    display: block;
    float: left;
        width: 400px;
    height: 45px;
    margin-top: 8px;
    margin-left: 18px;
}

.Question1 {
    background-image: url("../img/q1.png");
}

.Question2 {
      background-image: url("../img/q2.png");
}

.Question3 {
     background-image: url("../img/q3.png");
}

.Question4 {
    background-image: url("../img/q4.png");
}

.Question5 {
      background-image: url("../img/q5.png");
}

.Question6 {
     background-image: url("../img/q6.png");
}

.Question7 {
    background-image: url("../img/q7.png");
}

.Question8 {
      background-image: url("../img/q8.png");
}

.Question9 {
     background-image: url("../img/q9.png");
}

.Question10 {
     background-image: url("../img/q10.png");
}




#subject ul {
    margin-bottom: 60px;
}

.Question ul {
    list-style-type: none;
    margin-left: 0px;
    margin-bottom: 20px;
}

    .Question ul li {
        display: inline;
        margin: 0px;
    }

.dot {
    height: 20px;
    width: 20px;
    padding: 1px;
    margin: 0px;
    display: block;
    background-repeat: no-repeat;
}

.p1 {
    background-image: url("../img/point_a.png");
}

    .p1.red {
        background-image: url("../img/point_b.png");
    }

    .p1.white {
        background-image: url("../img/point_c.png");
    }

    .p1.blue {
        background-image: url("../img/point_d.png");
    }

.p2 {
    background-image: url("../img/line_a.png");
}

    .p2.red {
        background-image: url("../img/line_b.png");
    }

    .p2.white {
        background-image: url("../img/line_c.png");
    }

    .p2.blue {
        background-image: url("../img/line_d.png");
    }

.p3 {
    background-image: url("../img/c.png");
}

.hide {
    display: none;
}

.Code {
    width: 400px;
    height: 20px;
    float: left;
    margin-top: 80px;
    margin-left: 25px;
    overflow: hidden;
}

    .Code ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
    }

        .Code ul li {
            display: inline;
            margin: 0px;
        }



#Check input {
    background-image: url("../img/click.png");
    background-repeat: no-repeat;
    width: 130px;
    height: 113px;
    background-position: 0px 0px;
    text-indent: -2000px;
    margin-top: 0px;
    margin-left: 0px;
    display: block;
    float: left;
}


#Hint {
    margin: 0px;
    width: 100%;
    height: 100%;
    background-image: url("../img/hint.png");
    background-repeat: no-repeat;
    position: relative;
    left: 0px;
    top: 0px;
}

    #Hint img {
        position: absolute;
        right: 10px;
        top: 10px;
        cursor: pointer;
    }

#Result {
    margin: 0px;
    width: 100%;
    height: 100%;
    background-image: url("../img/result_bg.png");
    background-repeat: no-repeat;
    position: relative;
    left: 0px;
    top: 0px;
}

    #Result ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
    }

        #Result ul li {
            display: inline;
            margin: 0px;
        }

    #Result #ans {
        width: 370px;
        position: absolute;
        margin-top: 75px;
        margin-left: 480px;
    }

        #Result #ans .q1 {
            width: 350px;
            height: 40px;
            background-image: url("../img/q1.png");
            background-repeat: no-repeat;
        }

        #Result #ans .q2 {
            width: 350px;
            height: 40px;
            background-image: url("../img/q2.png");
            background-repeat: no-repeat;
        }

        #Result #ans .q3 {
            width: 350px;
            height: 40px;
            background-image: url("../img/q3.png");
            background-repeat: no-repeat;
        }

.Yes {
    margin-top: -18px;
    margin-left: 60px;
    font-size: 24px;
    font-weight: bold;
    color: #f00;
}

.No {
    margin-top: -18px;
    margin-left: 120px;
    font-size: 24px;
    font-weight: bold;
    color: #f00;
}

#Result #Btn {
    width: 370px;
    position: absolute;
    margin-top: 450px;
    margin-left: 750px;
}

    #Result #Btn .b1 {
        width: 128px;
        height: 48px;
        display: block;
        float: left;
        background-image: url("../img/again.png");
        background-position: 0px 0px;
        background-repeat: no-repeat;
    }

        #Result #Btn .b1:hover {
            background-position: 0px -48px;
        }

    #Result #Btn .b2 {
        width: 128px;
        height: 48px;
        display: block;
        float: left;
        background-image: url("../img/next.png");
        background-position: 0px 0px;
        background-repeat: no-repeat;
    }

        #Result #Btn .b2:hover {
            background-position: 0px -48px;
        }
