@charset "utf-8";
/* CSS Document */

#map{
    background-image:url(../assets/map.png);
    background-repeat: no-repeat;
}
.scenelink .thumb{
    background-repeat: no-repeat;
}

#link_scene1 .thumb{
    background-image: url("../assets/thumb_cam1.jpg");
}
#link_scene2 .thumb{
    background-image: url("../assets/thumb_cam2-1.jpg");
}
#link_scene3 .thumb{
    background-image: url("../assets/thumb_cam2-2.jpg");
}
#link_scene4 .thumb{
    background-image: url("../assets/thumb_cam4.jpg");
}
#arrow_scene1{
    background-image:url("../assets/arrow_scene1.png");
    width: 110px;
    height: 118px;
    top: 205px;
    left: 100px;
}
#arrow_scene1.arrow_current{
    background-image:url("../assets/arrow_scene1_on.png");
}
#arrow_scene2{
    background-image:url("../assets/arrow_scene2.png");
    width: 47px;
    height: 32px;
    top: 173px;
    left: 122px;
}
#arrow_scene2.arrow_current{
    background-image:url("../assets/arrow_scene2_on.png");
}
#arrow_scene3{
    background-image:url("../assets/arrow_scene3.png");
    width: 62px;
    height: 148px;
    top: 44px;
    right: 56px;
}
#arrow_scene3.arrow_current{
    background-image:url("../assets/arrow_scene3_on.png");
}
#arrow_scene4{
    background-image:url("../assets/arrow_scene4.png");
    width: 28px;
    height: 64px;
    top: 269px;
    left: 100px;
}
#arrow_scene4.arrow_current{
    background-image:url("../assets/arrow_scene4_on.png");
}

#seeklink_1_1{
    width: 28px;
    height: 47px;
    bottom: 0;
    right: -5px;
}
#seeklink_1_2{
    width: 28px;
    height: 45px;
    right: -5px;
    top: 23px;
}
#seeklink_1_3{
    top:0;
    left: 0;
    height: 43px;
    width: 84px;
}
#seeklink_3_1{
    height: 28px;
    width: 67px;
    bottom: -7px;
    left: 0;
}
#seeklink_3_2{
    width: 16px;
    right: -7px;
    height: 100px;
    top: 25px;
}
#seeklink_3_3{
    height: 28px;
    right: -7px;
    top: -5px;
    width: 54px;
}
