@charset "utf-8";
.outline {
  background: #fff url(/ex/p-picross/common/images/bg_pc.png) top center repeat-y;
}
.outline > .o-header.-logo {
  background: #fff;
  height: 60px;
}
.outline > .o-header.-logo > .o-header-inner {
  width: 960px;
  margin: auto;
  position: relative;
}
.outline > .o-header.-logo > .o-header-inner .headLogo-nintendo3ds {
  position: absolute;
  top: 8px;
  left: 0;
}
.outline > .o-header.-logo > .o-header-inner .headLogo-pokemonpicross {
  position: absolute;
  top: 10px;
  left: 260px;
}
.outline > .o-header.-logo > .o-header-inner .headLogo-pokemonpicross img {
  width: 260px;
}
.outline > .o-header.-headline {
  border: 10px solid #785a37;
  border-width: 10px 0;
  background: url(/ex/p-picross/common/images/bg-h1.png);
  margin-bottom: 48px;
  text-align: center;
}
.outline > .o-header.-headline > .o-header-inner {
  width: 900px;
  margin: auto;
}
.outline > .o-header.-headline > .o-header-inner .mod-heading.-lv1 {
  position: relative;
  margin: 0;
  padding: 20px 0;
}
.outline > .o-header.-headline > .o-header-inner .mod-heading.-lv1 > .ex-subtitle {
  position: absolute;
  top: -7px;
  left: 0;
}
.outline > .o-header.-headline > .o-header-inner .mod-heading.-lv1 > .ex-subtitle > img {
  height: 33px;
}
.outline > .o-header.-headline > .o-header-inner .mod-heading.-lv1.-addPikachu:before {
  content: "";
  display: block;
  width: 154px;
  height: 174px;
  background: url(/ex/p-picross/game/images/h1pikachu.png);
  position: absolute;
  bottom: -23px;
  left: 47px;
}
.outline > .o-body {
  padding: 1px 0;
}
.outline > .o-body > .o-body-inner {
  width: 900px;
  margin: -1px auto;
}
.outline > .o-body > .o-body-inner > .o-main {
  *zoom: 1;
  padding-bottom: 40px;
}
.outline > .o-body > .o-body-inner > .o-main:after {
  content: '';
  display: table;
  clear: both;
}
.outline > .o-footer {
  background: #785a37;
}
.outline > .o-footer > .o-footer-inner {
  width: 900px;
  margin: auto;
}
.outline > .o-footer > .o-footer-inner .links {
  text-align: center;
  line-height: 1em;
  padding: 30px 0 25px;
}
.outline > .o-footer > .o-footer-inner .links li {
  display: inline-block;
  margin: 0 10px;
}
.outline > .o-footer > .o-footer-inner .links li a {
  display: block;
  overflow: hidden;
  height: 0;
  padding-top: 12px;
}
.outline > .o-footer > .o-footer-inner .links li.official a {
  width: 210px;
  background: url(/ex/p-picross/common/images/footerLink-official.png) no-repeat;
}
.outline > .o-footer > .o-footer-inner .links li.dsc a {
  width: 148px;
  background: url(/ex/p-picross/common/images/footerLink-dsc.png) no-repeat;
}
.outline > .o-footer > .o-footer-inner .copyright {
  color: #fff;
  text-align: center;
  line-height: 1.6em;
  padding-bottom: 30px;
  font-size: 10px;
  font-size: 1rem;
}

.sns {
  width: 100%;
  position: absolute;
  top: 25px;
  left: 0;
}
.sns > ul {
  width: 960px;
  height: 0;
  margin: auto;
  text-align: right;
}
.sns > ul li {
  display: inline-block;
  width: 120px;
  height: 21px;
}
.sns > ul li.line {
  display: none;
}

.mod-localnav {
  background: url(/ex/p-picross/common/images/bg_pc.png) top center repeat-y;
  padding-bottom: 20px;
}
.mod-localnav > .title {
  background: #785a37;
  padding: 8px 10px;
  border-bottom: 1px dotted #242424;
  line-height: 0;
}
.mod-localnav > .title div {
  width: 900px;
  margin: auto;
}
.mod-localnav > .title div img {
  width: 100px;
}
.mod-localnav .sub-nav {
  width: 900px;
  margin: 20px auto 0;
  letter-spacing: -0.334em;
}
.mod-localnav .sub-nav > .sub-item {
  display: inline-block;
  vertical-align: top;
  margin-left: 29px;
}
.mod-localnav .sub-nav > .sub-item a {
  display: block;
  width: 280px;
  height: 0;
  padding-top: 60px;
  overflow: hidden;
}
.mod-localnav .sub-nav > .sub-item.game1 {
  margin-left: 0;
  margin-bottom: 20px;
}
.mod-localnav .sub-nav > .sub-item.game1 a {
  background: url(/ex/p-picross/game/images/localnav01_def.png) 0 0 no-repeat;
}
.mod-localnav .sub-nav > .sub-item.game1 a:hover {
  opacity: .8;
}
.mod-localnav .sub-nav > .sub-item.game2 a {
  background: url(/ex/p-picross/game/images/localnav02_def.png) 0 0 no-repeat;
}
.mod-localnav .sub-nav > .sub-item.game2 a:hover {
  opacity: .8;
}
.mod-localnav .sub-nav > .sub-item.game3 a {
  background: url(/ex/p-picross/game/images/localnav03_def.png) 0 0 no-repeat;
}
.mod-localnav .sub-nav > .sub-item.game3 a:hover {
  opacity: .8;
}
.mod-localnav .sub-nav > .sub-item.game4 {
  margin-left: 0;
}
.mod-localnav .sub-nav > .sub-item.game4 a {
  background: url(/ex/p-picross/game/images/localnav04_def.png) 0 0 no-repeat;
}
.mod-localnav .sub-nav > .sub-item.game4 a:hover {
  opacity: .8;
}
.mod-localnav .sub-nav > .sub-item.game5 a {
  background: url(/ex/p-picross/game/images/localnav05_def.png) 0 0 no-repeat;
}
.mod-localnav .sub-nav > .sub-item.game5 a:hover {
  opacity: .8;
}
.mod-localnav .sub-nav > .sub-item.game6 a {
  background: url(/ex/p-picross/game/images/localnav06_def.png) 0 0 no-repeat;
}
.mod-localnav .sub-nav > .sub-item.game6 a:hover {
  opacity: .8;
}

.wrapper {
  width: 900px;
  margin: auto;
}

.gnav {
  border-top: 4px solid #785a37;
  padding: 10px 0;
  background: #fff9c7;
}
.gnav .gnavItem a {
  display: block;
  background: url('../../common/images/sprites/pc.png') 0 -1828px no-repeat;
  display: block;
  width: 140px;
  height: 29px;
  text-align: center;
  position: relative;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  line-height: 1em;
}
.gnav .gnavItem a:hover {
  background: url('../../common/images/sprites/pc.png') 0 -1867px no-repeat;
  display: block;
  width: 140px;
  height: 29px;
}
.gnav .gnavItem a > span {
  display: inline-block;
  height: 1em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.outline {
  font-size: 16px;
  font-size: 1.6rem;
}

.showSp {
  display: none;
}

.mod-section {
  padding-top: 1px;
  margin: -1px 0 40px;
}
.mod-section:last-child {
  margin-bottom: 0;
}

.mod-heading {
  margin: 0px 0 30px;
}
.mod-heading.-lv3 {
  padding: 5px;
  font-size: 20px;
  font-size: 2rem;
}

.mod-para.-widthFix {
  width: 790px;
  margin-left: auto;
  margin-right: auto;
}

.mod-caption {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 5px;
}

.mod-image.-screenshot {
  border: 5px solid #785a37;
}
.mod-image.-screenshot.-irr img {
  margin: -4px 0 0;
}

.mod-list.-horizontalPc {
  margin-right: -3em;
}
.mod-list.-horizontalPc > li.sub-li {
  display: inline-block;
  margin-right: 3em;
}
.mod-list.-note {
  font-size: 14px;
  font-size: 1.4rem;
}

.mod-dl.-horizontalPc {
  *zoom: 1;
}
.mod-dl.-horizontalPc:after {
  content: '';
  display: table;
  clear: both;
}
.mod-dl.-horizontalPc .sub-dt {
  float: left;
  margin-right: 10px;
}
.mod-dl.-horizontalPc .sub-dd {
  overflow: hidden;
}

.mod-likeTable {
  display: table;
  width: 840px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.3em;
  margin: 0 auto 40px;
  border: 3px solid #785a37;
}
.mod-likeTable:last-child {
  margin-bottom: 0;
}
.mod-likeTable .sub-head {
  display: table-row;
}
.mod-likeTable .sub-head > div {
  padding: 1em;
  background: #ffe950;
  display: table-cell;
  text-align: center;
  border: 2px solid #c19b6f;
  border-width: 0 2px 2px 0;
  vertical-align: middle;
  font-weight: bold;
  font-size: 14px;
  color: #785a37;
}
.mod-likeTable .sub-head > div:last-child {
  border-right: 0px;
}
.mod-likeTable .sub-head > div:nth-child(1) {
  width: 30%;
}
.mod-likeTable .sub-head > div:nth-child(2) {
  width: 30%;
}
.mod-likeTable .sub-head > div:nth-child(3) {
  width: 14%;
}
.mod-likeTable .sub-head > div:nth-child(4) {
  width: 16%;
}
.mod-likeTable .sub-row {
  display: table-row;
  background: #fff;
}
.mod-likeTable .sub-row:nth-child(2n+1) {
  background: #fff9c7;
}
.mod-likeTable .sub-row:last-child > dl {
  border-bottom: 0;
}
.mod-likeTable .sub-row > dl {
  padding: 1em;
  display: table-cell;
  border: 2px solid #c19b6f;
  border-width: 0 2px 2px 0;
  vertical-align: middle;
  font-size: 16px;
}
.mod-likeTable .sub-row > dl:last-child {
  border-right: 0px;
  text-align: center;
}
.mod-likeTable .sub-row > dl > dt {
  display: none;
}
.mod-likeTable .sub-row > dl > dd {
  display: block;
}
.mod-likeTable .sub-row > dl:nth-child(3) {
  text-align: center;
}
.mod-likeTable.-add1Col .sub-head > div:nth-child(1) {
  width: 28%;
}
.mod-likeTable.-add1Col .sub-head > div:nth-child(2) {
  width: 29%;
}
.mod-likeTable.-add1Col .sub-head > div:nth-child(3) {
  width: 15%;
}
.mod-likeTable.-add1Col .sub-head > div:nth-child(4) {
  width: 19%;
}
.mod-likeTable.-add1Col .sub-head > div:nth-child(5) {
  width: 9%;
}
.mod-likeTable.-add1Col .sub-row > dl:nth-child(3) {
  text-align: center;
}
.mod-likeTable .ex-addPanel {
  position: relative;
}
.mod-likeTable .ex-addPanel:after {
  content: "";
  display: block;
  width: 141px;
  height: 53px;
  background: url(/ex/p-picross/common/images/panel_pc.png);
  position: absolute;
  left: 0;
  right: 0;
  top: -40px;
  margin: auto;
}

.mod-grid {
  margin-left: -20px;
  margin-bottom: -20px;
}
.mod-grid + .mod-grid {
  margin-top: 20px;
}
.mod-grid > .sub-cell {
  margin-bottom: 20px;
}
.mod-grid > .sub-cell > .sub-inner {
  margin-left: 20px;
}
.mod-grid.-marginZero {
  margin-left: -0px;
  margin-bottom: -0px;
}
.mod-grid.-marginZero + .mod-grid {
  margin-top: 0px;
}
.mod-grid.-marginZero > .sub-cell {
  margin-bottom: 0px;
}
.mod-grid.-marginZero > .sub-cell > .sub-inner {
  margin-left: 0px;
}
.mod-grid.-marginS {
  margin-left: -10px;
  margin-bottom: -10px;
}
.mod-grid.-marginS + .mod-grid {
  margin-top: 10px;
}
.mod-grid.-marginS > .sub-cell {
  margin-bottom: 10px;
}
.mod-grid.-marginS > .sub-cell > .sub-inner {
  margin-left: 10px;
}
.mod-grid.-marginL {
  margin-left: -70px;
  margin-bottom: -35px;
}
.mod-grid.-marginL + .mod-grid {
  margin-top: 70px;
}
.mod-grid.-marginL > .sub-cell {
  margin-bottom: 35px;
}
.mod-grid.-marginL > .sub-cell > .sub-inner {
  margin-left: 70px;
}
.mod-grid.-step {
  margin-left: -35px;
  margin-bottom: -35px;
}
.mod-grid.-step > .sub-cell {
  margin-bottom: 35px;
}
.mod-grid.-step > .sub-cell > .sub-inner {
  margin-left: 35px;
}
.mod-grid.-step > .sub-cell > .sub-inner {
  position: relative;
}
.mod-grid.-step > .sub-cell > .sub-inner:before {
  content: "";
  background: url(/ex/p-picross/common/images/icon_gridArrowRight.png) 0 0 no-repeat;
  display: inline-block;
  width: 16px;
  height: 26px;
  -moz-background-size: 16px 26px;
  -o-background-size: 16px 26px;
  -webkit-background-size: 16px 26px;
  background-size: 16px 26px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -25px;
  margin: auto;
}
.mod-grid.-step > .sub-cell.noArrow > .sub-inner {
  position: static;
}
.mod-grid.-step > .sub-cell.noArrow > .sub-inner:before {
  content: "";
  display: none;
}
.mod-grid.-step > .sub-cell.tiltArrow {
  width: 100%;
  margin: -20px 0 20px;
}
.mod-grid.-step > .sub-cell.tiltArrow > .sub-inner:before {
  display: none;
}
.mod-grid.-step > .sub-cell.tiltArrow + .sub-cell > .sub-inner:before {
  display: none;
}
.mod-grid.-step.-adjustArrow > .sub-cell > .sub-inner:before {
  position: absolute;
  top: 80px;
  bottom: auto;
}
.mod-grid.-step.-bigArrow {
  margin-left: -70px;
  margin-bottom: -25px;
}
.mod-grid.-step.-bigArrow > .sub-cell {
  margin-bottom: 25px;
}
.mod-grid.-step.-bigArrow > .sub-cell > .sub-inner {
  margin-left: 70px;
}
.mod-grid.-step.-bigArrow > .sub-cell > .sub-inner {
  position: relative;
}
.mod-grid.-step.-bigArrow > .sub-cell > .sub-inner:before {
  content: "";
  background: url(/ex/p-picross/common/images/icon_gridArrowRight.png) 0 0 no-repeat;
  display: inline-block;
  width: 30px;
  height: 50px;
  -moz-background-size: 30px 50px;
  -o-background-size: 30px 50px;
  -webkit-background-size: 30px 50px;
  background-size: 30px 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -48px;
  margin: auto;
}
.mod-grid.-step.-bigArrow > .sub-cell.noArrow > .sub-inner {
  position: static;
}
.mod-grid.-step.-bigArrow > .sub-cell.noArrow > .sub-inner:before {
  content: "";
  display: none;
}
.mod-grid.-step.-cell1to2 {
  margin-left: 0;
}
.mod-grid.-step.-cell1to2 > .sub-cell.x1of3 {
  width: 285px;
}
.mod-grid.-step.-cell1to2 > .sub-cell.x1of3 > .sub-inner {
  margin-left: 0;
}
.mod-grid.-step.-cell1to2 > .sub-cell.x2of3 {
  width: 615px;
}
.mod-grid.-step.-cell1to2 > .sub-cell.x2of3 > .sub-inner .sub-cell > .sub-inner {
  width: 285px;
}

.ex-gridWrapper {
  margin-bottom: 25px;
}
.ex-gridWrapper:last-child {
  margin-bottom: 0;
}

.mod-textAndImageBlock + .mod-textAndImageBlock {
  margin-top: 20px;
}

.mod-faq .sub-q:before {
  content: "";
  display: inline-block;
  width: 48px;
  height: 48px;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.mod-faq .sub-a {
  *zoom: 1;
}
.mod-faq .sub-a:after {
  content: '';
  display: table;
  clear: both;
}
.mod-faq .sub-a:before {
  content: "";
  display: inline-block;
  width: 48px;
  height: 48px;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

.mod-narrowContent.-w790 {
  width: 790px;
}
.mod-narrowContent.-w740 {
  width: 740px;
}

.mod-group.-exNote {
  border: 6px solid #ffe950;
  -moz-box-shadow: 3px 3px 0 0 #e2d7a9 inset;
  -webkit-box-shadow: 3px 3px 0 0 #e2d7a9 inset;
  box-shadow: 3px 3px 0 0 #e2d7a9 inset;
  padding: 40px;
}

.ex-numText {
  margin-top: 20px;
  padding-bottom: 0;
  border-width: 0;
  *zoom: 1;
}
.ex-numText:after {
  content: '';
  display: table;
  clear: both;
}
.ex-numText > .sub-num {
  float: left;
  width: 50px;
  margin-right: 10px;
}
.ex-numText > .sub-text {
  overflow: hidden;
}

hr.ex-dot {
  margin: 30px 0;
  border-width: 2px 0 0;
}

#top .o-header {
  background: #fff;
}
#top .o-header-inner {
  width: 960px;
  height: 60px;
  margin: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  padding: 20px 0px;
  position: relative;
}
#top .o-header-inner .logo_3ds,
#top .o-header-inner .logo_nintendo,
#top .o-header-inner .logo_pokemon {
  z-index: 1;
  position: absolute;
  display: inline-block;
  vertical-align: middle;
}
#top .o-header-inner .logo_3ds > span img,
#top .o-header-inner .logo_3ds > a img,
#top .o-header-inner .logo_nintendo > span img,
#top .o-header-inner .logo_nintendo > a img,
#top .o-header-inner .logo_pokemon > span img,
#top .o-header-inner .logo_pokemon > a img {
  vertical-align: middle;
}
#top .o-header-inner .logo_3ds {
  width: 254px;
  left: 0;
}
#top .o-header-inner .logo_nintendo {
  width: 68px;
  left: 708px;
}
#top .o-header-inner .logo_pokemon {
  width: 172px;
  left: 787px;
}
#top .sns {
  top: 22px;
}
#top .sns .gg {
  margin-right: 220px;
}
#top .main {
  background: url(/ex/p-picross/top/images/bg_main.png) top center;
}
#top .main .mov {
  position: relative;
  width: 960px;
  margin: auto;
}
#top .main .mov > a {
  position: absolute;
  bottom: 18px;
  right: 45px;
  background: url('../../common/images/sprites/pc.png') 0 0 no-repeat;
  display: block;
  width: 137px;
  height: 139px;
  padding-top: 139px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 100%;
  white-space: nowrap;
}
#top .main .mov > a:hover {
  background: url('../../common/images/sprites/pc.png') 0 -149px no-repeat;
  display: block;
  width: 137px;
  height: 139px;
  padding-top: 139px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 100%;
  white-space: nowrap;
}
#top .top-heading {
  margin: 40px 0 35px;
  text-align: center;
}
#top .mod-grid.ex-index > .sub-cell .c_151113_01 > a {
  background: url('../../common/images/sprites/pc.png') 0 -298px no-repeat;
  display: block;
  width: 283px;
  height: 245px;
  padding-top: 245px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 100%;
  white-space: nowrap;
}
#top .mod-grid.ex-index > .sub-cell .c_151113_01 > a:hover {
  opacity: 0.8;
}
#top .mod-grid.ex-index > .sub-cell .c_151113_02 > a {
  background: url('../../common/images/sprites/pc.png') 0 -553px no-repeat;
  display: block;
  width: 283px;
  height: 245px;
  padding-top: 245px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 100%;
  white-space: nowrap;
}
#top .mod-grid.ex-index > .sub-cell .c_151113_02 > a:hover {
  opacity: 0.8;
}
#top .mod-grid.ex-index > .sub-cell .c_151113_03 > a {
  background: url('../../common/images/sprites/pc.png') 0 -808px no-repeat;
  display: block;
  width: 283px;
  height: 245px;
  padding-top: 245px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 100%;
  white-space: nowrap;
}
#top .mod-grid.ex-index > .sub-cell .c_151113_03 > a:hover {
  opacity: 0.8;
}
#top .mod-grid.ex-index > .sub-cell .c_151202_01 > a {
  background: url('../../common/images/sprites/pc.png') 0 -1063px no-repeat;
  display: block;
  width: 283px;
  height: 245px;
  padding-top: 245px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 100%;
  white-space: nowrap;
}
#top .mod-grid.ex-index > .sub-cell .c_151202_01 > a:hover {
  opacity: 0.8;
}
#top .mod-grid.ex-index > .sub-cell .c_151202_02 > a {
  background: url('../../common/images/sprites/pc.png') 0 -1318px no-repeat;
  display: block;
  width: 283px;
  height: 245px;
  padding-top: 245px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 100%;
  white-space: nowrap;
}
#top .mod-grid.ex-index > .sub-cell .c_151202_02 > a:hover {
  opacity: 0.8;
}
#top .mod-grid.ex-index > .sub-cell .c_151202_03 > a {
  background: url('../../common/images/sprites/pc.png') 0 -1573px no-repeat;
  display: block;
  width: 283px;
  height: 245px;
  padding-top: 245px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 100%;
  white-space: nowrap;
}
#top .mod-grid.ex-index > .sub-cell .c_151202_03 > a:hover {
  opacity: 0.8;
}
#top .ex-gridWrapper {
  margin-bottom: 50px;
}
#top .new {
  position: relative;
}
#top .new:before {
  content: "";
  display: block;
  width: 60px;
  height: 33px;
  background: url(/ex/p-picross/top/images/icon_new.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: -10px;
  left: 109px;
  z-index: 1;
}
#top .mod-group.-product {
  border: 5px solid #ffe950;
  padding: 30px 40px;
  background: #fff;
}
#top .mod-group.-product .heading {
  text-align: center;
  margin-bottom: 25px;
}
#top .mod-group.-product .heading img {
  width: 91px;
}
#top .mod-group.-product .mod-grid > .ex-1st {
  width: 290px;
}
#top .mod-group.-product .mod-grid > .ex-1st .mod-dl.-product > .sub-dt {
  width: 4.5em;
}
#top .mod-group.-product .mod-grid > .ex-2nd {
  width: 360px;
}
#top .mod-group.-product .mod-grid > .ex-2nd .mod-dl.-product > .sub-dt {
  width: 10.5em;
}
#top .mod-group.-product .mod-grid > .x1of4 {
  width: 180px;
}
#top .mod-dl.-product {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8em;
  color: #785a37;
  font-weight: bold;
}
#top .mod-dl.-product > .sub-dt {
  position: relative;
}
#top .mod-dl.-product > .sub-dt:after {
  content: ":";
  position: absolute;
  top: 0;
  right: -.3em;
}

#game151202_02 .mod-heading.-lv1 {
  text-align: right;
}

#game151202_03 .mod-heading.-lv1 {
  text-align: right;
}
#game151202_03 .mod-heading.-lv1 h1 img {
  margin-right: 38px;
}

#faq .mod-heading.-lv1 h1 img {
  margin: 20px 0 20px 35px;
}
