@charset "utf-8";
.outline {
  font-size: 1.6em;
}

.mod-caption {
  font-size: 0.875em;
  margin-top: 5px;
}

.outline > .o-body > .o-body-inner > .o-main {
  padding: 0 10px;
}

.outline > .o-header {
  background: url(/ex/pokemonryuoh2/common/images/bg2.png) top center;
  -moz-background-size: 35px auto;
  -o-background-size: 35px auto;
  -webkit-background-size: 35px auto;
  background-size: 35px auto;
  text-align: center;
}
.outline > .o-header > .o-header-inner {
  background: url(/ex/pokemonryuoh2/common/images/bg2add.png) bottom center no-repeat;
  -moz-background-size: 600px auto;
  -o-background-size: 600px auto;
  -webkit-background-size: 600px auto;
  background-size: 600px auto;
}
.outline > .o-header .ad {
  text-align: center;
  padding: 5px;
}
.outline > .o-header .lead {
  padding: 10px;
  font-weight: bold;
}

#subpage .ex-logo {
  width: 48%;
  margin-left: -6.5%;
}
#subpage.outline > .o-header {
  border-bottom: 2px solid #bb880f;
}

.o-body .o-body-inner {
  padding: 25px 0;
}
.o-body.bg1 {
  background: url(/ex/pokemonryuoh2/common/images/bg1.png) top center;
}
.o-body.bg1 .o-body-inner.addBg {
  background: url(/ex/pokemonryuoh2/common/images/bg1add.png) center 50px no-repeat;
  -moz-background-size: 80% auto;
  -o-background-size: 80% auto;
  -webkit-background-size: 80% auto;
  background-size: 80% auto;
}
.o-body.bg1 .o-body-inner.addBg2 {
  background: url(/ex/pokemonryuoh2/common/images/bg1add2.png) center 50px no-repeat;
  -moz-background-size: 80% auto;
  -o-background-size: 80% auto;
  -webkit-background-size: 80% auto;
  background-size: 80% auto;
}
.o-body.bg2 {
  background: url(/ex/pokemonryuoh2/common/images/bg2.png) top center;
  -moz-background-size: 35px auto;
  -o-background-size: 35px auto;
  -webkit-background-size: 35px auto;
  background-size: 35px auto;
}
.o-body.bg2 .o-body-inner.addBg {
  background: url(/ex/pokemonryuoh2/common/images/bg2add2.png) center 50px no-repeat;
  -moz-background-size: 80% auto;
  -o-background-size: 80% auto;
  -webkit-background-size: 80% auto;
  background-size: 80% auto;
}

body, .o-footer {
  background: #000;
}

h2 {
  margin-bottom: 15px;
}
h2 img {
  max-height: 30px;
}

h2 {
  margin-bottom: 40px;
}
h2.ex-text {
  background: #7c5c95;
  color: #fff;
  padding: 0.3em 10px;
  margin-bottom: 20px;
  font-size: 1em;
  font-weight: bold;
}

h3.ex-text {
  font-weight: bold;
  margin-bottom: 10px;
}

.heading img {
  max-height: 20px;
}

.headingH2 img {
  max-height: none;
}

.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-list .sub-indent {
  margin-left: 1em;
}

.mod-dl.-spHorizontal {
  *zoom: 1;
}
.mod-dl.-spHorizontal:after {
  content: '';
  display: table;
  clear: both;
}
.mod-dl.-spHorizontal .sub-dt {
  float: left;
  margin-right: 10px;
}
.mod-dl.-spHorizontal .sub-dd {
  overflow: hidden;
}

.mod-grid {
  margin-left: -20px;
}
.mod-grid > .sub-cell {
  margin-bottom: 20px;
}
.mod-grid > .sub-cell > .sub-inner {
  margin-left: 20px;
}
.mod-grid.-marginS {
  margin-left: -10px;
}
.mod-grid.-marginS > .sub-cell {
  margin-bottom: 10px;
}
.mod-grid.-marginS > .sub-cell > .sub-inner {
  margin-left: 10px;
}
.mod-grid.-marginL {
  margin-left: -30px;
}
.mod-grid.-marginL > .sub-cell {
  margin-bottom: 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;
}
.mod-grid.-step > .sub-cell {
  margin-bottom: 40px;
}
.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 {
  margin-bottom: 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: 1em;
  height: 1em;
  position: absolute;
  top: -30px !important;
  left: 0 !important;
  right: 0 !important;
  bottom: auto;
  margin: 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 > .sub-cell.tiltArrow {
  display: none;
}

.mod-textAndImageBlock {
  *zoom: 1;
}
.mod-textAndImageBlock:after {
  content: '';
  display: table;
  clear: both;
}
.mod-textAndImageBlock .sub-1stContent {
  width: 50%;
}
.mod-textAndImageBlock .sub-2ndContent {
  width: 50%;
}
.mod-textAndImageBlock.-sp1col > .sub-1stContent {
  width: 100%;
  margin-bottom: 10px;
}
.mod-textAndImageBlock.-sp1col > .sub-1stContent > .sub-inner {
  margin: 0;
}
.mod-textAndImageBlock.-sp1col > .sub-2ndContent {
  width: 100%;
  margin-bottom: 20px;
}
.mod-textAndImageBlock.-sp1col > .sub-2ndContent > .sub-inner {
  margin: 0;
}

.sns {
  border-top: 1px solid #fff;
  padding: 15px;
}
.sns .line a img {
  display: block;
}

.mod-section {
  margin-bottom: 20px;
}
.mod-section:last-child {
  margin-bottom: 0;
}

.fs-L {
  font-size: 1.125em;
}

.backtotop {
  position: fixed;
  bottom: 0px;
  right: 10px;
}
.backtotop a {
  display: inline-block;
  width: 64px;
  height: 0;
  padding-top: 64px;
  overflow: hidden;
  background: url(/ex/pokemonryuoh2/common/images/backtotop.png) 0 0 no-repeat;
  -moz-background-size: 64px auto;
  -o-background-size: 64px auto;
  -webkit-background-size: 64px auto;
  background-size: 64px auto;
}

#modalCont .wrap {
  position: relative;
  display: table;
  margin: 0px auto;
}
#modalCont .wrap .closeBtn {
  text-align: center;
}
#modalCont .wrap .closeBtn a {
  width: 53px;
  height: 0;
  padding-top: 53px;
  overflow: hidden;
  margin-top: -20px;
  display: inline-block;
  background: url(/ex/pokemonryuoh2/common/images/close.png) 0 0 no-repeat;
  -moz-background-size: 53px auto;
  -o-background-size: 53px auto;
  -webkit-background-size: 53px auto;
  background-size: 53px auto;
}
#modalCont .wrap .closeBtn a:hover {
  opacity: 0.8;
}

.showPc {
  display: none;
}

a.modallyMov {
  display: block;
  position: relative;
}
a.modallyMov:after {
  content: "";
  display: block;
  width: 65px;
  height: 65px;
  background: url(/ex/pokemonryuoh2/common/images/play.png) 0 0 no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -moz-background-size: 65px auto;
  -o-background-size: 65px auto;
  -webkit-background-size: 65px auto;
  background-size: 65px auto;
}
a.modallyMov.-red:after {
  content: "";
  display: block;
  width: 75px;
  height: 75px;
  background: url(/ex/pokemonryuoh2/common/images/play2.png) 0 0 no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -moz-background-size: 75px auto;
  -o-background-size: 75px auto;
  -webkit-background-size: 75px auto;
  background-size: 75px auto;
}
a.modallyMov:hover:after {
  opacity: 0.8;
}

.mod-image.img01 {
  margin: -20px auto;
}

.mod-image.img05 {
  margin: 20px 40px;
}

.o-footer-inner .links li {
  display: block;
  vertical-align: middle;
  border-top: 1px solid #fff;
}
.o-footer-inner .links li a {
  font-weight: bold;
  display: inline-block;
  padding: 5px 10px;
  text-decoration: none;
}
.o-footer-inner .links li a span {
  display: inline-block;
}
.o-footer-inner .links li a div.showSp {
  display: inline;
}
.o-footer-inner .links li a[target="_blank"]:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(/ex/pokemonryuoh2/common/images/icon_blankWindow.png) 50% 50% no-repeat;
  -moz-background-size: 10px auto;
  -o-background-size: 10px auto;
  -webkit-background-size: 10px auto;
  background-size: 10px auto;
}
.o-footer-inner .links li a img {
  display: none;
}
.o-footer-inner .logo_pokemon {
  padding: 15px 10px 0px 10px;
  border-top: 1px solid #fff;
}
.o-footer-inner .logo_pokemon img {
  width: 155px;
}
.o-footer-inner .copyright {
  font-size: 0.625em;
  margin: 0 10px;
  padding-bottom: 80px;
}

.table .mod-dl.-lightColor {
  margin-top: 0;
  border-top: 1px solid #aea1b9;
}
.table .mod-dl.-lightColor:first-child {
  border-top: none;
}
.table .mod-dl.-lightColor .sub-dt {
  padding: 15px 20px;
  background: url(/ex/pokemonryuoh2/common/images/bg_table.png);
}
.table .mod-dl.-lightColor .sub-dd {
  background: #fff;
  color: #1d1d1d;
  padding: 15px 20px;
}
.table .mod-dl.-lightColor a {
  color: #1d1d1d;
  text-decoration: underline;
}
.table .mod-dl.-lightColor hr {
  border-color: #aea1b9;
}
.table .mod-dl.-lightColor .mod-list.-dot > li.sub {
  position: relative;
}
.table .mod-dl.-lightColor .mod-list.-dot > li.sub:after {
  content: '';
  display: block;
  overflow: hidden;
  margin: 15px -20px 15px -35px;
  height: 1px;
  border-bottom: 1px dashed #aea1b9;
}
.table .mod-dl.-lightColor .mod-list.-dot > li.sub:last-child:after {
  margin: 0;
  border: none;
  height: 0;
}

.bottomText {
  background: #b07c07;
  text-align: center;
  padding: 20px 10px;
}
.bottomText span {
  font-weight: bold;
}

.back-toppage {
  background: #b07c07;
  text-align: center;
  padding: 20px 10px;
}
.back-toppage a {
  padding-left: 23px;
  background: url(/ex/pokemonryuoh2/common/images/icon-backArrow.png) no-repeat 0 center;
  -moz-background-size: 10px auto;
  -o-background-size: 10px auto;
  -webkit-background-size: 10px auto;
  background-size: 10px auto;
  font-weight: bold;
  text-decoration: none;
}

.ex-info .mod-dl.-link .sub-dd a {
  text-decoration: none;
  display: block;
}
.ex-info .ex-goIndex a {
  text-decoration: none;
}

#subpage .ex-info {
  background: rgba(255, 255, 255, 0.7);
  -moz-box-shadow: 1px 1px 2px -1px rgba(109, 110, 104, 0.3);
  -webkit-box-shadow: 1px 1px 2px -1px rgba(109, 110, 104, 0.3);
  box-shadow: 1px 1px 2px -1px rgba(109, 110, 104, 0.3);
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.youtubeLive {
  padding: 20px 0;
  background: url(/ex/pokemonryuoh2/common/images/bg_youtubeLive.png) 50% 50% no-repeat, url(/ex/pokemonryuoh2/common/images/bg1.png) top center;
  -moz-background-size: 150% auto;
  -o-background-size: 150% auto;
  -webkit-background-size: 150% auto;
  background-size: 150% auto;
  text-align: center;
}
.youtubeLive h2 {
  margin-bottom: 0;
}
.youtubeLive h2 img {
  max-height: 100%;
  width: 80%;
}
.youtubeLive .mod-list {
  padding: 0 15px;
  color: #1d1d1d;
  margin-top: -3%;
}

#news .o-body-inner {
  padding-top: 10px;
}
#news .o-body-inner .o-content {
  color: #000;
  background: #fff;
  -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  padding: 10px;
}
#news .o-body-inner .o-content .newsHeadline {
  padding-bottom: 10px;
  margin-bottom: 20px;
  background: url(/ex/pokemonryuoh2/common/images/line.png) left bottom repeat-x;
  -moz-background-size: auto 2px;
  -o-background-size: auto 2px;
  -webkit-background-size: auto 2px;
  background-size: auto 2px;
}
#news .o-body-inner .o-content .newsHeadline .date {
  font-size: 14px;
}
#news .o-body-inner .o-content .newsHeadline h1 {
  font-size: 17px;
  font-weight: bold;
}
#news .mod-narrowContent.-grid {
  width: 100%;
}
#news .st-addTopSS.st-inlineCenter {
  font-size: 12px;
}
