@charset "utf-8";

/* background images
-------------------------------------------------- */
#bg0, #bg1, #bg2, #bg3, #bg4, #bg5,
#bg6, #bg7, #bg8, #bg9, #bg10, #bg11, #bg12 {
    position:fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: -1;
}
#bg0 {
    background: url(../img/bg_00.jpg);
    background-position: top left;
    background-size: cover;
}
#bg1 {
    background: url(../img/bg_01.jpg);
    background-position: top right;
    background-size: cover;
}
#bg2 {
    background: url(../img/bg_02.jpg);
    background-position: top right;
    background-size: cover;
}
#bg3 {
    background: url(../img/bg_03.jpg);
    background-position: top right;
    background-size: cover;
}
#bg4 {
    background: url(../img/bg_04.jpg);
    background-position: top left;
    background-size: cover;
}
#bg5 {
    background: url(../img/bg_05.jpg);
    background-position: top left;
    background-size: cover;
}
#bg6 {
    background: url(../img/bg_06.jpg);
    background-position: top left;
    background-size: cover;
}
#bg7 {
    background: url(../img/bg_07.jpg);
    background-position: top right;
    background-size: cover;
}
#bg8 {
    background: url(../img/bg_08.jpg);
    background-position: top right;
    background-size: cover;
}
#bg9 {
    background: url(../img/bg_09.jpg);
    background-position: top right;
    background-size: cover;
}
#bg10 {
    background: url(../img/bg_10.jpg);
    background-position: top left;
    background-size: cover;
}
#bg11 {
    background: url(../img/bg_11.jpg);
    background-position: top left;
    background-size: cover;
}
#bg12 {
    background: url(../img/bg_12.jpg);
    background-position: top left;
    background-size: cover;
}

