ul {
  list-style: none;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  outline: none;
}

#gaCol {
  height: 0;
  overflow: hidden;
}

footer {
  padding-bottom: 5px;
}
footer #logo-bne {
  padding: 10px 0;
}

.hoverOpa {
  -webkit-transition: all .3s;
  transition: all .3s;
}
.hoverOpa:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

body::before {
  background: url("../images/spec/bg_spec.jpg") top center no-repeat;
  background-size: 100% auto;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  content: "";
  z-index: -1;
}

#mainCol div.submenu ul {
  width: 94%;
  margin: 3% auto 0;
}
#mainCol div.submenu ul li {
  float: left;
  padding-right: 2%;
  padding-bottom: 1%;
  width: 32%;
}
#mainCol div.submenu ul li:nth-child(3n) {
  padding-right: 0;
}

/*limited*/
body.limited div.sound {
  background-color: rgba(0, 0, 0, 0.6);
  width: 94%;
  text-align: left;
  color: #fff;
  margin: 0 auto;
}
body.limited div.sound table {
  width: 100%;
  border: 1px solid #373737;
}
body.limited div.sound table tr {
  border-bottom: 1px solid #373737;
}
body.limited div.sound table tr th {
  padding: 0.5rem 0;
  text-align: center;
}
body.limited div.sound table tr td {
  padding: 0.5rem 0;
  padding-left: 2rem;
}
body.limited div.sound table tr td.secRow {
  border-left: 1px solid #373737;
}
body.limited div.sound table tr td.play {
  position: relative;
}
body.limited div.sound table tr td.play:after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 8px;
  left: 8px;
  background: url("../../images/spec/limited/icon_play.png") top left no-repeat;
  background-size: 100%;
}
body.limited div.sound table tr td div {
  color: #f2e2b8;
  cursor: pointer;
  display: block;
}
body.limited div.sound table tr td div:hover {
  color: #fff;
}

/*index*/
body.index ul.btnCol {
  width: 94%;
  margin: 5% auto;
}
body.index .tab_area {
  width: 94%;
  margin: 0 auto;
}
body.index .tab_area li {
  margin: 2% 0 0;
  cursor: pointer;
}
body.index .specBox {
  width: 94%;
  margin: 2% auto 0;
  padding-bottom: 2%;
  overflow-x: auto;
}
body.index .specBox::-webkit-scrollbar {
  height: 10px;
}
body.index .specBox::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #eee;
}
body.index .specBox::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #666;
}
body.index .specBox::-webkit-scrollbar-track-piece {
  background: none;
}
body.index .specBox .box01.hide {
  display: none;
}
body.index .specBox .box01 {
  color: #fff;
  font-size: 10px;
  line-height: 1.5em;
}
body.index .specBox .box01 table {
  width: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.8);
  border-top: 1px solid rgba(0, 0, 0, 0.8);
  background: rgba(0, 0, 0, 0.8);
}
body.index .specBox .box01 table a {
  color: #ffea00;
}
body.index .specBox .box01 table a:hover {
  color: #fff;
}
body.index .specBox .box01 table span {
  font-size: 9px;
}
body.index .specBox .box01 table thead {
  background: rgba(172, 146, 80, 0.4);
}
body.index .specBox .box01 table thead tr {
  border-bottom: 1px solid black;
}
body.index .specBox .box01 table thead th {
  background: #786431;
  padding: 5px;
  border-left: 1px solid black;
  text-align: center;
  white-space: nowrap;
  position: sticky;
  position: -webkit-sticky;
  left: 0;
  z-index: 2;
}
body.index .specBox .box01 table tbody .platform00 th {
  border-right: 1px solid black;
  background: #511e21;
}
body.index .specBox .box01 table tbody .platform01 th {
  border-right: 1px solid black;
  background: #21482a;
}
body.index .specBox .box01 table tbody .platform02 th {
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  background: #08364f;
}
body.index .specBox .box01 table tbody th {
  background: #786431;
  padding: 5px;
  border-left: 1px solid black;
  border-top: 1px solid black;
  text-align: center;
  white-space: nowrap;
  position: sticky;
  position: -webkit-sticky;
  left: 0;
}
body.index .specBox .box01 table tbody tr {
  border-bottom: 1px solid #373737;
}
body.index .specBox .box01 table tbody td {
  padding: 5px;
  border-left: 1px solid #373737;
  white-space: nowrap;
}
body.index .specBox .box01 table tr {
  border-left: 1px solid black;
}
body.index .specBox .box01 table td {
  padding: 5px;
  border-left: 1px solid black;
  text-align: center;
  white-space: nowrap;
}
body.index ul.caption {
  font-size: 12px;
  color: #fff;
  text-align: left;
  width: 90%;
  margin: 5% auto;
  line-height: 1.6;
}
body.index ul.cap {
  font-size: 12px;
  color: #fff;
  text-align: left;
  width: 90%;
  margin: 5% auto;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
}
body.index ul.capDx {
  font-size: 12px;
  color: #fff;
  text-align: left;
  width: 90%;
  margin: 5% auto;
  line-height: 1.6;
  text-indent: -1rem;
  padding-left: 1rem;
}

body.specialEd h3#dengeki {
  padding-top: 15%;
  margin-top: 0;
}

/*shop*/
body.shop #mainCol h3 {
  margin: 4% 0;
}
body.shop #mainCol .shoplist li {
  position: relative;
  background: url(../../images/spec/shop/bg_item.png) center top no-repeat;
  background-size: 100%;
  width: 90%;
  height: 0;
  padding-top: 105%;
  margin: 0 auto 5%;
}
body.shop #mainCol .shoplist li h4, body.shop #mainCol .shoplist li .itemName, body.shop #mainCol .shoplist li .itemImg, body.shop #mainCol .shoplist li span, body.shop #mainCol .shoplist li a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
body.shop #mainCol .shoplist li h4 {
  width: 100%;
  margin-top: 3.5%;
}
body.shop #mainCol .shoplist li .itemName {
  margin-top: 19%;
}
body.shop #mainCol .shoplist li .itemImg {
  width: 86%;
  margin: 35% 0 0 7%;
}
body.shop #mainCol .shoplist li span, body.shop #mainCol .shoplist li a {
  width: 88%;
  margin: 94% 0 0 6%;
}
