@charset "utf-8";
.outline {
  background: url(/ex/TANTEI-PIKA/common/images/bg_dart_sp.png) top center no-repeat, url(/ex/TANTEI-PIKA/common/images/bgBeige.png);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 10px;
}
.outline .o-header > .o-header-inner {
  padding: 10px 0 0;
  font-size: 0;
  position: relative;
}
.outline .o-header > .o-header-inner .logo_3ds {
  display: inline-block;
  width: 34%;
  position: absolute;
  top: 15px;
  right: 10px;
}
.outline .o-header > .o-header-inner .logo {
  width: 52%;
  margin-left: 10px;
}
.outline .o-body {
  background: url(/ex/TANTEI-PIKA/common/images/bg_bodyBottom_sp.png) bottom center repeat-x;
  padding-bottom: 30px;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.outline .o-body > .o-body-inner {
  margin: 0;
}
.outline > .o-footer {
  background: #603405;
}
.outline > .o-footer > .o-footer-inner .links {
  line-height: 1em;
}
.outline > .o-footer > .o-footer-inner .links li {
  font-size: 12px;
  font-size: 1.2rem;
  border-bottom: 1px solid #f0e4bf;
}
.outline > .o-footer > .o-footer-inner .links li a {
  display: block;
  padding: 15px 10px;
  text-decoration: none;
  color: #fff;
}
.outline > .o-footer > .o-footer-inner .copyright {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.5em;
  padding: 10px 10px 30px;
  color: #fff;
}

.backtotop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 90px;
  height: 81px;
}

.o-nav {
  display: none;
}

.ex-global {
  position: fixed;
  width: 100%;
  z-index: 100;
}
.ex-global > .sub-bg {
  display: block;
  width: 100%;
  height: 0px;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: -1;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 500ms;
  transition-timing-function: ease-out;
  transition-property: height;
  transition-duration: 500ms;
  transition-timing-function: ease-in;
}
.ex-global > .sub-menuButton {
  text-align: center;
  background: #b4b4b4;
}
.ex-global > .mod-nav {
  background: #c8c8c8;
  height: 0;
  overflow: hidden;
  transition-property: height;
  transition-duration: 500ms;
  transition-timing-function: ease-out;
}
.ex-global > .mod-nav > .sub-global > .sub-globalItem {
  margin-top: -10px;
  display: block;
  padding: 0px 10px;
  opacity: 0;
}
.ex-global > .mod-nav > .sub-global > .sub-globalItem:first-child {
  border-left: 0px;
}
.ex-global > .mod-nav > .sub-global > .sub-globalItem > .sub-ul {
  padding-left: 1em;
}
.ex-global > .mod-nav > .sub-global > .sub-globalItem > .sub-ul > .sub-li .sub-underLayer {
  display: none;
}
.ex-global.isOpen > .sub-bg {
  height: 1000px;
  opacity: 1;
}
.ex-global.isOpen .mod-nav {
  display: block;
}
.ex-global.isOpen .sub-menuButton {
  background: #b4b4b4;
}

.ex-gameNav {
  background: #f8d639;
  border-top: 2px solid #6a3906;
  -moz-box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.ex-gameNav > .sub-title {
  display: block;
  width: 110px;
  height: 0;
  padding-top: 22.5px;
  overflow: hidden;
  background: url(/ex/TANTEI-PIKA/common/images/txt_gameNav_title_sp.png);
  margin: 3px 10px 5px;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.ex-gameNav > ul.sub-navList > li > a {
  display: block;
  padding: 5px 10px;
  border-top: 1px dotted #6a3906;
  text-decoration: none;
  position: relative;
}
.ex-gameNav > ul.sub-navList > li > a:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url(/ex/TANTEI-PIKA/common/images/icon_ex-linkR_def.png) no-repeat;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
.ex-gameNav > ul.sub-navList > li.sub-item01 {
  margin-left: 0;
}
.ex-gameNav > ul.sub-navList > li.sub-item01 > a:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  vertical-align: middle;
  background: url(/ex/TANTEI-PIKA/common/images/ex-gameNav-item01_sp.png) top left no-repeat;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.ex-gameNav > ul.sub-navList > li.sub-item02 > a:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  vertical-align: middle;
  background: url(/ex/TANTEI-PIKA/common/images/ex-gameNav-item02_sp.png) top left no-repeat;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.ex-gameNav > ul.sub-navList > li.sub-item03 > a:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  vertical-align: middle;
  background: url(/ex/TANTEI-PIKA/common/images/ex-gameNav-item03_sp.png) top left no-repeat;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.ex-gameNav > ul.sub-navList > li.sub-item04 {
  -moz-box-shadow: 0 -5px 5px 0 #f7bb1f inset;
  -webkit-box-shadow: 0 -5px 5px 0 #f7bb1f inset;
  box-shadow: 0 -5px 5px 0 #f7bb1f inset;
}
.ex-gameNav > ul.sub-navList > li.sub-item04 > a:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  vertical-align: middle;
  background: url(/ex/TANTEI-PIKA/common/images/ex-gameNav-item04_sp.png) top left no-repeat;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

.ex-nav {
  background: #e8cc8e;
  padding: 1px 0 15px;
}
.ex-nav .sub-inner {
  text-align: center !important;
}

.outline {
  font-size: 15px;
  font-size: 1.5rem;
}

.showPc {
  display: none !important;
}

.mod-section {
  margin: 20px 0;
}
.mod-section:first-child {
  margin-top: 0;
}
.mod-section:last-child {
  margin-bottom: 0;
}

.mod-heading.-lv1 {
  margin: 0 -10px 20px;
}
.mod-heading.-lv2 {
  margin-bottom: 15px;
}
.mod-heading.-lv3 {
  font-size: 18px;
  font-size: 1.8rem;
}
.mod-heading.-image {
  margin: 0 0px 15px;
}
.mod-heading.-PcImageSpText {
  margin-bottom: 15px;
  font-size: 20px;
  font-size: 2rem;
}
.mod-heading.-PcImageSpText img {
  display: none;
}
.mod-heading.-PcImageSpText .sub-span {
  display: block;
  margin-bottom: 15px;
  color: #d94e3e;
  font-weight: bold;
}

.mod-caption {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 5px;
}
.mod-caption.-imgCaptionSp {
  font-size: 0;
}
.mod-caption.-imgCaptionSp img {
  height: 17px;
}

.mod-button {
  display: inline-block;
  background: #ffd40e;
  position: relative;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 4px 4px #fec207 inset, 0px 3px 4px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 4px 4px #fec207 inset, 0px 3px 4px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 4px 4px #fec207 inset, 0px 3px 4px 0px rgba(0, 0, 0, 0.3);
}
.mod-button > .sub-a {
  display: block;
  padding: 5px 40px;
  text-align: center;
  text-decoration: none;
  color: #6a3906;
  font-weight: bold;
}
.mod-button > .sub-a:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(/ex/TANTEI-PIKA/common/images/icon_ex-linkR_def.png) top left no-repeat;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
.mod-button:hover {
  background: #ffb80e;
}
.mod-button:active {
  position: relative;
  top: 1px;
}
.mod-button.-wide {
  display: block;
}
.mod-button.-middle {
  display: block;
  margin-left: 10px;
  margin-right: 10px;
}
.mod-button.-large > .sub-a {
  padding: 20px 40px;
}

.mod-pager > li {
  display: none;
}
.mod-pager > li.sub-prev, .mod-pager > li.sub-next {
  display: inline-block;
  width: 50%;
  margin: 0;
}

.mod-image.-spSmall img {
  width: 70%;
}
.mod-image.qr img {
  width: 70%;
}

.mod-list.-horizontalSp {
  margin-right: -3em;
}
.mod-list.-horizontalSp > li.sub-li {
  display: inline-block;
  margin-right: 3em;
}
.mod-list.-note {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4em;
}

.mod-dl.-horizontalSp {
  *zoom: 1;
}
.mod-dl.-horizontalSp:after {
  content: '';
  display: table;
  clear: both;
}
.mod-dl.-horizontalSp .sub-dt {
  float: left;
  margin-right: 10px;
}
.mod-dl.-horizontalSp .sub-dd {
  overflow: hidden;
}
.mod-dl.-spec {
  font-size: 12px;
  font-size: 1.2rem;
}
.mod-dl.-spec .sub-dt {
  width: 8em;
  position: relative;
  font-weight: bold;
}
.mod-dl.-spec .sub-dt:after {
  content: ":";
  font-weight: normal;
  position: absolute;
  right: 0;
  top: 0;
}
.mod-dl.-movie {
  padding-left: 10px;
  padding-right: 10px;
}
.mod-dl.-movie .sub-dt {
  width: 38%;
  margin-right: 10px;
}

.mod-likeTable .sub-head {
  display: none;
}
.mod-likeTable .sub-row {
  display: table;
  background: #fff;
  border: 2px solid #23c6e8;
  width: 100%;
  margin-bottom: 1em;
}
.mod-likeTable .sub-row > dl {
  display: table-row;
  padding: 1em;
  vertical-align: middle;
  font-size: 16px;
}
.mod-likeTable .sub-row > dl > dt {
  display: table-cell;
  vertical-align: middle;
  border: 2px solid #bec8ca;
  border-width: 0 2px 2px 0;
  width: 30%;
  background: #9ee7f6;
  padding: 0.5em;
  font-weight: bold;
}
.mod-likeTable .sub-row > dl > dd {
  display: table-cell;
  vertical-align: middle;
  border: 2px solid #bec8ca;
  border-width: 0 0 2px 0;
  background: #fff;
  padding: 0.5em;
}
.mod-likeTable .sub-row > dl:last-child > dt,
.mod-likeTable .sub-row > dl:last-child > dd {
  border-bottom: 0;
}

.mod-grid {
  margin-left: -20px;
  margin-top: -20px;
  margin-bottom: 20px;
}
.mod-grid:last-child {
  margin-bottom: 0;
}
.mod-grid + .mod-grid {
  margin-top: -20px !important;
}
.mod-grid > .sub-cell {
  margin-top: 20px;
  font-size: 15px;
  font-size: 1.5rem;
}
.mod-grid > .sub-cell > .sub-inner {
  margin-left: 20px;
}
.mod-grid.-marginZero {
  margin-left: -0px;
  margin-top: 0px;
}
.mod-grid.-marginZero > .sub-cell {
  margin-top: 0px;
}
.mod-grid.-marginZero > .sub-cell > .sub-inner {
  margin-left: 0px;
}
.mod-grid.-marginS {
  margin-left: -10px;
  margin-top: -10px;
}
.mod-grid.-marginS > .sub-cell {
  margin-top: 10px;
}
.mod-grid.-marginS > .sub-cell > .sub-inner {
  margin-left: 10px;
}
.mod-grid.-marginL {
  margin-left: -30px;
  margin-top: -30px;
}
.mod-grid.-marginL > .sub-cell {
  margin-top: 30px;
}
.mod-grid.-marginL > .sub-cell > .sub-inner {
  margin-left: 30px;
}
.mod-grid.-sp1col > .sub-cell {
  width: 100%;
}
.mod-grid.-sp2col > .sub-cell {
  width: 50%;
}
.mod-grid.-sp3col > .sub-cell {
  width: 33.3333%;
}
.mod-grid.-sp4col > .sub-cell {
  width: 25%;
}
.mod-grid.-paddingS {
  padding: 0 20px;
}
.mod-grid.-paddingL {
  padding: 0 40px;
}
.mod-grid.-step {
  margin-left: -40px;
  margin-top: -20px;
}
.mod-grid.-step > .sub-cell {
  margin-top: 20px;
}
.mod-grid.-step > .sub-cell > .sub-inner {
  margin-left: 40px;
}
.mod-grid.-step > .sub-cell > .sub-inner {
  position: relative;
}
.mod-grid.-step > .sub-cell > .sub-inner:before {
  content: "→";
  display: inline-block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  margin: auto;
}
.mod-grid.-step > .sub-cell.noArrow > .sub-inner {
  position: static;
}
.mod-grid.-step > .sub-cell.noArrow > .sub-inner:before {
  content: "";
  display: none !important;
}
.mod-grid.-step.-adjustArrow > .sub-cell > .sub-inner:before {
  position: absolute;
  top: 80px;
  bottom: auto;
}
.mod-grid.-step.-sp1col {
  margin-left: -20px;
}
.mod-grid.-step.-sp1col > .sub-cell > .sub-inner {
  margin-left: 20px;
  margin-top: 10px;
  position: relative;
}
.mod-grid.-step.-sp1col > .sub-cell > .sub-inner:before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 20px;
  background: url(/ex/TANTEI-PIKA/common/images/icon_arrow_down.png);
  position: absolute;
  top: -25px !important;
  left: 0 !important;
  right: 0 !important;
  bottom: auto;
  margin: auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.mod-grid.-step.-sp1col > .sub-cell.noArrow > .sub-inner {
  margin-top: 0;
}
.mod-grid.-step.-sp1col > .sub-cell.noArrow > .sub-inner:before {
  display: none;
}
.mod-grid.-step.-adjustArrow > .sub-cell > .sub-inner:before {
  position: absolute;
  top: 80px;
  bottom: auto;
}
.mod-grid.-step.-LSS > .sub-cell:nth-child(2) .sub-inner {
  padding: 0 20px;
}
.mod-grid.-step.-LSS > .sub-cell:nth-child(3) .sub-inner {
  padding: 0 20px;
}
.mod-grid > .sub-cell.tiltArrow {
  display: none;
}

.mod-textAndImageBlock {
  *zoom: 1;
  margin-bottom: 20px;
}
.mod-textAndImageBlock:after {
  content: '';
  display: table;
  clear: both;
}
.mod-textAndImageBlock:last-child {
  margin-bottom: 0;
}
.mod-textAndImageBlock .sub-content {
  width: 50%;
}
.mod-textAndImageBlock .sub-content {
  width: 50%;
}
.mod-textAndImageBlock.-sp1col > .sub-content:first-child {
  width: 100%;
  margin-bottom: 10px;
}
.mod-textAndImageBlock.-sp1col > .sub-content:first-child > .sub-inner {
  margin: 0 !important;
}
.mod-textAndImageBlock.-sp1col > .sub-content:last-child {
  width: 100%;
  margin-bottom: 20px;
}
.mod-textAndImageBlock.-sp1col > .sub-content:last-child > .sub-inner {
  margin: 0;
}

.sns {
  background: #603405;
  padding: 5px 10px;
  border-bottom: 1px solid #f0e4bf;
}
.sns > ul li.tw {
  width: 120px;
}
.sns > ul li {
  margin: 5px 0;
  vertical-align: middle;
}

.mod-narrowContent {
  width: 90%;
}

.mod-group.-paper {
  background: url(/ex/TANTEI-PIKA/common/images/bg_group_paperTop_sp.png) top center no-repeat, url(/ex/TANTEI-PIKA/common/images/bg_group_paperBottom_sp.png) bottom center no-repeat, url(/ex/TANTEI-PIKA/common/images/bg_group_paperBody_sp.png) 50% 55px repeat-y;
  padding: 10px 30px 30px;
  min-height: 320px;
  margin-bottom: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.mod-group.-paper.-lineBottom {
  background: url(/ex/TANTEI-PIKA/common/images/bg_group_paperTop_sp.png) top center no-repeat, url(/ex/TANTEI-PIKA/common/images/bg_group_paperBottom_line_sp.png) bottom center no-repeat, url(/ex/TANTEI-PIKA/common/images/bg_group_paperBody_sp.png) 50% 55px repeat-y;
  padding: 10px 30px 70px;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.mod-group.-paper.-line {
  padding-top: 30px;
  background: url(/ex/TANTEI-PIKA/common/images/bg_noteLine_sp.png) center 10px no-repeat, url(/ex/TANTEI-PIKA/common/images/bg_group_paperTop_sp.png) top center no-repeat, url(/ex/TANTEI-PIKA/common/images/bg_group_paperBottom_sp.png) bottom center no-repeat, url(/ex/TANTEI-PIKA/common/images/bg_group_paperBody_sp.png) 50% 55px repeat-y;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.mod-group.-white {
  background: #fff;
  padding: 15px 10px;
  margin-left: -10px;
  margin-right: -10px;
}

.ex-linkR:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-left: 10px;
  background: url(/ex/TANTEI-PIKA/common/images/icon_ex-linkR_def.png);
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

.ex-hr {
  margin: 40px 0;
  border: 1px dotted #6a3906;
  border-width: 1px 0 0 0;
}

.mod-group.-paper .ex-hr {
  margin-left: -10px;
  margin-right: -10px;
}

.ex-slideBlock {
  padding: 20px 10px;
  margin: 0 -10px;
  border: 1px dotted #6a3906;
  border-width: 0 0 1px 0;
}
.ex-slideBlock:first-child {
  border-width: 1px 0 1px 0;
}
.ex-slideBlock .slide > div {
  margin: 10px 0;
}
.ex-slideBlock .mod-textAndImageBlock.-sp1col > .sub-content:last-child {
  margin-bottom: 0;
}

.ex-words {
  text-indent: -.5em;
}

.spec {
  margin-bottom: 35px;
}
.spec .sub-cell .mod-dl {
  font-size: 14px;
  font-size: 1.4rem;
}
.spec .sub-cell .mod-dl .sub-dt {
  font-weight: bold;
  position: relative;
  width: 8em;
}
.spec .sub-cell .mod-dl .sub-dt:after {
  content: ":";
  position: absolute;
  top: 0;
  right: 0;
}
.spec .sub-cell:last-child {
  margin-top: 0;
}

.ex-play {
  display: table;
  margin: auto;
  position: relative;
}
.ex-play:after {
  content: "";
  display: block;
  width: 30px;
  height: 20px;
  background: url(/ex/TANTEI-PIKA/common/images/btn_play.png) no-repeat;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  opacity: .85;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.ex-play:hover:after {
  opacity: 1;
}

.ex-playSmall {
  display: table;
  margin: auto;
  position: relative;
}
.ex-playSmall:after {
  content: "";
  display: block;
  width: 25px;
  height: 17px;
  background: url(/ex/TANTEI-PIKA/common/images/btn_play.png) no-repeat;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  opacity: .85;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.ex-playSmall:hover:after {
  opacity: 1;
}

.ex-sTextBold {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.8em;
}

#top .outline {
  padding-top: 0;
}
#top .o-header-inner {
  padding-top: 5%;
}
#top .logo_3ds {
  top: 10px;
  left: 10%;
  font-size: 0;
}
#top .logo_nintendo {
  position: absolute;
  width: 10%;
  top: 10px;
  left: 48%;
  font-size: 0;
}
#top .logo_pokemon {
  position: absolute;
  width: 27%;
  top: 10px;
  left: 60%;
  font-size: 0;
}
#top .main {
  padding: 0 10px 20px;
}
#top .main a {
  cursor: default;
}
#top .movtitle {
  font-size: 12px;
  font-size: 1.2rem;
  color: #d94e3e;
  font-weight: bold;
  margin-top: -5%;
  text-align: center;
  margin-bottom: .5em;
  border-bottom: 1px dotted #6a3906;
}
#top .ex-lead {
  padding: 10% 10px 0;
}
#top .ex-gameinfo {
  padding: 0 20px;
  margin-bottom: 20px;
  background: url(/ex/TANTEI-PIKA/common/images/bg_gameinfo_line_pc.png) center 45px no-repeat;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
#top .ex-gameinfo .sub-title {
  margin: 0 -10px;
}
#top .ex-gameinfo .mod-grid {
  font-size: 16px;
  letter-spacing: -0.34em;
}
#top .ex-gameinfo .mod-grid > .sub-cell {
  margin-top: 10px;
}
#top .ex-gameinfo .mod-grid > .sub-cell > .sub-inner a {
  display: block;
  border-top: 4px solid #795026;
  padding: 5px 5px 10px;
  background: #f8d639;
  -moz-box-shadow: 0px 0px 4px 4px #fec207 inset, 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 4px 4px #fec207 inset, 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 4px 4px #fec207 inset, 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
}
#top .ex-gameinfo .mod-grid > .sub-cell > .sub-inner a:hover {
  background: #ffb80e;
}
#top .ex-gameinfo .ex-iconNew {
  position: relative;
}
#top .ex-gameinfo .ex-iconNew:before {
  content: "";
  display: block;
  width: 27px;
  height: 16px;
  background: url(/ex/TANTEI-PIKA/common/images/icon_new.png);
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  position: absolute;
  top: 6px;
  left: 0;
}
#top .sub-content.x5of7 {
  margin-bottom: 0;
}
#top .lineBanner {
  margin: 0px 12px 20px;
}
