@charset "UTF-8";
body {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    min-width: 950px;
    min-height: 800px;
    background-color: #fff;
    font-size: 16px;
    font-family: 'A-OTF UD新ゴ Pro M','メイリオ','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo,sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    color: #000;
}
ul,ol,li,h1,h2,h3,h4,h5,h6,dl{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-weight: normal
}
a img,img{
    border: none;
    outline:none;
}
a{
    cursor: pointer;
    outline:none;
}
div{
    margin: 0;
    padding: 0
}
ol,ul{
    list-style: none
}
p{
    margin: 0;
    padding: 0;
}
#all_wrapper{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: #fff;
}
#wrap{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#bg{
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    height: 100%;
    min-width: 660px;
    background: url(images/bg.jpg) right center no-repeat;
    background-size: cover;
    overflow: hidden;
}
#catch {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 428px;
    height: 48px;
    margin-top: -24px;
    background: url("images/catch.png") no-repeat;
}
#bottom_line {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 45px;
    min-width: 950px;
    background-color: #000;
}
#logo {
    position: absolute;
    bottom: -43px;
    right: -20px;
    width: 770px;
    height: 244px;
    background: url("images/edm_extreme_logo.png") no-repeat;
}
#sns {
    position: absolute;
    width: 80px;
    right: 20px;
    top: 10px;
}
#sns div{float: right}


/************************************
               menu
************************************/
#left {
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
    height: 100%;
    min-width: 250px;
    margin: 0 15px;
}
#menu_wrapper {
    position: absolute;
    top: 20px;
    left: 0;
    width: 250px;
    height: auto;
}
#menu_wrapper li {
    position: relative;
    float: left;
    width: 250px;
    height: 35px;
    margin-bottom: 10px;
    cursor: pointer;
}
#cd_info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 250px;
    height: auto;
}
#cd_info li {
    position: relative;
    float: left;
    width: 250px;
    height: auto;
    margin-top: 2px;
}
#cd_info .text {
    font-size: 16px;
    color: #000;
    letter-spacing: -0.5px;
    line-height: 1.2;
}
#copyright{
    height: 20px;
    font-size: 8px;
    text-align: center;
}


/************************************
               contents
************************************/
.contents {
    position: absolute;
    top: 0;
    left: -50%;
    width: 50%;
    height: 100%;
    background-color: #000;
    opacity: 0.85;
}
.contents_close{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    background: url(images/close.png)no-repeat;
    cursor: pointer;
}
.contents h3 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
}
.contents_block {
    margin: 20px;
}

/*** order ***/
ul#reservation{
    margin: 80px 0 0 20px;
    width: 310px;
    height: 400px;
}
ul#reservation li{
    margin: 0 28px 44px 0;
    width: 125px;
    height: 41px;
    float: left;
    background-repeat: no-repeat;
}
ul#reservation li a{
    display: block;
    height: 100%;
    width: 100%;
}
ul#reservation li.comingsoon {
    background-position: center bottom;
}

/*** track list ***/
#tracklist_list ul li {
    display: list-item;
    line-height: 1.0;
    margin: 11px 0;
}
#play {
    position: absolute;
    left: -20px;
    top: 0;
    margin-top: -16px;
}

