@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.outline {
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

sup {
  vertical-align: super;
  font-size: xx-small;
}

sub {
  vertical-align: sub;
  font-size: xx-small;
}

.mod-para {
  margin-bottom: 1em;
}
.mod-para:last-child {
  margin-bottom: 0;
}
.mod-para.-lead {
  font-size: larger;
}

a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}
a[target="_blank"]:after {
  display: inline-block;
  font-family: 'icon';
  content: "\e600";
  margin-left: 5px;
  vertical-align: middle;
}
a.st-noicon[target="_blank"]:after {
  display: none;
}
a img {
  vertical-align: middle;
}

.mod-button {
  display: inline-block;
  background: #aaa;
}
.mod-button > .sub-a {
  display: block;
  padding: 5px 20px;
  text-align: center;
  text-decoration: none;
  color: #000;
}
.mod-button:hover {
  background: #eee;
}
.mod-button.-wide {
  display: block;
}
.mod-button.-large > .sub {
  padding: 20px 40px;
  font-size: 30px;
}

.mod-pager {
  text-align: center;
  letter-spacing: -.34em;
}
.mod-pager > li {
  display: inline-block;
  margin: 0 5px;
  letter-spacing: normal;
}
.mod-pager > li > a, .mod-pager > li > span {
  display: block;
  padding: 5px 10px;
  line-height: 1em;
}
.mod-pager > li > span {
  background: #ccc;
}
.mod-pager > li.sub-prev > span, .mod-pager > li.sub-next > span {
  background: transparent;
}

img {
  vertical-align: top;
  max-width: 100%;
}

.mod-image {
  text-align: center;
}

.mod-list > .sub-li {
  *zoom: 1;
}
.mod-list > .sub-li:after {
  content: '';
  display: table;
  clear: both;
}
.mod-list > .sub-li > .sub-div {
  overflow: hidden;
}
.mod-list.-dot > li.sub-li {
  margin-left: 1em;
  list-style-type: none;
}
.mod-list.-dot > li.sub-li:before {
  content: '・';
  font-size: larger;
  font-weight: bold;
  margin-left: -1em;
  vertical-align: middle;
}
.mod-list.-dot > li.sub-li > .sub-div {
  display: inline;
}
.mod-list.-note > li.sub-li {
  margin-left: 1em;
  list-style-type: none;
}
.mod-list.-note > li.sub-li:before {
  content: '※';
  margin-left: -1em;
  vertical-align: middle;
}
.mod-list.-note > li.sub-li > .sub-div {
  display: inline;
}
.mod-list.-num {
  counter-reset: olcount 0;
}
.mod-list.-num > li.sub-li {
  list-style-type: none;
}
.mod-list.-num > li.sub-li:before {
  content: counter(olcount,decimal) ". ";
  counter-increment: olcount 1;
  float: left;
  display: inline-block;
  width: 2em;
  text-align: right;
}
.mod-list.-num > li.sub-li > .sub-div {
  display: block;
}
.mod-list.-note.-num > li.sub-li:before {
  content: "※" counter(olcount,decimal) ". ";
}
.mod-list.-link > li.sub-li {
  list-style-type: none;
}
.mod-list.-link > li.sub-li:before {
  content: '';
  vertical-align: middle;
  display: inline-block;
  width: 0;
  height: 0;
  border: 5px solid #000;
  border-color: transparent transparent transparent #000;
  float: left;
  position: relative;
  top: .5em;
}
.mod-list.-link > li.sub-li > .sub-div {
  display: block;
}

.mod-dl.-horizontal {
  *zoom: 1;
}
.mod-dl.-horizontal:after {
  content: '';
  display: table;
  clear: both;
}
.mod-dl.-horizontal .sub-dt {
  float: left;
  margin-right: 10px;
}
.mod-dl.-horizontal .sub-dd {
  overflow: hidden;
}

.st-badge {
  display: inline-block;
  padding: 0.3em 0.5em;
  margin: 0 5px;
  text-align: center;
  vertical-align: middle;
  line-height: 1em;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
}

table.mod-table th, table.mod-table td {
  border: 1px solid #000;
  padding: 10px;
}

.mod-grid {
  letter-spacing: -.34em;
  text-align: center;
}
.mod-grid > .sub-cell {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}
.mod-grid > .sub-cell > .sub-inner {
  text-align: left;
}
.mod-grid.-vMiddle > .sub-cell {
  vertical-align: middle;
}

.mod-textAndImageBlock {
  *zoom: 1;
}
.mod-textAndImageBlock:after {
  content: '';
  display: table;
  clear: both;
}
.mod-textAndImageBlock .sub-1stContent > .sub-inner {
  margin: 0 10px;
}
.mod-textAndImageBlock .sub-2ndContent {
  float: left;
}
.mod-textAndImageBlock .sub-2ndContent > .sub-inner {
  margin: 0 10px;
}
.mod-textAndImageBlock.-left .sub-1stContent {
  float: left;
}
.mod-textAndImageBlock.-left .sub-1stContent > .sub-inner {
  margin-left: 0;
}
.mod-textAndImageBlock.-left .sub-2ndContent > .sub-inner {
  margin-right: 0;
}
.mod-textAndImageBlock.-right .sub-1stContent {
  float: right;
}
.mod-textAndImageBlock.-right .sub-1stContent > .sub-inner {
  margin-right: 0;
}
.mod-textAndImageBlock.-right .sub-2ndContent > .sub-inner {
  margin-left: 0;
}
.mod-textAndImageBlock.-wraps .sub-2ndContent {
  float: none;
  width: auto;
}
.mod-textAndImageBlock.-wraps .sub-2ndContent > .sub-inner {
  margin: 0;
}
.mod-textAndImageBlock.-wraps.-left .sub-1stContent > .sub-inner {
  margin-right: 20px;
}
.mod-textAndImageBlock.-wraps.-right .sub-1stContent {
  margin-left: 10px;
}
.mod-textAndImageBlock.-wraps.-right .sub-1stContent > .sub-inner {
  margin-left: 10px;
}
.mod-textAndImageBlock.-step {
  padding-bottom: 40px;
  position: relative;
}
.mod-textAndImageBlock.-step:before {
  content: "↓";
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: auto;
  width: 1em;
}

.mod-faq {
  padding-bottom: 15px;
  margin-top: 15px;
  border-bottom: 1px dotted #999;
}
.mod-faq .sub-q {
  *zoom: 1;
}
.mod-faq .sub-q:after {
  content: '';
  display: table;
  clear: both;
}
.mod-faq .sub-q:before {
  content: "Q:";
  display: inline-block;
  width: 2em;
  height: 1em;
  float: left;
  margin-right: 10px;
}
.mod-faq .sub-q .sub-inner {
  overflow: hidden;
}
.mod-faq .sub-q:hover {
  cursor: pointer;
}
.mod-faq .sub-a {
  *zoom: 1;
  display: none;
  margin-top: 15px;
}
.mod-faq .sub-a:after {
  content: '';
  display: table;
  clear: both;
}
.mod-faq .sub-a:before {
  content: "A:";
  display: inline-block;
  width: 2em;
  height: 1em;
  float: left;
  margin-right: 10px;
}
.mod-faq .sub-a .sub-inner {
  overflow: hidden;
}
.mod-faq .mod-para:last-child {
  margin-bottom: 0;
}
.mod-faq:first-child {
  border-top: 1px dotted #999;
  padding: 15px 0;
}

.sns > ul li {
  display: inline-block;
  width: 120px;
  height: 21px;
}
.sns > ul li.line img {
  display: block;
}

.mod-narrowContent {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.mod-group {
  background: #ddd;
  padding: 10px;
  margin-top: 20px;
}
.mod-group:first-child {
  margin-top: 0;
}

.x1of1 {
  width: 100%;
}

.x1of2 {
  width: 50%;
}

.x1of3 {
  width: 33.333%;
}

.x2of3 {
  width: 66.666%;
}

.x1of4 {
  width: 25%;
}

.x3of4 {
  width: 75%;
}

.x1of5 {
  width: 20%;
}

.x2of5 {
  width: 40%;
}

.x3of5 {
  width: 60%;
}

.x4of5 {
  width: 80%;
}

.x1of6 {
  width: 16.666%;
}

.x5of6 {
  width: 83.333%;
}

.x1of7 {
  width: 14.285%;
}

.x2of7 {
  width: 28.571%;
}

.x3of7 {
  width: 42.857%;
}

.x4of7 {
  width: 57.142%;
}

.x5of7 {
  width: 71.428%;
}

.x6of7 {
  width: 85.714%;
}

.x1of8 {
  width: 12.5%;
}

.x3of8 {
  width: 37.5%;
}

.x5of8 {
  width: 62.5%;
}

.x7of8 {
  width: 87.5%;
}

.x1of9 {
  width: 11.111%;
}

.x2of9 {
  width: 22.222%;
}

.x4of9 {
  width: 44.444%;
}

.x5of9 {
  width: 55.555%;
}

.x7of9 {
  width: 77.777%;
}

.x8of9 {
  width: 88.888%;
}

.x1of10 {
  width: 10%;
}

.x3of10 {
  width: 30%;
}

.x7of10 {
  width: 70%;
}

.x9of10 {
  width: 90%;
}

.st-blockCenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

.st-blockLeft {
  margin-left: 0 !important;
  margin-right: auto !important;
}

.st-blockRight {
  margin-left: auto !important;
  margin-right: 0 !important;
}

.st-floatLeft {
  float: left  !important;
}

.st-floatRight {
  float: right !important;
}

.st-clearfix {
  *zoom: 1;
}
.st-clearfix:after {
  content: '';
  display: table;
  clear: both;
}

.st-inlineCenter {
  text-align: center !important;
}

.st-inlineLeft {
  text-align: left   !important;
}

.st-inlineRight {
  text-align: right  !important;
}

.st-vAlignTop {
  vertical-align: top;
}

.st-vAlignBottom {
  vertical-align: bottom;
}

.st-vAlignMiddle {
  vertical-align: middle;
}

body {
  font: 62.5% "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",Osaka,sans-serif;
  color: #1d1d1d;
  -webkit-text-size-adjust: 100%;
}

@font-face {
  font-family: 'icon';
  src: url("fonts/icon.eot?-sctq16");
  src: url("fonts/icon.eot?#iefix-sctq16") format("embedded-opentype"), url("fonts/icon.ttf?-sctq16") format("truetype"), url("fonts/icon.woff?-sctq16") format("woff"), url("fonts/icon.svg?-sctq16#icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
sup {
  vertical-align: super;
  font-size: xx-small;
}

sub {
  vertical-align: sub;
  font-size: xx-small;
}

.mod-para {
  margin-bottom: 1em;
}
.mod-para:last-child {
  margin-bottom: 0;
}

.st-bold {
  font-weight: bold;
}

strong {
  font-weight: bold;
  color: #f00;
}

em {
  color: #BF62EB;
}

.st-attention {
  color: #f00;
}

a {
  color: #1d1d1d;
}
a:hover {
  color: #0b136d;
}

.mod-button {
  display: inline-block;
  background: #03001d;
  border: 1px solid #68f3fe;
  position: relative;
  overflow: hidden;
  vertical-align: top;
}
.mod-button:before {
  display: inline-block;
  content: "";
  border: 3em solid #68f3fe;
  border-color: transparent #68f3fe transparent transparent;
  position: absolute;
  bottom: -3em;
  right: 0;
}
.mod-button:after {
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1em;
  font-family: 'icon';
  content: "\e601";
  vertical-align: middle;
  color: #03001d;
  font-weight: bold;
  position: absolute;
  bottom: 0.5em;
  right: 0.3em;
}
.mod-button.-return:before {
  display: inline-block;
  content: "";
  border: 3em solid #68f3fe;
  border-color: transparent transparent transparent #68f3fe;
  position: absolute;
  bottom: -3em;
  left: 0;
}
.mod-button.-return:after {
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1em;
  font-family: 'icon';
  content: "\e603";
  vertical-align: middle;
  color: #03001d;
  font-weight: bold;
  position: absolute;
  bottom: 0.5em;
  left: 0.3em;
}
.mod-button.-return:hover:before {
  border-color: transparent transparent transparent #fff;
  cursor: pointer;
}
.mod-button > .sub-a {
  display: block;
  padding: 13px 50px;
  text-align: center;
  text-decoration: none;
  color: #68f3fe;
  font-weight: bold;
  position: relative;
}
.mod-button:hover {
  border: 1px solid #fff;
  background: #03001d;
}
.mod-button:hover:before {
  border-color: transparent #fff transparent transparent;
  cursor: pointer;
}
.mod-button:hover > .sub-a {
  color: #fff;
}
.mod-button:active {
  position: relative;
  top: 1px;
}
.mod-button.-wFix {
  width: 18em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mod-button.-wide {
  display: block;
}
.mod-button.-large > .sub-a {
  padding: 20px;
}

.mod-image.-glow img {
  -moz-box-shadow: 0 0 2px 2px rgba(113, 251, 255, 0.75);
  -webkit-box-shadow: 0 0 2px 2px rgba(113, 251, 255, 0.75);
  box-shadow: 0 0 2px 2px rgba(113, 251, 255, 0.75);
  border: 1px solid #71fbff;
}

.mod-image.-glow2 img {
  -moz-box-shadow: 0 0 40px 5px rgba(113, 251, 255, 0.6);
  -webkit-box-shadow: 0 0 40px 5px rgba(113, 251, 255, 0.6);
  box-shadow: 0 0 40px 5px rgba(113, 251, 255, 0.6);
  border: 2px solid #71fbff;
  padding: 2px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mod-list.-fontS {
  font-size: smaller;
}

.mod-dl.ex-product > .sub-dt {
  width: 7em;
}
.mod-dl.ex-product > .sub-dt:after {
  content: ":";
  float: right;
}

table.mod-table th,
table.mod-table td {
  border: 1px solid #fff;
  font-size: smaller;
  background: #000;
  color: #fff;
  background: #000 url(/ex/pokken_wiiU/common/images/bg_tableTd.png);
}
table.mod-table th {
  background: #000;
}

.sns > ul > li {
  text-align: left;
}

.ex-textLink {
  color: #fff;
  text-decoration: underline;
}
.ex-textLink:hover {
  color: #fff;
  text-decoration: none;
}

#top .ex-hideTop {
  display: none;
}

.ex-small {
  font-size: smaller;
}

.st-rm {
  margin: 0 !important;
}

.st-rmTop {
  margin-top: 0 !important;
}

.st-rmBottom {
  margin-bottom: 0 !important;
}

.st-rmLeft {
  margin-left: 0 !important;
}

.st-rmRight {
  margin-right: 0 !important;
}

.st-addTopXS {
  margin-top: 5px !important;
}

.st-addTopSS {
  margin-top: 10px !important;
}

.st-addTopS {
  margin-top: 15px !important;
}

.st-addTopM {
  margin-top: 20px !important;
}

.st-addTopL {
  margin-top: 25px !important;
}

.st-addTopLL {
  margin-top: 35px !important;
}

.st-addTopXL {
  margin-top: 50px !important;
}

.st-addBottomXS {
  margin-bottom: 5px !important;
}

.st-addBottomSS {
  margin-bottom: 10px !important;
}

.st-addBottomS {
  margin-bottom: 15px !important;
}

.st-addBottomM {
  margin-bottom: 20px !important;
}

.st-addBottomL {
  margin-bottom: 25px !important;
}

.st-addBottomLL {
  margin-bottom: 35px !important;
}

.st-addBottomXL {
  margin-bottom: 50px !important;
}

.st-addLeftXS {
  margin-left: 5px !important;
}

.st-addLeftSS {
  margin-left: 10px !important;
}

.st-addLeftS {
  margin-left: 15px !important;
}

.st-addLeftM {
  margin-left: 20px !important;
}

.st-addLeftL {
  margin-left: 25px !important;
}

.st-addLeftLL {
  margin-left: 35px !important;
}

.st-addLeftXL {
  margin-left: 50px !important;
}

.st-addRightXS {
  margin-right: 5px !important;
}

.st-addRightSS {
  margin-right: 10px !important;
}

.st-addRightS {
  margin-right: 15px !important;
}

.st-addRightM {
  margin-right: 20px !important;
}

.st-addRightL {
  margin-right: 25px !important;
}

.st-addRightLL {
  margin-right: 35px !important;
}

.st-addRightXL {
  margin-right: 50px !important;
}

.st-rmPad {
  padding: 0 !important;
}

.st-rmPadTop {
  padding-top: 0 !important;
}

.st-rmPadBottom {
  padding-bottom: 0 !important;
}

.st-rmPadLeft {
  padding-left: 0 !important;
}

.st-rmPadRight {
  padding-right: 0 !important;
}

.st-addPadXS {
  padding: 5px !important;
}

.st-addPadSS {
  padding: 10px !important;
}

.st-addPadS {
  padding: 15px !important;
}

.st-addPadM {
  padding: 20px !important;
}

.st-addPadL {
  padding: 25px !important;
}

.st-addPadLL {
  padding: 35px !important;
}

.st-addPadXL {
  padding: 50px !important;
}

.st-addPadTopXS {
  padding-top: 5px !important;
}

.st-addPadTopSS {
  padding-top: 10px !important;
}

.st-addPadTopS {
  padding-top: 15px !important;
}

.st-addPadTopM {
  padding-top: 20px !important;
}

.st-addPadTopL {
  padding-top: 25px !important;
}

.st-addPadTopLL {
  padding-top: 35px !important;
}

.st-addPadTopXL {
  padding-top: 50px !important;
}

.st-addPadBottomXS {
  padding-bottom: 5px !important;
}

.st-addPadBottomSS {
  padding-bottom: 10px !important;
}

.st-addPadBottomS {
  padding-bottom: 15px !important;
}

.st-addPadBottomM {
  padding-bottom: 20px !important;
}

.st-addPadBottomL {
  padding-bottom: 25px !important;
}

.st-addPadBottomLL {
  padding-bottom: 35px !important;
}

.st-addPadBottomXL {
  padding-bottom: 50px !important;
}

.st-addPadLeftXS {
  padding-left: 5px !important;
}

.st-addPadLeftSS {
  padding-left: 10px !important;
}

.st-addPadLeftS {
  padding-left: 15px !important;
}

.st-addPadLeftM {
  padding-left: 20px !important;
}

.st-addPadLeftL {
  padding-left: 25px !important;
}

.st-addPadLeftLL {
  padding-left: 35px !important;
}

.st-addPadLeftXL {
  padding-left: 50px !important;
}

.st-addPadRightXS {
  padding-right: 5px !important;
}

.st-addPadRightSS {
  padding-right: 10px !important;
}

.st-addPadRightS {
  padding-right: 15px !important;
}

.st-addPadRightM {
  padding-right: 20px !important;
}

.st-addPadRightL {
  padding-right: 25px !important;
}

.st-addPadRightLL {
  padding-right: 35px !important;
}

.st-addPadRightXL {
  padding-right: 50px !important;
}
