body {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    min-width: 960px;
    min-height: 700px;
    background-color: #000000;
}
a img,img{border: none}
#wrapper{
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    min-width: 960px;
    min-height: 700px;
    overflow: hidden;
}

#bg {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    min-width: 960px;
    background-size: cover;
    background-position: top right;
    background-image:url("image/bg.jpg");
}
#maccha{
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

#azuki{
    position: absolute;
    margin: 0;
    padding: 0;
    width: 95%;
    height: 100%;
}
#socialbuttons div {
    float: left;
}
#bgm,.popup_banner,.movie,.menu{
    cursor: pointer;
}
#loading {
    position: absolute;
    background-color: #ffffff;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
}
#loading_container {
    position: absolute;
    top:50%;
    left:50%;
    margin-left: -25px;
    margin-top: -25px;
}
.popup {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.popup_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    opacity: 0.7;
}
#nico-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.8;
}
#nico-panel {
    position: absolute;
    left: -50%;
    top: 50%;
    width:640px;
    height: 480px;
    margin-left: -320px;
    margin-top: -240px;
    background-color: #000000;
    border: solid 1px #55bdb0;
}
.contents,.play{display: none;}

.icon,.next,.next2,.track{cursor: pointer;}