@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.-lead {
  font-size: larger;
}

a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}
a[target="_blank"]:after {
  font-family: 'icon';
  content: "\e600";
  margin-left: 5px;
  vertical-align: middle;
  display: inline-block;
}
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-a {
  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.-num > li.sub-li > .sub-div .mod-list.-num > li.sub-li:before {
  content: "（" counter(olcount,decimal) "）";
}
.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 a:before {
  font-family: 'icon';
  content: "\e601";
  vertical-align: middle;
  display: inline-block;
}
.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-content:first-child > .sub-inner {
  margin: 0 10px;
}
.mod-textAndImageBlock .sub-content:last-child {
  float: left;
}
.mod-textAndImageBlock .sub-content:last-child > .sub-inner {
  margin: 0 10px;
}
.mod-textAndImageBlock.-left .sub-content:first-child {
  float: left;
}
.mod-textAndImageBlock.-left .sub-content:first-child > .sub-inner {
  margin-left: 0;
}
.mod-textAndImageBlock.-left .sub-content:last-child > .sub-inner {
  margin-right: 0;
}
.mod-textAndImageBlock.-right .sub-content:first-child {
  float: right;
}
.mod-textAndImageBlock.-right .sub-content:first-child > .sub-inner {
  margin-right: 0;
}
.mod-textAndImageBlock.-right .sub-content:last-child > .sub-inner {
  margin-left: 0;
}
.mod-textAndImageBlock.-wraps .sub-content:last-child {
  float: none;
  width: auto;
}
.mod-textAndImageBlock.-wraps .sub-content:last-child > .sub-inner {
  margin: 0;
}
.mod-textAndImageBlock.-wraps.-left .sub-content:first-child > .sub-inner {
  margin-right: 20px;
}
.mod-textAndImageBlock.-wraps.-right .sub-content:first-child {
  margin-left: 10px;
}
.mod-textAndImageBlock.-wraps.-right .sub-content:first-child > .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: #f5f5f5;
  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;
}

html {
  font: 62.5%/1.5 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",Osaka,sans-serif;
  color: #554f4c;
  -webkit-text-size-adjust: 100%;
  background: #0171c3;
}

@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;
}

.mod-para {
  margin-bottom: 1em;
}
.mod-para.-lead {
  font-size: larger;
}
.mod-para.-orange {
  color: #f6913d;
  font-weight: bold;
}
.mod-para.-blue {
  color: #0071c2;
  font-weight: bold;
}

.st-bold {
  font-weight: bold;
}

strong {
  font-weight: bold;
}

em {
  color: #BF62EB;
}

.st-attention {
  color: #f00;
}

a {
  color: #554f4c;
}

.mod-button {
  display: inline-block;
  position: relative;
  background: transparent;
}
.mod-button > .sub-a {
  display: block;
  border: 3px solid #0071c2;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  border-radius: 0.8em;
  background: #ceebfb;
  padding: 1em 20px;
  text-decoration: none;
  color: #0071c2;
  font-weight: bold;
  text-align: left;
  line-height: 1em;
}
.mod-button:hover {
  position: relative;
  top: -1px;
  background: transparent;
}
.mod-button:hover > .sub-a {
  background: #ffba00;
}
.mod-button:active {
  position: relative;
  top: 1px;
}
.mod-button.-wide {
  display: block;
}
.mod-button.-down:after {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  background: url(/common/images/icon_arrowDown.png) 0 0 no-repeat;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.mod-button.-right:after {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  background: url(/common/images/icon_arrowRight.png) 0 0 no-repeat;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.mod-button.-center a {
  text-align: center;
}
.mod-button.-center a:before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin-right: 10px;
  vertical-align: middle;
  background: url(/common/images/icon_arrowRight.png) 0 0 no-repeat;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

.mod-list {
  margin-bottom: 1em;
}
.mod-list + .mod-list {
  margin-top: -1em;
}
.mod-list.-link > li.sub-li a:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/common/images/icon_arrowRight.png);
  -moz-background-size: 20px auto;
  -o-background-size: 20px auto;
  -webkit-background-size: 20px auto;
  background-size: 20px auto;
  vertical-align: middle;
}

.mod-dl .sub-dt.-addColon {
  width: 6em;
  margin: 0;
  *zoom: 1;
}
.mod-dl .sub-dt.-addColon:after {
  content: '';
  display: table;
  clear: both;
}
.mod-dl .sub-dt.-addColon:after {
  content: ":";
  float: right;
}
.mod-dl.-topAttention {
  background: url(/common/images/bg_topAttention.png);
  padding: 20px 35px;
  -moz-border-radius: 0 0 12px 12px;
  -webkit-border-radius: 0;
  border-radius: 0 0 12px 12px;
}
.mod-dl.-topAttention > .sub-dt {
  color: #ea1b1b;
}
.mod-dl.-topAttention > .sub-dt:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-right: .5em;
  background: url(/common/images/icon_attention.png);
}
.mod-dl.-topAttention > .sud-dd {
  font-size: 16px;
  font-size: 1.6rem;
}

.st-badge {
  background: #999;
  color: #fff;
}

.mod-faq {
  padding-bottom: 15px;
  margin-top: 15px;
  border-bottom: 1.5px solid #0071c2;
}
.mod-faq .sub-q {
  *zoom: 1;
}
.mod-faq .sub-q:after {
  content: '';
  display: table;
  clear: both;
}
.mod-faq .sub-q:before {
  content: "";
  background: url(/common/images/icon_q.png);
  display: inline-block;
  width: 30px;
  height: 30px;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  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: "";
  background: url(/common/images/icon_a.png);
  display: inline-block;
  width: 30px;
  height: 30px;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  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: 0px dotted #999;
  padding-top: 0;
}

.sns > ul li {
  vertical-align: bottom;
}
.sns > ul li.fb > div {
  display: block;
  line-height: 21px;
}

.mod-group {
  background: transparent;
}
.mod-group.-attention {
  border: 3px solid #ea5750;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #ffe2e1;
}
.mod-group.-attention h2 {
  position: relative;
  background: #ea5750;
  padding: 5px;
  color: #fff;
  margin-bottom: 20px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
.mod-group.-attention h2:before {
  left: 5px;
}
.mod-group.-attention h2:after {
  right: 5px;
}
.mod-group.-attention .headingS {
  color: #ea5750;
}
.mod-group.-attention .mod-section {
  margin-left: 12px;
  margin-right: 12px;
}
.mod-group.-attention .mod-section.line {
  border-bottom: 1px solid #ea5750;
}
.mod-group.-monbo {
  border: 2.5px solid #fccc8d;
  padding: 15px 7.5px;
  margin-top: 15px;
  margin-bottom: 15px;
  background: #fff7e4;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}
.mod-group.-monbo:before {
  content: "";
  display: block;
  width: 100%;
  height: 11px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: url(/common/images/bg_groupMonboTop.png) left 49px;
  -moz-background-size: 63px auto;
  -o-background-size: 63px auto;
  -webkit-background-size: 63px auto;
  background-size: 63px auto;
}
.mod-group.-monbo:after {
  content: "";
  display: block;
  width: 100%;
  height: 11px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: url(/common/images/bg_groupMonboBottom.png) left -38px;
  -moz-background-size: 63px auto;
  -o-background-size: 63px auto;
  -webkit-background-size: 63px auto;
  background-size: 63px auto;
}
.mod-group.-monbo .sub-group-monbo {
  position: relative;
  z-index: 1;
}
.mod-group.-borderBlue {
  border: 2.5px solid #61b8e3;
  padding: 15px 7.5px;
  background: #aee3fe;
  margin-top: 15px;
  margin-bottom: 15px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2);
}
.mod-group.-borderGreen {
  border: 2.5px solid #59ae9a;
  background: #72c4b1;
  padding: 15px 7.5px;
  margin-top: 15px;
  margin-bottom: 15px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2);
}
.mod-group.-borderRed {
  border: 2.5px solid #e98b66;
  background: #f3a181;
  padding: 15px 7.5px;
  margin-top: 15px;
  margin-bottom: 15px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2);
}
.mod-group.-borderPurple {
  border: 2.5px solid #bf8ebd;
  background-color: #dab3d8;
  padding: 15px 7.5px;
  margin-top: 15px;
  margin-bottom: 15px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2);
}
.mod-group.-link {
  background: #fff;
  padding: 12.5px;
  -moz-border-radius: 13px;
  -webkit-border-radius: 13px;
  border-radius: 13px;
}

.iconType-important, .iconType1, .iconType2, .iconType3, .iconType4, .iconType5, .iconType6, .iconType7, .iconType8 {
  font-size: 8px;
  font-size: 0.8rem;
  color: #fff;
  padding: 4px;
  display: inline-block;
  min-width: 95px;
  text-align: center;
  margin: 0 2px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}

.iconType-important {
  background: #f03f43;
  min-width: 4em;
}

.iconType1 {
  background: #0083e1;
}

.iconType2 {
  background: #f88c00;
}

.iconType3 {
  background: #00a853;
}

.iconType4 {
  background: #f8587d;
}

.iconType5 {
  background: #b36706;
}

.iconType6 {
  background: #bc62c9;
}

.iconType7 {
  background: #6dc616;
}

.iconType8 {
  background: #38b8f3;
}

.newsIndex {
  text-align: center;
  margin: 40px 0 30px;
  line-height: 1em;
}
.newsIndex a:after {
  content: "";
  margin-left: 5px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/common/images/icon_arrowRight.png);
  -moz-background-size: 20px auto;
  -o-background-size: 20px auto;
  -webkit-background-size: 20px auto;
  background-size: 20px auto;
  vertical-align: middle;
}
.newsIndex.-back a:after {
  display: none;
}
.newsIndex.-back a:before {
  content: "";
  margin-right: 5px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/common/images/icon_arrowLeft.png);
  -moz-background-size: 20px auto;
  -o-background-size: 20px auto;
  -webkit-background-size: 20px auto;
  background-size: 20px auto;
  vertical-align: middle;
}

.ex-addBgLight {
  background-image: url(/common/images/bgLight.png);
  background-position: top center;
}

.ex-fcWhite {
  color: #fff;
}

.btnHome {
  display: inline-block;
  border: 2px solid #0071c2;
  padding: 3px;
  background: #ceebfb;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 2px 2px 0 0 #0071c2;
  -webkit-box-shadow: 2px 2px 0 0 #0071c2;
  box-shadow: 2px 2px 0 0 #0071c2;
}
.btnHome img {
  height: 32px;
}

#Paginator {
  text-align: center;
}
#Paginator li {
  display: inline-block;
  width: 3em;
  height: 3em;
  line-height: 3em;
  background: #0071c2;
  -moz-border-radius: 3em;
  -webkit-border-radius: 3em;
  border-radius: 3em;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  margin: 0 3px;
}
#Paginator li:hover, #Paginator li.current {
  background: #ffba00;
  color: #3385ca;
}
#Paginator li:hover a, #Paginator li.current a {
  color: #3385ca;
}
#Paginator li a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
#Paginator li.prev, #Paginator li.next {
  background: transparent;
  width: auto;
  margin: 0 20px;
}
#Paginator li.prev.hidden, #Paginator li.next.hidden {
  visibility: hidden;
}
#Paginator li.prev a, #Paginator li.next a {
  font-weight: normal;
  color: #1d1d1d;
  text-decoration: underline;
  font-weight: normal;
}
#Paginator li.prev a:hover, #Paginator li.next a:hover {
  text-decoration: none;
}
#Paginator li.prev:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/common/images/icon_arrowLeft.png);
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  margin-right: 5px;
  vertical-align: middle;
}
#Paginator li.next:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/common/images/icon_arrowRight.png);
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  margin-left: 5px;
  vertical-align: middle;
}
#Paginator li.prev:hover a, #Paginator li.next:hover a {
  color: #0071c2;
  text-decoration: underline;
}

.cms-content {
  position: relative;
  margin: -10px -10px 0 -10px;
  padding: 20px 10px 1px 10px;
}
.cms-content: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;
}
.cms-content p {
  margin: 1em 0;
}
.cms-content .mod-list {
  margin: 1em 0;
}

.cms-content table[border="1"] th,
.cms-content table[border="1"] td {
  border:1px solid black;
  padding:.3em .5em;
}
.cms-content table[border="1"] th {
  background:#ccc;
  font-weight:bold;
}

.o-body.-yellow {
  background: #ffe800;
}
.o-body.-yellow .o-content {
  padding: 20px 0 !important;
}
.o-body.-yellow h2 {
  text-align: center;
  color: #0071c2;
  margin-bottom: 1em;
}

.sub-heading {
  position: relative;
  text-align: center;
  min-height: 20px;
  margin: 4px 0 10px;
}
.sub-heading img {
  max-width: 200px;
}
.sub-heading:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(/common/images/icon_heading_monbo.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;
  left: 0;
  margin: auto;
}
.sub-heading:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(/common/images/icon_heading_monbo.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;
}
.sub-heading.-monboS {
  position: relative;
  padding: 5px 30px;
  color: #fff;
  margin-bottom: 20px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
.sub-heading.-monboS:before {
  left: 5px;
}
.sub-heading.-monboS:after {
  right: 5px;
}
.sub-heading.-blue {
  background: #0071c2;
}

.cms-content img {
  height: auto;
}

.slide-wrapper a[target='_blank']:after {
  display: none;
}

.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;
}
