@charset "UTF-8";
/* html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
@import url(https://fonts.googleapis.com/css?family=Cantata+One|Pontano+Sans|Quattrocento+Sans|Exo+2);
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }


article, aside, details, figcaption, figure, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
body {
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
  *font-size: small;
  *font: x-small; }

select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%; }

/* clearfix */
.clearfix {
  display: inline-table;
  min-height: 1%; }
  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* End hide from IE-mac */
/* /clearfix */
.justify, .about_feature th,
.about_feature td {
  text-align: justify;
  text-justify: inter-ideograph; }

html {
  font-size: 14px; }

body {
  font-size: 14px;
  font-size: 1rem;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  color: #333333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  text-align: center;
  background-color: #fff; }
  body.white {
    background-color: #fff; }

input,
textarea,
select,
option,
button {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #333333; }
  input:hover, input:focus,
  textarea:hover,
  textarea:focus,
  select:hover,
  select:focus,
  option:hover,
  option:focus,
  button:hover,
  button:focus {
    outline: 0; }

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="radio"]:hover,
input[type="checkbox"]:hover,
input[type="file"]:hover,
select:hover,
option:hover,
label:hover,
.like_label_checkbox:hover,
.like_label_radio:hover,
button:hover {
  cursor: pointer; }

select option {
  padding: 0.1em 0.5em; }

.cool_form_parts .form_parts_caption {
  font-weight: bold;
  display: block;
  margin-bottom: 3px; }
  .cool_form_parts .form_parts_caption:hover, .cool_form_parts .form_parts_caption:focus {
    cursor: auto; }
.cool_form_parts input[type="text"],
.cool_form_parts input[type="email"],
.cool_form_parts input[type="password"],
.cool_form_parts textarea,
.cool_form_parts select {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  border: 1px solid #cccccc;
  padding: 4px; }
.cool_form_parts textarea {
  height: 8em; }
.cool_form_parts input[type="radio"],
.cool_form_parts input[type="checkbox"] {
  display: none; }
.cool_form_parts input[type="submit"],
.cool_form_parts input[type="button"],
.cool_form_parts button,
.cool_form_parts .like_btn {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background-color 0.25s ease;
  -moz-transition: background-color 0.25s ease;
  -ms-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
  text-align: center;
  display: block;
  border: none; }
  .cool_form_parts input[type="submit"]:hover, .cool_form_parts input[type="submit"]:focus,
  .cool_form_parts input[type="button"]:hover,
  .cool_form_parts input[type="button"]:focus,
  .cool_form_parts button:hover,
  .cool_form_parts button:focus,
  .cool_form_parts .like_btn:hover,
  .cool_form_parts .like_btn:focus {
    text-decoration: none;
    cursor: pointer; }
.cool_form_parts .require:after,
.cool_form_parts .option:after,
.cool_form_parts .public:after,
.cool_form_parts .private:after {
  display: inline-block;
  margin: 0 0 -2px 5px;
  vertical-align: bottom; }
.cool_form_parts .require:after {
  content: url("../img/icon_require.png"); }
.cool_form_parts .option:after {
  content: url("../img/icon_option.png"); }
.cool_form_parts .public:after {
  content: url("../img/icon_public.png"); }
.cool_form_parts .private:after {
  content: url("../img/icon_private.png"); }
.cool_form_parts .checkbox_wrap {
  display: inline-block;
  margin: 3px 6px 3px 0;
  border: 1px solid #e4e4e4;
  background-color: #fff; }
  .cool_form_parts .checkbox_wrap label,
  .cool_form_parts .checkbox_wrap .like_label_checkbox,
  .cool_form_parts .checkbox_wrap .like_label_radio {
    display: inline-block;
    padding: 4px 7px; }
  .cool_form_parts .checkbox_wrap.check_on {
    border: 1px solid #71bf44;
    background-color: #71bf44;
    color: #fff; }
.cool_form_parts .blue_to_black {
  background-color: #0868ad !important;
  color: #fff !important; }
  .cool_form_parts .blue_to_black:hover {
    background-color: #4b5056 !important; }
.cool_form_parts .green_to_black {
  background-color: #71bf44 !important;
  color: #fff !important; }
  .cool_form_parts .green_to_black:hover {
    background-color: #4b5056 !important; }
.cool_form_parts .red_to_black {
  background-color: #db3939 !important;
  color: #fff !important; }
  .cool_form_parts .red_to_black:hover {
    background-color: #4b5056 !important; }
.cool_form_parts .gray_to_black {
  background-color: #cccccc !important;
  color: #fff !important; }
  .cool_form_parts .gray_to_black:hover {
    background-color: #4b5056 !important; }
.cool_form_parts .dark_gray_to_black {
  background-color: #999 !important;
  color: #fff !important; }
  .cool_form_parts .dark_gray_to_black:hover {
    background-color: #4b5056 !important; }
.cool_form_parts .black_to_black {
  background-color: #333333 !important;
  color: #fff !important; }
  .cool_form_parts .black_to_black:hover {
    background-color: #4b5056 !important; }
.cool_form_parts .black_to_gray {
  background-color: #333333 !important;
  color: #fff !important; }
  .cool_form_parts .black_to_gray:hover {
    background-color: #cccccc !important; }
.cool_form_parts .white_to_black {
  background-color: #fff !important;
  color: #0868ad !important; }
  .cool_form_parts .white_to_black:hover {
    background-color: #4b5056 !important;
    color: #fff !important; }
.cool_form_parts .border_blue_to_black {
  background-color: #efefef;
  color: #0868ad !important;
  border: 1px solid #0868ad !important; }
  .cool_form_parts .border_blue_to_black:hover {
    background-color: #4b5056 !important;
    color: #fff !important;
    border: 1px solid #4b5056 !important; }
.cool_form_parts .request_hold_button,
.cool_form_parts .request_hope_button,
.cool_form_parts .request_deny_button {
  border: 1px solid #999;
  background-color: #fff; }
  .cool_form_parts .request_hold_button:hover,
  .cool_form_parts .request_hope_button:hover,
  .cool_form_parts .request_deny_button:hover {
    color: #fff; }
.cool_form_parts .request_hold_button {
  color: #db3939; }
  .cool_form_parts .request_hold_button:hover {
    border: 1px solid #db3939;
    background-color: #db3939; }
.cool_form_parts .request_hope_button {
  color: #0868ad; }
  .cool_form_parts .request_hope_button:hover {
    border: 1px solid #0868ad;
    background-color: #0868ad; }
.cool_form_parts .request_deny_button {
  color: #333333; }
  .cool_form_parts .request_deny_button:hover {
    border: 1px solid #333333;
    background-color: #333333; }

* html body, * html input, * html textarea {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif; }

li {
  list-style: none; }

table {
  border-collapse: collapse;
  empty-cells: show; }
  table th {
    text-align: left;
    font-weight: normal; }

.bora0 {  border-radius: 0 !important; }

.fnt-b {  font-weight: bold;}

.fll {  float: left !important; }
.flr {  float: right !important; }


.tal {  text-align: left !important; }
.tar {  text-align: right !important; }
.tac {  text-align: center !important; }


.va-sup {  vertical-align: super !important; }
.va-t {  vertical-align: top !important; }
.va-tt {  vertical-align: text-top !important; }
.va-m {  vertical-align: middle !important; }
.va-bl {  vertical-align: baseline !important; }
.va-b {  vertical-align: bottom !important; }
.va-tb {  vertical-align: text-bottom !important; }
.va-sub {  vertical-align: sub !important; }


.pos-r {  position: relative !important; }
.pos-a {  position: absolute !important; }
.pos-s {  position: static !important; }
.pos-f {  position: fixed !important; }


.db {  display: block !important; }
.dib {  display: inline-block !important; }
.di {  display: inline !important; }
.dn {  display: none !important; }


.mta {  margin-top: auto !important; }
.mra {  margin-right: auto !important; }
.mba {  margin-bottom: auto !important; }
.mla {  margin-left: auto !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; }
.m11 {  margin: 11px !important; }
.m12 {  margin: 12px !important; }
.m13 {  margin: 13px !important; }
.m14 {  margin: 14px !important; }
.m15 {  margin: 15px !important; }
.m16 {  margin: 16px !important; }
.m17 {  margin: 17px !important; }
.m18 {  margin: 18px !important; }
.m19 {  margin: 19px !important; }
.m20 {  margin: 20px !important; }
.m21 {  margin: 21px !important; }
.m22 {  margin: 22px !important; }
.m23 {  margin: 23px !important; }
.m24 {  margin: 24px !important; }
.m25 {  margin: 25px !important; }
.m26 {  margin: 26px !important; }
.m27 {  margin: 27px !important; }
.m28 {  margin: 28px !important; }
.m29 {  margin: 29px !important; }
.m30 {  margin: 30px !important; }
.m31 {  margin: 31px !important; }
.m32 {  margin: 32px !important; }
.m33 {  margin: 33px !important; }
.m34 {  margin: 34px !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; }
.mt11 {  margin-top: 11px !important; }
.mt12 {  margin-top: 12px !important; }
.mt13 {  margin-top: 13px !important; }
.mt14 {  margin-top: 14px !important; }
.mt15 {  margin-top: 15px !important; }
.mt16 {  margin-top: 16px !important; }
.mt17 {  margin-top: 17px !important; }
.mt18 {  margin-top: 18px !important; }
.mt19 {  margin-top: 19px !important; }
.mt20 {  margin-top: 20px !important; }
.mt21 {  margin-top: 21px !important; }
.mt22 {  margin-top: 22px !important; }
.mt23 {  margin-top: 23px !important; }
.mt24 {  margin-top: 24px !important; }
.mt25 {  margin-top: 25px !important; }
.mt26 {  margin-top: 26px !important; }
.mt27 {  margin-top: 27px !important; }
.mt28 {  margin-top: 28px !important; }
.mt29 {  margin-top: 29px !important; }
.mt30 {  margin-top: 30px !important; }
.mt31 {  margin-top: 31px !important; }
.mt32 {  margin-top: 32px !important; }
.mt33 {  margin-top: 33px !important; }
.mt34 {  margin-top: 34px !important; }
.mt35 { margin-top: 35px !important; }
.mt36 { margin-top: 36px !important; }
.mt37 { margin-top: 37px !important; }
.mt38 { margin-top: 38px !important; }
.mt39 { margin-top: 39px !important; }
.mt40 { margin-top: 40px !important; }
.mt41 { margin-top: 41px !important; }
.mt42 { margin-top: 42px !important; }
.mt43 { margin-top: 43px !important; }
.mt44 { margin-top: 44px !important; }
.mt45 { margin-top: 45px !important; }
.mt46 { margin-top: 46px !important; }
.mt47 { margin-top: 47px !important; }
.mt48 { margin-top: 48px !important; }
.mt49 { margin-top: 49px !important; }
.mt50 { margin-top: 50px !important; }
.mt51 { margin-top: 51px !important; }
.mt52 { margin-top: 52px !important; }
.mt53 { margin-top: 53px !important; }
.mt54 { margin-top: 54px !important; }
.mt55 { margin-top: 55px !important; }
.mt56 { margin-top: 56px !important; }
.mt57 { margin-top: 57px !important; }
.mt58 { margin-top: 58px !important; }
.mt59 { margin-top: 59px !important; }
.mt60 { margin-top: 60px !important; }
.mt61 { margin-top: 61px !important; }
.mt62 { margin-top: 62px !important; }
.mt63 { margin-top: 63px !important; }
.mt64 { margin-top: 64px !important; }
.mt65 { margin-top: 65px !important; }
.mt66 { margin-top: 66px !important; }
.mt67 { margin-top: 67px !important; }
.mt68 { margin-top: 68px !important; }
.mt69 { margin-top: 69px !important; }
.mt70 { margin-top: 70px !important; }
.mt71 { margin-top: 71px !important; }
.mt72 { margin-top: 72px !important; }
.mt73 { margin-top: 73px !important; }
.mt74 { margin-top: 74px !important; }
.mt75 { margin-top: 75px !important; }
.mt76 { margin-top: 76px !important; }
.mt77 { margin-top: 77px !important; }
.mt78 { margin-top: 78px !important; }
.mt79 { margin-top: 79px !important; }
.mt80 { margin-top: 80px !important; }
.mt81 { margin-top: 81px !important; }
.mt82 { margin-top: 82px !important; }
.mt83 { margin-top: 83px !important; }
.mt84 { margin-top: 84px !important; }
.mt85 { margin-top: 85px !important; }
.mt86 { margin-top: 86px !important; }
.mt87 { margin-top: 87px !important; }
.mt88 { margin-top: 88px !important; }
.mt89 { margin-top: 89px !important; }
.mt90 { margin-top: 90px !important; }
.mt91 { margin-top: 91px !important; }
.mt92 { margin-top: 92px !important; }
.mt93 { margin-top: 93px !important; }
.mt94 { margin-top: 94px !important; }
.mt95 { margin-top: 95px !important; }
.mt96 { margin-top: 96px !important; }
.mt97 { margin-top: 97px !important; }
.mt98 { margin-top: 98px !important; }
.mt99 { margin-top: 99px !important; }
.mt100 { margin-top: 100px !important; }
.mt101 { margin-top: 101px !important; }
.mt102 { margin-top: 102px !important; }
.mt103 { margin-top: 103px !important; }
.mt104 { margin-top: 104px !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; }
.mr11 {  margin-right: 11px !important; }
.mr12 {  margin-right: 12px !important; }
.mr13 {  margin-right: 13px !important; }
.mr14 {  margin-right: 14px !important; }
.mr15 {  margin-right: 15px !important; }
.mr16 {  margin-right: 16px !important; }
.mr17 {  margin-right: 17px !important; }
.mr18 {  margin-right: 18px !important; }
.mr19 {  margin-right: 19px !important; }
.mr20 {  margin-right: 20px !important; }
.mr21 {  margin-right: 21px !important; }
.mr22 {  margin-right: 22px !important; }
.mr23 {  margin-right: 23px !important; }
.mr24 {  margin-right: 24px !important; }
.mr25 {  margin-right: 25px !important; }
.mr26 {  margin-right: 26px !important; }
.mr27 {  margin-right: 27px !important; }
.mr28 {  margin-right: 28px !important; }
.mr29 {  margin-right: 29px !important; }
.mr30 {  margin-right: 30px !important; }
.mr31 {  margin-right: 31px !important; }
.mr32 {  margin-right: 32px !important; }
.mr33 {  margin-right: 33px !important; }
.mr34 {  margin-right: 34px !important; }
.mr35 { margin-right: 35px !important; }
.mr36 { margin-right: 36px !important; }
.mr37 { margin-right: 37px !important; }
.mr38 { margin-right: 38px !important; }
.mr39 { margin-right: 39px !important; }
.mr40 { margin-right: 40px !important; }
.mr41 { margin-right: 41px !important; }
.mr42 { margin-right: 42px !important; }
.mr43 { margin-right: 43px !important; }
.mr44 { margin-right: 44px !important; }
.mr45 { margin-right: 45px !important; }
.mr46 { margin-right: 46px !important; }
.mr47 { margin-right: 47px !important; }
.mr48 { margin-right: 48px !important; }
.mr49 { margin-right: 49px !important; }
.mr50 { margin-right: 50px !important; }
.mr51 { margin-right: 51px !important; }
.mr52 { margin-right: 52px !important; }
.mr53 { margin-right: 53px !important; }
.mr54 { margin-right: 54px !important; }
.mr55 { margin-right: 55px !important; }
.mr56 { margin-right: 56px !important; }
.mr57 { margin-right: 57px !important; }
.mr58 { margin-right: 58px !important; }
.mr59 { margin-right: 59px !important; }
.mr60 { margin-right: 60px !important; }
.mr61 { margin-right: 61px !important; }
.mr62 { margin-right: 62px !important; }
.mr63 { margin-right: 63px !important; }
.mr64 { margin-right: 64px !important; }
.mr65 { margin-right: 65px !important; }
.mr66 { margin-right: 66px !important; }
.mr67 { margin-right: 67px !important; }
.mr68 { margin-right: 68px !important; }
.mr69 { margin-right: 69px !important; }
.mr70 { margin-right: 70px !important; }
.mr71 { margin-right: 71px !important; }
.mr72 { margin-right: 72px !important; }
.mr73 { margin-right: 73px !important; }
.mr74 { margin-right: 74px !important; }
.mr75 { margin-right: 75px !important; }
.mr76 { margin-right: 76px !important; }
.mr77 { margin-right: 77px !important; }
.mr78 { margin-right: 78px !important; }
.mr79 { margin-right: 79px !important; }
.mr80 { margin-right: 80px !important; }
.mr81 { margin-right: 81px !important; }
.mr82 { margin-right: 82px !important; }
.mr83 { margin-right: 83px !important; }
.mr84 { margin-right: 84px !important; }
.mr85 { margin-right: 85px !important; }
.mr86 { margin-right: 86px !important; }
.mr87 { margin-right: 87px !important; }
.mr88 { margin-right: 88px !important; }
.mr89 { margin-right: 89px !important; }
.mr90 { margin-right: 90px !important; }
.mr91 { margin-right: 91px !important; }
.mr92 { margin-right: 92px !important; }
.mr93 { margin-right: 93px !important; }
.mr94 { margin-right: 94px !important; }
.mr95 { margin-right: 95px !important; }
.mr96 { margin-right: 96px !important; }
.mr97 { margin-right: 97px !important; }
.mr98 { margin-right: 98px !important; }
.mr99 { margin-right: 99px !important; }
.mr100 { margin-right: 100px !important; }
.mr101 { margin-right: 101px !important; }
.mr102 { margin-right: 102px !important; }
.mr103 { margin-right: 103px !important; }
.mr104 { margin-right: 104px !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; }
.mb11 {  margin-bottom: 11px !important; }
.mb12 {  margin-bottom: 12px !important; }
.mb13 {  margin-bottom: 13px !important; }
.mb14 {  margin-bottom: 14px !important; }
.mb15 {  margin-bottom: 15px !important; }
.mb16 {  margin-bottom: 16px !important; }
.mb17 {  margin-bottom: 17px !important; }
.mb18 {  margin-bottom: 18px !important; }
.mb19 {  margin-bottom: 19px !important; }
.mb20 {  margin-bottom: 20px !important; }
.mb21 {  margin-bottom: 21px !important; }
.mb22 {  margin-bottom: 22px !important; }
.mb23 {  margin-bottom: 23px !important; }
.mb24 {  margin-bottom: 24px !important; }
.mb25 {  margin-bottom: 25px !important; }
.mb26 {  margin-bottom: 26px !important; }
.mb27 {  margin-bottom: 27px !important; }
.mb28 {  margin-bottom: 28px !important; }
.mb29 {  margin-bottom: 29px !important; }
.mb30 {  margin-bottom: 30px !important; }
.mb31 {  margin-bottom: 31px !important; }
.mb32 {  margin-bottom: 32px !important; }
.mb33 {  margin-bottom: 33px !important; }
.mb34 {  margin-bottom: 34px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb36 { margin-bottom: 36px !important; }
.mb37 { margin-bottom: 37px !important; }
.mb38 { margin-bottom: 38px !important; }
.mb39 { margin-bottom: 39px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb41 { margin-bottom: 41px !important; }
.mb42 { margin-bottom: 42px !important; }
.mb43 { margin-bottom: 43px !important; }
.mb44 { margin-bottom: 44px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb46 { margin-bottom: 46px !important; }
.mb47 { margin-bottom: 47px !important; }
.mb48 { margin-bottom: 48px !important; }
.mb49 { margin-bottom: 49px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb51 { margin-bottom: 51px !important; }
.mb52 { margin-bottom: 52px !important; }
.mb53 { margin-bottom: 53px !important; }
.mb54 { margin-bottom: 54px !important; }
.mb55 { margin-bottom: 55px !important; }
.mb56 { margin-bottom: 56px !important; }
.mb57 { margin-bottom: 57px !important; }
.mb58 { margin-bottom: 58px !important; }
.mb59 { margin-bottom: 59px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb61 { margin-bottom: 61px !important; }
.mb62 { margin-bottom: 62px !important; }
.mb63 { margin-bottom: 63px !important; }
.mb64 { margin-bottom: 64px !important; }
.mb65 { margin-bottom: 65px !important; }
.mb66 { margin-bottom: 66px !important; }
.mb67 { margin-bottom: 67px !important; }
.mb68 { margin-bottom: 68px !important; }
.mb69 { margin-bottom: 69px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb71 { margin-bottom: 71px !important; }
.mb72 { margin-bottom: 72px !important; }
.mb73 { margin-bottom: 73px !important; }
.mb74 { margin-bottom: 74px !important; }
.mb75 { margin-bottom: 75px !important; }
.mb76 { margin-bottom: 76px !important; }
.mb77 { margin-bottom: 77px !important; }
.mb78 { margin-bottom: 78px !important; }
.mb79 { margin-bottom: 79px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb81 { margin-bottom: 81px !important; }
.mb82 { margin-bottom: 82px !important; }
.mb83 { margin-bottom: 83px !important; }
.mb84 { margin-bottom: 84px !important; }
.mb85 { margin-bottom: 85px !important; }
.mb86 { margin-bottom: 86px !important; }
.mb87 { margin-bottom: 87px !important; }
.mb88 { margin-bottom: 88px !important; }
.mb89 { margin-bottom: 89px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb91 { margin-bottom: 91px !important; }
.mb92 { margin-bottom: 92px !important; }
.mb93 { margin-bottom: 93px !important; }
.mb94 { margin-bottom: 94px !important; }
.mb95 { margin-bottom: 95px !important; }
.mb96 { margin-bottom: 96px !important; }
.mb97 { margin-bottom: 97px !important; }
.mb98 { margin-bottom: 98px !important; }
.mb99 { margin-bottom: 99px !important; }
.mb100 { margin-bottom: 100px !important; }
.mb101 { margin-bottom: 101px !important; }
.mb102 { margin-bottom: 102px !important; }
.mb103 { margin-bottom: 103px !important; }
.mb104 { margin-bottom: 104px !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; }
.ml11 {  margin-left: 11px !important; }
.ml12 {  margin-left: 12px !important; }
.ml13 {  margin-left: 13px !important; }
.ml14 {  margin-left: 14px !important; }
.ml15 {  margin-left: 15px !important; }
.ml16 {  margin-left: 16px !important; }
.ml17 {  margin-left: 17px !important; }
.ml18 {  margin-left: 18px !important; }
.ml19 {  margin-left: 19px !important; }
.ml20 {  margin-left: 20px !important; }
.ml21 {  margin-left: 21px !important; }
.ml22 {  margin-left: 22px !important; }
.ml23 {  margin-left: 23px !important; }
.ml24 {  margin-left: 24px !important; }
.ml25 {  margin-left: 25px !important; }
.ml26 {  margin-left: 26px !important; }
.ml27 {  margin-left: 27px !important; }
.ml28 {  margin-left: 28px !important; }
.ml29 {  margin-left: 29px !important; }
.ml30 {  margin-left: 30px !important; }
.ml31 {  margin-left: 31px !important; }
.ml32 {  margin-left: 32px !important; }
.ml33 {  margin-left: 33px !important; }
.ml34 {  margin-left: 34px !important; }
.ml35 { margin-left: 35px !important; }
.ml36 { margin-left: 36px !important; }
.ml37 { margin-left: 37px !important; }
.ml38 { margin-left: 38px !important; }
.ml39 { margin-left: 39px !important; }
.ml40 { margin-left: 40px !important; }
.ml41 { margin-left: 41px !important; }
.ml42 { margin-left: 42px !important; }
.ml43 { margin-left: 43px !important; }
.ml44 { margin-left: 44px !important; }
.ml45 { margin-left: 45px !important; }
.ml46 { margin-left: 46px !important; }
.ml47 { margin-left: 47px !important; }
.ml48 { margin-left: 48px !important; }
.ml49 { margin-left: 49px !important; }
.ml50 { margin-left: 50px !important; }
.ml51 { margin-left: 51px !important; }
.ml52 { margin-left: 52px !important; }
.ml53 { margin-left: 53px !important; }
.ml54 { margin-left: 54px !important; }
.ml55 { margin-left: 55px !important; }
.ml56 { margin-left: 56px !important; }
.ml57 { margin-left: 57px !important; }
.ml58 { margin-left: 58px !important; }
.ml59 { margin-left: 59px !important; }
.ml60 { margin-left: 60px !important; }
.ml61 { margin-left: 61px !important; }
.ml62 { margin-left: 62px !important; }
.ml63 { margin-left: 63px !important; }
.ml64 { margin-left: 64px !important; }
.ml65 { margin-left: 65px !important; }
.ml66 { margin-left: 66px !important; }
.ml67 { margin-left: 67px !important; }
.ml68 { margin-left: 68px !important; }
.ml69 { margin-left: 69px !important; }
.ml70 { margin-left: 70px !important; }
.ml71 { margin-left: 71px !important; }
.ml72 { margin-left: 72px !important; }
.ml73 { margin-left: 73px !important; }
.ml74 { margin-left: 74px !important; }
.ml75 { margin-left: 75px !important; }
.ml76 { margin-left: 76px !important; }
.ml77 { margin-left: 77px !important; }
.ml78 { margin-left: 78px !important; }
.ml79 { margin-left: 79px !important; }
.ml80 { margin-left: 80px !important; }
.ml81 { margin-left: 81px !important; }
.ml82 { margin-left: 82px !important; }
.ml83 { margin-left: 83px !important; }
.ml84 { margin-left: 84px !important; }
.ml85 { margin-left: 85px !important; }
.ml86 { margin-left: 86px !important; }
.ml87 { margin-left: 87px !important; }
.ml88 { margin-left: 88px !important; }
.ml89 { margin-left: 89px !important; }
.ml90 { margin-left: 90px !important; }
.ml91 { margin-left: 91px !important; }
.ml92 { margin-left: 92px !important; }
.ml93 { margin-left: 93px !important; }
.ml94 { margin-left: 94px !important; }
.ml95 { margin-left: 95px !important; }
.ml96 { margin-left: 96px !important; }
.ml97 { margin-left: 97px !important; }
.ml98 { margin-left: 98px !important; }
.ml99 { margin-left: 99px !important; }
.ml100 { margin-left: 100px !important; }
.ml101 { margin-left: 101px !important; }
.ml102 { margin-left: 102px !important; }
.ml103 { margin-left: 103px !important; }
.ml104 { margin-left: 104px !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; }
.p11 {  padding: 11px !important; }
.p12 {  padding: 12px !important; }
.p13 {  padding: 13px !important; }
.p14 {  padding: 14px !important; }
.p15 {  padding: 15px !important; }
.p16 {  padding: 16px !important; }
.p17 {  padding: 17px !important; }
.p18 {  padding: 18px !important; }
.p19 {  padding: 19px !important; }
.p20 {  padding: 20px !important; }
.p21 {  padding: 21px !important; }
.p22 {  padding: 22px !important; }
.p23 {  padding: 23px !important; }
.p24 {  padding: 24px !important; }
.p25 {  padding: 25px !important; }
.p26 {  padding: 26px !important; }
.p27 {  padding: 27px !important; }
.p28 {  padding: 28px !important; }
.p29 {  padding: 29px !important; }
.p30 {  padding: 30px !important; }
.p31 {  padding: 31px !important; }
.p32 {  padding: 32px !important; }
.p33 {  padding: 33px !important; }
.p34 {  padding: 34px !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; }
.pt11 {  padding-top: 11px !important; }
.pt12 {  padding-top: 12px !important; }
.pt13 {  padding-top: 13px !important; }
.pt14 {  padding-top: 14px !important; }
.pt15 {  padding-top: 15px !important; }
.pt16 {  padding-top: 16px !important; }
.pt17 {  padding-top: 17px !important; }
.pt18 {  padding-top: 18px !important; }
.pt19 {  padding-top: 19px !important; }
.pt20 {  padding-top: 20px !important; }
.pt21 {  padding-top: 21px !important; }
.pt22 {  padding-top: 22px !important; }
.pt23 {  padding-top: 23px !important; }
.pt24 {  padding-top: 24px !important; }
.pt25 {  padding-top: 25px !important; }
.pt26 {  padding-top: 26px !important; }
.pt27 {  padding-top: 27px !important; }
.pt28 {  padding-top: 28px !important; }
.pt29 {  padding-top: 29px !important; }
.pt30 {  padding-top: 30px !important; }
.pt31 {  padding-top: 31px !important; }
.pt32 {  padding-top: 32px !important; }
.pt33 {  padding-top: 33px !important; }
.pt34 {  padding-top: 34px !important; }
.pt35 { padding-top: 35px !important; }
.pt36 { padding-top: 36px !important; }
.pt37 { padding-top: 37px !important; }
.pt38 { padding-top: 38px !important; }
.pt39 { padding-top: 39px !important; }
.pt40 { padding-top: 40px !important; }
.pt41 { padding-top: 41px !important; }
.pt42 { padding-top: 42px !important; }
.pt43 { padding-top: 43px !important; }
.pt44 { padding-top: 44px !important; }
.pt45 { padding-top: 45px !important; }
.pt46 { padding-top: 46px !important; }
.pt47 { padding-top: 47px !important; }
.pt48 { padding-top: 48px !important; }
.pt49 { padding-top: 49px !important; }
.pt50 { padding-top: 50px !important; }
.pt51 { padding-top: 51px !important; }
.pt52 { padding-top: 52px !important; }
.pt53 { padding-top: 53px !important; }
.pt54 { padding-top: 54px !important; }
.pt55 { padding-top: 55px !important; }
.pt56 { padding-top: 56px !important; }
.pt57 { padding-top: 57px !important; }
.pt58 { padding-top: 58px !important; }
.pt59 { padding-top: 59px !important; }
.pt60 { padding-top: 60px !important; }
.pt61 { padding-top: 61px !important; }
.pt62 { padding-top: 62px !important; }
.pt63 { padding-top: 63px !important; }
.pt64 { padding-top: 64px !important; }
.pt65 { padding-top: 65px !important; }
.pt66 { padding-top: 66px !important; }
.pt67 { padding-top: 67px !important; }
.pt68 { padding-top: 68px !important; }
.pt69 { padding-top: 69px !important; }
.pt70 { padding-top: 70px !important; }
.pt71 { padding-top: 71px !important; }
.pt72 { padding-top: 72px !important; }
.pt73 { padding-top: 73px !important; }
.pt74 { padding-top: 74px !important; }
.pt75 { padding-top: 75px !important; }
.pt76 { padding-top: 76px !important; }
.pt77 { padding-top: 77px !important; }
.pt78 { padding-top: 78px !important; }
.pt79 { padding-top: 79px !important; }
.pt80 { padding-top: 80px !important; }
.pt81 { padding-top: 81px !important; }
.pt82 { padding-top: 82px !important; }
.pt83 { padding-top: 83px !important; }
.pt84 { padding-top: 84px !important; }
.pt85 { padding-top: 85px !important; }
.pt86 { padding-top: 86px !important; }
.pt87 { padding-top: 87px !important; }
.pt88 { padding-top: 88px !important; }
.pt89 { padding-top: 89px !important; }
.pt90 { padding-top: 90px !important; }
.pt91 { padding-top: 91px !important; }
.pt92 { padding-top: 92px !important; }
.pt93 { padding-top: 93px !important; }
.pt94 { padding-top: 94px !important; }
.pt95 { padding-top: 95px !important; }
.pt96 { padding-top: 96px !important; }
.pt97 { padding-top: 97px !important; }
.pt98 { padding-top: 98px !important; }
.pt99 { padding-top: 99px !important; }
.pt100 { padding-top: 100px !important; }
.pt101 { padding-top: 101px !important; }
.pt102 { padding-top: 102px !important; }
.pt103 { padding-top: 103px !important; }
.pt104 { padding-top: 104px !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; }
.pr11 {  padding-right: 11px !important; }
.pr12 {  padding-right: 12px !important; }
.pr13 {  padding-right: 13px !important; }
.pr14 {  padding-right: 14px !important; }
.pr15 {  padding-right: 15px !important; }
.pr16 {  padding-right: 16px !important; }
.pr17 {  padding-right: 17px !important; }
.pr18 {  padding-right: 18px !important; }
.pr19 {  padding-right: 19px !important; }
.pr20 {  padding-right: 20px !important; }
.pr21 {  padding-right: 21px !important; }
.pr22 {  padding-right: 22px !important; }
.pr23 {  padding-right: 23px !important; }
.pr24 {  padding-right: 24px !important; }
.pr25 {  padding-right: 25px !important; }
.pr26 {  padding-right: 26px !important; }
.pr27 {  padding-right: 27px !important; }
.pr28 {  padding-right: 28px !important; }
.pr29 {  padding-right: 29px !important; }
.pr30 {  padding-right: 30px !important; }
.pr31 {  padding-right: 31px !important; }
.pr32 {  padding-right: 32px !important; }
.pr33 {  padding-right: 33px !important; }
.pr34 {  padding-right: 34px !important; }
.pr35 { padding-right: 35px !important; }
.pr36 { padding-right: 36px !important; }
.pr37 { padding-right: 37px !important; }
.pr38 { padding-right: 38px !important; }
.pr39 { padding-right: 39px !important; }
.pr40 { padding-right: 40px !important; }
.pr41 { padding-right: 41px !important; }
.pr42 { padding-right: 42px !important; }
.pr43 { padding-right: 43px !important; }
.pr44 { padding-right: 44px !important; }
.pr45 { padding-right: 45px !important; }
.pr46 { padding-right: 46px !important; }
.pr47 { padding-right: 47px !important; }
.pr48 { padding-right: 48px !important; }
.pr49 { padding-right: 49px !important; }
.pr50 { padding-right: 50px !important; }
.pr51 { padding-right: 51px !important; }
.pr52 { padding-right: 52px !important; }
.pr53 { padding-right: 53px !important; }
.pr54 { padding-right: 54px !important; }
.pr55 { padding-right: 55px !important; }
.pr56 { padding-right: 56px !important; }
.pr57 { padding-right: 57px !important; }
.pr58 { padding-right: 58px !important; }
.pr59 { padding-right: 59px !important; }
.pr60 { padding-right: 60px !important; }
.pr61 { padding-right: 61px !important; }
.pr62 { padding-right: 62px !important; }
.pr63 { padding-right: 63px !important; }
.pr64 { padding-right: 64px !important; }
.pr65 { padding-right: 65px !important; }
.pr66 { padding-right: 66px !important; }
.pr67 { padding-right: 67px !important; }
.pr68 { padding-right: 68px !important; }
.pr69 { padding-right: 69px !important; }
.pr70 { padding-right: 70px !important; }
.pr71 { padding-right: 71px !important; }
.pr72 { padding-right: 72px !important; }
.pr73 { padding-right: 73px !important; }
.pr74 { padding-right: 74px !important; }
.pr75 { padding-right: 75px !important; }
.pr76 { padding-right: 76px !important; }
.pr77 { padding-right: 77px !important; }
.pr78 { padding-right: 78px !important; }
.pr79 { padding-right: 79px !important; }
.pr80 { padding-right: 80px !important; }
.pr81 { padding-right: 81px !important; }
.pr82 { padding-right: 82px !important; }
.pr83 { padding-right: 83px !important; }
.pr84 { padding-right: 84px !important; }
.pr85 { padding-right: 85px !important; }
.pr86 { padding-right: 86px !important; }
.pr87 { padding-right: 87px !important; }
.pr88 { padding-right: 88px !important; }
.pr89 { padding-right: 89px !important; }
.pr90 { padding-right: 90px !important; }
.pr91 { padding-right: 91px !important; }
.pr92 { padding-right: 92px !important; }
.pr93 { padding-right: 93px !important; }
.pr94 { padding-right: 94px !important; }
.pr95 { padding-right: 95px !important; }
.pr96 { padding-right: 96px !important; }
.pr97 { padding-right: 97px !important; }
.pr98 { padding-right: 98px !important; }
.pr99 { padding-right: 99px !important; }
.pr100 { padding-right: 100px !important; }
.pr101 { padding-right: 101px !important; }
.pr102 { padding-right: 102px !important; }
.pr103 { padding-right: 103px !important; }
.pr104 { padding-right: 104px !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; }
.pb11 {  padding-bottom: 11px !important; }
.pb12 {  padding-bottom: 12px !important; }
.pb13 {  padding-bottom: 13px !important; }
.pb14 {  padding-bottom: 14px !important; }
.pb15 {  padding-bottom: 15px !important; }
.pb16 {  padding-bottom: 16px !important; }
.pb17 {  padding-bottom: 17px !important; }
.pb18 {  padding-bottom: 18px !important; }
.pb19 {  padding-bottom: 19px !important; }
.pb20 {  padding-bottom: 20px !important; }
.pb21 {  padding-bottom: 21px !important; }
.pb22 {  padding-bottom: 22px !important; }
.pb23 {  padding-bottom: 23px !important; }
.pb24 {  padding-bottom: 24px !important; }
.pb25 {  padding-bottom: 25px !important; }
.pb26 {  padding-bottom: 26px !important; }
.pb27 {  padding-bottom: 27px !important; }
.pb28 {  padding-bottom: 28px !important; }
.pb29 {  padding-bottom: 29px !important; }
.pb30 {  padding-bottom: 30px !important; }
.pb31 {  padding-bottom: 31px !important; }
.pb32 {  padding-bottom: 32px !important; }
.pb33 {  padding-bottom: 33px !important; }
.pb34 {  padding-bottom: 34px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb36 { padding-bottom: 36px !important; }
.pb37 { padding-bottom: 37px !important; }
.pb38 { padding-bottom: 38px !important; }
.pb39 { padding-bottom: 39px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb41 { padding-bottom: 41px !important; }
.pb42 { padding-bottom: 42px !important; }
.pb43 { padding-bottom: 43px !important; }
.pb44 { padding-bottom: 44px !important; }
.pb45 { padding-bottom: 45px !important; }
.pb46 { padding-bottom: 46px !important; }
.pb47 { padding-bottom: 47px !important; }
.pb48 { padding-bottom: 48px !important; }
.pb49 { padding-bottom: 49px !important; }
.pb50 { padding-bottom: 50px !important; }
.pb51 { padding-bottom: 51px !important; }
.pb52 { padding-bottom: 52px !important; }
.pb53 { padding-bottom: 53px !important; }
.pb54 { padding-bottom: 54px !important; }
.pb55 { padding-bottom: 55px !important; }
.pb56 { padding-bottom: 56px !important; }
.pb57 { padding-bottom: 57px !important; }
.pb58 { padding-bottom: 58px !important; }
.pb59 { padding-bottom: 59px !important; }
.pb60 { padding-bottom: 60px !important; }
.pb61 { padding-bottom: 61px !important; }
.pb62 { padding-bottom: 62px !important; }
.pb63 { padding-bottom: 63px !important; }
.pb64 { padding-bottom: 64px !important; }
.pb65 { padding-bottom: 65px !important; }
.pb66 { padding-bottom: 66px !important; }
.pb67 { padding-bottom: 67px !important; }
.pb68 { padding-bottom: 68px !important; }
.pb69 { padding-bottom: 69px !important; }
.pb70 { padding-bottom: 70px !important; }
.pb71 { padding-bottom: 71px !important; }
.pb72 { padding-bottom: 72px !important; }
.pb73 { padding-bottom: 73px !important; }
.pb74 { padding-bottom: 74px !important; }
.pb75 { padding-bottom: 75px !important; }
.pb76 { padding-bottom: 76px !important; }
.pb77 { padding-bottom: 77px !important; }
.pb78 { padding-bottom: 78px !important; }
.pb79 { padding-bottom: 79px !important; }
.pb80 { padding-bottom: 80px !important; }
.pb81 { padding-bottom: 81px !important; }
.pb82 { padding-bottom: 82px !important; }
.pb83 { padding-bottom: 83px !important; }
.pb84 { padding-bottom: 84px !important; }
.pb85 { padding-bottom: 85px !important; }
.pb86 { padding-bottom: 86px !important; }
.pb87 { padding-bottom: 87px !important; }
.pb88 { padding-bottom: 88px !important; }
.pb89 { padding-bottom: 89px !important; }
.pb90 { padding-bottom: 90px !important; }
.pb91 { padding-bottom: 91px !important; }
.pb92 { padding-bottom: 92px !important; }
.pb93 { padding-bottom: 93px !important; }
.pb94 { padding-bottom: 94px !important; }
.pb95 { padding-bottom: 95px !important; }
.pb96 { padding-bottom: 96px !important; }
.pb97 { padding-bottom: 97px !important; }
.pb98 { padding-bottom: 98px !important; }
.pb99 { padding-bottom: 99px !important; }
.pb100 { padding-bottom: 100px !important; }
.pb101 { padding-bottom: 101px !important; }
.pb102 { padding-bottom: 102px !important; }
.pb103 { padding-bottom: 103px !important; }
.pb104 { padding-bottom: 104px !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; }
.pl11 {  padding-left: 11px !important; }
.pl12 {  padding-left: 12px !important; }
.pl13 {  padding-left: 13px !important; }
.pl14 {  padding-left: 14px !important; }
.pl15 {  padding-left: 15px !important; }
.pl16 {  padding-left: 16px !important; }
.pl17 {  padding-left: 17px !important; }
.pl18 {  padding-left: 18px !important; }
.pl19 {  padding-left: 19px !important; }
.pl20 {  padding-left: 20px !important; }
.pl21 {  padding-left: 21px !important; }
.pl22 {  padding-left: 22px !important; }
.pl23 {  padding-left: 23px !important; }
.pl24 {  padding-left: 24px !important; }
.pl25 {  padding-left: 25px !important; }
.pl26 {  padding-left: 26px !important; }
.pl27 {  padding-left: 27px !important; }
.pl28 {  padding-left: 28px !important; }
.pl29 {  padding-left: 29px !important; }
.pl30 {  padding-left: 30px !important; }
.pl31 {  padding-left: 31px !important; }
.pl32 {  padding-left: 32px !important; }
.pl33 {  padding-left: 33px !important; }
.pl34 {  padding-left: 34px !important; }
.pl35 { padding-left: 35px !important; }
.pl36 { padding-left: 36px !important; }
.pl37 { padding-left: 37px !important; }
.pl38 { padding-left: 38px !important; }
.pl39 { padding-left: 39px !important; }
.pl40 { padding-left: 40px !important; }
.pl41 { padding-left: 41px !important; }
.pl42 { padding-left: 42px !important; }
.pl43 { padding-left: 43px !important; }
.pl44 { padding-left: 44px !important; }
.pl45 { padding-left: 45px !important; }
.pl46 { padding-left: 46px !important; }
.pl47 { padding-left: 47px !important; }
.pl48 { padding-left: 48px !important; }
.pl49 { padding-left: 49px !important; }
.pl50 { padding-left: 50px !important; }
.pl51 { padding-left: 51px !important; }
.pl52 { padding-left: 52px !important; }
.pl53 { padding-left: 53px !important; }
.pl54 { padding-left: 54px !important; }
.pl55 { padding-left: 55px !important; }
.pl56 { padding-left: 56px !important; }
.pl57 { padding-left: 57px !important; }
.pl58 { padding-left: 58px !important; }
.pl59 { padding-left: 59px !important; }
.pl60 { padding-left: 60px !important; }
.pl61 { padding-left: 61px !important; }
.pl62 { padding-left: 62px !important; }
.pl63 { padding-left: 63px !important; }
.pl64 { padding-left: 64px !important; }
.pl65 { padding-left: 65px !important; }
.pl66 { padding-left: 66px !important; }
.pl67 { padding-left: 67px !important; }
.pl68 { padding-left: 68px !important; }
.pl69 { padding-left: 69px !important; }
.pl70 { padding-left: 70px !important; }
.pl71 { padding-left: 71px !important; }
.pl72 { padding-left: 72px !important; }
.pl73 { padding-left: 73px !important; }
.pl74 { padding-left: 74px !important; }
.pl75 { padding-left: 75px !important; }
.pl76 { padding-left: 76px !important; }
.pl77 { padding-left: 77px !important; }
.pl78 { padding-left: 78px !important; }
.pl79 { padding-left: 79px !important; }
.pl80 { padding-left: 80px !important; }
.pl81 { padding-left: 81px !important; }
.pl82 { padding-left: 82px !important; }
.pl83 { padding-left: 83px !important; }
.pl84 { padding-left: 84px !important; }
.pl85 { padding-left: 85px !important; }
.pl86 { padding-left: 86px !important; }
.pl87 { padding-left: 87px !important; }
.pl88 { padding-left: 88px !important; }
.pl89 { padding-left: 89px !important; }
.pl90 { padding-left: 90px !important; }
.pl91 { padding-left: 91px !important; }
.pl92 { padding-left: 92px !important; }
.pl93 { padding-left: 93px !important; }
.pl94 { padding-left: 94px !important; }
.pl95 { padding-left: 95px !important; }
.pl96 { padding-left: 96px !important; }
.pl97 { padding-left: 97px !important; }
.pl98 { padding-left: 98px !important; }
.pl99 { padding-left: 99px !important; }
.pl100 { padding-left: 100px !important; }
.pl101 { padding-left: 101px !important; }
.pl102 { padding-left: 102px !important; }
.pl103 { padding-left: 103px !important; }
.pl104 { padding-left: 104px !important; }






.w0 {  width: 0px !important; }

.w5 {  width: 5px !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; }

.w0em {  width: 0em !important; }

.h0 {  height: 0px !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; }

.lh0 {  line-height: 0px !important; }

.lh1 {  line-height: 1px !important; }

.lh2 {  line-height: 2px !important; }

.lh3 {  line-height: 3px !important; }

.lh4 {  line-height: 4px !important; }

.lh5 {  line-height: 5px !important; }

.lh6 {  line-height: 6px !important; }

.lh7 {  line-height: 7px !important; }

.lh8 {  line-height: 8px !important; }

.lh9 {  line-height: 9px !important; }

body .fs0 {
  font-size: 0px;
  font-size: 0rem; }

body .fs-1 {
  font-size: -1px;
  font-size: -0.07143rem; }

.t0 {  top: 0px !important; }

.t1 {  top: 1px !important; }

.t2 {  top: 2px !important; }

.t3 {  top: 3px !important; }

.t4 {  top: 4px !important; }

.r0 {  right: 0px !important; }

.r1 {  right: 1px !important; }

.r2 {  right: 2px !important; }

.r3 {  right: 3px !important; }

.r4 {  right: 4px !important; }

.b0 {  bottom: 0px !important; }

.b1 {  bottom: 1px !important; }

.b2 {  bottom: 2px !important; }

.b3 {  bottom: 3px !important; }

.b4 {  bottom: 4px !important; }

.l0 {  left: 0px !important; }

.l1 {  left: 1px !important; }

.l2 {  left: 2px !important; }

.l3 {  left: 3px !important; }

.l4 {  left: 4px !important; }

.t5 {  top: 5px !important; }

.t6 {  top: 6px !important; }

.t7 {  top: 7px !important; }

.t8 {  top: 8px !important; }

.t9 {  top: 9px !important; }

.r5 {  right: 5px !important; }

.r6 {  right: 6px !important; }

.r7 {  right: 7px !important; }

.r8 {  right: 8px !important; }

.r9 {  right: 9px !important; }

.b5 {  bottom: 5px !important; }

.b6 {  bottom: 6px !important; }

.b7 {  bottom: 7px !important; }

.b8 {  bottom: 8px !important; }

.b9 {  bottom: 9px !important; }

.l5 {  left: 5px !important; }

.l6 {  left: 6px !important; }

.l7 {  left: 7px !important; }

.l8 {  left: 8px !important; }

.l9 {  left: 9px !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; }

.w1em {  width: 1em !important; }

.h10 {  height: 10px !important; }

.h11 {  height: 11px !important; }

.h12 {  height: 12px !important; }

.h13 {  height: 13px !important; }

.h14 {  height: 14px !important; }

.h15 {  height: 15px !important; }

.h16 {  height: 16px !important; }

.h17 {  height: 17px !important; }

.h18 {  height: 18px !important; }

.h19 {  height: 19px !important; }

.lh10 {  line-height: 10px !important; }

.lh11 {  line-height: 11px !important; }

.lh12 {  line-height: 12px !important; }
.lh13 {  line-height: 13px !important; }

.lh14 {  line-height: 14px !important; }

.lh15 {  line-height: 15px !important; }

.lh16 {  line-height: 16px !important; }

.lh17 {  line-height: 17px !important; }

.lh18 {  line-height: 18px !important; }

.lh19 {  line-height: 19px !important; }

body .fs2 {
  font-size: 2px;
  font-size: 0.14286rem; }

body .fs1 {
  font-size: 1px;
  font-size: 0.07143rem; }

.t10 {  top: 10px !important; }

.t11 {  top: 11px !important; }

.t12 {  top: 12px !important; }

.t13 {  top: 13px !important; }

.t14 {  top: 14px !important; }

.r10 {  right: 10px !important; }

.r11 {  right: 11px !important; }

.r12 {  right: 12px !important; }

.r13 {  right: 13px !important; }

.r14 {  right: 14px !important; }

.b10 {  bottom: 10px !important; }

.b11 {  bottom: 11px !important; }

.b12 {  bottom: 12px !important; }

.b13 {  bottom: 13px !important; }

.b14 {  bottom: 14px !important; }

.l10 {  left: 10px !important; }

.l11 {  left: 11px !important; }

.l12 {  left: 12px !important; }

.l13 {  left: 13px !important; }

.l14 {  left: 14px !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; }

.w2em {
  width: 2em !important; }

.h20 {
  height: 20px !important; }

.h21 {
  height: 21px !important; }

.h22 {
  height: 22px !important; }

.h23 {
  height: 23px !important; }

.h24 {
  height: 24px !important; }

.h25 {
  height: 25px !important; }

.h26 {
  height: 26px !important; }

.h27 {
  height: 27px !important; }

.h28 {
  height: 28px !important; }

.h29 {
  height: 29px !important; }

.lh20 {
  line-height: 20px !important; }

.lh21 {
  line-height: 21px !important; }

.lh22 {
  line-height: 22px !important; }

.lh23 {
  line-height: 23px !important; }

.lh24 {
  line-height: 24px !important; }

.lh25 {
  line-height: 25px !important; }

.lh26 {
  line-height: 26px !important; }

.lh27 {
  line-height: 27px !important; }

.lh28 {
  line-height: 28px !important; }

.lh29 {
  line-height: 29px !important; }

body .fs4 {
  font-size: 4px;
  font-size: 0.28571rem; }

body .fs3 {
  font-size: 3px;
  font-size: 0.21429rem; }

.t15 {
  top: 15px !important; }

.t16 {
  top: 16px !important; }

.t17 {
  top: 17px !important; }

.t18 {
  top: 18px !important; }

.t19 {
  top: 19px !important; }

.r15 {
  right: 15px !important; }

.r16 {
  right: 16px !important; }

.r17 {
  right: 17px !important; }

.r18 {
  right: 18px !important; }

.r19 {
  right: 19px !important; }

.b15 {
  bottom: 15px !important; }

.b16 {
  bottom: 16px !important; }

.b17 {
  bottom: 17px !important; }

.b18 {
  bottom: 18px !important; }

.b19 {
  bottom: 19px !important; }

.l15 {
  left: 15px !important; }

.l16 {
  left: 16px !important; }

.l17 {
  left: 17px !important; }

.l18 {
  left: 18px !important; }

.l19 {
  left: 19px !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; }

.w3em {
  width: 3em !important; }

.h30 {
  height: 30px !important; }

.h31 {
  height: 31px !important; }

.h32 {
  height: 32px !important; }

.h33 {
  height: 33px !important; }

.h34 {
  height: 34px !important; }

.h35 {
  height: 35px !important; }

.h36 {
  height: 36px !important; }

.h37 {
  height: 37px !important; }

.h38 {
  height: 38px !important; }

.h39 {
  height: 39px !important; }

.lh30 {
  line-height: 30px !important; }

.lh31 {
  line-height: 31px !important; }

.lh32 {
  line-height: 32px !important; }

.lh33 {
  line-height: 33px !important; }

.lh34 {
  line-height: 34px !important; }

.lh35 {
  line-height: 35px !important; }

.lh36 {
  line-height: 36px !important; }

.lh37 {
  line-height: 37px !important; }

.lh38 {
  line-height: 38px !important; }

.lh39 {
  line-height: 39px !important; }

body .fs6 {
  font-size: 6px;
  font-size: 0.42857rem; }

body .fs5 {
  font-size: 5px;
  font-size: 0.35714rem; }

.t20 {
  top: 20px !important; }

.t21 {
  top: 21px !important; }

.t22 {
  top: 22px !important; }

.t23 {
  top: 23px !important; }

.t24 {
  top: 24px !important; }

.r20 {
  right: 20px !important; }

.r21 {
  right: 21px !important; }

.r22 {
  right: 22px !important; }

.r23 {
  right: 23px !important; }

.r24 {
  right: 24px !important; }

.b20 {
  bottom: 20px !important; }

.b21 {
  bottom: 21px !important; }

.b22 {
  bottom: 22px !important; }

.b23 {
  bottom: 23px !important; }

.b24 {
  bottom: 24px !important; }

.l20 {
  left: 20px !important; }

.l21 {
  left: 21px !important; }

.l22 {
  left: 22px !important; }

.l23 {
  left: 23px !important; }

.l24 {
  left: 24px !important; }

.w200 {
  width: 200px !important; }

.w205 {
  width: 205px !important; }

.w210 {
  width: 210px !important; }

.w215 {
  width: 215px !important; }

.w220 {
  width: 220px !important; }

.w225 {
  width: 225px !important; }

.w230 {
  width: 230px !important; }

.w235 {
  width: 235px !important; }

.w240 {
  width: 240px !important; }

.w245 {
  width: 245px !important; }

.w4em {
  width: 4em !important; }

.h40 {
  height: 40px !important; }

.h41 {
  height: 41px !important; }

.h42 {
  height: 42px !important; }

.h43 {
  height: 43px !important; }

.h44 {
  height: 44px !important; }

.h45 {
  height: 45px !important; }

.h46 {
  height: 46px !important; }

.h47 {
  height: 47px !important; }

.h48 {
  height: 48px !important; }

.h49 {
  height: 49px !important; }

.lh40 {
  line-height: 40px !important; }

.lh41 {
  line-height: 41px !important; }

.lh42 {
  line-height: 42px !important; }

.lh43 {
  line-height: 43px !important; }

.lh44 {
  line-height: 44px !important; }

.lh45 {
  line-height: 45px !important; }

.lh46 {
  line-height: 46px !important; }

.lh47 {
  line-height: 47px !important; }

.lh48 {
  line-height: 48px !important; }

.lh49 {
  line-height: 49px !important; }

body .fs8 {
  font-size: 8px;
  font-size: 0.57143rem; }

body .fs7 {
  font-size: 7px;
  font-size: 0.5rem; }

.t25 {
  top: 25px !important; }

.t26 {
  top: 26px !important; }

.t27 {
  top: 27px !important; }

.t28 {
  top: 28px !important; }

.t29 {
  top: 29px !important; }

.r25 {
  right: 25px !important; }

.r26 {
  right: 26px !important; }

.r27 {
  right: 27px !important; }

.r28 {
  right: 28px !important; }

.r29 {
  right: 29px !important; }

.b25 {
  bottom: 25px !important; }

.b26 {
  bottom: 26px !important; }

.b27 {
  bottom: 27px !important; }

.b28 {
  bottom: 28px !important; }

.b29 {
  bottom: 29px !important; }

.l25 {
  left: 25px !important; }

.l26 {
  left: 26px !important; }

.l27 {
  left: 27px !important; }

.l28 {
  left: 28px !important; }

.l29 {
  left: 29px !important; }

.w250 {
  width: 250px !important; }

.w255 {
  width: 255px !important; }

.w260 {
  width: 260px !important; }

.w265 {
  width: 265px !important; }

.w270 {
  width: 270px !important; }

.w275 {
  width: 275px !important; }

.w280 {
  width: 280px !important; }

.w285 {
  width: 285px !important; }

.w290 {
  width: 290px !important; }

.w295 {
  width: 295px !important; }

.w5em {
  width: 5em !important; }

.h50 {
  height: 50px !important; }

.h51 {
  height: 51px !important; }

.h52 {
  height: 52px !important; }

.h53 {
  height: 53px !important; }

.h54 {
  height: 54px !important; }

.h55 {
  height: 55px !important; }

.h56 {
  height: 56px !important; }

.h57 {
  height: 57px !important; }

.h58 {
  height: 58px !important; }

.h59 {
  height: 59px !important; }

.lh50 {
  line-height: 50px !important; }

.lh51 {
  line-height: 51px !important; }

.lh52 {
  line-height: 52px !important; }

.lh53 {
  line-height: 53px !important; }

.lh54 {
  line-height: 54px !important; }

.lh55 {
  line-height: 55px !important; }

.lh56 {
  line-height: 56px !important; }

.lh57 {
  line-height: 57px !important; }

.lh58 {
  line-height: 58px !important; }

.lh59 {
  line-height: 59px !important; }

body .fs10 {
  font-size: 10px;
  font-size: 0.71429rem; }

body .fs9 {
  font-size: 9px;
  font-size: 0.64286rem; }

.t30 {
  top: 30px !important; }

.t31 {
  top: 31px !important; }

.t32 {
  top: 32px !important; }

.t33 {
  top: 33px !important; }

.t34 {
  top: 34px !important; }

.r30 {
  right: 30px !important; }

.r31 {
  right: 31px !important; }

.r32 {
  right: 32px !important; }

.r33 {
  right: 33px !important; }

.r34 {
  right: 34px !important; }

.b30 {
  bottom: 30px !important; }

.b31 {
  bottom: 31px !important; }

.b32 {
  bottom: 32px !important; }

.b33 {
  bottom: 33px !important; }

.b34 {
  bottom: 34px !important; }

.l30 {
  left: 30px !important; }

.l31 {
  left: 31px !important; }

.l32 {
  left: 32px !important; }

.l33 {
  left: 33px !important; }

.l34 {
  left: 34px !important; }

.w300 {  width: 300px !important; }

.w305 {  width: 305px !important; }

.w310 {  width: 310px !important; }

.w315 {
  width: 315px !important; }

.w320 {
  width: 320px !important; }

.w325 {
  width: 325px !important; }

.w330 {
  width: 330px !important; }

.w335 {
  width: 335px !important; }

.w340 {
  width: 340px !important; }

.w345 {
  width: 345px !important; }

.w6em {
  width: 6em !important; }

.h60 {
  height: 60px !important; }

.h61 {
  height: 61px !important; }

.h62 {
  height: 62px !important; }

.h63 {
  height: 63px !important; }

.h64 {
  height: 64px !important; }

.h65 {
  height: 65px !important; }

.h66 {
  height: 66px !important; }

.h67 {
  height: 67px !important; }

.h68 {
  height: 68px !important; }

.h69 {
  height: 69px !important; }

.lh60 {
  line-height: 60px !important; }

.lh61 {
  line-height: 61px !important; }

.lh62 {
  line-height: 62px !important; }

.lh63 {
  line-height: 63px !important; }

.lh64 {
  line-height: 64px !important; }

.lh65 {
  line-height: 65px !important; }

.lh66 {
  line-height: 66px !important; }

.lh67 {
  line-height: 67px !important; }

.lh68 {
  line-height: 68px !important; }

.lh69 {
  line-height: 69px !important; }

body .fs12 {
  font-size: 12px;
  font-size: 0.85714rem; }

body .fs11 {
  font-size: 11px;
  font-size: 0.78571rem; }

.t35 {
  top: 35px !important; }

.t36 {
  top: 36px !important; }

.t37 {
  top: 37px !important; }

.t38 {
  top: 38px !important; }

.t39 {
  top: 39px !important; }

.r35 {
  right: 35px !important; }

.r36 {
  right: 36px !important; }

.r37 {
  right: 37px !important; }

.r38 {
  right: 38px !important; }

.r39 {
  right: 39px !important; }

.b35 {
  bottom: 35px !important; }

.b36 {
  bottom: 36px !important; }

.b37 {
  bottom: 37px !important; }

.b38 {
  bottom: 38px !important; }

.b39 {
  bottom: 39px !important; }

.l35 {
  left: 35px !important; }

.l36 {
  left: 36px !important; }

.l37 {
  left: 37px !important; }

.l38 {
  left: 38px !important; }

.l39 {
  left: 39px !important; }

.w350 {
  width: 350px !important; }

.w355 {
  width: 355px !important; }

.w360 {
  width: 360px !important; }

.w365 {
  width: 365px !important; }

.w370 {
  width: 370px !important; }

.w375 {
  width: 375px !important; }

.w380 {
  width: 380px !important; }

.w385 {
  width: 385px !important; }

.w390 {
  width: 390px !important; }

.w395 {
  width: 395px !important; }

.w7em {
  width: 7em !important; }

.h70 {
  height: 70px !important; }

.h71 {
  height: 71px !important; }

.h72 {
  height: 72px !important; }

.h73 {
  height: 73px !important; }

.h74 {
  height: 74px !important; }

.h75 {
  height: 75px !important; }

.h76 {
  height: 76px !important; }

.h77 {
  height: 77px !important; }

.h78 {
  height: 78px !important; }

.h79 {
  height: 79px !important; }

.lh70 {
  line-height: 70px !important; }

.lh71 {
  line-height: 71px !important; }

.lh72 {
  line-height: 72px !important; }

.lh73 {
  line-height: 73px !important; }

.lh74 {
  line-height: 74px !important; }

.lh75 {
  line-height: 75px !important; }

.lh76 {
  line-height: 76px !important; }

.lh77 {
  line-height: 77px !important; }

.lh78 {
  line-height: 78px !important; }

.lh79 {
  line-height: 79px !important; }

body .fs14 {
  font-size: 14px;
  font-size: 1rem; }

body .fs13 {
  font-size: 13px;
  font-size: 0.92857rem; }

.t40 {
  top: 40px !important; }

.t41 {
  top: 41px !important; }

.t42 {
  top: 42px !important; }

.t43 {
  top: 43px !important; }

.t44 {
  top: 44px !important; }

.r40 {
  right: 40px !important; }

.r41 {
  right: 41px !important; }

.r42 {
  right: 42px !important; }

.r43 {
  right: 43px !important; }

.r44 {
  right: 44px !important; }

.b40 {
  bottom: 40px !important; }

.b41 {
  bottom: 41px !important; }

.b42 {
  bottom: 42px !important; }

.b43 {
  bottom: 43px !important; }

.b44 {
  bottom: 44px !important; }

.l40 {
  left: 40px !important; }

.l41 {
  left: 41px !important; }

.l42 {
  left: 42px !important; }

.l43 {
  left: 43px !important; }

.l44 {
  left: 44px !important; }

.w400 {
  width: 400px !important; }

.w405 {
  width: 405px !important; }

.w410 {
  width: 410px !important; }

.w415 {
  width: 415px !important; }

.w420 {
  width: 420px !important; }

.w425 {
  width: 425px !important; }

.w430 {
  width: 430px !important; }

.w435 {
  width: 435px !important; }

.w440 {
  width: 440px !important; }

.w445 {
  width: 445px !important; }

.w8em {
  width: 8em !important; }

.h80 {
  height: 80px !important; }

.h81 {
  height: 81px !important; }

.h82 {
  height: 82px !important; }

.h83 {
  height: 83px !important; }

.h84 {
  height: 84px !important; }

.h85 {
  height: 85px !important; }

.h86 {
  height: 86px !important; }

.h87 {
  height: 87px !important; }

.h88 {
  height: 88px !important; }

.h89 {
  height: 89px !important; }

.lh80 {
  line-height: 80px !important; }

.lh81 {
  line-height: 81px !important; }

.lh82 {
  line-height: 82px !important; }

.lh83 {
  line-height: 83px !important; }

.lh84 {
  line-height: 84px !important; }

.lh85 {
  line-height: 85px !important; }

.lh86 {
  line-height: 86px !important; }

.lh87 {
  line-height: 87px !important; }

.lh88 {
  line-height: 88px !important; }

.lh89 {
  line-height: 89px !important; }

body .fs16 {
  font-size: 16px;
  font-size: 1.14286rem; }

body .fs15 {
  font-size: 15px;
  font-size: 1.07143rem; }

.t45 {
  top: 45px !important; }

.t46 {
  top: 46px !important; }

.t47 {
  top: 47px !important; }

.t48 {
  top: 48px !important; }

.t49 {
  top: 49px !important; }

.r45 {
  right: 45px !important; }

.r46 {
  right: 46px !important; }

.r47 {
  right: 47px !important; }

.r48 {
  right: 48px !important; }

.r49 {
  right: 49px !important; }

.b45 {
  bottom: 45px !important; }

.b46 {
  bottom: 46px !important; }

.b47 {
  bottom: 47px !important; }

.b48 {
  bottom: 48px !important; }

.b49 {
  bottom: 49px !important; }

.l45 {
  left: 45px !important; }

.l46 {
  left: 46px !important; }

.l47 {
  left: 47px !important; }

.l48 {
  left: 48px !important; }

.l49 {
  left: 49px !important; }

.w450 {
  width: 450px !important; }

.w455 {
  width: 455px !important; }

.w460 {
  width: 460px !important; }

.w465 {
  width: 465px !important; }

.w470 {
  width: 470px !important; }

.w475 {
  width: 475px !important; }

.w480 {
  width: 480px !important; }

.w485 {
  width: 485px !important; }

.w490 {
  width: 490px !important; }

.w495 {
  width: 495px !important; }

.w9em {
  width: 9em !important; }

.h90 {
  height: 90px !important; }

.h91 {
  height: 91px !important; }

.h92 {
  height: 92px !important; }

.h93 {
  height: 93px !important; }

.h94 {
  height: 94px !important; }

.h95 {
  height: 95px !important; }

.h96 {
  height: 96px !important; }

.h97 {
  height: 97px !important; }

.h98 {
  height: 98px !important; }

.h99 {
  height: 99px !important; }

.lh90 {
  line-height: 90px !important; }

.lh91 {
  line-height: 91px !important; }

.lh92 {
  line-height: 92px !important; }

.lh93 {
  line-height: 93px !important; }

.lh94 {
  line-height: 94px !important; }

.lh95 {
  line-height: 95px !important; }

.lh96 {
  line-height: 96px !important; }

.lh97 {
  line-height: 97px !important; }

.lh98 {
  line-height: 98px !important; }

.lh99 {
  line-height: 99px !important; }

body .fs18 {
  font-size: 18px;
  font-size: 1.28571rem; }

body .fs17 {
  font-size: 17px;
  font-size: 1.21429rem; }

.t50 {
  top: 50px !important; }

.t51 {
  top: 51px !important; }

.t52 {
  top: 52px !important; }

.t53 {
  top: 53px !important; }

.t54 {
  top: 54px !important; }

.r50 {
  right: 50px !important; }

.r51 {
  right: 51px !important; }

.r52 {
  right: 52px !important; }

.r53 {
  right: 53px !important; }

.r54 {
  right: 54px !important; }

.b50 {
  bottom: 50px !important; }

.b51 {
  bottom: 51px !important; }

.b52 {
  bottom: 52px !important; }

.b53 {
  bottom: 53px !important; }

.b54 {
  bottom: 54px !important; }

.l50 {
  left: 50px !important; }

.l51 {
  left: 51px !important; }

.l52 {
  left: 52px !important; }

.l53 {
  left: 53px !important; }

.l54 {
  left: 54px !important; }

.w500 {
  width: 500px !important; }

.w505 {
  width: 505px !important; }

.w510 {
  width: 510px !important; }

.w515 {
  width: 515px !important; }

.w520 {
  width: 520px !important; }

.w525 {
  width: 525px !important; }

.w530 {
  width: 530px !important; }

.w535 {
  width: 535px !important; }

.w540 {
  width: 540px !important; }

.w545 {
  width: 545px !important; }

.w10em {
  width: 10em !important; }

.h100 {
  height: 100px !important; }

.h101 {
  height: 101px !important; }

.h102 {
  height: 102px !important; }

.h103 {
  height: 103px !important; }

.h104 {
  height: 104px !important; }

.h105 {
  height: 105px !important; }

.h106 {
  height: 106px !important; }

.h107 {
  height: 107px !important; }

.h108 {
  height: 108px !important; }

.h109 {
  height: 109px !important; }

.lh100 {
  line-height: 100px !important; }

.lh101 {
  line-height: 101px !important; }

.lh102 {
  line-height: 102px !important; }

.lh103 {
  line-height: 103px !important; }

.lh104 {
  line-height: 104px !important; }

.lh105 {
  line-height: 105px !important; }

.lh106 {
  line-height: 106px !important; }

.lh107 {
  line-height: 107px !important; }

.lh108 {
  line-height: 108px !important; }

.lh109 {
  line-height: 109px !important; }

body .fs20 {
  font-size: 20px;
  font-size: 1.42857rem; }

body .fs19 {
  font-size: 19px;
  font-size: 1.35714rem; }

.t55 {
  top: 55px !important; }

.t56 {
  top: 56px !important; }

.t57 {
  top: 57px !important; }

.t58 {
  top: 58px !important; }

.t59 {
  top: 59px !important; }

.r55 {
  right: 55px !important; }

.r56 {
  right: 56px !important; }

.r57 {
  right: 57px !important; }

.r58 {
  right: 58px !important; }

.r59 {
  right: 59px !important; }

.b55 {
  bottom: 55px !important; }

.b56 {
  bottom: 56px !important; }

.b57 {
  bottom: 57px !important; }

.b58 {
  bottom: 58px !important; }

.b59 {
  bottom: 59px !important; }

.l55 {
  left: 55px !important; }

.l56 {
  left: 56px !important; }

.l57 {
  left: 57px !important; }

.l58 {
  left: 58px !important; }

.l59 {
  left: 59px !important; }

.w550 {
  width: 550px !important; }

.w555 {
  width: 555px !important; }

.w560 {
  width: 560px !important; }

.w565 {
  width: 565px !important; }

.w570 {
  width: 570px !important; }

.w575 {
  width: 575px !important; }

.w580 {
  width: 580px !important; }

.w585 {
  width: 585px !important; }

.w590 {
  width: 590px !important; }

.w595 {
  width: 595px !important; }

.w11em {
  width: 11em !important; }

.h110 {
  height: 110px !important; }

.h111 {
  height: 111px !important; }

.h112 {
  height: 112px !important; }

.h113 {
  height: 113px !important; }

.h114 {
  height: 114px !important; }

.h115 {
  height: 115px !important; }

.h116 {
  height: 116px !important; }

.h117 {
  height: 117px !important; }

.h118 {
  height: 118px !important; }

.h119 {
  height: 119px !important; }

.lh110 {
  line-height: 110px !important; }

.lh111 {
  line-height: 111px !important; }

.lh112 {
  line-height: 112px !important; }

.lh113 {
  line-height: 113px !important; }

.lh114 {
  line-height: 114px !important; }

.lh115 {
  line-height: 115px !important; }

.lh116 {
  line-height: 116px !important; }

.lh117 {
  line-height: 117px !important; }

.lh118 {
  line-height: 118px !important; }

.lh119 {
  line-height: 119px !important; }

body .fs22 {
  font-size: 22px;
  font-size: 1.57143rem; }

body .fs21 {
  font-size: 21px;
  font-size: 1.5rem; }

.t60 {
  top: 60px !important; }

.t61 {
  top: 61px !important; }

.t62 {
  top: 62px !important; }

.t63 {
  top: 63px !important; }

.t64 {
  top: 64px !important; }

.r60 {
  right: 60px !important; }

.r61 {
  right: 61px !important; }

.r62 {
  right: 62px !important; }

.r63 {
  right: 63px !important; }

.r64 {
  right: 64px !important; }

.b60 {
  bottom: 60px !important; }

.b61 {
  bottom: 61px !important; }

.b62 {
  bottom: 62px !important; }

.b63 {
  bottom: 63px !important; }

.b64 {
  bottom: 64px !important; }

.l60 {
  left: 60px !important; }

.l61 {
  left: 61px !important; }

.l62 {
  left: 62px !important; }

.l63 {
  left: 63px !important; }

.l64 {
  left: 64px !important; }

.w600 {
  width: 600px !important; }

.w605 {
  width: 605px !important; }

.w610 {
  width: 610px !important; }

.w615 {
  width: 615px !important; }

.w620 {
  width: 620px !important; }

.w625 {
  width: 625px !important; }

.w630 {
  width: 630px !important; }

.w635 {
  width: 635px !important; }

.w640 {
  width: 640px !important; }

.w645 {
  width: 645px !important; }

.w12em {
  width: 12em !important; }

.h120 {
  height: 120px !important; }

.h121 {
  height: 121px !important; }

.h122 {
  height: 122px !important; }

.h123 {
  height: 123px !important; }

.h124 {
  height: 124px !important; }

.h125 {
  height: 125px !important; }

.h126 {
  height: 126px !important; }

.h127 {
  height: 127px !important; }

.h128 {
  height: 128px !important; }

.h129 {
  height: 129px !important; }

.lh120 {
  line-height: 120px !important; }

.lh121 {
  line-height: 121px !important; }

.lh122 {
  line-height: 122px !important; }

.lh123 {
  line-height: 123px !important; }

.lh124 {
  line-height: 124px !important; }

.lh125 {
  line-height: 125px !important; }

.lh126 {
  line-height: 126px !important; }

.lh127 {
  line-height: 127px !important; }

.lh128 {
  line-height: 128px !important; }

.lh129 {
  line-height: 129px !important; }

body .fs24 {
  font-size: 24px;
  font-size: 1.71429rem; }

body .fs23 {
  font-size: 23px;
  font-size: 1.64286rem; }

.t65 {
  top: 65px !important; }

.t66 {
  top: 66px !important; }

.t67 {
  top: 67px !important; }

.t68 {
  top: 68px !important; }

.t69 {
  top: 69px !important; }

.r65 {
  right: 65px !important; }

.r66 {
  right: 66px !important; }

.r67 {
  right: 67px !important; }

.r68 {
  right: 68px !important; }

.r69 {
  right: 69px !important; }

.b65 {
  bottom: 65px !important; }

.b66 {
  bottom: 66px !important; }

.b67 {
  bottom: 67px !important; }

.b68 {
  bottom: 68px !important; }

.b69 {
  bottom: 69px !important; }

.l65 {
  left: 65px !important; }

.l66 {
  left: 66px !important; }

.l67 {
  left: 67px !important; }

.l68 {
  left: 68px !important; }

.l69 {
  left: 69px !important; }

.w650 {
  width: 650px !important; }

.w655 {
  width: 655px !important; }

.w660 {
  width: 660px !important; }

.w665 {
  width: 665px !important; }

.w670 {
  width: 670px !important; }

.w675 {
  width: 675px !important; }

.w680 {
  width: 680px !important; }

.w685 {
  width: 685px !important; }

.w690 {
  width: 690px !important; }

.w695 {
  width: 695px !important; }

.w13em {
  width: 13em !important; }

.h130 {
  height: 130px !important; }

.h131 {
  height: 131px !important; }

.h132 {
  height: 132px !important; }

.h133 {
  height: 133px !important; }

.h134 {
  height: 134px !important; }

.h135 {
  height: 135px !important; }

.h136 {
  height: 136px !important; }

.h137 {
  height: 137px !important; }

.h138 {
  height: 138px !important; }

.h139 {
  height: 139px !important; }

.lh130 {
  line-height: 130px !important; }

.lh131 {
  line-height: 131px !important; }

.lh132 {
  line-height: 132px !important; }

.lh133 {
  line-height: 133px !important; }

.lh134 {
  line-height: 134px !important; }

.lh135 {
  line-height: 135px !important; }

.lh136 {
  line-height: 136px !important; }

.lh137 {
  line-height: 137px !important; }

.lh138 {
  line-height: 138px !important; }

.lh139 {
  line-height: 139px !important; }

body .fs26 {
  font-size: 26px;
  font-size: 1.85714rem; }

body .fs25 {
  font-size: 25px;
  font-size: 1.78571rem; }

.t70 {
  top: 70px !important; }

.t71 {
  top: 71px !important; }

.t72 {
  top: 72px !important; }

.t73 {
  top: 73px !important; }

.t74 {
  top: 74px !important; }

.r70 {
  right: 70px !important; }

.r71 {
  right: 71px !important; }

.r72 {
  right: 72px !important; }

.r73 {
  right: 73px !important; }

.r74 {
  right: 74px !important; }

.b70 {
  bottom: 70px !important; }

.b71 {
  bottom: 71px !important; }

.b72 {
  bottom: 72px !important; }

.b73 {
  bottom: 73px !important; }

.b74 {
  bottom: 74px !important; }

.l70 {
  left: 70px !important; }

.l71 {
  left: 71px !important; }

.l72 {
  left: 72px !important; }

.l73 {
  left: 73px !important; }

.l74 {
  left: 74px !important; }

.w700 {
  width: 700px !important; }

.w705 {
  width: 705px !important; }

.w710 {
  width: 710px !important; }

.w715 {
  width: 715px !important; }

.w720 {
  width: 720px !important; }

.w725 {
  width: 725px !important; }

.w730 {
  width: 730px !important; }

.w735 {
  width: 735px !important; }

.w740 {
  width: 740px !important; }

.w745 {
  width: 745px !important; }

.w14em {
  width: 14em !important; }

.h140 {
  height: 140px !important; }

.h141 {
  height: 141px !important; }

.h142 {
  height: 142px !important; }

.h143 {
  height: 143px !important; }

.h144 {
  height: 144px !important; }

.h145 {
  height: 145px !important; }

.h146 {
  height: 146px !important; }

.h147 {
  height: 147px !important; }

.h148 {
  height: 148px !important; }

.h149 {
  height: 149px !important; }

.lh140 {
  line-height: 140px !important; }

.lh141 {
  line-height: 141px !important; }

.lh142 {
  line-height: 142px !important; }

.lh143 {
  line-height: 143px !important; }

.lh144 {
  line-height: 144px !important; }

.lh145 {
  line-height: 145px !important; }

.lh146 {
  line-height: 146px !important; }

.lh147 {
  line-height: 147px !important; }

.lh148 {
  line-height: 148px !important; }

.lh149 {
  line-height: 149px !important; }

body .fs28 {
  font-size: 28px;
  font-size: 2rem; }

body .fs27 {
  font-size: 27px;
  font-size: 1.92857rem; }

.t75 {
  top: 75px !important; }

.t76 {
  top: 76px !important; }

.t77 {
  top: 77px !important; }

.t78 {
  top: 78px !important; }

.t79 {
  top: 79px !important; }

.r75 {
  right: 75px !important; }

.r76 {
  right: 76px !important; }

.r77 {
  right: 77px !important; }

.r78 {
  right: 78px !important; }

.r79 {
  right: 79px !important; }

.b75 {
  bottom: 75px !important; }

.b76 {
  bottom: 76px !important; }

.b77 {
  bottom: 77px !important; }

.b78 {
  bottom: 78px !important; }

.b79 {
  bottom: 79px !important; }

.l75 {
  left: 75px !important; }

.l76 {
  left: 76px !important; }

.l77 {
  left: 77px !important; }

.l78 {
  left: 78px !important; }

.l79 {
  left: 79px !important; }

.w750 {
  width: 750px !important; }

.w755 {
  width: 755px !important; }

.w760 {
  width: 760px !important; }

.w765 {
  width: 765px !important; }

.w770 {
  width: 770px !important; }

.w775 {
  width: 775px !important; }

.w780 {
  width: 780px !important; }

.w785 {
  width: 785px !important; }

.w790 {
  width: 790px !important; }

.w795 {
  width: 795px !important; }

.w15em {
  width: 15em !important; }

.h150 {
  height: 150px !important; }

.h151 {
  height: 151px !important; }

.h152 {
  height: 152px !important; }

.h153 {
  height: 153px !important; }

.h154 {
  height: 154px !important; }

.h155 {
  height: 155px !important; }

.h156 {
  height: 156px !important; }

.h157 {
  height: 157px !important; }

.h158 {
  height: 158px !important; }

.h159 {
  height: 159px !important; }

.lh150 {
  line-height: 150px !important; }

.lh151 {
  line-height: 151px !important; }

.lh152 {
  line-height: 152px !important; }

.lh153 {
  line-height: 153px !important; }

.lh154 {
  line-height: 154px !important; }

.lh155 {
  line-height: 155px !important; }

.lh156 {
  line-height: 156px !important; }

.lh157 {
  line-height: 157px !important; }

.lh158 {
  line-height: 158px !important; }

.lh159 {
  line-height: 159px !important; }

body .fs30 {
  font-size: 30px;
  font-size: 2.14286rem; }

body .fs29 {
  font-size: 29px;
  font-size: 2.07143rem; }

.t80 {
  top: 80px !important; }

.t81 {
  top: 81px !important; }

.t82 {
  top: 82px !important; }

.t83 {
  top: 83px !important; }

.t84 {
  top: 84px !important; }

.r80 {
  right: 80px !important; }

.r81 {
  right: 81px !important; }

.r82 {
  right: 82px !important; }

.r83 {
  right: 83px !important; }

.r84 {
  right: 84px !important; }

.b80 {
  bottom: 80px !important; }

.b81 {
  bottom: 81px !important; }

.b82 {
  bottom: 82px !important; }

.b83 {
  bottom: 83px !important; }

.b84 {
  bottom: 84px !important; }

.l80 {
  left: 80px !important; }

.l81 {
  left: 81px !important; }

.l82 {
  left: 82px !important; }

.l83 {
  left: 83px !important; }

.l84 {
  left: 84px !important; }

.w800 {
  width: 800px !important; }

.w805 {
  width: 805px !important; }

.w810 {
  width: 810px !important; }

.w815 {
  width: 815px !important; }

.w820 {
  width: 820px !important; }

.w825 {
  width: 825px !important; }

.w830 {
  width: 830px !important; }

.w835 {
  width: 835px !important; }

.w840 {
  width: 840px !important; }

.w845 {
  width: 845px !important; }

.w16em {
  width: 16em !important; }

.h160 {
  height: 160px !important; }

.h161 {
  height: 161px !important; }

.h162 {
  height: 162px !important; }

.h163 {
  height: 163px !important; }

.h164 {
  height: 164px !important; }

.h165 {
  height: 165px !important; }

.h166 {
  height: 166px !important; }

.h167 {
  height: 167px !important; }

.h168 {
  height: 168px !important; }

.h169 {
  height: 169px !important; }

.lh160 {
  line-height: 160px !important; }

.lh161 {
  line-height: 161px !important; }

.lh162 {
  line-height: 162px !important; }

.lh163 {
  line-height: 163px !important; }

.lh164 {
  line-height: 164px !important; }

.lh165 {
  line-height: 165px !important; }

.lh166 {
  line-height: 166px !important; }

.lh167 {
  line-height: 167px !important; }

.lh168 {
  line-height: 168px !important; }

.lh169 {
  line-height: 169px !important; }

body .fs32 {
  font-size: 32px;
  font-size: 2.28571rem; }

body .fs31 {
  font-size: 31px;
  font-size: 2.21429rem; }

.t85 {
  top: 85px !important; }

.t86 {
  top: 86px !important; }

.t87 {
  top: 87px !important; }

.t88 {
  top: 88px !important; }

.t89 {
  top: 89px !important; }

.r85 {
  right: 85px !important; }

.r86 {
  right: 86px !important; }

.r87 {
  right: 87px !important; }

.r88 {
  right: 88px !important; }

.r89 {
  right: 89px !important; }

.b85 {
  bottom: 85px !important; }

.b86 {
  bottom: 86px !important; }

.b87 {
  bottom: 87px !important; }

.b88 {
  bottom: 88px !important; }

.b89 {
  bottom: 89px !important; }

.l85 {
  left: 85px !important; }

.l86 {
  left: 86px !important; }

.l87 {
  left: 87px !important; }

.l88 {
  left: 88px !important; }

.l89 {
  left: 89px !important; }

.w850 {
  width: 850px !important; }

.w855 {
  width: 855px !important; }

.w860 {
  width: 860px !important; }

.w865 {
  width: 865px !important; }

.w870 {
  width: 870px !important; }

.w875 {
  width: 875px !important; }

.w880 {
  width: 880px !important; }

.w885 {
  width: 885px !important; }

.w890 {
  width: 890px !important; }

.w895 {
  width: 895px !important; }

.w17em {
  width: 17em !important; }

.h170 {
  height: 170px !important; }

.h171 {
  height: 171px !important; }

.h172 {
  height: 172px !important; }

.h173 {
  height: 173px !important; }

.h174 {
  height: 174px !important; }

.h175 {
  height: 175px !important; }

.h176 {
  height: 176px !important; }

.h177 {
  height: 177px !important; }

.h178 {
  height: 178px !important; }

.h179 {
  height: 179px !important; }

.lh170 {
  line-height: 170px !important; }

.lh171 {
  line-height: 171px !important; }

.lh172 {
  line-height: 172px !important; }

.lh173 {
  line-height: 173px !important; }

.lh174 {
  line-height: 174px !important; }

.lh175 {
  line-height: 175px !important; }

.lh176 {
  line-height: 176px !important; }

.lh177 {
  line-height: 177px !important; }

.lh178 {
  line-height: 178px !important; }

.lh179 {
  line-height: 179px !important; }

body .fs34 {
  font-size: 34px;
  font-size: 2.42857rem; }

body .fs33 {
  font-size: 33px;
  font-size: 2.35714rem; }

.t90 {
  top: 90px !important; }

.t91 {
  top: 91px !important; }

.t92 {
  top: 92px !important; }

.t93 {
  top: 93px !important; }

.t94 {
  top: 94px !important; }

.r90 {
  right: 90px !important; }

.r91 {
  right: 91px !important; }

.r92 {
  right: 92px !important; }

.r93 {
  right: 93px !important; }

.r94 {
  right: 94px !important; }

.b90 {
  bottom: 90px !important; }

.b91 {
  bottom: 91px !important; }

.b92 {
  bottom: 92px !important; }

.b93 {
  bottom: 93px !important; }

.b94 {
  bottom: 94px !important; }

.l90 {
  left: 90px !important; }

.l91 {
  left: 91px !important; }

.l92 {
  left: 92px !important; }

.l93 {
  left: 93px !important; }

.l94 {
  left: 94px !important; }

.w900 {
  width: 900px !important; }

.w905 {
  width: 905px !important; }

.w910 {
  width: 910px !important; }

.w915 {
  width: 915px !important; }

.w920 {
  width: 920px !important; }

.w925 {
  width: 925px !important; }

.w930 {
  width: 930px !important; }

.w935 {
  width: 935px !important; }

.w940 {
  width: 940px !important; }

.w945 {
  width: 945px !important; }

.w18em {
  width: 18em !important; }

.h180 {
  height: 180px !important; }

.h181 {
  height: 181px !important; }

.h182 {
  height: 182px !important; }

.h183 {
  height: 183px !important; }

.h184 {
  height: 184px !important; }

.h185 {
  height: 185px !important; }

.h186 {
  height: 186px !important; }

.h187 {
  height: 187px !important; }

.h188 {
  height: 188px !important; }

.h189 {
  height: 189px !important; }

.lh180 {
  line-height: 180px !important; }

.lh181 {
  line-height: 181px !important; }

.lh182 {
  line-height: 182px !important; }

.lh183 {
  line-height: 183px !important; }

.lh184 {
  line-height: 184px !important; }

.lh185 {
  line-height: 185px !important; }

.lh186 {
  line-height: 186px !important; }

.lh187 {
  line-height: 187px !important; }

.lh188 {
  line-height: 188px !important; }

.lh189 {
  line-height: 189px !important; }

body .fs36 {
  font-size: 36px;
  font-size: 2.57143rem; }

body .fs35 {
  font-size: 35px;
  font-size: 2.5rem; }

.t95 {
  top: 95px !important; }

.t96 {
  top: 96px !important; }

.t97 {
  top: 97px !important; }

.t98 {
  top: 98px !important; }

.t99 {
  top: 99px !important; }

.r95 {
  right: 95px !important; }

.r96 {
  right: 96px !important; }

.r97 {
  right: 97px !important; }

.r98 {
  right: 98px !important; }

.r99 {
  right: 99px !important; }

.b95 {
  bottom: 95px !important; }

.b96 {
  bottom: 96px !important; }

.b97 {
  bottom: 97px !important; }

.b98 {
  bottom: 98px !important; }

.b99 {
  bottom: 99px !important; }

.l95 {
  left: 95px !important; }

.l96 {
  left: 96px !important; }

.l97 {
  left: 97px !important; }

.l98 {
  left: 98px !important; }

.l99 {
  left: 99px !important; }

.w950 {
  width: 950px !important; }

.w955 {
  width: 955px !important; }

.w960 {
  width: 960px !important; }

.w965 {
  width: 965px !important; }

.w970 {
  width: 970px !important; }

.w975 {
  width: 975px !important; }

.w980 {
  width: 980px !important; }

.w985 {
  width: 985px !important; }

.w990 {
  width: 990px !important; }

.w995 {
  width: 995px !important; }

.w19em {
  width: 19em !important; }

.h190 {
  height: 190px !important; }

.h191 {
  height: 191px !important; }

.h192 {
  height: 192px !important; }

.h193 {
  height: 193px !important; }

.h194 {
  height: 194px !important; }

.h195 {
  height: 195px !important; }

.h196 {
  height: 196px !important; }

.h197 {
  height: 197px !important; }

.h198 {
  height: 198px !important; }

.h199 {
  height: 199px !important; }

.lh190 {
  line-height: 190px !important; }

.lh191 {
  line-height: 191px !important; }

.lh192 {
  line-height: 192px !important; }

.lh193 {
  line-height: 193px !important; }

.lh194 {
  line-height: 194px !important; }

.lh195 {
  line-height: 195px !important; }

.lh196 {
  line-height: 196px !important; }

.lh197 {
  line-height: 197px !important; }

.lh198 {
  line-height: 198px !important; }

.lh199 {
  line-height: 199px !important; }

body .fs38 {
  font-size: 38px;
  font-size: 2.71429rem; }

body .fs37 {
  font-size: 37px;
  font-size: 2.64286rem; }

.t100 {
  top: 100px !important; }

.t101 {
  top: 101px !important; }

.t102 {
  top: 102px !important; }

.t103 {
  top: 103px !important; }

.t104 {
  top: 104px !important; }

.r100 {
  right: 100px !important; }

.r101 {
  right: 101px !important; }

.r102 {
  right: 102px !important; }

.r103 {
  right: 103px !important; }

.r104 {
  right: 104px !important; }

.b100 {
  bottom: 100px !important; }

.b101 {
  bottom: 101px !important; }

.b102 {
  bottom: 102px !important; }

.b103 {
  bottom: 103px !important; }

.b104 {
  bottom: 104px !important; }

.l100 {
  left: 100px !important; }

.l101 {
  left: 101px !important; }

.l102 {
  left: 102px !important; }

.l103 {
  left: 103px !important; }

.l104 {
  left: 104px !important; }

.w1000 {
  width: 1000px !important; }

.w1005 {
  width: 1005px !important; }

.w1010 {
  width: 1010px !important; }

.w1015 {
  width: 1015px !important; }

.w1020 {
  width: 1020px !important; }

.w1025 {
  width: 1025px !important; }

.w1030 {
  width: 1030px !important; }

.w1035 {
  width: 1035px !important; }

.w1040 {
  width: 1040px !important; }

.w1045 {
  width: 1045px !important; }

.w20em {
  width: 20em !important; }

.h200 {
  height: 200px !important; }

.h201 {
  height: 201px !important; }

.h202 {
  height: 202px !important; }

.h203 {
  height: 203px !important; }

.h204 {
  height: 204px !important; }

.h205 {
  height: 205px !important; }

.h206 {
  height: 206px !important; }

.h207 {
  height: 207px !important; }

.h208 {
  height: 208px !important; }

.h209 {
  height: 209px !important; }

.lh200 {
  line-height: 200px !important; }

.lh201 {
  line-height: 201px !important; }

.lh202 {
  line-height: 202px !important; }

.lh203 {
  line-height: 203px !important; }

.lh204 {
  line-height: 204px !important; }

.lh205 {
  line-height: 205px !important; }

.lh206 {
  line-height: 206px !important; }

.lh207 {
  line-height: 207px !important; }

.lh208 {
  line-height: 208px !important; }

.lh209 {
  line-height: 209px !important; }

body .fs40 {
  font-size: 40px;
  font-size: 2.85714rem; }

body .fs39 {
  font-size: 39px;
  font-size: 2.78571rem; }

.fc-white {
  color: #fff !important; }

.fc-black {
  color: #333333 !important; }

.fc-black_light {
  color: #4b5056 !important; }

.fc-gray_dark {
  color: #cccccc !important; }

.fc-gray {
  color: #e4e4e4 !important; }

.fc-gray_light {
  color: #fafafa !important; }

.fc-gray_777777 {
  color: #777777 !important; }

.fc-gray_999999 {
  color: #999999 !important; }

.fc-gray_aaaaaa {
  color: #aaaaaa !important; }

.fc-blue {
  color: #0868ad !important; }

.fc-blue_light {
  color: #b7cee8 !important; }

.fc-red_dark {
  color: #e51111 !important; }

.fc-red {
  color: #db3939 !important; }

.fc-red_light {
  color: #fcebeb !important; }

.fc-green_dark {
  color: #009900 !important; }

.fc-green {
  color: #71bf44 !important; }

.fc-green_light {
  color: #eef8e9 !important; }

.fc-link_color {
  color: #0868ad !important; }

.bgc-white {
  background-color: #fff !important; }

.bgc-black {
  background-color: #333333 !important; }

.bgc-black_light {
  background-color: #4b5056 !important; }

.bgc-gray_dark {
  background-color: #cccccc !important; }

.bgc-gray_e7e7e7 {
  background-color: #e7e7e7 !important; }

.bgc-gray_aaaaaa {
  background-color: #aaaaaa !important; }

.bgc-gray_999999 {
  background-color: #999999 !important; }

.bgc-gray {
  background-color: #e4e4e4 !important; }

.bgc-gray_light {
  background-color: #fafafa !important; }

.bgc-blue_dark {
  background-color: #3677b6 !important; }

.bgc-blue {
  background-color: #0868ad !important; }

.bgc-blue_light {
  background-color: #b7cee8 !important; }

.bgc-red {
  background-color: #db3939 !important; }

.bgc-red_light {
  background-color: #fcebeb !important; }

.bgc-green {
  background-color: #71bf44 !important; }

.bgc-green_light {
  background-color: #eef8e9 !important; }

.bgc-orange {
  background-color: #f7931d !important; }

.bgc-orange_light {
  background-color: #f4dcb8 !important; }

.border0 {
  border: none !important; }

.border1-white {
  border: 1px solid #fff !important; }

.border1-black {
  border: 1px solid #333333 !important; }

.border1-black_light {
  border: 1px solid #4b5056 !important; }

.border1-gray_dark {
  border: 1px solid #cccccc !important; }

.border1-gray {
  border: 1px solid #e4e4e4 !important; }

.border1-gray_light {
  border: 1px solid #fafafa !important; }

.border1-blue {
  border: 1px solid #0868ad !important; }

.border1-blue_light {
  border: 1px solid #b7cee8 !important; }

.border1-red {
  border: 1px solid #db3939 !important; }

.border1-red_light {
  border: 1px solid #fcebeb !important; }

.border1-green {
  border: 1px solid #71bf44 !important; }

.border1-green_light {
  border: 1px solid #eef8e9 !important; }

.td-u-u {
  text-decoration: underline !important; }

.td-u-u:hover {
  text-decoration: underline !important; }

.td-u-n {
  text-decoration: underline !important; }

.td-u-n:hover {
  text-decoration: none !important; }

.td-n-u {
  text-decoration: none !important; }

.td-n-u:hover {
  text-decoration: underline !important; }

.td-n-n {
  text-decoration: none !important; }

.td-n-n:hover {
  text-decoration: none !important; }

.ff_cantata, .about_feature .feature_number {
  font-family: "Cantata One", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif; }

.ff_pontano {
  font-family: "Pontano Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif; }

.ff_quattrocento {
  font-family: "Quattrocento Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif; }

.ff_exo {
  font-family: "Exo 2", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif; }


@media only screen and (max-width: 480px) {
.sp_hidden {
  display:none;
}

.sp_display {
  display:block;
}
}

@media only screen and (min-width: 481px) and (max-width: 780px) {
.tb_hidden {
  display:none;
}

.tb_display {
  display:block;
}
}

@media only screen and (min-width: 781px) {
.pc_hidden {
  display:none;
}

.pc_display {
  display:block;
}
}