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;
}
footer .bne_footer a {
  color: #333 !important;
}

.hoverOpa {
  -webkit-transition: all .3s;
  transition: all .3s;
}
.hoverOpa:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

body {
  background: url("../images/spec/bg_spec.jpg") top center no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
body a {
  text-decoration: underline;
  outline: none;
}
body a:link {
  color: #ffea00;
}
body a:visited {
  color: #ffea00;
}
body a:hover {
  color: #ffea00;
}
body a:active {
  color: #fff;
}
body .submenu {
  width: 1000px;
  margin: 0 auto;
}
body .submenu ul {
  overflow: hidden;
  padding-bottom: 20px;
}
body .submenu ul li {
  float: left;
  width: 235px;
  margin: 0 20px 20px 0;
}
body .submenu ul li:nth-child(4n) {
  margin-right: 0;
}
body .submenu ul li a {
  display: block;
  width: 235px;
  height: 46px;
  text-indent: -9999px;
  /*advance*/
  /*limited*/
  /*reservation*/
  /*edition01*/
  /*edition02*/
  /*shop*/
}
body .submenu ul li a.advance {
  background: url("../images/spec/menu/subbtn_advance.png") top left no-repeat;
}
body .submenu ul li a.advance:hover {
  background: url("../images/spec/menu/subbtn_advance_on.png") top left no-repeat;
}
body .submenu ul li a.advanceOn {
  background: url("../images/spec/menu/subbtn_advance_on.png") top left no-repeat;
}
body .submenu ul li a.limited {
  background: url("../images/spec/menu/subbtn_limited.png") top left no-repeat;
}
body .submenu ul li a.limited:hover {
  background: url("../images/spec/menu/subbtn_limited_on.png") top left no-repeat;
}
body .submenu ul li a.limitedOn {
  background: url("../images/spec/menu/subbtn_limited_on.png") top left no-repeat;
}
body .submenu ul li a.reservation {
  background: url("../images/spec/menu/subbtn_reservation.png") top left no-repeat;
}
body .submenu ul li a.reservation:hover {
  background: url("../images/spec/menu/subbtn_reservation_on.png") top left no-repeat;
}
body .submenu ul li a.reservationOn {
  background: url("../images/spec/menu/subbtn_reservation_on.png") top left no-repeat;
}
body .submenu ul li a.edition01 {
  background: url("../images/spec/menu/subbtn_special-edition01.png") top left no-repeat;
}
body .submenu ul li a.edition01:hover {
  background: url("../images/spec/menu/subbtn_special-edition01_on.png") top left no-repeat;
}
body .submenu ul li a.edition01On {
  background: url("../images/spec/menu/subbtn_special-edition01_on.png") top left no-repeat;
}
body .submenu ul li a.edition02 {
  background: url("../images/spec/menu/subbtn_special-edition02.png") top left no-repeat;
}
body .submenu ul li a.edition02:hover {
  background: url("../images/spec/menu/subbtn_special-edition02_on.png") top left no-repeat;
}
body .submenu ul li a.edition02On {
  background: url("../images/spec/menu/subbtn_special-edition02_on.png") top left no-repeat;
}
body .submenu ul li a.shop {
  background: url("../images/spec/menu/subbtn_shop.png") top left no-repeat;
}
body .submenu ul li a.shop:hover {
  background: url("../images/spec/menu/subbtn_shop_on.png") top left no-repeat;
}
body .submenu ul li a.shopOn {
  background: url("../images/spec/menu/subbtn_shop_on.png") top left no-repeat;
}
body .mainCol-inner {
  padding-bottom: 50px;
}
body .mainCol-inner h4 {
  margin: 50px 0 10px;
}
body #wrapCol #mainCol h3 {
  margin: 30px 0 10px;
}
body .txtNotice {
  text-align: left;
  margin-top: 50px;
}
body .txtNotice li {
  margin-bottom: 20px;
}

/*mixin*/
.backCol {
  margin: 50px auto;
}

/*Index*/
body.index {
  margin: 0 auto;
}
body.index .spec {
  margin: 30px auto;
}
body.index .spec_season {
  position: relative;
  background: url("../images/spec/index/img_season.png") top center no-repeat;
  height: 126px;
  margin-bottom: 30px;
}
body.index .spec_season .season {
  position: absolute;
  top: 31px;
  right: 30px;
}
body.index .spec_dxedtion {
  margin-top: 20px;
  position: relative;
  background: url("../images/spec/index/img_dxedtion.png") top center no-repeat;
  height: 466px;
}
body.index .spec_dxedtion .dxedtion {
  position: absolute;
  top: 130px;
  left: 380px;
}
body.index .spec_limited {
  position: relative;
  background: url("../images/spec/index/img_limited.png") top center no-repeat;
  height: 346px;
}
body.index .spec_limited .limited {
  position: absolute;
  top: 230px;
  right: 120px;
}
body.index ul.btnCol {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
body.index ul.btnCol .comingsoon {
  text-align: center;
  margin: 0 0 20px;
}
body.index ul.btnCol li {
  float: left;
  width: 310px;
  margin-right: 35px;
}
body.index ul.btnCol li:nth-child(2n) {
  margin-right: 35px;
}
body.index ul.btnCol li:nth-child(3n) {
  margin-right: 0;
}
body.index ul.btnCol li.advance a, body.index ul.btnCol li.special-edition01 a, body.index ul.btnCol li.special-edition02 a, body.index ul.btnCol li.special-edition03 a, body.index ul.btnCol li.reservation a, body.index ul.btnCol li.shop a {
  display: block;
  width: 310px;
  height: 190px;
  background: url("../images/spec/index/btn_spec01.png") bottom left no-repeat;
  text-indent: -9999px;
}
body.index ul.btnCol li.advance a:hover, body.index ul.btnCol li.special-edition01 a:hover, body.index ul.btnCol li.special-edition02 a:hover, body.index ul.btnCol li.special-edition03 a:hover, body.index ul.btnCol li.reservation a:hover, body.index ul.btnCol li.shop a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
body.index ul.btnCol li.special-edition01 a {
  background: url("../images/spec/index/btn_spec04.png") bottom left no-repeat;
}
body.index ul.btnCol li.special-edition02 a {
  background: url("../images/spec/index/btn_spec05.png") bottom left no-repeat;
}
body.index ul.btnCol li.special-edition03 a {
  background: url("../images/spec/index/btn_spec07.png") bottom left no-repeat;
}
body.index ul.btnCol li.reservation a {
  background: url("../images/spec/index/btn_spec03.png") bottom left no-repeat;
}
body.index ul.btnCol li.shop a {
  background: url("../images/spec/index/btn_spec06.png") bottom left no-repeat;
}
body.index ul.btnCol02 {
  width: 1000px;
  margin: 20px auto 0;
  overflow: hidden;
}
body.index ul.btnCol02 li {
  float: left;
  width: 490px;
  height: 70px;
  margin-right: 20px;
}
body.index ul.btnCol02 li.dlc a, body.index ul.btnCol02 li.season a {
  display: block;
  width: 490px;
  height: 70px;
  background: url("../images/spec/index/btn_spec08.png") bottom left no-repeat;
  text-indent: -9999px;
}
body.index ul.btnCol02 li.dlc a:hover, body.index ul.btnCol02 li.season a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
body.index ul.btnCol02 li.season a {
  background: url("../images/spec/index/btn_spec09.png") bottom left no-repeat;
}
body.index ul.btnCol02 li:last-child {
  margin-right: 0;
}
body.index .btnCol01 {
  width: 1000px;
  margin: 20px auto;
  overflow: hidden;
}
body.index .spectbl {
  color: #fff;
  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);
  width: 998px;
  margin: 20px auto 0;
  font-size: 10px;
  line-height: 1.5em;
}
body.index .spectbl table a:hover {
  color: #fff;
}
body.index .spectbl table span {
  font-size: 9px;
}
body.index .spectbl table thead {
  background: rgba(172, 146, 80, 0.4);
}
body.index .spectbl table thead tr {
  border-bottom: 1px solid black;
}
body.index .spectbl table thead th {
  padding: 10px;
  border-left: 1px solid black;
  text-align: center;
}
body.index .spectbl table tbody th {
  background: rgba(120, 100, 49, 0.8);
  padding: 10px;
  border-left: 1px solid black;
  border-top: 1px solid black;
  text-align: center;
}
body.index .spectbl table tbody .platform00 th {
  border-right: 1px solid black;
  background: rgba(150, 24, 30, 0.3);
}
body.index .spectbl table tbody .platform01 th {
  border-right: 1px solid black;
  background: rgba(27, 150, 54, 0.2);
}
body.index .spectbl table tbody .platform02 th {
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  background: rgba(0, 138, 212, 0.2);
}
body.index .spectbl table tbody tr {
  border-bottom: 1px solid #373737;
}
body.index .spectbl table tbody td {
  padding: 10px;
  border-left: 1px solid #373737;
}
body.index .spectbl table tr {
  border-left: 1px solid black;
}
body.index .spectbl table td {
  padding: 10px;
  border-left: 1px solid black;
  text-align: center;
}
body.index ul.cap {
  font-size: 12px;
  color: #fff;
  text-align: left;
  width: 1000px;
  margin: 20px auto;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
}
body.index ul.capDx {
  font-size: 12px;
  color: #fff;
  text-align: left;
  width: 1000px;
  margin: 20px auto;
  line-height: 1.6;
  text-indent: -1rem;
  padding-left: 1rem;
}
