@charset "UTF-8";
body {
  font: 62.5%/2 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",Osaka,sans-serif;
  color: #4C4C4C;
  -webkit-text-size-adjust: 100%;
}

img {
  vertical-align: top;
  max-width: 100%;
}

sup {
  vertical-align: super;
  font-size: xx-small;
}

sub {
  vertical-align: sub;
  font-size: xx-small;
}

body > .outline {
  font-size: 1.6em;
}

.sub_part {
  color: #dddddd;
}

/* mod-dl
------------------------------------------------------- */
dl.mod-dl.-basic {
  *zoom: 1;
}
dl.mod-dl.-basic:after {
  content: '';
  display: table;
  clear: both;
}
dl.mod-dl.-basic > dt {
  float: left;
}
dl.mod-dl.-basic > dd {
  overflow: hidden;
}

div.mod-dlLikeTable {
  display: table;
  border: 1px solid #aaaaaa;
  border-width: 0 1px 1px 0;
}
div.mod-dlLikeTable > dl.mod-dl.-basic {
  margin-bottom: 0;
  overflow: auto;
  display: table-row;
}
div.mod-dlLikeTable > dl.mod-dl.-basic:after {
  content: none;
}
div.mod-dlLikeTable > dl.mod-dl.-basic > dt, div.mod-dlLikeTable > dl.mod-dl.-basic > dd {
  display: table-cell;
  float: none;
  padding: 5px 10px;
  background: #cccccc;
  border: 1px solid #7f7f7f;
  border-width: 1px 0 0 1px;
  line-height: 1.5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
div.mod-dlLikeTable > dl.mod-dl.-basic > dt {
  background: #dddddd;
}
div.mod-dlLikeTable > dl.mod-dl.-basic > dd {
  background: white;
}

/* mod-grid
------------------------------------------------------- */
.mod-grid {
  margin-left: -20px;
  overflow: hidden;
  letter-spacing: -.40em;
  /* 文字間を詰めて隙間を削除する */
  text-align: center;
}
.mod-grid > .cell {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  letter-spacing: normal;
  /* 文字間を通常に戻す */
}
.mod-grid > .cell > .inner {
  margin-left: 20px;
  text-align: left;
}
.mod-grid > .cell.x1of1 {
  width: 100%;
}
.mod-grid > .cell.x1of2, .mod-grid > .cell.x2of4, .mod-grid > .cell.x3of6 {
  width: 50%;
}
.mod-grid > .cell.x1of3, .mod-grid > .cell.x2of6 {
  width: 33.333%;
}
.mod-grid > .cell.x2of3, .mod-grid > .cell.x4of6 {
  width: 66.666%;
}
.mod-grid > .cell.x1of4 {
  width: 25%;
}
.mod-grid > .cell.x3of4 {
  width: 75%;
}
.mod-grid > .cell.x1of5 {
  width: 20%;
}
.mod-grid > .cell.x2of5 {
  width: 40%;
}
.mod-grid > .cell.x3of5 {
  width: 60%;
}
.mod-grid > .cell.x4of5 {
  width: 80%;
}
.mod-grid > .cell.x1of6 {
  width: 16.666%;
}
.mod-grid > .cell.x5of6 {
  width: 83.333%;
}
.mod-grid.-step {
  margin-left: -34px;
}
.mod-grid.-step > .cell > .inner {
  margin-left: 0;
  padding-left: 34px;
  position: relative;
}
.mod-grid.-step > .cell > .inner:before {
  content: "";
  background: url('../../common/images/sprites/pc.png') -45px -143px no-repeat;
  display: inline-block;
  width: 14px;
  height: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
}
.mod-grid.-step > .cell.noArrow > .inner:before {
  content: none;
}

.mod-grid > .cell > .inner .mod-grid > .cell {
  margin-bottom: 0;
}

/* mod-figureBlock
------------------------------------------------------- */
div.mod-figureBlock {
  *zoom: 1;
  margin-bottom: 20px;
}
div.mod-figureBlock:after {
  content: '';
  display: table;
  clear: both;
}
div.mod-figureBlock > .figure {
  margin: auto;
}
div.mod-figureBlock.-left {
  margin-right: -20px;
}
div.mod-figureBlock.-left .figure {
  float: left;
}
div.mod-figureBlock.-left .figure .inner {
  padding-right: 20px;
}
div.mod-figureBlock.-left .detail {
  padding-right: 20px;
}
div.mod-figureBlock.-right {
  margin-left: -20px;
}
div.mod-figureBlock.-right .figure {
  float: right;
}
div.mod-figureBlock.-right .figure .inner {
  padding-left: 20px;
}
div.mod-figureBlock.-right .detail {
  padding-left: 20px;
}
div.mod-figureBlock > .figure.x1of1 {
  width: 100%;
}
div.mod-figureBlock > .figure.x1of2, div.mod-figureBlock > .figure.x2of4, div.mod-figureBlock > .figure.x3of6 {
  width: 50%;
}
div.mod-figureBlock > .figure.x1of3, div.mod-figureBlock > .figure.x2of6 {
  width: 33.333%;
}
div.mod-figureBlock > .figure.x2of3, div.mod-figureBlock > .figure.x4of6 {
  width: 66.666%;
}
div.mod-figureBlock > .figure.x1of4 {
  width: 25%;
}
div.mod-figureBlock > .figure.x3of4 {
  width: 75%;
}
div.mod-figureBlock > .figure.x1of5 {
  width: 20%;
}
div.mod-figureBlock > .figure.x2of5 {
  width: 40%;
}
div.mod-figureBlock > .figure.x3of5 {
  width: 60%;
}
div.mod-figureBlock > .figure.x4of5 {
  width: 80%;
}
div.mod-figureBlock > .figure.x1of6 {
  width: 16.666%;
}
div.mod-figureBlock > .figure.x5of6 {
  width: 83.333%;
}
div.mod-figureBlock > .detail.rect {
  overflow: hidden;
}
div.mod-figureBlock.-step {
  padding-bottom: 14px;
  position: relative;
}
div.mod-figureBlock.-step > .figure:after {
  content: "";
  background: url('../../common/images/sprites/pc.png') 0 -143px no-repeat;
  display: inline-block;
  width: 25px;
  height: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.showSp {
  display: none !important;
}

body {
  background: #88d1f5;
}

.outline .outline-header {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.outline .outline-body {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.outline .outline-body .outline-body-inner {
  width: 100%;
  margin: 0 auto;
  *zoom: 1;
}
.outline .outline-body .outline-body-inner:after {
  content: '';
  display: table;
  clear: both;
}
.outline .outline-body .outline-body-inner .outline-body-contents {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 900px;
  margin: auto;
  padding: 40px 0;
}
.outline .outline-body .outline-body-inner .outline-body-contents .outline-body-contents-main {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.outline .outline-body .outline-body-inner .outline-body-contents .outline-body-contents-navi {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
.outline .outline-body .outline-body-inner .outline-body-aside {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
.outline .outline-footer {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mod-article {
  margin-bottom: 13px;
}

.outline-body-contents-main {
  padding: 0 !important;
  background: transparent !important;
}

.global {
  position: absolute;
  z-index: 1;
  clear: both;
  background: #fff;
  width: 700px;
  height: 78px;
  top: 54px;
  left: 260px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.global > .nav > .menu {
  display: none;
}
.global > .nav > .close > ul {
  display: block;
  letter-spacing: -0.4em;
  text-align: center;
}
.global > .nav > .close > ul > li {
  letter-spacing: normal;
  display: inline-block;
  margin: 10px 4px;
}
.global > .nav > .close > ul > li.nav_01 > a, .global > .nav > .close > ul > li.nav_01 > span {
  background: url('../../common/images/sprites/pc.png') -84px 0 no-repeat;
  display: block;
  width: 166px;
  height: 59px;
  padding-top: 59px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 100%;
  white-space: nowrap;
}
.global > .nav > .close > ul > li.nav_01 > a:hover, .global > .nav > .close > ul > li.nav_01 > span:hover {
  background: url('../../common/images/sprites/pc.png') -541px -143px no-repeat;
  display: block;
  width: 166px;
  height: 59px;
  padding-top: 59px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 100%;
  white-space: nowrap;
}
.global > .nav > .close > ul > li.nav_02 > a, .global > .nav > .close > ul > li.nav_02 > span {
  background: url('../../common/images/sprites/pc.png') -250px 0 no-repeat;
  display: block;
  width: 166px;
  height: 59px;
  padding-top: 59px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 100%;
  white-space: nowrap;
}
.global > .nav > .close > ul > li.nav_02 > a:hover, .global > .nav > .close > ul > li.nav_02 > span:hover {
  background: url('../../common/images/sprites/pc.png') -416px 0 no-repeat;
  display: block;
  width: 166px;
  height: 59px;
  padding-top: 59px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 100%;
  white-space: nowrap;
}
.global > .nav > .close > ul > li.nav_03 > a, .global > .nav > .close > ul > li.nav_03 > span {
  background: url('../../common/images/sprites/pc.png') -59px -202px no-repeat;
  display: block;
  width: 166px;
  height: 59px;
  padding-top: 59px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 100%;
  white-space: nowrap;
}
.global > .nav > .close > ul > li.nav_03 > a:hover, .global > .nav > .close > ul > li.nav_03 > span:hover {
  background: url('../../common/images/sprites/pc.png') -225px -202px no-repeat;
  display: block;
  width: 166px;
  height: 59px;
  padding-top: 59px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 100%;
  white-space: nowrap;
}
.global > .nav > .close > ul > li.nav_04 > a, .global > .nav > .close > ul > li.nav_04 > span {
  background: url('../../common/images/sprites/pc.png') -375px -143px no-repeat;
  display: block;
  width: 166px;
  height: 59px;
  padding-top: 59px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 100%;
  white-space: nowrap;
}
.global > .nav > .close > ul > li.nav_04 > a:hover, .global > .nav > .close > ul > li.nav_04 > span:hover {
  background: url('../../common/images/sprites/pc.png') 0 -277px no-repeat;
  display: block;
  width: 166px;
  height: 59px;
  padding-top: 59px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 100%;
  white-space: nowrap;
}
.global > .nav > .close > ul > li:hover > div {
  display: block;
}
.global > .nav > .close > ul > li > div {
  display: none;
  position: absolute;
  top: 75px;
  left: 10px;
  padding-top: 20px;
  margin-top: -20px;
}
.global > .nav > .close > ul > li > div > ul li {
  display: block;
  text-align: left;
  border-top: 1px solid #fff;
}
.global > .nav > .close > ul > li > div > ul li:first-child {
  border-width: 0;
}
.global > .nav > .close > ul > li > div > ul li:first-child > a {
  -moz-border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px;
  border-radius: 10px 10px 0px 0px;
}
.global > .nav > .close > ul > li > div > ul li:last-child > a {
  -moz-border-radius: 0px 0px 10px 10px;
  -webkit-border-radius: 0px;
  border-radius: 0px 0px 10px 10px;
}
.global > .nav > .close > ul > li > div > ul li > a {
  display: block;
  padding: 12px 20px 12px 40px;
  background: #fad300;
  text-decoration: none;
  color: #4d4d4d;
  position: relative;
}
.global > .nav > .close > ul > li > div > ul li > a:before {
  content: "";
  background: url('../../common/images/sprites/pc.png') -25px -143px no-repeat;
  display: block;
  width: 20px;
  height: 22px;
  padding-top: 22px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 100%;
  white-space: nowrap;
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 10px;
  margin: auto;
}
.global > .nav > .close > ul > li > div > ul li > a:hover {
  background: #f89e00;
  color: #fff;
}
.global > .nav > .close > ul > li > div > ul li > a:hover .new {
  background: url("../../common/images/new-over.png") !important;
}

#sns {
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
}
#sns ul {
  width: 960px;
  margin: auto;
}
#sns ul .tw {
  margin-left: 410px;
}
#sns ul .line {
  display: none;
}

.outline-header {
  background: url(/ex/poketoru/common/images/bg_header.png) top center;
  padding-bottom: 20px;
}
.outline-header .outline-header-inner {
  width: 960px;
  height: 150px;
  margin: auto;
  position: relative;
}
.outline-header .outline-header-inner .nintendo3ds {
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 2;
  background: url('../../common/images/sprites/pc.png') -244px -427px no-repeat;
  display: block;
  width: 220px;
  height: 23px;
  padding-top: 23px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 100%;
  white-space: nowrap;
}
.outline-header .outline-header-inner .pokemonCompany {
  position: absolute;
  top: 20px;
  right: 0px;
  z-index: 2;
  background: url('../../common/images/sprites/pc.png') -220px -143px no-repeat;
  display: block;
  width: 155px;
  height: 15px;
  padding-top: 15px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 100%;
  white-space: nowrap;
}
.outline-header .outline-header-inner .nintendo {
  position: absolute;
  top: 20px;
  left: 740px;
  z-index: 2;
  background: url('../../common/images/sprites/pc.png') 0 -202px no-repeat;
  display: block;
  width: 59px;
  height: 16px;
  padding-top: 16px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 100%;
  white-space: nowrap;
}
.outline-header .outline-header-inner .poketoru {
  position: absolute;
  top: 45px;
  left: 5px;
  z-index: 2;
  width: 232px;
}

.outline-footer-inner {
  position: relative;
  z-index: 10;
  padding-bottom: 10px;
}
.outline-footer-inner .links {
  width: 960px;
  margin: 0 auto;
  padding-top: 10px;
}
.outline-footer-inner .links .logo a:before {
  display: none;
}
.outline-footer-inner .links .logo a:after {
  display: none;
}
.outline-footer-inner .links li {
  display: inline-block;
  margin-right: 20px;
}
.outline-footer-inner .links li.official a {
  background: url('../../common/images/sprites/pc.png') 0 -427px no-repeat;
  display: block;
  width: 244px;
  height: 12px;
  padding-top: 12px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 100%;
  white-space: nowrap;
}
.outline-footer-inner .links li.dsc a {
  background: url('../../common/images/sprites/pc.png') -59px -143px no-repeat;
  display: block;
  width: 161px;
  height: 12px;
  padding-top: 12px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 100%;
  white-space: nowrap;
}
.outline-footer-inner .nintendo, .outline-footer-inner .pokemonCompany {
  display: none;
}
.outline-footer-inner .copyright {
  width: 960px;
  margin: 0 auto;
  color: #fff;
  font-size: 0.625em;
}

.goTop {
  position: fixed;
  bottom: 40px;
  right: 5px;
  z-index: 20;
}
.goTop a {
  background: url('../../common/images/sprites/pc.png') 0 0 no-repeat;
  display: inline-block;
  width: 84px;
  height: 84px;
  padding-top: 84px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 100%;
  white-space: nowrap;
}

.h1 {
  border: 5px solid #ceebfb;
  border-width: 5px 0;
  background: #72c7f1;
  padding: 15px 0;
}
.h1 h1 {
  width: 900px;
  margin: auto;
}

.h2 {
  background: url(/ex/poketoru/common/images/bg_h2.png) top center;
  height: 191px;
}
.h2 h2 {
  width: 900px;
  margin: auto;
}

h2.mod-headline {
  margin-bottom: 30px;
}

h3.mod-headline {
  background: #fff;
  position: relative;
  margin: 30px 0 55px !important;
}
h3.mod-headline > div {
  padding-left: 35px;
}
h3.mod-headline:before {
  content: "";
  background: url('../../common/images/sprites/pc.png') 0 -113px no-repeat;
  display: inline-block;
  width: 900px;
  height: 30px;
  padding-top: 30px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 100%;
  white-space: nowrap;
  position: absolute;
  top: -28px;
  left: 0;
}
h3.mod-headline:after {
  content: "";
  background: url('../../common/images/sprites/pc.png') 0 -84px no-repeat;
  display: inline-block;
  width: 900px;
  height: 29px;
  padding-top: 29px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 100%;
  white-space: nowrap;
  position: absolute;
  bottom: -28px;
  left: 0;
}
h3.mod-headline .icon {
  vertical-align: middle;
  width: 62px;
  margin-right: 10px;
  display: inline-block;
}
h3.mod-headline .txt {
  vertical-align: middle;
  display: inline-block;
}

.mod-frame {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
}

.mod-frameBorder {
  background: #fff;
  padding: 30px 40px;
  margin: 40px 0 0;
  border: 2px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.-area1 {
  background: #fff0f0 url(/ex/poketoru/common/images/bg_star.png) top center;
}
.-area1 .mod-frame {
  background: #ffdddd;
}
.-area1 .mod-frameBorder {
  border-color: #ff9a9a;
}

.-area2 {
  background: #fff0f0 url(/ex/poketoru/common/images/bg_area2.png) top center;
}
.-area2 .mod-frame {
  background: #ebf8d0;
}

.-area3 {
  background: #ebf8ff url(/ex/poketoru/common/images/bg_star.png) top center;
}
.-area3 .mod-frame {
  background: #daf0fd;
}
.-area3 .mod-frameBorder {
  border-color: #88d1f5;
}

.-area4 {
  background: #fff0f0 url(/ex/poketoru/common/images/bg_area4.png) top center;
}
.-area4 .mod-frame {
  background: #fff3c8;
}
.-area4 .mod-frameBorder {
  border-color: #ffd54d;
}

.-area5 {
  background: #ceebfb url(/ex/poketoru/common/images/bg_area5.png) top center;
}
.-area5 .mod-area5-frame {
  background: url('../../common/images/sprites/pc.png') 0 -502px no-repeat;
  display: block;
  width: 900px;
  height: 209px;
  padding-top: 209px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 100%;
  white-space: nowrap;
  margin: auto;
}

.-area6 {
  background: url(/ex/poketoru/common/images/bg_header.png) top center;
  padding-bottom: 20px;
}
.-area6 .outline-body-inner {
  background: #fff;
  width: 100% !important;
}
.-area6 .outline-body-inner .outline-body-contents {
  width: 960px !important;
}

#Paginator {
  text-align: center;
  margin: 40px 0;
}
#Paginator li {
  display: inline-block;
  border: 3px solid #CEEBFB;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
  padding: 0px 15px;
  margin: 0px 6px;
  color: #31A8E0;
}
#Paginator li a {
  margin: 0px -15px;
  padding: 5px 15px;
  display: block;
  text-decoration: none;
  color: #31A8E0;
}
#Paginator li.prev {
  padding: 5px 60px;
  position: relative;
}
#Paginator li.prev:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  margin: auto;
  content: "" !important;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 0;
  height: 0;
  border: 5px solid #31A8E0;
  border-width: 5px;
  border-color: transparent #31A8E0 transparent transparent;
}
#Paginator li.prev a {
  padding: 5px 60px;
  margin: -5px -60px;
  color: #31A8E0;
  text-decoration: none;
  display: block;
}
#Paginator li.next {
  padding: 5px 60px;
  position: relative;
}
#Paginator li.next:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  content: "" !important;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  width: 0;
  height: 0;
  border: 5px solid #31A8E0;
  border-width: 5px;
  border-color: transparent transparent transparent #31A8E0;
}
#Paginator li.next a {
  padding: 5px 60px;
  margin: -5px -60px;
  color: #31A8E0;
  text-decoration: none;
  display: block;
}
#Paginator li.hidden {
  visibility: hidden;
}
#Paginator li.current {
  background: #CEEBFB;
  padding: 5px 15px;
}
#Paginator li a:hover {
  background: #CEEBFB;
}

#top .outline {
  overflow: hidden;
}
#top .outline-header {
  padding-bottom: 0;
}
#top .outline-header .outline-header-inner {
  height: auto;
}
#top .main {
  background: url(/ex/poketoru/common/images/main_bg.png) top center;
}
#top .main h1 > .mod-image {
  width: 100%;
  padding-top: 645px;
  overflow: hidden;
  background: url(/ex/poketoru/common/images/main_pc.png) top center no-repeat;
  margin: auto;
}
#top .main h1 > .mod-image img {
  display: none;
}
#top .movie {
  position: relative;
  width: 960px;
  margin: auto;
}
#top .movie a {
  display: block;
  width: 345px;
  position: absolute;
  top: -185px;
  right: -10px;
}
#top .movie a:before {
  content: "";
  background: url(/ex/poketoru/common/images/btn_play_pc.png);
  display: block;
  width: 60px;
  height: 60px;
  -moz-background-size: 60px auto;
  -o-background-size: 60px auto;
  -webkit-background-size: 60px auto;
  background-size: 60px auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#top .movie a:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
#top .movie:before {
  content: "";
  background: url(/ex/poketoru/common/images/icon-mov.png);
  display: block;
  width: 123px;
  height: 123px;
  position: absolute;
  top: -233px;
  right: -29px;
  z-index: 1;
}
#top .global {
  position: static;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 10px;
  width: auto;
  height: auto;
  text-align: center;
}
#top .global > .nav > .menu {
  display: none;
}
#top .global > .nav > .close > ul {
  display: block;
  letter-spacing: -0.4em;
  text-align: center;
  position: relative;
  z-index: 1;
}
#top .global > .nav > .close > ul > li {
  letter-spacing: normal;
  display: inline-block;
  margin: 10px 8px;
}
#top .global > .nav > .close > ul > li.nav_01 > a, #top .global > .nav > .close > ul > li.nav_01 > span {
  background: url('../../common/images/sprites/pc.png') 0 -352px no-repeat;
  display: block;
  width: 215px;
  height: 75px;
  padding-top: 75px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 100%;
  white-space: nowrap;
}
#top .global > .nav > .close > ul > li.nav_01 > a:hover, #top .global > .nav > .close > ul > li.nav_01 > span:hover {
  background: url('../../common/images/sprites/pc.png') -215px -352px no-repeat;
  display: block;
  width: 215px;
  height: 75px;
  padding-top: 75px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 100%;
  white-space: nowrap;
}
#top .global > .nav > .close > ul > li.nav_02 > a, #top .global > .nav > .close > ul > li.nav_02 > span {
  background: url('../../common/images/sprites/pc.png') -166px -277px no-repeat;
  display: block;
  width: 215px;
  height: 75px;
  padding-top: 75px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 100%;
  white-space: nowrap;
}
#top .global > .nav > .close > ul > li.nav_02 > a:hover, #top .global > .nav > .close > ul > li.nav_02 > span:hover {
  background: url('../../common/images/sprites/pc.png') -381px -277px no-repeat;
  display: block;
  width: 215px;
  height: 75px;
  padding-top: 75px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 100%;
  white-space: nowrap;
}
#top .global > .nav > .close > ul > li.nav_03 > a, #top .global > .nav > .close > ul > li.nav_03 > span {
  background: url('../../common/images/sprites/pc.png') -645px -352px no-repeat;
  display: block;
  width: 215px;
  height: 75px;
  padding-top: 75px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 100%;
  white-space: nowrap;
}
#top .global > .nav > .close > ul > li.nav_03 > a:hover, #top .global > .nav > .close > ul > li.nav_03 > span:hover {
  background: url('../../common/images/sprites/pc.png') -464px -427px no-repeat;
  display: block;
  width: 215px;
  height: 75px;
  padding-top: 75px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 100%;
  white-space: nowrap;
}
#top .global > .nav > .close > ul > li.nav_04 > a, #top .global > .nav > .close > ul > li.nav_04 > span {
  background: url('../../common/images/sprites/pc.png') -430px -352px no-repeat;
  display: block;
  width: 215px;
  height: 75px;
  padding-top: 75px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 100%;
  white-space: nowrap;
}
#top .global > .nav > .close > ul > li.nav_04 > a:hover, #top .global > .nav > .close > ul > li.nav_04 > span:hover {
  background: url('../../common/images/sprites/pc.png') -596px -277px no-repeat;
  display: block;
  width: 215px;
  height: 75px;
  padding-top: 75px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 100%;
  white-space: nowrap;
}
#top .global > .nav > .close > ul > li:hover > div {
  display: block;
  top: auto;
  left: auto;
}
#top .news {
  background: url(/ex/poketoru/common/images/top/bg_news.png);
}
#top .news > .sub {
  padding: 30px 0 60px;
  width: 900px;
  margin: auto;
}
#top .news .newsList {
  border: 5px solid #DDDDDD;
  background: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 256px;
  overflow-y: scroll;
}
#top .news .newsList * {
  font-size: 14px !important;
}
#top .news .newsList .mod-list.-date li > div {
  width: auto;
  padding: 10px 20px;
}
#top .news .newsList .mod-list.-date li > div .date {
  float: none;
}
#top .news .mod-grid.-news .x1of3 {
  width: 40%;
}
#top .news .mod-grid.-news .x2of3 {
  width: 60%;
}

#howto.pokemon h2 > img {
  margin-top: -60px;
}
#howto.pokemon .mod-frameBorder {
  width: 590px;
  margin-left: auto;
  margin-right: auto;
}
#howto.pokemon .-addTopPC {
  padding-top: 1em;
}

#howto.get h2 > img {
  margin-top: -40px;
}

#howto.special h2 > img {
  margin-top: -40px;
}
#howto.special .mod-frameBorder {
  width: 590px;
  margin-left: auto;
  margin-right: auto;
}

#howto.item h2 > img {
  margin-top: -40px;
}
#howto.item p.mod-para.-headline {
  background: url(/ex/poketoru/howto/images/item/area4_headline.png);
  width: 595px;
  height: 0px;
  padding-top: 33px;
  overflow: hidden;
  margin-bottom: 20px;
}
#howto.item .mod-frameBorder {
  width: 590px;
  margin-left: auto;
  margin-right: auto;
}

#howto.event .mod-grid > .cell.x2of3 {
  width: 440px;
}
#howto.event .mod-grid > .cell.x1of3 {
  width: 195px;
}
#howto.event .mod-grid > .cell > .inner {
  margin: 0;
}
#howto.event .mod-grid > .cell > .inner .m {
  margin-right: 20px;
}
#howto.event .mod-grid > .cell > .inner .mod-image {
  text-align: left;
}

#news.article .outline-body-inner {
  width: 960px;
}
#news.article .outline-body-inner .outline-body-contents {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#news.article .outline-body-inner .outline-body-contents .outline-body-contents-main {
  padding: 0 60px !important;
}
#news .outline-body.-areaNews {
  background: url(/ex/poketoru/common/images/bg_header.png) top center;
  padding-bottom: 20px;
}
#news .outline-body-contents {
  width: 100%;
  background: #fff;
}
#news .mod-list.-date li:first-child > div {
  border-top: 2px dotted #BCBCBC;
}
