@charset "UTF-8";
/* 
Eric Meyer's CSS Reset
http://meyerweb.com/eric/tools/css/reset/
v1.0 | 20080212
CSSresetr.com
*/
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, font, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/* remember to define focus styles! */
:focus {
  outline: 0; }

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing=0' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }
  table th {
    vertical-align: middle; }
  table td {
    vertical-align: middle; }

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  background: #fff;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0); }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px; }

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(images/controls.png) no-repeat 0 -32px; }

.bx-wrapper .bx-next {
  right: 10px;
  background: url(images/controls.png) no-repeat -43px -32px; }

.bx-wrapper .bx-prev:hover {
  background-position: 0 0; }

.bx-wrapper .bx-next:hover {
  background-position: -43px 0; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 10; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* # common classes
---------------------------------------------------------------------------- */
.fleft {
  float: left; }

.clear_fleft {
  clear: left; }

.fright {
  float: right; }

.clear_fright {
  clear: right; }

.b {
  font-weight: bold !important; }

.fw_normal {
  font-weight: normal !important; }

.err {
  color: red;
  font-size: 10px; }

.list_err {
  text-align: center;
  margin: 40px;
  color: red; }

.dc {
  font-size: xx-small; }

.border {
  border: 1px solid #AAAAAA !important; }

.border_top0 {
  border-top: none !important; }

.b0 {
  border: 0px none !important; }

.bt0 {
  border-top: none !important; }

.br0 {
  border-right: none !important; }

.bb0 {
  border-bottom: none !important; }

.bl0 {
  border-left: none !important; }

.txt-center {
  text-align: center !important; }

.txt-left {
  text-align: left !important; }

.txt-right {
  text-align: right !important; }

.d_center {
  margin: 0 auto; }

.v_top {
  vertical-align: top !important; }

.v_middle {
  vertical-align: middle !important; }

.v_bottom {
  vertical-align: bottom !important; }

.imeon {
  ime-mode: active !important; }

.imeoff {
  ime-mode: disabled !important; }

.word-wrap {
  word-wrap: break-word; }

.word-break-all {
  word-break: break-all; }

.nowrap {
  white-space: nowrap; }

.dot {
  background: #ffffff url("/common/img/dot.png") scroll repeat-x; }

.number_format {
  ime-mode: disabled;
  text-align: right; }

.numeric {
  ime-mode: disabled;
  text-align: right; }

.needs {
  font-size: xx-small;
  color: #FF0000; }

.w1 {
  width: 1px !important; }

.w2 {
  width: 2px !important; }

.w3 {
  width: 3px !important; }

.w4 {
  width: 4px !important; }

.w5 {
  width: 5px !important; }

.w6 {
  width: 6px !important; }

.w7 {
  width: 7px !important; }

.w8 {
  width: 8px !important; }

.w9 {
  width: 9px !important; }

.w10 {
  width: 10px !important; }

.w15 {
  width: 15px !important; }

.w20 {
  width: 20px !important; }

.w25 {
  width: 25px !important; }

.w30 {
  width: 30px !important; }

.w35 {
  width: 35px !important; }

.w40 {
  width: 40px !important; }

.w45 {
  width: 45px !important; }

.w50 {
  width: 50px !important; }

.w55 {
  width: 55px !important; }

.w60 {
  width: 60px !important; }

.w65 {
  width: 65px !important; }

.w70 {
  width: 70px !important; }

.w75 {
  width: 75px !important; }

.w80 {
  width: 80px !important; }

.w85 {
  width: 85px !important; }

.w90 {
  width: 90px !important; }

.w95 {
  width: 95px !important; }

.w100 {
  width: 100px !important; }

.w105 {
  width: 105px !important; }

.w110 {
  width: 110px !important; }

.w115 {
  width: 115px !important; }

.w120 {
  width: 120px !important; }

.w125 {
  width: 125px !important; }

.w130 {
  width: 130px !important; }

.w135 {
  width: 135px !important; }

.w140 {
  width: 140px !important; }

.w145 {
  width: 145px !important; }

.w150 {
  width: 150px !important; }

.w155 {
  width: 155px !important; }

.w160 {
  width: 160px !important; }

.w165 {
  width: 165px !important; }

.w170 {
  width: 170px !important; }

.w175 {
  width: 175px !important; }

.w180 {
  width: 180px !important; }

.w185 {
  width: 185px !important; }

.w190 {
  width: 190px !important; }

.w195 {
  width: 195px !important; }

.w200 {
  width: 200px !important; }

.w210 {
  width: 210px !important; }

.w220 {
  width: 220px !important; }

.w250 {
  width: 250px !important; }

.w300 {
  width: 300px !important; }

.w350 {
  width: 350px !important; }

.w400 {
  width: 400px !important; }

.w440 {
  width: 440px !important; }

.w450 {
  width: 450px !important; }

.w480 {
  width: 480px !important; }

.w500 {
  width: 500px !important; }

.w510 {
  width: 510px !important; }

.w530 {
  width: 530px !important; }

.w550 {
  width: 550px !important; }

.w590 {
  width: 590px !important; }

.w600 {
  width: 600px !important; }

.w610 {
  width: 610px !important; }

.w620 {
  width: 620px !important; }

.w650 {
  width: 650px !important; }

.w700 {
  width: 700px !important; }

.w740 {
  width: 740px !important; }

.w750 {
  width: 750px !important; }

.w780 {
  width: 780px !important; }

.w800 {
  width: 800px !important; }

.w850 {
  width: 850px !important; }

.w900 {
  width: 900px !important; }

.w940 {
  width: 940px !important; }

.w950 {
  width: 950px !important; }

.w960 {
  width: 960px !important; }

.w1000 {
  width: 1000px !important; }

.w1050 {
  width: 1050px !important; }

.w1100 {
  width: 1100px !important; }

.w1150 {
  width: 1150px !important; }

.w1200 {
  width: 1200px !important; }

.w1240 {
  width: 1240px !important; }

.w1250 {
  width: 1250px !important; }

.w1300 {
  width: 1300px !important; }

.w1350 {
  width: 1350px !important; }

.w1400 {
  width: 1400px !important; }

.w1450 {
  width: 1450px !important; }

.w1500 {
  width: 1500px !important; }

.mw1 {
  max-width: 1px !important; }

.mw2 {
  max-width: 2px !important; }

.mw3 {
  max-width: 3px !important; }

.mw4 {
  max-width: 4px !important; }

.mw5 {
  max-width: 5px !important; }

.mw6 {
  max-width: 6px !important; }

.mw7 {
  max-width: 7px !important; }

.mw8 {
  max-width: 8px !important; }

.mw9 {
  max-width: 9px !important; }

.mw10 {
  max-width: 10px !important; }

.mw15 {
  max-width: 15px !important; }

.mw20 {
  max-width: 20px !important; }

.mw25 {
  max-width: 25px !important; }

.mw30 {
  max-width: 30px !important; }

.mw35 {
  max-width: 35px !important; }

.mw40 {
  max-width: 40px !important; }

.mw45 {
  max-width: 45px !important; }

.mw50 {
  max-width: 50px !important; }

.mw55 {
  max-width: 55px !important; }

.mw60 {
  max-width: 60px !important; }

.mw65 {
  max-width: 65px !important; }

.mw70 {
  max-width: 70px !important; }

.mw75 {
  max-width: 75px !important; }

.mw80 {
  max-width: 80px !important; }

.mw85 {
  max-width: 85px !important; }

.mw90 {
  max-width: 90px !important; }

.mw95 {
  max-width: 95px !important; }

.mw100 {
  max-width: 100px !important; }

.mw105 {
  max-width: 105px !important; }

.mw110 {
  max-width: 110px !important; }

.mw115 {
  max-width: 115px !important; }

.mw120 {
  max-width: 120px !important; }

.mw125 {
  max-width: 125px !important; }

.mw130 {
  max-width: 130px !important; }

.mw135 {
  max-width: 135px !important; }

.mw140 {
  max-width: 140px !important; }

.mw145 {
  max-width: 145px !important; }

.mw150 {
  max-width: 150px !important; }

.mw155 {
  max-width: 155px !important; }

.mw160 {
  max-width: 160px !important; }

.mw165 {
  max-width: 165px !important; }

.mw170 {
  max-width: 170px !important; }

.mw175 {
  max-width: 175px !important; }

.mw180 {
  max-width: 180px !important; }

.mw185 {
  max-width: 185px !important; }

.mw190 {
  max-width: 190px !important; }

.mw195 {
  max-width: 195px !important; }

.mw200 {
  max-width: 200px !important; }

.mw250 {
  max-width: 250px !important; }

.mw300 {
  max-width: 300px !important; }

.mw350 {
  max-width: 350px !important; }

.mw400 {
  max-width: 400px !important; }

.mw450 {
  max-width: 450px !important; }

.mw500 {
  max-width: 500px !important; }

.mw550 {
  max-width: 550px !important; }

.mw600 {
  max-width: 600px !important; }

.mw650 {
  max-width: 650px !important; }

.mw700 {
  max-width: 700px !important; }

.mw750 {
  max-width: 750px !important; }

.mw800 {
  max-width: 800px !important; }

.mw850 {
  max-width: 850px !important; }

.mw900 {
  max-width: 900px !important; }

.mw950 {
  max-width: 950px !important; }

.mw1000 {
  max-width: 1000px !important; }

.mw1050 {
  max-width: 1050px !important; }

.mw1100 {
  max-width: 1100px !important; }

.mw1150 {
  max-width: 1150px !important; }

.mw1200 {
  max-width: 1200px !important; }

.mw1250 {
  max-width: 1250px !important; }

.mw1300 {
  max-width: 1300px !important; }

.mw1350 {
  max-width: 1350px !important; }

.mw1400 {
  max-width: 1400px !important; }

.mw1450 {
  max-width: 1450px !important; }

.mw1500 {
  max-width: 1500px !important; }

.w1per {
  width: 1% !important; }

.w2per {
  width: 2% !important; }

.w3per {
  width: 3% !important; }

.w4per {
  width: 4% !important; }

.w5per {
  width: 5% !important; }

.w6per {
  width: 6% !important; }

.w7per {
  width: 7% !important; }

.w8per {
  width: 8% !important; }

.w9per {
  width: 9% !important; }

.w10per {
  width: 10% !important; }

.w11per {
  width: 11% !important; }

.w12per {
  width: 12% !important; }

.w13per {
  width: 13% !important; }

.w14per {
  width: 14% !important; }

.w15per {
  width: 15% !important; }

.w16per {
  width: 16% !important; }

.w17per {
  width: 17% !important; }

.w18per {
  width: 18% !important; }

.w19per {
  width: 19% !important; }

.w20per {
  width: 20% !important; }

.w21per {
  width: 21% !important; }

.w22per {
  width: 22% !important; }

.w23per {
  width: 23% !important; }

.w24per {
  width: 24% !important; }

.w25per {
  width: 25% !important; }

.w26per {
  width: 26% !important; }

.w27per {
  width: 27% !important; }

.w28per {
  width: 28% !important; }

.w29per {
  width: 29% !important; }

.w30per {
  width: 30% !important; }

.w31per {
  width: 31% !important; }

.w32per {
  width: 32% !important; }

.w33per {
  width: 33% !important; }

.w34per {
  width: 34% !important; }

.w35per {
  width: 35% !important; }

.w36per {
  width: 36% !important; }

.w37per {
  width: 37% !important; }

.w38per {
  width: 38% !important; }

.w39per {
  width: 39% !important; }

.w40per {
  width: 40% !important; }

.w41per {
  width: 41% !important; }

.w42per {
  width: 42% !important; }

.w43per {
  width: 43% !important; }

.w44per {
  width: 44% !important; }

.w45per {
  width: 45% !important; }

.w46per {
  width: 46% !important; }

.w47per {
  width: 47% !important; }

.w48per {
  width: 48% !important; }

.w49per {
  width: 49% !important; }

.w50per {
  width: 50% !important; }

.w51per {
  width: 51% !important; }

.w52per {
  width: 52% !important; }

.w53per {
  width: 53% !important; }

.w54per {
  width: 54% !important; }

.w55per {
  width: 55% !important; }

.w56per {
  width: 56% !important; }

.w57per {
  width: 57% !important; }

.w58per {
  width: 58% !important; }

.w59per {
  width: 59% !important; }

.w60per {
  width: 60% !important; }

.w61per {
  width: 61% !important; }

.w62per {
  width: 62% !important; }

.w63per {
  width: 63% !important; }

.w64per {
  width: 64% !important; }

.w65per {
  width: 65% !important; }

.w66per {
  width: 66% !important; }

.w67per {
  width: 67% !important; }

.w68per {
  width: 68% !important; }

.w69per {
  width: 69% !important; }

.w70per {
  width: 70% !important; }

.w71per {
  width: 71% !important; }

.w72per {
  width: 72% !important; }

.w73per {
  width: 73% !important; }

.w74per {
  width: 74% !important; }

.w75per {
  width: 75% !important; }

.w76per {
  width: 76% !important; }

.w77per {
  width: 77% !important; }

.w78per {
  width: 78% !important; }

.w79per {
  width: 79% !important; }

.w80per {
  width: 80% !important; }

.w81per {
  width: 81% !important; }

.w82per {
  width: 82% !important; }

.w83per {
  width: 83% !important; }

.w84per {
  width: 84% !important; }

.w85per {
  width: 85% !important; }

.w86per {
  width: 86% !important; }

.w87per {
  width: 87% !important; }

.w88per {
  width: 88% !important; }

.w89per {
  width: 89% !important; }

.w90per {
  width: 90% !important; }

.w91per {
  width: 91% !important; }

.w92per {
  width: 92% !important; }

.w93per {
  width: 93% !important; }

.w94per {
  width: 94% !important; }

.w95per {
  width: 95% !important; }

.w96per {
  width: 96% !important; }

.w97per {
  width: 97% !important; }

.w98per {
  width: 98% !important; }

.w99per {
  width: 99% !important; }

.w100per {
  width: 100% !important; }

.h1 {
  height: 1px !important; }

.h2 {
  height: 2px !important; }

.h3 {
  height: 3px !important; }

.h4 {
  height: 4px !important; }

.h5 {
  height: 5px !important; }

.h6 {
  height: 6px !important; }

.h7 {
  height: 7px !important; }

.h8 {
  height: 8px !important; }

.h9 {
  height: 9px !important; }

.h10 {
  height: 10px !important; }

.h20 {
  height: 20px !important; }

.h30 {
  height: 30px !important; }

.h40 {
  height: 40px !important; }

.h50 {
  height: 50px !important; }

.h60 {
  height: 60px !important; }

.h70 {
  height: 70px !important; }

.h80 {
  height: 80px !important; }

.h90 {
  height: 90px !important; }

.h100 {
  height: 100px !important; }

.h110 {
  height: 110px !important; }

.h120 {
  height: 120px !important; }

.h130 {
  height: 130px !important; }

.h140 {
  height: 140px !important; }

.h150 {
  height: 150px !important; }

.h160 {
  height: 160px !important; }

.h170 {
  height: 170px !important; }

.h180 {
  height: 180px !important; }

.h190 {
  height: 190px !important; }

.h200 {
  height: 200px !important; }

.h250 {
  height: 250px !important; }

.h300 {
  height: 300px !important; }

.h350 {
  height: 350px !important; }

.h400 {
  height: 400px !important; }

.h450 {
  height: 450px !important; }

.h500 {
  height: 500px !important; }

.h550 {
  height: 550px !important; }

.h600 {
  height: 600px !important; }

.h650 {
  height: 650px !important; }

.h700 {
  height: 700px !important; }

.h750 {
  height: 750px !important; }

.h800 {
  height: 800px !important; }

.h850 {
  height: 850px !important; }

.h900 {
  height: 900px !important; }

.h950 {
  height: 950px !important; }

.h1000 {
  height: 1000px !important; }

.h1per {
  height: 1% !important; }

.h2per {
  height: 2% !important; }

.h3per {
  height: 3% !important; }

.h4per {
  height: 4% !important; }

.h5per {
  height: 5% !important; }

.h6per {
  height: 6% !important; }

.h7per {
  height: 7% !important; }

.h8per {
  height: 8% !important; }

.h9per {
  height: 9% !important; }

.h10per {
  height: 10% !important; }

.h15per {
  height: 15% !important; }

.h20per {
  height: 20% !important; }

.h25per {
  height: 25% !important; }

.h30per {
  height: 30% !important; }

.h35per {
  height: 35% !important; }

.h40per {
  height: 40% !important; }

.h45per {
  height: 45% !important; }

.h50per {
  height: 50% !important; }

.h55per {
  height: 55% !important; }

.h60per {
  height: 60% !important; }

.h65per {
  height: 65% !important; }

.h70per {
  height: 70% !important; }

.h75per {
  height: 75% !important; }

.h80per {
  height: 80% !important; }

.h85per {
  height: 85% !important; }

.h90per {
  height: 90% !important; }

.h95per {
  height: 95% !important; }

.h100per {
  height: 100% !important; }

.m0 {
  margin: 0px !important; }

.m1 {
  margin: 1px !important; }

.m2 {
  margin: 2px !important; }

.m3 {
  margin: 3px !important; }

.m4 {
  margin: 4px !important; }

.m5 {
  margin: 5px !important; }

.m6 {
  margin: 6px !important; }

.m7 {
  margin: 7px !important; }

.m8 {
  margin: 8px !important; }

.m9 {
  margin: 9px !important; }

.m10 {
  margin: 10px !important; }

.m15 {
  margin: 15px !important; }

.m20 {
  margin: 20px !important; }

.m25 {
  margin: 25px !important; }

.m30 {
  margin: 30px !important; }

.m35 {
  margin: 35px !important; }

.m40 {
  margin: 40px !important; }

.m45 {
  margin: 45px !important; }

.m50 {
  margin: 50px !important; }

.m55 {
  margin: 55px !important; }

.m60 {
  margin: 60px !important; }

.m65 {
  margin: 65px !important; }

.m70 {
  margin: 70px !important; }

.m75 {
  margin: 75px !important; }

.m80 {
  margin: 80px !important; }

.m85 {
  margin: 85px !important; }

.m90 {
  margin: 90px !important; }

.m95 {
  margin: 95px !important; }

.m100 {
  margin: 100px !important; }

.ml-1 {
  margin-left: -1px !important; }

.ml-2 {
  margin-left: -2px !important; }

.ml-3 {
  margin-left: -3px !important; }

.ml-4 {
  margin-left: -4px !important; }

.ml-5 {
  margin-left: -5px !important; }

.ml-6 {
  margin-left: -6px !important; }

.ml-7 {
  margin-left: -7px !important; }

.ml-8 {
  margin-left: -8px !important; }

.ml-9 {
  margin-left: -9px !important; }

.ml-10 {
  margin-left: -10px !important; }

.ml0 {
  margin-left: 0px !important; }

.ml1 {
  margin-left: 1px !important; }

.ml2 {
  margin-left: 2px !important; }

.ml3 {
  margin-left: 3px !important; }

.ml4 {
  margin-left: 4px !important; }

.ml5 {
  margin-left: 5px !important; }

.ml6 {
  margin-left: 6px !important; }

.ml7 {
  margin-left: 7px !important; }

.ml8 {
  margin-left: 8px !important; }

.ml9 {
  margin-left: 9px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml15 {
  margin-left: 15px !important; }

.ml20 {
  margin-left: 20px !important; }

.ml25 {
  margin-left: 25px !important; }

.ml30 {
  margin-left: 30px !important; }

.ml35 {
  margin-left: 35px !important; }

.ml40 {
  margin-left: 40px !important; }

.ml45 {
  margin-left: 45px !important; }

.ml50 {
  margin-left: 50px !important; }

.ml55 {
  margin-left: 55px !important; }

.ml60 {
  margin-left: 60px !important; }

.ml65 {
  margin-left: 65px !important; }

.ml70 {
  margin-left: 70px !important; }

.ml75 {
  margin-left: 75px !important; }

.ml80 {
  margin-left: 80px !important; }

.ml85 {
  margin-left: 85px !important; }

.ml90 {
  margin-left: 90px !important; }

.ml95 {
  margin-left: 95px !important; }

.ml100 {
  margin-left: 100px !important; }

.ml200 {
  margin-left: 200px !important; }

.ml300 {
  margin-left: 300px !important; }

.ml400 {
  margin-left: 400px !important; }

.ml500 {
  margin-left: 500px !important; }

.mr-1 {
  margin-right: -1px !important; }

.mr-2 {
  margin-right: -2px !important; }

.mr-3 {
  margin-right: -3px !important; }

.mr-4 {
  margin-right: -4px !important; }

.mr-5 {
  margin-right: -5px !important; }

.mr-6 {
  margin-right: -6px !important; }

.mr-7 {
  margin-right: -7px !important; }

.mr-8 {
  margin-right: -8px !important; }

.mr-9 {
  margin-right: -9px !important; }

.mr-10 {
  margin-right: -10px !important; }

.mr0 {
  margin-right: 0px !important; }

.mr1 {
  margin-right: 1px !important; }

.mr2 {
  margin-right: 2px !important; }

.mr3 {
  margin-right: 3px !important; }

.mr4 {
  margin-right: 4px !important; }

.mr5 {
  margin-right: 5px !important; }

.mr6 {
  margin-right: 6px !important; }

.mr7 {
  margin-right: 7px !important; }

.mr8 {
  margin-right: 8px !important; }

.mr9 {
  margin-right: 9px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr15 {
  margin-right: 15px !important; }

.mr20 {
  margin-right: 20px !important; }

.mr25 {
  margin-right: 25px !important; }

.mr30 {
  margin-right: 30px !important; }

.mr35 {
  margin-right: 35px !important; }

.mr40 {
  margin-right: 40px !important; }

.mr45 {
  margin-right: 45px !important; }

.mr50 {
  margin-right: 50px !important; }

.mr55 {
  margin-right: 55px !important; }

.mr60 {
  margin-right: 60px !important; }

.mr65 {
  margin-right: 65px !important; }

.mr70 {
  margin-right: 70px !important; }

.mr75 {
  margin-right: 75px !important; }

.mr80 {
  margin-right: 80px !important; }

.mr85 {
  margin-right: 85px !important; }

.mr90 {
  margin-right: 90px !important; }

.mr95 {
  margin-right: 95px !important; }

.mr100 {
  margin-right: 100px !important; }

.mt-1 {
  margin-top: -1px !important; }

.mt-2 {
  margin-top: -2px !important; }

.mt-3 {
  margin-top: -3px !important; }

.mt-4 {
  margin-top: -4px !important; }

.mt-5 {
  margin-top: -5px !important; }

.mt-6 {
  margin-top: -6px !important; }

.mt-7 {
  margin-top: -7px !important; }

.mt-8 {
  margin-top: -8px !important; }

.mt-9 {
  margin-top: -9px !important; }

.mt-10 {
  margin-top: -10px !important; }

.mt-11 {
  margin-top: -11px !important; }

.mt-12 {
  margin-top: -12px !important; }

.mt-13 {
  margin-top: -13px !important; }

.mt-14 {
  margin-top: -14px !important; }

.mt-15 {
  margin-top: -15px !important; }

.mt-16 {
  margin-top: -16px !important; }

.mt-17 {
  margin-top: -17px !important; }

.mt-18 {
  margin-top: -18px !important; }

.mt-19 {
  margin-top: -19px !important; }

.mt-20 {
  margin-top: -20px !important; }

.mt-21 {
  margin-top: -21px !important; }

.mt-22 {
  margin-top: -22px !important; }

.mt-23 {
  margin-top: -23px !important; }

.mt-24 {
  margin-top: -24px !important; }

.mt-25 {
  margin-top: -25px !important; }

.mt-26 {
  margin-top: -26px !important; }

.mt-27 {
  margin-top: -27px !important; }

.mt-28 {
  margin-top: -28px !important; }

.mt-29 {
  margin-top: -29px !important; }

.mt-30 {
  margin-top: -30px !important; }

.mt0 {
  margin-top: 0px !important; }

.mt1 {
  margin-top: 1px !important; }

.mt2 {
  margin-top: 2px !important; }

.mt3 {
  margin-top: 3px !important; }

.mt4 {
  margin-top: 4px !important; }

.mt5 {
  margin-top: 5px !important; }

.mt6 {
  margin-top: 6px !important; }

.mt7 {
  margin-top: 7px !important; }

.mt8 {
  margin-top: 8px !important; }

.mt9 {
  margin-top: 9px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt55 {
  margin-top: 55px !important; }

.mt60 {
  margin-top: 60px !important; }

.mt65 {
  margin-top: 65px !important; }

.mt70 {
  margin-top: 70px !important; }

.mt75 {
  margin-top: 75px !important; }

.mt80 {
  margin-top: 80px !important; }

.mt85 {
  margin-top: 85px !important; }

.mt90 {
  margin-top: 90px !important; }

.mt95 {
  margin-top: 95px !important; }

.mt100 {
  margin-top: 100px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.mb1 {
  margin-bottom: 1px !important; }

.mb2 {
  margin-bottom: 2px !important; }

.mb3 {
  margin-bottom: 3px !important; }

.mb4 {
  margin-bottom: 4px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb6 {
  margin-bottom: 6px !important; }

.mb7 {
  margin-bottom: 7px !important; }

.mb8 {
  margin-bottom: 8px !important; }

.mb9 {
  margin-bottom: 9px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb55 {
  margin-bottom: 55px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb65 {
  margin-bottom: 65px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mb75 {
  margin-bottom: 75px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mb85 {
  margin-bottom: 85px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.mb95 {
  margin-bottom: 95px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.p0 {
  padding: 0px !important; }

.p1 {
  padding: 1px !important; }

.p2 {
  padding: 2px !important; }

.p3 {
  padding: 3px !important; }

.p4 {
  padding: 4px !important; }

.p5 {
  padding: 5px !important; }

.p6 {
  padding: 6px !important; }

.p7 {
  padding: 7px !important; }

.p8 {
  padding: 8px !important; }

.p9 {
  padding: 9px !important; }

.p10 {
  padding: 10px !important; }

.p15 {
  padding: 15px !important; }

.p20 {
  padding: 20px !important; }

.p25 {
  padding: 25px !important; }

.p30 {
  padding: 30px !important; }

.p35 {
  padding: 35px !important; }

.p40 {
  padding: 40px !important; }

.p45 {
  padding: 45px !important; }

.p50 {
  padding: 50px !important; }

.p55 {
  padding: 55px !important; }

.p60 {
  padding: 60px !important; }

.p65 {
  padding: 65px !important; }

.p70 {
  padding: 70px !important; }

.p75 {
  padding: 75px !important; }

.p80 {
  padding: 80px !important; }

.p85 {
  padding: 85px !important; }

.p90 {
  padding: 90px !important; }

.p95 {
  padding: 95px !important; }

.p100 {
  padding: 100px !important; }

.pl0 {
  padding-left: 0px !important; }

.pl1 {
  padding-left: 1px !important; }

.pl2 {
  padding-left: 2px !important; }

.pl3 {
  padding-left: 3px !important; }

.pl4 {
  padding-left: 4px !important; }

.pl5 {
  padding-left: 5px !important; }

.pl6 {
  padding-left: 6px !important; }

.pl7 {
  padding-left: 7px !important; }

.pl8 {
  padding-left: 8px !important; }

.pl9 {
  padding-left: 9px !important; }

.pl10 {
  padding-left: 10px !important; }

.pl15 {
  padding-left: 15px !important; }

.pl20 {
  padding-left: 20px !important; }

.pl25 {
  padding-left: 25px !important; }

.pl30 {
  padding-left: 30px !important; }

.pl35 {
  padding-left: 35px !important; }

.pl40 {
  padding-left: 40px !important; }

.pl45 {
  padding-left: 45px !important; }

.pl50 {
  padding-left: 50px !important; }

.pl55 {
  padding-left: 55px !important; }

.pl60 {
  padding-left: 60px !important; }

.pl65 {
  padding-left: 65px !important; }

.pl70 {
  padding-left: 70px !important; }

.pl75 {
  padding-left: 75px !important; }

.pl80 {
  padding-left: 80px !important; }

.pl85 {
  padding-left: 85px !important; }

.pl90 {
  padding-left: 90px !important; }

.pl95 {
  padding-left: 95px !important; }

.pl100 {
  padding-left: 100px !important; }

.pr0 {
  padding-right: 0px !important; }

.pr1 {
  padding-right: 1px !important; }

.pr2 {
  padding-right: 2px !important; }

.pr3 {
  padding-right: 3px !important; }

.pr4 {
  padding-right: 4px !important; }

.pr5 {
  padding-right: 5px !important; }

.pr6 {
  padding-right: 6px !important; }

.pr7 {
  padding-right: 7px !important; }

.pr8 {
  padding-right: 8px !important; }

.pr9 {
  padding-right: 9px !important; }

.pr10 {
  padding-right: 10px !important; }

.pr15 {
  padding-right: 15px !important; }

.pr20 {
  padding-right: 20px !important; }

.pr25 {
  padding-right: 25px !important; }

.pr30 {
  padding-right: 30px !important; }

.pr35 {
  padding-right: 35px !important; }

.pr40 {
  padding-right: 40px !important; }

.pr45 {
  padding-right: 45px !important; }

.pr50 {
  padding-right: 50px !important; }

.pr55 {
  padding-right: 55px !important; }

.pr60 {
  padding-right: 60px !important; }

.pr65 {
  padding-right: 65px !important; }

.pr70 {
  padding-right: 70px !important; }

.pr75 {
  padding-right: 75px !important; }

.pr80 {
  padding-right: 80px !important; }

.pr85 {
  padding-right: 85px !important; }

.pr90 {
  padding-right: 90px !important; }

.pr95 {
  padding-right: 95px !important; }

.pr100 {
  padding-right: 100px !important; }

.pt-1 {
  padding-top: -1px !important; }

.pt0 {
  padding-top: 0px !important; }

.pt1 {
  padding-top: 1px !important; }

.pt2 {
  padding-top: 2px !important; }

.pt3 {
  padding-top: 3px !important; }

.pt4 {
  padding-top: 4px !important; }

.pt5 {
  padding-top: 5px !important; }

.pt6 {
  padding-top: 6px !important; }

.pt7 {
  padding-top: 7px !important; }

.pt8 {
  padding-top: 8px !important; }

.pt9 {
  padding-top: 9px !important; }

.pt10 {
  padding-top: 10px !important; }

.pt15 {
  padding-top: 15px !important; }

.pt20 {
  padding-top: 20px !important; }

.pt25 {
  padding-top: 25px !important; }

.pt30 {
  padding-top: 30px !important; }

.pt35 {
  padding-top: 35px !important; }

.pt40 {
  padding-top: 40px !important; }

.pt45 {
  padding-top: 45px !important; }

.pt50 {
  padding-top: 50px !important; }

.pt55 {
  padding-top: 55px !important; }

.pt60 {
  padding-top: 60px !important; }

.pt65 {
  padding-top: 65px !important; }

.pt70 {
  padding-top: 70px !important; }

.pt75 {
  padding-top: 75px !important; }

.pt80 {
  padding-top: 80px !important; }

.pt85 {
  padding-top: 85px !important; }

.pt90 {
  padding-top: 90px !important; }

.pt95 {
  padding-top: 95px !important; }

.pt100 {
  padding-top: 100px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.pb1 {
  padding-bottom: 1px !important; }

.pb2 {
  padding-bottom: 2px !important; }

.pb3 {
  padding-bottom: 3px !important; }

.pb4 {
  padding-bottom: 4px !important; }

.pb5 {
  padding-bottom: 5px !important; }

.pb6 {
  padding-bottom: 6px !important; }

.pb7 {
  padding-bottom: 7px !important; }

.pb8 {
  padding-bottom: 8px !important; }

.pb9 {
  padding-bottom: 9px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pb35 {
  padding-bottom: 35px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pb45 {
  padding-bottom: 45px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.pb55 {
  padding-bottom: 55px !important; }

.pb60 {
  padding-bottom: 60px !important; }

.pb65 {
  padding-bottom: 65px !important; }

.pb70 {
  padding-bottom: 70px !important; }

.pb75 {
  padding-bottom: 75px !important; }

.pb80 {
  padding-bottom: 80px !important; }

.pb85 {
  padding-bottom: 85px !important; }

.pb90 {
  padding-bottom: 90px !important; }

.pb95 {
  padding-bottom: 95px !important; }

.pb100 {
  padding-bottom: 100px !important; }

.fs1 {
  font-size: 1px !important; }

.fs2 {
  font-size: 2px !important; }

.fs3 {
  font-size: 3px !important; }

.fs4 {
  font-size: 4px !important; }

.fs5 {
  font-size: 5px !important; }

.fs6 {
  font-size: 6px !important; }

.fs7 {
  font-size: 7px !important; }

.fs8 {
  font-size: 8px !important; }

.fs9 {
  font-size: 9px !important; }

.fs10 {
  font-size: 10px !important; }

.fs11 {
  font-size: 11px !important; }

.fs12 {
  font-size: 12px !important; }

.fs13 {
  font-size: 13px !important; }

.fs14 {
  font-size: 14px !important; }

.fs15 {
  font-size: 15px !important; }

.fs16 {
  font-size: 16px !important; }

.fs17 {
  font-size: 17px !important; }

.fs18 {
  font-size: 18px !important; }

.fs19 {
  font-size: 19px !important; }

.fs20 {
  font-size: 20px !important; }

.fs21 {
  font-size: 21px !important; }

.fs22 {
  font-size: 22px !important; }

.fs23 {
  font-size: 23px !important; }

.fs24 {
  font-size: 24px !important; }

.fs25 {
  font-size: 25px !important; }

.fs26 {
  font-size: 26px !important; }

.fs27 {
  font-size: 27px !important; }

.fs28 {
  font-size: 28px !important; }

.fs29 {
  font-size: 29px !important; }

.fs30 {
  font-size: 30px !important; }

.fs6 {
  font-size: 10px !important;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6); }

.fs7 {
  font-size: 10px !important;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7); }

.fs8 {
  font-size: 10px !important;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }

.fs9 {
  font-size: 10px !important;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9); }

.fc_red {
  color: red !important; }

.c_pointer {
  cursor: pointer; }

.c_move {
  cursor: move; }

.ovflw {
  position: relative;
  overflow: auto; }

.ovflx {
  overflow-x: auto; }

.ovfly {
  overflow-y: auto; }

.invisible {
  display: none; }

.visible {
  display: block; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.inline-block {
  display: inline-block; }

.display-block {
  display: block !important; }

.display-none {
  display: none; }

.display-table {
  display: table; }

.display-tablecell {
  display: table-cell; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }
.clearfix:after {
  clear: both; }

.border-box {
  box-sizing: border-box; }

.cursor-pointer {
  cursor: pointer; }

.overflow-hidden {
  overflow: hidden; }

.border-box {
  box-sizing: border-box; }

.td_border {
  display: block;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-top: 1px dotted #8c8c8c; }

strong {
  font-weight: bold; }

.resize_textarea {
  min-height: 100px; }

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 140%;
  color: #333; }

* {
  box-sizing: border-box; }

a {
  color: #27BAD4;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

.video__background {
  background-position: center top;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  background: url('../images/bg.png?1498555197');
  background-size: cover;
  background-position: center;
  z-index: -10;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mbYTP_wrapper {
  z-index: -2 !important; }

.header {
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 100; }
  .header .inner {
    position: relative; }
  .header .logo {
    display: block;
    width: 182px;
    height: 19px;
    background-image: url('../images/pc-sea27616641.png');
    background-position: -74px 0;
    background-repeat: no-repeat;
    -moz-background-size: 730px auto;
    -o-background-size: 730px auto;
    -webkit-background-size: 730px auto;
    background-size: 730px auto;
    text-indent: -9999px;
    position: absolute;
    top: 14px;
    left: 20px; }
  .header .btn-mail {
    display: none; }
  .header .navigation {
    position: absolute;
    left: 300px;
    top: 0; }
    .header .navigation li {
      display: inline-block; }
      .header .navigation li a {
        display: inline-block;
        color: #333;
        line-height: 50px;
        padding: 0 20px;
        box-sizing: border-box;
        font-weight: bold; }
        .header .navigation li a:hover {
          text-decoration: none;
          border-bottom: solid 3px #2EA7E0; }
  .header.transparent {
    background-color: transparent; }
    .header.transparent .logo {
      display: block;
      width: 182px;
      height: 20px;
      background-image: url('../images/pc-sea27616641.png');
      background-position: -259px 0;
      background-repeat: no-repeat;
      -moz-background-size: 730px auto;
      -o-background-size: 730px auto;
      -webkit-background-size: 730px auto;
      background-size: 730px auto;
      text-indent: -9999px;
      position: absolute;
      top: 14px;
      left: 20px; }
    .header.transparent .navigation {
      position: absolute;
      left: 300px;
      top: 0; }
      .header.transparent .navigation li a {
        color: #fff;
        font-weight: bold; }
        .header.transparent .navigation li a:hover {
          text-decoration: none;
          border-bottom: solid 3px #2EA7E0; }

.main-catch {
  width: 940px;
  margin: 0 auto;
  position: relative;
  color: #fff; }
  .main-catch .lead-ja {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px; }
  .main-catch .lead-en {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px; }
  .main-catch p {
    line-height: 200%;
    width: 500px; }
  .main-catch .inner {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -123px; }
  .main-catch .scroll {
    display: none; }

.layer-wrap {
  background-color: #fff; }

.common-block .inner {
  width: 960px;
  margin: 0 auto;
  padding: 80px 0; }
.common-block .heading-common {
  font-size: 48px;
  text-align: center;
  margin-bottom: 80px; }
.common-block.grey {
  background-color: #efefef; }

.common-slant {
  position: relative;
  padding: 100px 0; }
  .common-slant:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2EA7E0;
    transform: skewY(-5deg);
    -ms-transform: skewY(-5deg);
    -moz-transform: skewY(-5deg);
    -webkit-transform: skewY(-5deg); }
  .common-slant .heading-common {
    font-size: 48px;
    text-align: center;
    margin-bottom: 80px;
    color: #fff; }
  .common-slant .vision-block {
    position: relative;
    z-index: 2;
    width: 780px;
    margin: 0 auto;
    color: #fff; }
    .common-slant .vision-block .lead {
      font-size: 28px;
      font-weight: bold;
      color: #fff;
      margin-bottom: 40px; }
    .common-slant .vision-block h5 {
      font-size: 16px;
      line-height: 190%;
      margin-bottom: 40px; }
    .common-slant .vision-block .heading-middle {
      font-size: 28px;
      font-weight: bold;
      margin-top: 20px;
      margin-bottom: 40px;
      text-align: center; }
  .common-slant dl {
    margin-bottom: 20px; }
    .common-slant dl:before, .common-slant dl:after {
      content: "";
      display: table; }
    .common-slant dl:after {
      clear: both; }
    .common-slant dl dt {
      float: left;
      width: 2em;
      text-align: right;
      line-height: 130%;
      font-size: 20px;
      font-weight: bold; }
    .common-slant dl dd {
      padding-left: 4em;
      line-height: 180%;
      font-size: 14px; }
      .common-slant dl dd h6 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 6px; }

.service-wrap:before, .service-wrap:after {
  content: "";
  display: table; }
.service-wrap:after {
  clear: both; }
.service-wrap .left {
  width: 460px;
  float: left; }
.service-wrap .right {
  width: 460px;
  float: right; }
.service-wrap .img-wrap {
  float: left;
  width: 140px;
  margin-right: 20px; }
  .service-wrap .img-wrap img {
    width: 100%;
    display: block; }
.service-wrap .content {
  padding-top: 10px;
  padding-left: 160px; }
  .service-wrap .content .head {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 20px; }

.member-wrap:before, .member-wrap:after {
  content: "";
  display: table; }
.member-wrap:after {
  clear: both; }
.member-wrap .list {
  width: 460px;
margin: 0 auto;
  }
  .member-wrap .list .img-wrap {
    overflow: hidden;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    margin: 0 auto 20px; }
    .member-wrap .list .img-wrap img {
      width: 100%;
      display: block; }
  .member-wrap .list .position {
    font-size: 14px;
    margin-bottom: 16px;
    text-align: center;
    margin-bottom: 10px; }
  .member-wrap .list .name {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px; }
  .member-wrap .list .content {
    font-size: 12px;
    line-height: 160%; }

.member-ceo {
  background-image: url(../images/img_ceo.jpg);
  background-size: 100% auto;
  padding: 40px;
  margin-bottom: 60px; }
  .member-ceo .data-wrap {
    padding: 40px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    width: 380px; }
    .member-ceo .data-wrap .position {
      font-size: 14px;
      margin-bottom: 16px;
      text-align: center;
      margin-bottom: 10px; }
    .member-ceo .data-wrap .name {
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 30px; }
    .member-ceo .data-wrap .content {
      font-size: 12px;
      line-height: 160%; }

.company-wrap table {
  width: 100%;
  margin-bottom: 10px; }
  .company-wrap table th {
    width: 50%;
    padding-right: 10px;
    text-align: right;
    vertical-align: top;
    padding: 4px 10px 4px 0; }
  .company-wrap table td {
    width: 50px;
    padding: 4px 0 4px 10px; }

.map-wrap {
  position: relative;
  padding-bottom: 25%;
  height: 0;
  overflow: hidden; }
  .map-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }

footer {
  background-color: #2EA7E0;
  color: #fff;
  text-align: center;
  font-size: 10px;
  line-height: 40px; }

.for__pc {
  display: block !important; }
.for__sp {
  display: none !important; }

.relative {
  position: relative; }

.anchor {
  position: absolute;
  top: -50px; }

#loading-block {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 10000; }
  #loading-block span {
    display: block;
    width: 40px;
    height: 40px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    background: url('../images/loading.gif?1487931952') no-repeat;
    background-position: left 50% bottom 50%;
    background-size: 40px 40px; }

@media (max-width: 760px) {
  body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    line-height: 140%;
    color: #333; }

  * {
    box-sizing: border-box; }

  a {
    color: #27BAD4;
    text-decoration: none; }
    a:hover {
      text-decoration: underline; }

  .video__background {
    background-position: center top;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    background: url('../images/bg.png?1498555197');
    background-size: cover;
    background-position: center;
    z-index: -10;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

  .mbYTP_wrapper {
    z-index: -2 !important; }

  .overlay {
    display: none;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer; }
    .overlay.active {
      display: block; }

  .header {
    height: 44px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 100; }
    .header .inner {
      position: relative; }
    .header .logo {
      display: block;
      width: 140px;
      height: 14px;
      background-image: url('../images/pc-sea27616641.png');
      background-position: -444px 0;
      background-repeat: no-repeat;
      -moz-background-size: 730px auto;
      -o-background-size: 730px auto;
      -webkit-background-size: 730px auto;
      background-size: 730px auto;
      text-indent: -9999px;
      position: absolute;
      top: 14px;
      left: 50%;
      margin-left: -70px; }
    .header .btn-mail {
      display: block;
      width: 20px;
      height: 44px;
      background-image: url('../images/pc-sea27616641.png');
      background-position: 0 0;
      background-repeat: no-repeat;
      -moz-background-size: 730px auto;
      -o-background-size: 730px auto;
      -webkit-background-size: 730px auto;
      background-size: 730px auto;
      position: absolute;
      top: 0;
      right: 10px; }
    .header .navigation {
      position: absolute;
      left: 300px;
      top: 0;
      display: none; }
      .header .navigation li {
        display: inline-block; }
        .header .navigation li a {
          display: inline-block;
          color: #333;
          line-height: 50px;
          padding: 0 20px;
          box-sizing: border-box;
          font-weight: bold; }
          .header .navigation li a:hover {
            text-decoration: none;
            border-bottom: solid 3px #2EA7E0; }
    .header.transparent {
      background-color: transparent; }
      .header.transparent .logo {
        display: block;
        width: 140px;
        height: 14px;
        background-image: url('../images/pc-sea27616641.png');
        background-position: -587px 0;
        background-repeat: no-repeat;
        -moz-background-size: 730px auto;
        -o-background-size: 730px auto;
        -webkit-background-size: 730px auto;
        background-size: 730px auto;
        text-indent: -9999px;
        position: absolute;
        top: 14px;
        left: 50%;
        margin-left: -70px; }
      .header.transparent .navigation {
        position: absolute;
        left: 300px;
        top: 0; }
        .header.transparent .navigation li a {
          color: #fff;
          font-weight: bold; }
          .header.transparent .navigation li a:hover {
            text-decoration: none;
            border-bottom: solid 3px #2EA7E0; }

  .main-catch {
    width: 300px;
    margin: 0 auto;
    position: relative;
    color: #fff; }
    .main-catch .lead-ja {
      font-size: 17px;
      font-weight: bold;
      margin-bottom: 20px; }
    .main-catch .lead-en {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 20px; }
    .main-catch p {
      line-height: 200%;
      width: 100%;
      font-size: 12px; }
    .main-catch .inner {
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -135px; }
    .main-catch .scroll {
      display: block;
      position: absolute;
      bottom: 30px;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 48px;
      height: 63px;
      background-image: url('../images/pc-sea27616641.png');
      background-position: -23px 0;
      background-repeat: no-repeat;
      -moz-background-size: 730px auto;
      -o-background-size: 730px auto;
      -webkit-background-size: 730px auto;
      background-size: 730px auto; }

  .layer-wrap {
    background-color: #fff; }

  .common-block .inner {
    width: 100%;
    margin: 0 auto;
    padding: 50px 16px; }
  .common-block .heading-common {
    font-size: 24px;
    text-align: center;
    margin-bottom: 50px; }
  .common-block.grey {
    background-color: #efefef; }

  .common-slant {
    position: relative;
    padding: 60px 16px; }
    .common-slant:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #2EA7E0;
      transform: skewY(-5deg);
      -ms-transform: skewY(-5deg);
      -moz-transform: skewY(-5deg);
      -webkit-transform: skewY(-5deg); }
    .common-slant .heading-common {
      font-size: 24px;
      text-align: center;
      margin-bottom: 50px;
      color: #fff; }
    .common-slant .vision-block {
      position: relative;
      z-index: 2;
      width: 100%;
      margin: 0 auto;
      color: #fff; }
      .common-slant .vision-block .lead {
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        margin-bottom: 30px;
        line-height: 160%; }
      .common-slant .vision-block h5 {
        font-size: 12px;
        line-height: 190%;
        margin-bottom: 40px; }
      .common-slant .vision-block .heading-middle {
        font-size: 18px;
        font-weight: bold;
        margin-top: 20px;
        margin-bottom: 40px;
        text-align: center; }
    .common-slant dl {
      margin-bottom: 20px; }
      .common-slant dl:before, .common-slant dl:after {
        content: "";
        display: table; }
      .common-slant dl:after {
        clear: both; }
      .common-slant dl dt {
        float: left;
        width: 2em;
        text-align: right;
        line-height: 130%;
        font-size: 16px;
        font-weight: bold; }
      .common-slant dl dd {
        padding-left: 4em;
        line-height: 180%;
        font-size: 12px; }
        .common-slant dl dd h6 {
          font-size: 16px;
          font-weight: bold;
          margin-bottom: 6px; }

  .service-wrap:before, .service-wrap:after {
    content: "";
    display: table; }
  .service-wrap:after {
    clear: both; }
  .service-wrap .left {
    width: 100%;
    float: none;
    margin-bottom: 30px; }
  .service-wrap .right {
    width: 100%;
    float: none; }
  .service-wrap .img-wrap {
    float: none;
    width: 140px;
    margin-right: 0;
    margin: 0 auto 20px; }
    .service-wrap .img-wrap img {
      width: 100%;
      display: block; }
  .service-wrap .content {
    padding-top: 10px;
    padding-left: 0;
    text-align: center; }
    .service-wrap .content .head {
      font-weight: bold;
      font-size: 22px;
      margin-bottom: 20px; }

  .member-wrap:before, .member-wrap:after {
    content: "";
    display: table; }
  .member-wrap:after {
    clear: both; }
  .member-wrap .list {
    width: 100%;
    float: left;
    padding: 0;
    margin-bottom: 40px; }
    .member-wrap .list:last-child {
      margin-bottom: 0; }
    .member-wrap .list .img-wrap {
      overflow: hidden;
      width: 140px;
      height: 140px;
      border-radius: 50%;
      margin: 0 auto 20px; }
      .member-wrap .list .img-wrap img {
        width: 100%;
        display: block; }
    .member-wrap .list .position {
      font-size: 14px;
      margin-bottom: 16px;
      text-align: center;
      margin-bottom: 10px; }
    .member-wrap .list .name {
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 30px; }
    .member-wrap .list .content {
      font-size: 12px;
      line-height: 160%; }

  .member-ceo {
    background-image: url(../images/img_ceo.jpg);
    background-size: cover;
    background-position: right -140px top 0;
    padding: 280px 0 16px;
    margin: 0 -16px 40px; }
    .member-ceo .data-wrap {
      padding: 16px;
      background-color: rgba(0, 0, 0, 0.8);
      color: #fff;
      width: 100%; }
      .member-ceo .data-wrap .position {
        font-size: 14px;
        margin-bottom: 16px;
        text-align: center;
        margin-bottom: 10px; }
      .member-ceo .data-wrap .name {
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 30px; }
      .member-ceo .data-wrap .content {
        font-size: 12px;
        line-height: 160%; }

  .company-wrap table {
    width: 100%;
    margin-bottom: 10px;
    font-size: 12px; }
    .company-wrap table th {
      width: 50%;
      padding-right: 10px;
      text-align: right;
      vertical-align: top;
      padding: 4px 10px 4px 0; }
    .company-wrap table td {
      width: 50px;
      padding: 4px 0 4px 10px; }

  .map-wrap {
    position: relative;
    padding-bottom: 50%;
    height: 0;
    overflow: hidden; }
    .map-wrap iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100% !important; }

  footer {
    background-color: #2EA7E0;
    color: #fff;
    text-align: center;
    font-size: 10px;
    line-height: 40px; }

  .relative {
    position: relative; }

  .anchor {
    position: absolute;
    top: -44px; }

  .for__pc {
    display: none !important; }
  .for__sp {
    display: block !important; } }
