@charset "utf-8";

.clr { clear: both; }

h1 {
  width: 290px;
  padding-top: 155px;
  font-size: 14px;
  line-height:1.3em;
  color: #FFFFFF;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align:justify;
}
h2 {
  margin-bottom: 8px;
  padding-bottom: 5px;
  border-bottom: 1px solid #CC66FF;
  color: #CC66FF;
  font-size: 14px;
}
a {
  color: #CC66FF;
  text-decoration: none;
}
a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

p {
  line-height: 150%;
  text-align:justify;
}
.left {float:left;}
.right {float:right;}

/*-- LAYOUT --*/
/*-- BASIC --*/

body {
  background-color: #000000;
  background-image: url(https://nukeparty.com/images/index_back.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  font-size: 12px;
  color: #999999;
}

#container {
  height: auto;
  max-width: 680px;
  min-width:300px;
  margin:0px auto;
  padding-bottom: 30px;
}
#container:after {
  font-size:1px;
  height: 0px;
  display: block;
  clear: both;
  content: "";
}
#wrapper {
  width: 100%;
  height: auto;
  font: left;
  zoom: 1;
}
#header {
  width: 100%;
  height:410px;
}
#main {
  width: 100%;
}
#footer {
  width: 100%;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #666666;
}
@media only screen and (min-width:681px) and (max-width:760px) {
  body {
    background-size:200% auto;
  }
  h1 {
    width:300px;
    padding-top:22%;
    padding-left:1%;
  }
}
@media only screen and (max-width:680px) {
  body {
    background-size:200% auto;
  }
  #header {
    height:55%;
  }
  #main {
    padding:15px;
  }
  h1 {
    width:auto;
    padding:55% 15px 0px;
  }
}

/*-- MAIN --*/

#main .top {
  zoom: 1;
  overflow:hidden;
}

#main .bottom {
  zoom: 1;
  padding-top: 15px;
  overflow:hidden;
}

#main .top:after,
#main .bottom:after {
  font-size:1px;
  height: 0px;
  display: block;
  clear: both;
  content: "";
}
/*-- MAIN CONTENTS --*/

#main .top .left {
  width: 350px;
}

#main .top .right {
  width: 310px;
}

#main .top .right dl {
  border-right : 1px solid #666666;
  border-bottom : 1px solid #666666;
  border-left : 1px solid #666666;
}

#main .top .right dl dt,
#main .top .right dl dd {
  color: #FFFF33;
  font-size: 12px;
  height:29px;
  line-height:29px;
}

#main .top .right dl dt {
  float:left;
  clear:both;
  width:17em;
  padding:0 5px;
  white-space:nowrap;
  border-top: 1px solid #666666;
}

#main .top .right dl dd {
  margin-left:17em;    /* = dt.width + dt.padding */
  padding:0 5px;
  border-top: 1px solid #666666;
  border-left: 1px solid #666666;
}

.img_box,
.text_box {
  padding: 3px 0px;
}
/*-- ENTRANCE --*/

#main .bottom .left {
  width: 260px;
}

#main .bottom .right {
  width: 400px;
}

#main .bottom .right ul {
  list-style-type: none;
}

#main .bottom .right ul li.enter {
  width: 400px;
  height: 75px;
  overflow:hidden;
}

#main .bottom .right ul li.enter a {
  width: 400px;
  display: block;
  height: 75px;
  background-image: url(https://nukeparty.com/images/entrance_button.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  text-indent:-9999px;
}

#main .bottom .right ul li.enter a:hover {
  background-image: url(https://nukeparty.com/images/entrance_button.gif);
  background-repeat: no-repeat;
  background-position: 0px bottom;
}

#main .bottom .right ul li.leave a {
  width: 400px;
  display: block;
  padding-top: 10px;
  text-align: right;
}

p.attention {
  font-size: 11px;
  color: #FF0000;
}

#footer p {
  text-align: center;
}
#footer p a {
  color:#999;
}

@media only screen and (max-width:680px) {
  .left, .right {
    float:none;
    width:auto !important;
  }
  #main .top .right dl {
    max-width:310px;
    margin:10px auto;
  }
  #main .bottom .right ul li.enter {
    margin:auto;
  }
  #main .bottom .right ul li.leave a {
    width:auto;
    text-align:center;
  }
}
@media only screen and (max-width:430px) {
  #main .bottom .right ul li.enter {
    width:auto;
    height:auto;
  }
  #main .bottom .right ul li.enter a {
    width:100%;
    height:100%;
    background-size:100% auto;
    padding-top:15%
  }
}
