@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.outline {
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

sup {
  vertical-align: super;
  font-size: xx-small;
}

sub {
  vertical-align: sub;
  font-size: xx-small;
}

.mod-para {
  margin-bottom: 1em;
}
.mod-para:last-child {
  margin-bottom: 0;
}
.mod-para.-lead {
  font-size: larger;
}

a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}
a[target="_blank"]:after {
  content: "[別窓]";
  margin-left: 5px;
  vertical-align: middle;
}
a.st-noicon[target="_blank"]:after {
  display: none;
}
a img {
  vertical-align: middle;
}

.mod-button {
  display: inline-block;
  background: #aaa;
}
.mod-button > .sub {
  display: block;
  padding: 5px 20px;
  text-align: center;
  text-decoration: none;
  color: #000;
}
.mod-button:hover {
  background: #eee;
}
.mod-button.-wide {
  display: block;
}
.mod-button.-large > .sub {
  padding: 20px 40px;
  font-size: 30px;
}

.mod-pager {
  text-align: center;
  letter-spacing: -.34em;
}
.mod-pager > li {
  display: inline-block;
  margin: 0 5px;
  letter-spacing: normal;
}
.mod-pager > li > a, .mod-pager > li > span {
  display: block;
  padding: 5px 10px;
  line-height: 1em;
}
.mod-pager > li > span {
  background: #ccc;
}
.mod-pager > li.sub-prev > span, .mod-pager > li.sub-next > span {
  background: transparent;
}

img {
  vertical-align: top;
  max-width: 100%;
}

.mod-image {
  text-align: center;
}

.mod-list > .sub {
  *zoom: 1;
}
.mod-list > .sub:after {
  content: '';
  display: table;
  clear: both;
}
.mod-list > .sub > .sub {
  overflow: hidden;
}
.mod-list.-dot > li.sub {
  margin-left: 1em;
  list-style-type: none;
}
.mod-list.-dot > li.sub:before {
  content: '・';
  font-size: larger;
  font-weight: bold;
  margin-left: -1em;
  vertical-align: middle;
}
.mod-list.-dot > li.sub > .sub {
  display: inline;
}
.mod-list.-note > li.sub {
  margin-left: 1em;
  list-style-type: none;
}
.mod-list.-note > li.sub:before {
  content: '※';
  margin-left: -1em;
  vertical-align: middle;
}
.mod-list.-note > li.sub > .sub {
  display: inline;
}
.mod-list.-num {
  counter-reset: olcount 0;
}
.mod-list.-num > li.sub {
  list-style-type: none;
}
.mod-list.-num > li.sub:before {
  content: counter(olcount,decimal) ". ";
  counter-increment: olcount 1;
  float: left;
}
.mod-list.-num > li.sub > .sub {
  display: block;
}
.mod-list.-note.-num > li.sub:before {
  content: "※" counter(olcount,decimal) ". ";
}
.mod-list.-link > li.sub {
  list-style-type: none;
}
.mod-list.-link > li.sub:before {
  content: '';
  vertical-align: middle;
  display: inline-block;
  width: 0;
  height: 0;
  border: 5px solid #000;
  border-color: transparent transparent transparent #000;
  float: left;
  position: relative;
  top: .5em;
}
.mod-list.-link > li.sub > .sub {
  display: block;
}

.mod-dl.-horizontal {
  *zoom: 1;
}
.mod-dl.-horizontal:after {
  content: '';
  display: table;
  clear: both;
}
.mod-dl.-horizontal .sub-dt {
  float: left;
  margin-right: 10px;
}
.mod-dl.-horizontal .sub-dd {
  overflow: hidden;
}

.st-badge {
  display: inline-block;
  padding: 0.3em 0.5em;
  margin: 0 5px;
  text-align: center;
  vertical-align: middle;
  line-height: 1em;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
}

table.mod-table th, table.mod-table td {
  border: 1px solid #000;
  padding: 10px;
}

.mod-grid {
  letter-spacing: -.34em;
  text-align: center;
}
.mod-grid > .sub-cell {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}
.mod-grid > .sub-cell > .sub-inner {
  text-align: left;
}
.mod-grid.-vMiddle > .sub-cell {
  vertical-align: middle;
}

.mod-textAndImageBlock {
  *zoom: 1;
}
.mod-textAndImageBlock:after {
  content: '';
  display: table;
  clear: both;
}
.mod-textAndImageBlock .sub-1stContent > .sub-inner {
  margin: 0 10px;
}
.mod-textAndImageBlock .sub-2ndContent {
  float: left;
}
.mod-textAndImageBlock .sub-2ndContent > .sub-inner {
  margin: 0 10px;
}
.mod-textAndImageBlock.-left .sub-1stContent {
  float: left;
}
.mod-textAndImageBlock.-left .sub-1stContent > .sub-inner {
  margin-left: 0;
}
.mod-textAndImageBlock.-left .sub-2ndContent > .sub-inner {
  margin-right: 0;
}
.mod-textAndImageBlock.-right .sub-1stContent {
  float: right;
}
.mod-textAndImageBlock.-right .sub-1stContent > .sub-inner {
  margin-right: 0;
}
.mod-textAndImageBlock.-right .sub-2ndContent > .sub-inner {
  margin-left: 0;
}
.mod-textAndImageBlock.-wraps .sub-2ndContent {
  float: none;
  width: auto;
}
.mod-textAndImageBlock.-wraps .sub-2ndContent > .sub-inner {
  margin: 0;
}
.mod-textAndImageBlock.-wraps.-left .sub-1stContent > .sub-inner {
  margin-right: 20px;
}
.mod-textAndImageBlock.-wraps.-right .sub-1stContent {
  margin-left: 10px;
}
.mod-textAndImageBlock.-wraps.-right .sub-1stContent > .sub-inner {
  margin-left: 10px;
}
.mod-textAndImageBlock.-step {
  padding-bottom: 40px;
  position: relative;
}
.mod-textAndImageBlock.-step:before {
  content: "↓";
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: auto;
  width: 1em;
}

.mod-faq {
  padding-bottom: 15px;
  margin-top: 15px;
  border-bottom: 1px dotted #999;
}
.mod-faq .sub-q {
  *zoom: 1;
}
.mod-faq .sub-q:after {
  content: '';
  display: table;
  clear: both;
}
.mod-faq .sub-q:before {
  content: "Q:";
  display: inline-block;
  width: 2em;
  height: 1em;
  float: left;
  margin-right: 10px;
}
.mod-faq .sub-q .sub-inner {
  overflow: hidden;
}
.mod-faq .sub-q:hover {
  cursor: pointer;
}
.mod-faq .sub-a {
  *zoom: 1;
  display: none;
  margin-top: 15px;
}
.mod-faq .sub-a:after {
  content: '';
  display: table;
  clear: both;
}
.mod-faq .sub-a:before {
  content: "A:";
  display: inline-block;
  width: 2em;
  height: 1em;
  float: left;
  margin-right: 10px;
}
.mod-faq .sub-a .sub-inner {
  overflow: hidden;
}
.mod-faq .mod-para:last-child {
  margin-bottom: 0;
}
.mod-faq:first-child {
  border-top: 1px dotted #999;
  padding: 15px 0;
}

.sns > ul li {
  display: inline-block;
  width: 120px;
  height: 21px;
}

.mod-narrowContent {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.mod-group {
  background: #ddd;
  padding: 10px;
  margin-top: 20px;
}
.mod-group:first-child {
  margin-top: 0;
}

.x1of1 {
  width: 100%;
}

.x1of2 {
  width: 50%;
}

.x1of3 {
  width: 33.333%;
}

.x2of3 {
  width: 66.666%;
}

.x1of4 {
  width: 25%;
}

.x3of4 {
  width: 75%;
}

.x1of5 {
  width: 20%;
}

.x2of5 {
  width: 40%;
}

.x3of5 {
  width: 60%;
}

.x4of5 {
  width: 80%;
}

.x1of6 {
  width: 16.666%;
}

.x5of6 {
  width: 83.333%;
}

.x1of7 {
  width: 14.285%;
}

.x2of7 {
  width: 28.571%;
}

.x3of7 {
  width: 42.857%;
}

.x4of7 {
  width: 57.142%;
}

.x5of7 {
  width: 71.428%;
}

.x6of7 {
  width: 85.714%;
}

.x1of8 {
  width: 12.5%;
}

.x3of8 {
  width: 37.5%;
}

.x5of8 {
  width: 62.5%;
}

.x7of8 {
  width: 87.5%;
}

.x1of9 {
  width: 11.111%;
}

.x2of9 {
  width: 22.222%;
}

.x4of9 {
  width: 44.444%;
}

.x5of9 {
  width: 55.555%;
}

.x7of9 {
  width: 77.777%;
}

.x8of9 {
  width: 88.888%;
}

.x1of10 {
  width: 10%;
}

.x3of10 {
  width: 30%;
}

.x7of10 {
  width: 70%;
}

.x9of10 {
  width: 90%;
}

.st-blockCenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

.st-blockLeft {
  margin-left: 0 !important;
  margin-right: auto !important;
}

.st-blockRight {
  margin-left: auto !important;
  margin-right: 0 !important;
}

.st-floatLeft {
  float: left  !important;
}

.st-floatRight {
  float: right !important;
}

.st-clearfix {
  *zoom: 1;
}
.st-clearfix:after {
  content: '';
  display: table;
  clear: both;
}

.st-inlineCenter {
  text-align: center !important;
}

.st-inlineLeft {
  text-align: left   !important;
}

.st-inlineRight {
  text-align: right  !important;
}

.st-vAlignTop {
  vertical-align: top;
}

.st-vAlignBottom {
  vertical-align: bottom;
}

.st-vAlignMiddle {
  vertical-align: middle;
}

body {
  font: 62.5%/1.77 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",Osaka,sans-serif;
  color: #fff;
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 200;
}

.st-fsGray {
  color: #666;
}

sup {
  vertical-align: super;
  font-size: xx-small;
}

sub {
  vertical-align: sub;
  font-size: xx-small;
}

.mod-para {
  margin-bottom: .5em;
}
.mod-para:last-child {
  margin-bottom: 0;
}
.mod-para.-lead {
  font-size: larger;
}

.st-bold {
  font-weight: bold;
}

.st-strong {
  font-weight: bold;
  color: #f00;
}

.st-accent {
  color: #BF62EB;
}

.st-attention {
  color: #f00;
}

a {
  color: #ffffff;
}
a[target="_blank"]:after {
  content: "";
  background: url(/ex/pokemonryuoh2/common/images/icon_blankWindow.png) top left no-repeat;
  display: inline-block;
  width: 17px;
  height: 16px;
  margin: 0 10px 0 5px;
  vertical-align: middle;
}

a.b {
  color: #ffffff;
}
a.b[target="_blank"]:after {
  content: "";
  background: url(/ex/pokemonryuoh2/common/images/icon_blankWindowB.png) top left no-repeat;
  display: inline-block;
  width: 17px;
  height: 16px;
  margin: 0 10px 0 5px;
  vertical-align: middle;
}

.fc-black {
  color: #000 !important;
}

.mod-button {
  display: inline-block;
  background: #ccc;
  position: relative;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.mod-button:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 1px 1px 1px 1px rgba(255, 255, 255, 0.4) inset, -1px -1px 1px 1px rgba(0, 0, 0, 0.4) inset;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(255, 255, 255, 0.4) inset, -1px -1px 1px 1px rgba(0, 0, 0, 0.4) inset;
  box-shadow: 1px 1px 1px 1px rgba(255, 255, 255, 0.4) inset, -1px -1px 1px 1px rgba(0, 0, 0, 0.4) inset;
}
.mod-button > .sub {
  display: block;
  padding: 5px 20px;
  text-align: center;
  text-decoration: none;
  color: #000;
}
.mod-button:hover {
  background: #eee;
}
.mod-button:active {
  position: relative;
  top: 1px;
}
.mod-button.-wide {
  display: block;
}

.mod-dl.-v1 {
  margin-bottom: 2em;
}
.mod-dl.-v1 .sub-dt {
  background: #7c5c95;
  color: #fff;
  text-align: center;
  padding: 0.3em;
}
.mod-dl.-v1 .sub-dd {
  color: #1d1d1d;
  padding-top: 1em;
}
.mod-dl:last-child {
  margin-bottom: 0;
}

.st-badge {
  background: #999;
  color: #fff;
}

.mod-grid .mod-grid > .sub-cell {
  margin-bottom: 0;
}

.mod-group.-whiteAddShadow {
  background: rgba(255, 255, 255, 0.5);
  padding: 25px 10px;
  -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}
.mod-group.-info {
  background: #d5cea6;
  margin: 0;
  padding: 40px 0 25px;
}
.mod-group.-frame {
  background-color: #48350b;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF48350B', endColorstr='#FF48350B');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ4MzUwYiIvPjxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjYTU3MDBiIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNkYzljMDQiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2E1NzAwYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ4MzUwYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #48350b), color-stop(25%, #a5700b), color-stop(50%, #dc9c04), color-stop(75%, #a5700b), color-stop(100%, #48350b));
  background-image: -moz-linear-gradient(left, #48350b 0%, #a5700b 25%, #dc9c04 50%, #a5700b 75%, #48350b 100%);
  background-image: -webkit-linear-gradient(left, #48350b 0%, #a5700b 25%, #dc9c04 50%, #a5700b 75%, #48350b 100%);
  background-image: linear-gradient(to right, #48350b 0%, #a5700b 25%, #dc9c04 50%, #a5700b 75%, #48350b 100%);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 8px;
}
.mod-group.-frame .sub-inner {
  -moz-box-shadow: inset 0 0 30px rgba(11, 3, 6, 0.35);
  -webkit-box-shadow: inset 0 0 30px rgba(11, 3, 6, 0.35);
  box-shadow: inset 0 0 30px rgba(11, 3, 6, 0.35);
  background: url(/ex/pokemonryuoh2/common/images/bg_frame.jpg);
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  padding: 20px 10px;
}
.mod-group.-frame.-addRibbon {
  position: relative;
}
.mod-group.-frame.-addRibbon:before {
  content: "";
  display: block;
  width: 138px;
  height: 138px;
  background: url(/ex/pokemonryuoh2/common/images/ribbonTL.png) top left no-repeat;
  -moz-background-size: 69px auto;
  -o-background-size: 69px auto;
  -webkit-background-size: 69px auto;
  background-size: 69px auto;
  position: absolute;
  top: 0;
  left: 0;
}
.mod-group.-frame.-addRibbon:after {
  content: "";
  display: block;
  width: 138px;
  height: 138px;
  background: url(/ex/pokemonryuoh2/common/images/ribbonBR.png) bottom right no-repeat;
  -moz-background-size: 69px auto;
  -o-background-size: 69px auto;
  -webkit-background-size: 69px auto;
  background-size: 69px auto;
  position: absolute;
  bottom: 0;
  right: 0;
}

.table {
  background: #fff;
  padding: 2px;
  -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}
.table .title {
  text-align: center;
  padding: 5px;
  font-weight: bold;
  color: #000;
}
.table .mod-dl {
  margin-top: 1px;
}
.table .mod-dl .sub-dt {
  padding: 15px 30px;
  background: #666666;
  font-weight: bold;
}
.table .mod-dl .sub-dd {
  padding: 15px 30px;
  background: #222222;
}
.table hr {
  margin: 15px -30px;
  border: 1px dashed #fff;
  border-width: 1px 0 0 0;
}

.lText {
  font-size: larger;
  color: #000;
}

.ex-heading {
  font-size: larger;
  text-align: center;
  font-weight: bold;
  color: #462461;
  margin-bottom: 1em;
}

.ex-info {
  background: #fbfaf6;
  margin: 0 10px;
  padding: 40px 10px 15px;
  text-align: left;
  position: relative;
  -moz-box-shadow: 0 0 7px 7px rgba(183, 173, 112, 0.6);
  -webkit-box-shadow: 0 0 7px 7px rgba(183, 173, 112, 0.6);
  box-shadow: 0 0 7px 7px rgba(183, 173, 112, 0.6);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.ex-info .mod-image.-title {
  position: absolute;
  top: -19px;
  left: 0;
  width: 100%;
}
.ex-info .mod-image.-title img {
  height: 37px;
}
.ex-info .mod-dl.-link {
  color: #000;
  font-size: 14px;
  padding-bottom: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
  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;
}
.ex-info .mod-dl.-link .sub-dd {
  position: relative;
}
.ex-info .mod-dl.-link .sub-dd:after {
  content: "";
  background: url(/ex/pokemonryuoh2/common/images/icon-linkArrow.png) no-repeat;
  width: 8.5px;
  height: 13px;
  -moz-background-size: auto 13px;
  -o-background-size: auto 13px;
  -webkit-background-size: auto 13px;
  background-size: auto 13px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
  margin: auto;
}
.ex-info .mod-dl.-link .sub-dd a {
  color: #000;
}
.ex-info .ex-goIndex a {
  color: #000;
  font-size: 14px;
}
.ex-info .ex-goIndex a:after {
  content: "";
  background: url(/ex/pokemonryuoh2/common/images/icon-linkArrow.png) no-repeat;
  width: 8.5px;
  height: 13px;
  -moz-background-size: auto 13px;
  -o-background-size: auto 13px;
  -webkit-background-size: auto 13px;
  background-size: auto 13px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}

.ex-iconNew:after {
  content: "NEW";
  font-size: 8.5px;
  color: #fff;
  background: #8d4097;
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
  padding: 4px 6px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-left: 10px;
}

.ex-fsS {
  font-size: smaller;
  line-height: 1.5em;
}

.ex-headline {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}

.ex-prof {
  background: #fff;
  padding: 20px 10px;
  border: 2px solid #c88e05;
}
.ex-prof > .sub-name {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3em;
  border-bottom: 1px solid #e4c57a;
  padding: 0 0 0.5em;
}
.ex-prof > .sub-ul > li {
  border-bottom: 1px solid #e4c57a;
  padding: 0.3em 0;
}

.st-rm {
  margin: 0 !important;
}

.st-rmTop {
  margin-top: 0 !important;
}

.st-rmBottom {
  margin-bottom: 0 !important;
}

.st-rmLeft {
  margin-left: 0 !important;
}

.st-rmRight {
  margin-right: 0 !important;
}

.st-addTopXS {
  margin-top: 5px !important;
}

.st-addTopSS {
  margin-top: 10px !important;
}

.st-addTopS {
  margin-top: 15px !important;
}

.st-addTopM {
  margin-top: 20px !important;
}

.st-addTopL {
  margin-top: 25px !important;
}

.st-addTopLL {
  margin-top: 35px !important;
}

.st-addTopXL {
  margin-top: 50px !important;
}

.st-addBottomXS {
  margin-bottom: 5px !important;
}

.st-addBottomSS {
  margin-bottom: 10px !important;
}

.st-addBottomS {
  margin-bottom: 15px !important;
}

.st-addBottomM {
  margin-bottom: 20px !important;
}

.st-addBottomL {
  margin-bottom: 25px !important;
}

.st-addBottomLL {
  margin-bottom: 35px !important;
}

.st-addBottomXL {
  margin-bottom: 50px !important;
}

.st-addLeftXS {
  margin-left: 5px !important;
}

.st-addLeftSS {
  margin-left: 10px !important;
}

.st-addLeftS {
  margin-left: 15px !important;
}

.st-addLeftM {
  margin-left: 20px !important;
}

.st-addLeftL {
  margin-left: 25px !important;
}

.st-addLeftLL {
  margin-left: 35px !important;
}

.st-addLeftXL {
  margin-left: 50px !important;
}

.st-addRightXS {
  margin-right: 5px !important;
}

.st-addRightSS {
  margin-right: 10px !important;
}

.st-addRightS {
  margin-right: 15px !important;
}

.st-addRightM {
  margin-right: 20px !important;
}

.st-addRightL {
  margin-right: 25px !important;
}

.st-addRightLL {
  margin-right: 35px !important;
}

.st-addRightXL {
  margin-right: 50px !important;
}

.st-rmPad {
  padding: 0 !important;
}

.st-rmPadTop {
  padding-top: 0 !important;
}

.st-rmPadBottom {
  padding-bottom: 0 !important;
}

.st-rmPadLeft {
  padding-left: 0 !important;
}

.st-rmPadRight {
  padding-right: 0 !important;
}

.st-addPadXS {
  padding: 5px !important;
}

.st-addPadSS {
  padding: 10px !important;
}

.st-addPadS {
  padding: 15px !important;
}

.st-addPadM {
  padding: 20px !important;
}

.st-addPadL {
  padding: 25px !important;
}

.st-addPadLL {
  padding: 35px !important;
}

.st-addPadXL {
  padding: 50px !important;
}

.st-addPadTopXS {
  padding-top: 5px !important;
}

.st-addPadTopSS {
  padding-top: 10px !important;
}

.st-addPadTopS {
  padding-top: 15px !important;
}

.st-addPadTopM {
  padding-top: 20px !important;
}

.st-addPadTopL {
  padding-top: 25px !important;
}

.st-addPadTopLL {
  padding-top: 35px !important;
}

.st-addPadTopXL {
  padding-top: 50px !important;
}

.st-addPadBottomXS {
  padding-bottom: 5px !important;
}

.st-addPadBottomSS {
  padding-bottom: 10px !important;
}

.st-addPadBottomS {
  padding-bottom: 15px !important;
}

.st-addPadBottomM {
  padding-bottom: 20px !important;
}

.st-addPadBottomL {
  padding-bottom: 25px !important;
}

.st-addPadBottomLL {
  padding-bottom: 35px !important;
}

.st-addPadBottomXL {
  padding-bottom: 50px !important;
}

.st-addPadLeftXS {
  padding-left: 5px !important;
}

.st-addPadLeftSS {
  padding-left: 10px !important;
}

.st-addPadLeftS {
  padding-left: 15px !important;
}

.st-addPadLeftM {
  padding-left: 20px !important;
}

.st-addPadLeftL {
  padding-left: 25px !important;
}

.st-addPadLeftLL {
  padding-left: 35px !important;
}

.st-addPadLeftXL {
  padding-left: 50px !important;
}

.st-addPadRightXS {
  padding-right: 5px !important;
}

.st-addPadRightSS {
  padding-right: 10px !important;
}

.st-addPadRightS {
  padding-right: 15px !important;
}

.st-addPadRightM {
  padding-right: 20px !important;
}

.st-addPadRightL {
  padding-right: 25px !important;
}

.st-addPadRightLL {
  padding-right: 35px !important;
}

.st-addPadRightXL {
  padding-right: 50px !important;
}
