@charset "UTF-8";



.is-wiiu .l-category-local-header {
  background-color: #0096c8
}
.is-3ds .l-category-local-header {
  background-color: #ce181e
}
.is-amiibo .l-category-local-header {
  background-color: #000
}
.category-local-header {
  display: table;
  width: 100%;
  height: 55px;
}
@media screen and (min-width: 1600px) {
  .category-local-header {
    width:1600px;
    margin: 0 auto
  }
}

.category-local-heading {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #FFF;
  padding: 0 0 0 24px;
}
.category-local-heading:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 36px;
  margin: 0 16px 0 0;
  background: #FFF;
  vertical-align: bottom;
}
.category-local-sub {
  display: table-cell;
  padding: 0 20px 0 0;
  font-size: 10px;
  line-height: 1.2;
  color: #FFF;
  letter-spacing: 0.35em;
  text-align: right;
  vertical-align: middle;
}