@charset "utf-8";
.outline > .o-header > .o-header-inner {
  border-top: 5px solid #0071c2;
}
.outline > .o-header > .o-header-inner .company,
.outline > .o-header > .o-header-inner .sns {
  display: none;
}
.outline > .o-header > .o-header-inner .poketoruLogo {
  margin: 5px 12.5px 0;
  padding-bottom: 5px;
  max-width: 35%;
}
.outline > .o-body > .o-body-inner {
  padding: 10px 12.5px 15px;
}
.outline > .o-footer > .o-footer-inner {
  padding: 10px 12.5px;
}
.outline > .o-footer > .o-footer-inner .links li {
  margin: 5px 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.outline > .o-footer > .o-footer-inner .links li a {
  color: #fff;
  text-decoration: none;
}
.outline > .o-footer > .o-footer-inner .links li a:before {
  font-family: 'icon';
  content: "\e601";
  margin-right: 5px;
}
.outline > .o-footer > .o-footer-inner .links li.backtotop {
  position: fixed;
  bottom: 12.5px;
  right: 12.5px;
}
.outline > .o-footer > .o-footer-inner .links li.backtotop a {
  display: block;
  width: 49px;
  height: 0;
  padding-top: 49px;
  overflow: hidden;
  background: url(/common/images/backtotop.png);
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.outline > .o-footer > .o-footer-inner .company img {
  height: 15px;
}
.outline > .o-footer > .o-footer-inner .copyright {
  margin-top: 5px;
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
}

.o-nav {
  display: none;
}

.ex-global {
  position: absolute;
  top: 0;
}
.ex-global > .sub-menuButton {
  position: absolute;
  top: 0px;
  left: -55px;
  z-index: 2;
  display: block;
  width: 55px;
  height: 0;
  padding-top: 55px;
  overflow: hidden;
  background: url(/common/images/menu.png);
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.ex-global > .mod-nav {
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0 10px 10px;
  background: #0071c2;
  position: absolute;
  z-index: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
.ex-global > .mod-nav > .sub-global {
  background: #fff;
  -moz-border-radius: 5px 0px 0px 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 0px 0px 5px;
}
.ex-global > .mod-nav > .sub-global li {
  padding: 10px;
  background: url(/common/images/line.png) top left repeat-x;
}
.ex-global > .mod-nav > .sub-global li.sub-globalItem:first-child {
  background: transparent;
}
.ex-global > .mod-nav > .sub-global li a {
  text-decoration: none;
  font-weight: bold;
}
.ex-global > .mod-nav > .sub-global > .sub-globalItem {
  display: block;
}
.ex-global > .mod-nav > .sub-global > .sub-globalItem > .sub-ul {
  margin: 10px -10px -10px -10px;
}
.ex-global > .mod-nav > .sub-global > .sub-globalItem > .sub-ul > .sub-li .sub-inner:before {
  content: "●";
  display: inline;
  font-weight: bold;
  font-size: 8px;
  margin-right: 5px;
  color: #f85959;
  line-height: 0;
  vertical-align: middle;
}
.ex-global > .mod-nav > .sub-global > .sub-globalItem > .sub-ul > .sub-li .sub-underLayer {
  display: none;
}
.ex-global.isOpen .mod-nav {
  display: block;
}
.ex-global.isOpen .sub-menuButton {
  background: url(/common/images/menu_close.png);
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

.outline {
  font-size: 16px;
  font-size: 1.6rem;
}

.o-header {
  background: url(/common/images/bg.png) top center;
  -moz-background-size: 306px auto;
  -o-background-size: 306px auto;
  -webkit-background-size: 306px auto;
  background-size: 306px auto;
}

.o-body {
  background: url(/common/images/bg.png) top center;
  -moz-background-size: 306px auto;
  -o-background-size: 306px auto;
  -webkit-background-size: 306px auto;
  background-size: 306px auto;
}
.o-body.-bg2 {
  background: url(/common/images/bg2.png) top center;
  -moz-background-size: 306px auto;
  -o-background-size: 306px auto;
  -webkit-background-size: 306px auto;
  background-size: 306px auto;
}

.mod-section {
  margin: 20px 0;
}

.ex-headingLv1 {
  border: 5px solid #0071c1;
  border-width: 3px 0;
  background: #fee800;
  line-height: 0;
}
.ex-headingLv1 > .sub-inner {
  text-align: center;
  display: table;
  width: 100%;
  padding: 6px 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ex-headingLv1 > .sub-inner:before {
  vertical-align: middle;
  display: table-cell;
  content: "";
  width: 29px;
  height: 38px;
  background: url(/common/images/icon_headingLv1Left.png);
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.ex-headingLv1 > .sub-inner:after {
  vertical-align: middle;
  display: table-cell;
  content: "";
  width: 29px;
  height: 38px;
  background: url(/common/images/icon_headingLv1Right.png);
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.ex-headingLv1 > .sub-inner > .mod-image {
  vertical-align: middle;
  display: table-cell;
}
.ex-headingLv1 > .sub-inner > .mod-image img {
  max-height: 38px;
}

.ex-headingLv2 {
  background: #fff;
  text-align: center;
  border: 2px solid #F78E01;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 15px;
}
.ex-headingLv2 img {
  max-height: 30px;
}
.ex-headingLv2.-blue {
  border-color: #0071c2;
}

.ex-headingLv3 {
  background: #f88c00;
  font-weight: bold;
  color: #fff;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  padding: 7px 17px;
  display: table;
  margin-bottom: 15px;
}
.ex-headingLv3:before {
  content: "";
  display: table-cell;
  width: 17px;
  height: 17px;
  background: url(/common/images/icon_heading_monbo.png) 50% 50% no-repeat;
  -moz-background-size: 17px 17px;
  -o-background-size: 17px 17px;
  -webkit-background-size: 17px 17px;
  background-size: 17px 17px;
}
.ex-headingLv3:after {
  content: "";
  display: table-cell;
  width: 17px;
  height: 17px;
  background: url(/common/images/icon_heading_monbo.png) 50% 50% no-repeat;
  -moz-background-size: 17px 17px;
  -o-background-size: 17px 17px;
  -webkit-background-size: 17px 17px;
  background-size: 17px 17px;
}
.ex-headingLv3 > p {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}
.ex-headingLv3.-blue {
  background: #0071c2;
}
.ex-headingLv3.-red {
  background: #ea5750;
}

.ex-headingLv4 {
  background: #fff;
  font-weight: bold;
  color: #fff;
  width: 100%;
  border: 2.5px solid #0071c2;
  font-size: 16px;
  font-size: 1.6rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  padding: 7px 17px;
  display: table;
  margin-bottom: 15px;
}
.ex-headingLv4:before {
  content: "";
  display: table-cell;
  width: 17px;
  height: 17px;
  background: url(/common/images/icon_heading_monboH2Blue.png) 50% 50% no-repeat;
  -moz-background-size: 17px 17px;
  -o-background-size: 17px 17px;
  -webkit-background-size: 17px 17px;
  background-size: 17px 17px;
}
.ex-headingLv4:after {
  content: "";
  display: table-cell;
  width: 17px;
  height: 17px;
  background: url(/common/images/icon_heading_monboH2Blue.png) 50% 50% no-repeat;
  -moz-background-size: 17px 17px;
  -o-background-size: 17px 17px;
  -webkit-background-size: 17px 17px;
  background-size: 17px 17px;
}
.ex-headingLv4 > p {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  color: #0071c2;
  font-weight: bold;
}

.mod-caption {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 5px;
}

.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.-date li {
  position: relative;
  margin-bottom: 2px;
  padding: 15px 10px;
  font-size: 14px;
  font-size: 1.4rem;
}
.mod-list.-date li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: url(/common/images/line.png);
  -moz-background-size: 4px auto;
  -o-background-size: 4px auto;
  -webkit-background-size: 4px auto;
  background-size: 4px auto;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.mod-list.-date li.important {
  background: #fff480;
}
.mod-list.-date li .date {
  display: block;
  color: #7c7c7c;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 8px;
}
.mod-list.-link > li.sub-li a:before {
  content: "";
  margin-right: 5px;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(/common/images/icon_arrowRight.png);
  -moz-background-size: 18px auto;
  -o-background-size: 18px auto;
  -webkit-background-size: 18px auto;
  background-size: 18px auto;
  vertical-align: middle;
}
.mod-list.-note {
  font-size: 9px;
  font-size: 0.9rem;
}

.mod-group.-blue .mod-list.-date {
  margin: -10px -10px 0 -10px;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.mod-group.-blue .mod-list.-date .sub-title {
  font-size: 20px;
  font-weight: bold;
}

.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-dl.-topAttention {
  padding: 10px 12.5px;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0;
  border-radius: 0 0 6px 6px;
}
.mod-dl.-topAttention > .sub-dt {
  margin-bottom: 0.5em;
}
.mod-dl.-topAttention > .sub-dt:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/common/images/icon_attention.png);
  -moz-background-size: 20px auto;
  -o-background-size: 20px auto;
  -webkit-background-size: 20px auto;
  background-size: 20px auto;
}
.mod-dl.-topAttention > .sud-dd {
  font-size: inherit;
}

.mod-grid {
  margin-left: -10px;
  margin-bottom: -10px;
}
.mod-grid + .mod-grid {
  margin-top: 10px;
}
.mod-grid > .sub-cell {
  margin-bottom: 10px;
}
.mod-grid > .sub-cell > .sub-inner {
  margin-left: 10px;
}
.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: -15px;
  margin-bottom: -15px;
}
.mod-grid.-marginL + .mod-grid {
  margin-top: 15px;
}
.mod-grid.-marginL > .sub-cell {
  margin-bottom: 15px;
}
.mod-grid.-marginL > .sub-cell > .sub-inner {
  margin-left: 15px;
}
.mod-grid.-sp1col > .sub-cell {
  width: 100%;
  margin-bottom: 15px !important;
}
.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: -25px;
  margin-bottom: -25px;
}
.mod-grid.-step > .sub-cell {
  margin-bottom: 25px;
}
.mod-grid.-step > .sub-cell > .sub-inner {
  margin-left: 25px;
}
.mod-grid.-step > .sub-cell > .sub-inner {
  position: relative;
}
.mod-grid.-step > .sub-cell > .sub-inner:before {
  content: "";
  display: block;
  width: 12.5px;
  height: 23.5px;
  background: url(/common/images/icon_stepArrowRight.png);
  position: absolute;
  top: 0;
  bottom: 0;
  left: -18px;
  margin: auto;
  -moz-background-size: 12.5px auto;
  -o-background-size: 12.5px auto;
  -webkit-background-size: 12.5px auto;
  background-size: 12.5px 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-grid.-ranking {
  margin-left: 0px;
  margin-bottom: 0px;
  margin: -10px;
}
.mod-grid.-ranking > .sub-cell {
  margin-bottom: 0px;
}
.mod-grid.-ranking > .sub-cell:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: url(/common/images/line.png) 0 0;
}
.mod-grid.-ranking > .sub-cell > .sub-inner {
  margin-left: 0px;
  padding: 20px 12px 20px 3.5em;
  position: relative;
}
.mod-grid.-ranking > .sub-cell > .sub-inner a {
  text-decoration: none;
}
.mod-grid.-ranking > .sub-cell > .sub-inner:before {
  content: "";
  display: block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  margin: auto;
  background: #0071c2;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.mod-grid.-ranking > .sub-cell.no1 > .sub-inner:before {
  content: "1";
  background: #ea5750;
}
.mod-grid.-ranking > .sub-cell.no2 > .sub-inner:before {
  content: "2";
  background: #ea5750;
}
.mod-grid.-ranking > .sub-cell.no2 > .sub-inner:before {
  content: "2";
  background: #ea5750;
}
.mod-grid.-ranking > .sub-cell.no3 > .sub-inner:before {
  content: "3";
}
.mod-grid.-ranking > .sub-cell.no4 > .sub-inner:before {
  content: "4";
}
.mod-grid.-ranking > .sub-cell.no5 > .sub-inner:before {
  content: "5";
}
.mod-grid.-ranking > .sub-cell.no6 > .sub-inner:before {
  content: "6";
}
.mod-grid.-ranking > .sub-cell.no7 > .sub-inner:before {
  content: "7";
}
.mod-grid.-ranking > .sub-cell.no8 > .sub-inner:before {
  content: "8";
}
.mod-grid.-ranking > .sub-cell.no9 > .sub-inner:before {
  content: "9";
}
.mod-grid.-ranking > .sub-cell.no10 > .sub-inner:before {
  content: "10";
}
.mod-grid.-ranking > .sub-cell.no10:after {
  content: "";
  display: none;
}

.mod-textAndImageBlock {
  *zoom: 1;
}
.mod-textAndImageBlock:after {
  content: '';
  display: table;
  clear: both;
}
.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;
}

.mod-faq .sub-q .sub-inner {
  position: relative;
  padding-right: 25px;
}
.mod-faq .sub-q .sub-inner:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(/common/images/icon_arrowDown.png);
  -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: 0;
  margin: auto;
}
.mod-faq .sub-q.open .sub-inner:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(/common/images/icon_arrowUp.png);
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.mod-faq .sub-a .sub-inner {
  padding-right: 25px;
}

.sns {
  margin: 0px -12.5px -15px;
  padding: 10px 12.5px;
  background: #ffe100;
  line-height: 0;
}
.sns li {
  margin: 2px 0;
}

.mod-narrowContent {
  width: auto;
  margin-left: 10px;
  margin-right: 10px;
}
.mod-narrowContent .mod-group {
  margin-left: -10px;
  margin-right: -10px;
}

.mod-group.-blue {
  border: 3px solid #136199;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: url(/common/images/bg_blue.png) top left;
  -moz-background-size: 30px auto;
  -o-background-size: 30px auto;
  -webkit-background-size: 30px auto;
  background-size: 30px auto;
  padding: 4px;
}
.mod-group.-blue > .sub-inner {
  border: 3px solid #0071c2;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
  padding: 10px;
}

.showPc {
  display: none;
}

.mod-image .modally {
  display: block;
  position: relative;
}
.mod-image .modally:before {
  content: "";
  background: url(/common/images/play.png);
  width: 47px;
  height: 47px;
  -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;
  left: 0;
  right: 0;
  margin: auto;
}

.newsIndex {
  margin: 25px 0 15px;
}
.newsIndex a:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  -moz-background-size: 18px auto;
  -o-background-size: 18px auto;
  -webkit-background-size: 18px auto;
  background-size: 18px auto;
}
.newsIndex.-back a:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  -moz-background-size: 18px auto;
  -o-background-size: 18px auto;
  -webkit-background-size: 18px auto;
  background-size: 18px auto;
}

.ex-anchor {
  margin-left: -10px;
  margin-right: -10px;
}
.ex-anchor li {
  padding: 5px 10px 10px;
  background: url(/common/images/line.png) bottom left repeat-x;
}
.ex-anchor li img {
  max-height: 23px;
}

#Paginator {
  *zoom: 1;
}
#Paginator:after {
  content: '';
  display: table;
  clear: both;
}
#Paginator li {
  display: none;
}
#Paginator li.prev {
  display: inline-block;
  float: left;
}
#Paginator li.next {
  display: inline-block;
  float: right;
}

#top .storeBanner {
  padding: 10px 19.5px 20px;
  display: table;
}
#top .storeBanner a {
  display: table-cell;
  padding: 0 3px;
}
#top .o-header-inner {
  border-width: 0;
  background: #0071c2;
}
#top .o-header-inner .company {
  display: block;
  width: 50%;
  padding: 7px 0 7px 12.5px;
}
#top .main {
  background: url(/common/images/bg.png) top center;
  -moz-background-size: 306px auto;
  -o-background-size: 306px auto;
  -webkit-background-size: 306px auto;
  background-size: 306px auto;
}
#top .topNav {
  background: #ffe800;
}
#top .topNav .showSp {
  background: #ffe800;
}
#top .topNav .showSp .sub-ul {
  display: none;
}
#top .topNav .showSp .mod-nav .sub-global {
  display: table;
  margin: auto;
  padding: 0 12.5px;
}
#top .topNav .showSp .mod-nav .sub-global .sub-globalItem {
  display: table-cell;
  width: 100%;
  padding: 15px 4px 0;
  width: 33.33%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#top .topNav .showSp .mod-nav .sub-global .sub-globalItem a {
  display: block;
  width: 100%;
  padding-top: 68.6%;
  height: 0;
  overflow: hidden;
}
#top .topNav .showSp .mod-nav .sub-global .sub-globalItem.no1 a {
  background: url(/top/nav_01_sp.png) top center;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
#top .topNav .showSp .mod-nav .sub-global .sub-globalItem.no2 a {
  background: url(/top/nav_02_sp.png) top center;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
#top .topNav .showSp .mod-nav .sub-global .sub-globalItem.no3 a {
  background: url(/top/nav_03_sp.png) top center;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
#top .movie {
  background: url(/top/bg_mov_sp.png) 0 65% no-repeat;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  padding: 0 22% 15px;
}
#top .movie .mod-image .modally:before {
  top: 20%;
}
#top h2.-topics {
  background: #f88c00;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
#top .slide-wrapper {
  padding: 0px;
  margin: 0 -12.5px;
}
#top .slick-slider {
  margin-bottom: 5px;
}
#top .slick-list {
  overflow: visible;
  padding: 0 50px;
}
#top .slick-list.draggable {
  overflow: hidden;
  padding: 0 15%;
}
#top .slick-prev,
#top .slick-next {
  display: none !important;
}
#top .slick-slide {
  padding: 0 10px;
}
#top h3.product {
  text-align: center;
  padding: 10px;
  margin: 20px 0 15px;
  border: 2px solid #0071c2;
  border-width: 2px 0;
  line-height: 1em;
}
#top h3.product img {
  width: 25%;
}
#top .mod-textAndImageBlock.-product {
  display: table;
  font-size: 12px;
  font-size: 1.2rem;
}
#top .mod-textAndImageBlock.-product .sub-dt.-addColon {
  width: 5.5em;
}
#top .mod-textAndImageBlock.-product .sub-content.x1of3 {
  vertical-align: middle;
  display: table-cell;
  width: 40%;
  float: none;
}
#top .mod-textAndImageBlock.-product .sub-content.x1of3 .sub-inner {
  margin-right: 5px;
}
#top .mod-textAndImageBlock.-product .sub-content.x2of3 {
  display: table-cell;
  vertical-align: middle;
  width: 60%;
  float: none;
}
#top .mod-textAndImageBlock.-product .sub-content.x2of3 .sub-inner {
  margin-left: 5px;
}
