@charset "UTF-8";
body {
}



.stagePic {
        top: 410px;
        left: 30px;
        width:160px;
        height:80px;
        float: left;
        position: absolute;
        z-index: 9;
        background-image:url("../parts/stage1.png");
        background-repeat: no-repeat;
        background-position:50% 50%;
        background-size:contain;
}

.container {
        background: hsl(0 0% 50%);
}

.c{
        background-image:url("../parts/c1-1.png");
        background-repeat: no-repeat;
        background-position:50% 50%;
        background-size:contain;
}

.r{
        background-image:url("../parts/r1.png");
        background-repeat: no-repeat;
        background-position:50% 50%;
        background-size:contain;
}

.leftColor{
        background: hsl(0 0% 0%);
}

.rightColor{
        background: hsl(0 0% 100%);
}

.nowColor{
        left: 238px;
}