@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 {
  display: inline-block;
  font-family: 'icon';
  content: "\e600";
  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-a {
  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-li {
  *zoom: 1;
}
.mod-list > .sub-li:after {
  content: '';
  display: table;
  clear: both;
}
.mod-list > .sub-li > .sub-div {
  overflow: hidden;
}
.mod-list.-dot > li.sub-li {
  margin-left: 1em;
  list-style-type: none;
}
.mod-list.-dot > li.sub-li:before {
  content: '・';
  font-size: larger;
  font-weight: bold;
  margin-left: -1em;
  vertical-align: middle;
}
.mod-list.-dot > li.sub-li > .sub-div {
  display: inline;
}
.mod-list.-note > li.sub-li {
  margin-left: 1em;
  list-style-type: none;
}
.mod-list.-note > li.sub-li:before {
  content: '※';
  margin-left: -1em;
  vertical-align: middle;
}
.mod-list.-note > li.sub-li > .sub-div {
  display: inline;
}
.mod-list.-num {
  counter-reset: olcount 0;
}
.mod-list.-num > li.sub-li {
  list-style-type: none;
}
.mod-list.-num > li.sub-li:before {
  content: counter(olcount,decimal) ". ";
  counter-increment: olcount 1;
  float: left;
}
.mod-list.-num > li.sub-li > .sub-div {
  display: block;
}
.mod-list.-note.-num > li.sub-li:before {
  content: "※" counter(olcount,decimal) ". ";
}
.mod-list.-link > li.sub-li {
  list-style-type: none;
}
.mod-list.-link > li.sub-li: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-li > .sub-div {
  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;
}
.sns > ul li.line img {
  display: block;
}

.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%/2 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",Osaka,sans-serif;
  color: #1d1d1d;
  -webkit-text-size-adjust: 100%;
}

@font-face {
  font-family: 'icon';
  src: url("fonts/icon.eot?-sctq16");
  src: url("fonts/icon.eot?#iefix-sctq16") format("embedded-opentype"), url("fonts/icon.ttf?-sctq16") format("truetype"), url("fonts/icon.woff?-sctq16") format("woff"), url("fonts/icon.svg?-sctq16#icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
sup {
  vertical-align: super;
  font-size: xx-small;
}

sub {
  vertical-align: sub;
  font-size: xx-small;
}

.headingH1 {
  padding: 50px 0 0;
  margin-bottom: 30px;
  text-align: center;
}
.headingH1 .date {
  line-height: 1em;
  display: inline-block;
  margin-right: 15px;
}
.headingH1 h1 {
  margin-bottom: 20px;
}

.headingH2 {
  margin-bottom: 30px;
  position: relative;
}
.headingH2.-story:before {
  background: #38baa0;
}
.headingH2.-pokemon:before {
  background: #f5b419;
}
.headingH2.-system:before {
  background: #1473cc;
}
.headingH2.-about:before {
  background: #bf902c;
}
.headingH2.-dungeon_item:before {
  background: #4ea017;
}
.headingH2.-campaign:before {
  background: #f99032;
}
.headingH2.-movie:before {
  background: #f35665;
}
.headingH2 h2 {
  color: #1d1d1d;
}

h3 {
  margin: 0 0 20px;
}

h3.ex-addLine {
  border-bottom: 1px dotted #1d1d1d;
  margin-bottom: 20px;
}

.mod-para {
  margin-bottom: 1em;
}
.mod-para:last-child {
  margin-bottom: 0;
}
.mod-para.-small {
  font-size: smaller;
}

.st-bold {
  font-weight: bold;
}

strong {
  font-weight: bold;
  color: #f00;
}

em {
  color: #BF62EB;
}

.st-attention {
  color: #f00;
}

a {
  color: #1d1d1d;
}
a:hover {
  color: #0b136d;
}

.mod-button {
  display: inline-block;
  background: #ccc;
  position: relative;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
}
.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-a {
  display: block;
  padding: 5px 20px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}
.mod-button > .sub-a:before {
  font-family: 'icon';
  content: "\e601";
  display: inline-block;
  margin-right: 5px;
}
.mod-button:hover {
  background: #3b45b4;
  cursor: pointer;
}
.mod-button:active {
  position: relative;
  top: 1px;
}
.mod-button.-wide {
  display: block;
}
.mod-button.-large > .sub-a {
  padding: 20px;
}
.mod-button.-qr {
  background: #2c3595;
}
.mod-button.-qr > .sub-a {
  line-height: 1em;
  padding: 8px 10px;
}
.mod-button.-qr:hover {
  background: #3b45b4;
  cursor: pointer;
}

.mod-list {
  margin: 1em 0;
}

.st-badge {
  background: #999;
  color: #fff;
}

.mod-group.-card {
  padding: 10px;
  background: #fff;
  -moz-box-shadow: 0 10px 10px rgba(6, 0, 1, 0.45), inset 0 1px 5px rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 0 10px 10px rgba(6, 0, 1, 0.45), inset 0 1px 5px rgba(255, 255, 255, 0.75);
  box-shadow: 0 10px 10px rgba(6, 0, 1, 0.45), inset 0 1px 5px rgba(255, 255, 255, 0.75);
}
.mod-group.-mL {
  padding: 13px;
}
.mod-group.-suikun {
  padding: 10px;
  background: #29b1e9;
}
.mod-group.-suikun img {
  border: 1px solid #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mod-group.-raikou {
  padding: 10px;
  background: #f1c702;
}
.mod-group.-raikou img {
  border: 1px solid #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mod-group.-darkrai {
  padding: 10px;
  background: #3b3b3b;
}
.mod-group.-darkrai img {
  border: 1px solid #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mod-group.-flagNew {
  position: relative;
}
.mod-group.-flagNew:before {
  content: "";
  background: url(/ex/cho_dungeon/common/images/flag_new.png);
  width: 50px;
  height: 50px;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 10;
}
.mod-group.-flagAttention {
  position: relative;
}
.mod-group.-flagAttention:before {
  content: "";
  background: url(/ex/cho_dungeon/common/images/flag_attention.png);
  width: 50px;
  height: 50px;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 10;
}
.mod-group.-bgGray {
  padding: 30px;
  background: url(/ex/cho_dungeon/common/images/bg_amiGray.png) top left;
}
.mod-group.-gray {
  background: #cad3d4;
}
.mod-group.-borderBlue {
  border: 2px solid #23c6e8;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  padding: 15px 10px;
}
.mod-group.-bgBlue {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #ccebf1;
  padding: 25px 20px;
}

.mod-group.-article .mod-group.-card {
  -moz-box-shadow: 1px 1px 2px rgba(6, 0, 1, 0.15), inset 1px 1px 5px rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 1px 1px 2px rgba(6, 0, 1, 0.15), inset 1px 1px 5px rgba(255, 255, 255, 0.75);
  box-shadow: 1px 1px 2px rgba(6, 0, 1, 0.15), inset 1px 1px 5px rgba(255, 255, 255, 0.75);
  border: 1px solid #e5e5e5;
}

.st-category {
  display: inline-block;
}

.st-headingCategory {
  text-align: center;
  margin-bottom: 20px;
  padding-top: 40px;
  position: relative;
  color: #fff;
}

#all .fade .sub-inner {
  position: relative;
}

#all .fade .sub-inner:after {
  content: "";
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDEyMEM0OUQwRTU0MTFFNThEREFCRjZEQUUyOUQ5NDEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDEyMEM0OUUwRTU0MTFFNThEREFCRjZEQUUyOUQ5NDEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowMTIwQzQ5QjBFNTQxMUU1OEREQUJGNkRBRTI5RDk0MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowMTIwQzQ5QzBFNTQxMUU1OEREQUJGNkRBRTI5RDk0MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoTXVDEAAAcvSURBVHjatFpZaB1V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);
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  z-index: 0;
  -webkit-animation: spin 1.5s linear infinite;
  -moz-animation: spin 1.5s linear infinite;
  -ms-animation: spin 1.5s linear infinite;
  -o-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

#all .fade .sub-inner > * {
  opacity: 0;
  position: relative;
  z-index: 1;
}

.sub-dd {
  height: 3em;
  line-height: 1.5em;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mod-image a.modally {
  position: relative;
  display: block;
}
.mod-image a.modally:before {
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  background: url(/ex/cho_dungeon/common/images/play.png);
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 0;
}
.mod-image a.modally:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

#top .main .inner {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  opacity: 1;
}
#top .main.loading {
  position: relative;
  background-color: #161d42;
  background-image: none;
}
#top .main.loading .inner {
  opacity: 0;
}
#top .main.loading:after {
  content: "";
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDEyMEM0OUQwRTU0MTFFNThEREFCRjZEQUUyOUQ5NDEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDEyMEM0OUUwRTU0MTFFNThEREFCRjZEQUUyOUQ5NDEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowMTIwQzQ5QjBFNTQxMUU1OEREQUJGNkRBRTI5RDk0MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowMTIwQzQ5QzBFNTQxMUU1OEREQUJGNkRBRTI5RDk0MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoTXVDEAAAcvSURBVHjatFpZaB1V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);
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  z-index: 0;
  -webkit-animation: spin 1.5s linear infinite;
  -moz-animation: spin 1.5s linear infinite;
  -ms-animation: spin 1.5s linear infinite;
  -o-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

.ex-date {
  background: #118eaf;
  padding: 5px;
  color: #fff;
  text-align: center;
  margin: 0 auto 10px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0;
  border-radius: 0 0 5px 5px;
}
.ex-date > span {
  font-size: smaller;
}

.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;
}
