@charset "utf-8";
/* CSS Document */

#map{
    background-image:url(../assets/map.png);
    background-repeat: no-repeat;
}
.scenelink .thumb{
    height: 130px;
    background-repeat: no-repeat;
}

#link_scene1 .thumb{
    background-image: url("../assets/thumb_cam01.jpg");
}
#link_scene2 .thumb{
    background-image: url("../assets/thumb_cam02.jpg");
}
#link_scene3 .thumb{
    background-image: url("../assets/thumb_cam03.jpg");
}
#arrow_scene1{
    background-image:url("../assets/arrow_scene1.png");
    width: 80px;
    height: 96px;
    top: 220px;
    left: 99px;
}
#arrow_scene1.arrow_current{
    background-image:url("../assets/arrow_scene1_on.png");
}
#arrow_scene2{
    background-image:url("../assets/arrow_scene2.png");
    width: 46px;
    height: 150px;
    top: 83px;
    left: 161px;
}
#arrow_scene2.arrow_current{
    background-image:url("../assets/arrow_scene2_on.png");
}
#arrow_scene3{
    background-image:url("../assets/arrow_scene3.png");
    width: 28px;
    height: 154px;
    top: 140px;
    left: 70px;
}
#arrow_scene3.arrow_current{
    background-image:url("../assets/arrow_scene3_on.png");
}

#seeklink_1_1{
    width: 31px;
    height: 47px;
    bottom: 0;
    left: -7px;
}
#seeklink_1_2{
    width: 31px;
    height: 31px;
    left: -7px;
    top: 17px;
}
#seeklink_2_1{
        width: 31px;
    height: 55px;
    bottom: 0;
    right: -7px;
}
#seeklink_2_2{
       width: 31px;
    height: 44px;
    right: -7px;
    top: 48px;
}
#seeklink_2_3{
    height: 47px;
    width: 51px;
    top: 0;
    left: 0;
}
#seeklink_3_1{
    width: 31px;
    height: 89px;
    bottom: -5px;
    right:-7px;
}
#seeklink_3_2{
       width: 31px;
    right: -7px;
    height: 67px;
    top: 0px;
}

