@charset "UTF-8";

/* --Eventメニュー-- */
.EventMenu {
  background: none;
  padding-bottom: 1%;
}

.EventMenuList {
  background-color: #f2930b;
}

.EventMenuContents {
  padding-top: 0;
}

.table-eventpoint {
  margin-bottom: 0%;
}

.table-eventpoint th:nth-child(1) { width: 30%; }
.table-eventpoint th:nth-child(2) { width: 30%; }

.table-dungeon th:nth-child(1) { width: 50%; }
.table-dungeon th:nth-child(2) { width: 15%; }

/* ラインナップボタン */
.imgEX-btn {
  width: 88%;
  max-width: 640px;
  margin: 0 auto;
}

.btnDetail {
  background-color: #005dbc;
  -webkit-box-shadow: 0 6px 0 #114c89, inset 2px 2px 0 rgba(255, 255, 255, .2), inset -2px -2px 0 rgba(255, 255, 255, .1);
  box-shadow: 0 6px 0 #114c89, inset 2px 2px 0 rgba(255, 255, 255, .2), inset -2px -2px 0 rgba(255, 255, 255, .1);
}

.btnDetail:active{
  -webkit-box-shadow:  0 2px 0 #114c89, inset 2px 2px 0 rgba(255, 255, 255, .2), inset -2px -2px 0 rgba(255, 255, 255, .1);
  box-shadow:  0 2px 0 #114c89, inset 2px 2px 0 rgba(255, 255, 255, .2), inset -2px -2px 0 rgba(255, 255, 255, .1);
}