@charset "utf-8";
/* Note: This file is compiled from common.less */
/* ---------------------------------------------------
 reset
--------------------------------------------------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strong,
sub,
sup,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
frameset,
frame {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
html {
  font-size: medium;
}
body {
  font: 62.5%/1.6 "メイリオ", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
}
body.framebody,
body.no-head-area,
body.simple {
  *overflow-y: hidden;
}
frameset {
  border: none;
}
dt,
dd,
li,
caption,
th,
td,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address {
  font-size: 1.2em;
}
dd p,
dd dt,
dd dd,
dd li,
dd th,
dd td,
dd select,
dd textarea,
dd input,
li p,
li dt,
li dd,
li li,
li th,
li td,
li select,
li textarea,
li input,
td p,
td dt,
td dd,
td li,
td th,
td td,
td select,
td textarea,
td input,
p select,
p input,
p textarea {
  font-size: 1em;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  text-align: left;
}
th {
  font-weight: bold;
}
th,
td {
  vertical-align: top;
}
input,
textarea,
select {
  font-family: "メイリオ", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", sans-serif;
}
input,
textarea {
  margin: 0;
  font-size: 100%;
}
input[type=image] {
  cursor: pointer;
  vertical-align: top;
}
textarea {
  resize: vertical;
}
address {
  font-style: normal;
  font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}
object,
embed,
iframe {
  vertical-align: top;
  outline: none;
}
em,
strong {
  font-style: normal;
  font-weight: bold;
}
sup,
sub {
  font-size: 0.75em;
}
sup {
  vertical-align: super;
}
sub {
  vertical-align: text-bottom;
}
/* ---------------------------------------------------
 clearfix
--------------------------------------------------- */
header:after,
footer:after,
section:after,
article:after,
aside:after,
nav:after,
#container:after,
#header:after,
#content:after,
#main:after,
#aside:after,
#footer:after,
.two-columns:after,
.three-columns:after,
.article:after,
.section:after,
.box:after,
.row:after,
.item:after {
  content: "";
  display: block;
  clear: both;
}
header,
footer,
section,
article,
aside,
nav,
#container,
#header,
#content,
#main,
#aside,
#footer,
.two-columns,
.three-columns,
.article,
.section,
.box,
.row,
.item {
  zoom: 1;
}
/* ----------------------------------------
 general
---------------------------------------- */
html,
body {
  height: 100%;
}
body {
  line-height: 1.8;
  color: #444;
  background-color: #fff;
}
a {
  color: #38a1db;
}
a:hover {
  color: #53bdf0;
  text-decoration: none;
}
/* ----------------------------------------
 container
---------------------------------------- */
#container {
  margin: 0 auto;
  position: relative;
  min-width: 960px;
  height: auto;
  min-height: 100%;
  background: url(/common/images/layout/content_bg01.png) left 90px repeat-x;
}
.simple #container {
  background: url(/common/images/layout/content_bg02.png) left 60px repeat-x;
}
.simple.no-head-area #container {
  background: none;
}
.page-top #container,
.page-login #container {
  min-width: 1200px;
}
.framebody #container {
  background: none;
}
/* ----------------------------------------
 header
---------------------------------------- */
#header {
  position: relative;
  background: url(/common/images/layout/header_bg01.png) repeat-x;
  z-index: 100;
}
#header .inner {
  width: 960px;
  height: 93px;
  margin: 0 auto;
}
#header .sub-nav {
  height: 30px;
  text-align: right;
}
#header .sub-nav li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  height: 100%;
  padding: 0 15px;
  background: url(/common/images/layout/header_subnav_bg01.png) repeat-y;
  font-size: 10px;
}
#header .sub-nav li:last-child {
  height: 26px;
  padding: 3px 0 0 10px;
  vertical-align: middle;
  cursor: pointer;
}
#header .sub-nav li:last-child a {
  padding-left: 0;
  background: none;
}
#header .sub-nav li a {
  padding-left: 14px;
  background: url(/common/images/parts/arrow_01_right.png) left center no-repeat;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
}
#header .sub-nav li a:hover {
  text-decoration: underline;
}
#header .title {
  float: left;
  padding-top: 7px;
}
#header h1 {
  margin-bottom: 4px;
  margin-left: 2px;
  color: #999;
  font-size: 10px;
  font-weight: normal;
  line-height: 1.3;
}
#header .global-nav {
  float: right;
  text-align: right;
}
#header .global-nav li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.simple #header {
  position: relative;
  border-top: 4px solid #38a1db;
  background: url(/common/images/layout/header_bg02.png) repeat-x;
}
.simple #header .inner {
  height: 63px;
}
.no-head-area.simple #header {
  background: none;
}
.no-head-area.simple #header .title {
  padding-top: 30px;
}
.no-head-area.simple #header h1 {
  font-size: 12px;
}

#userInfo {
  height: 40x;
  margin-top: -3px;
  padding-top: 11px;
  padding-bottom : 11px;
  text-align: left;
  font-size: 13px;
  font-weight:bold;
}


/* ----------------------------------------
 content
---------------------------------------- */
#content {
  width: 960px;
  margin: 0 auto;
  padding-top: 6px;
  padding-bottom: 133px;
}
#content:after {
  content: "";
  display: block;
  clear: both;
}
.simple #content {
  padding-top: 20px;
}
.no-head-area.simple #content {
  background: none;
}
.page-top #content,
.page-login #content {
  width: 100%;
}

/* ----------------------------------------
 main
---------------------------------------- */
#main {
  width: 960px;
  margin: 0 auto;
}
.two-columns #main {
  float: left;
  width: 589px;
}
.simple #main {
  padding-top: 0;
}
.page-top #main,
.page-login #main {
  width: 100%;
}
/* ----------------------------------------
 aside
---------------------------------------- */
#aside {
  float: right;
  width: 340px;
  height: 472px;
}
/* ----------------------------------------
 footer
---------------------------------------- */
#footer {
  position: relative;
  clear: both;
  max-width: 100%;
  min-width: 960px;
  height: 103px;
  margin-top: -133px;
  padding-top: 30px;
  font-size: 10px;
}
#footer .return-top {
  width: 960px;
  margin: 0 auto 7px;
  text-align: right;
  *font-size: 10px;
  vertical-align: bottom;
}
#footer .footer-content {
  height: 25px;
  padding-top: 55px;
  background-color: #f0f0f0;
}
#footer .footer-content .inner {
  position: relative;
  width: 960px;
  height: 25px;
  margin: 0 auto;
}
#footer .nav {
  display: inline-block;
  vertical-align: top;
}
#footer .nav li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-left: 20px;
  padding-left: 11px;
  background: url('/common/images/parts/arrow_02_right.png') left center no-repeat;
  line-height: 1.3;
  font-size: 1em;
}
#footer .nav li:first-child {
  margin-left: 0;
}
#footer .nav li a {
  color: #666;
  text-decoration: none;
}
#footer .nav li a:hover {
  text-decoration: underline;
}
#footer .corporate {
  position: absolute;
  right: 0;
  bottom: 12px;
  text-align: right;
}
#footer .logo {
  margin-bottom: 10px;
}
#footer .copy {
  font-size: 1em;
  line-height: 1.3;
  color: #9d9d9d;
}
/* ----------------------------------------
 section
---------------------------------------- */
.section {
  margin-bottom: 50px;
  position: relative;
}
.section:last-child {
  margin-bottom: 0;
}
/* ----------------------------------------
 heading
---------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  color: #212121;
  zoom: 1;
}
.heading-lv2 {
  margin-bottom: 10px;
  padding-left: 13px;
  background: url(/common/images/layout/heading_lv2_bg01.png) left 1px no-repeat;
  line-height: 1.2;
  font-size: 2.2em;
}
.heading-lv3 {
  margin-bottom: 17px;
  padding-bottom: 4px;
  background: #f3f3f3 url(/common/images/layout/heading_lv3_bg02.png) left bottom no-repeat;
}
.heading-lv3 > span {
  display: block;
  padding-top: 4px;
  background: url(/common/images/layout/heading_lv3_bg01.png) no-repeat;
  zoom: 1;
}
.heading-lv3 > span span {
  display: block;
  padding: 8px 12px 7px;
  border-right: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  font-size: 1.333em;
}
.heading-lv4 {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 2px solid #d8d8d8;
  font-size: 1.6em;
}
/* ----------------------------------------
 page-description
---------------------------------------- */
.page-description {
  margin-bottom: 15px;
}
.page-description p {
  line-height: 1.2;
}
/* ----------------------------------------
 paragraph
---------------------------------------- */
.paragraph-space p {
  margin-bottom: 1em;
}
.paragraph-space p:last-child {
  margin-bottom: 0;
}
div p.far {
  margin-bottom: 2em;
}
div p.mid {
  margin-bottom: 1em;
}
div p.near {
  margin-bottom: 0.5em;
}
p.xlarge {
  line-height: 1.5;
  font-size: 2em;
  font-weight: bold;
}
p.large {
  line-height: 1.5;
  font-size: 1.5em;
  font-weight: bold;
}
p.small {
  line-height: 1.5;
  font-size: 1em;
}
/* ----------------------------------------
 frame
---------------------------------------- */
.frame-01 {
  padding: 15px 20px 13px;
  background-color: #f1f1f1;
  line-height: 1.4;
}
.frame-02 {
  padding: 15px 20px 13px;
  border: 1px solid #ccc;
  line-height: 1.4;
}
.frame-03 {
  padding: 15px 20px 13px;
  border: 1px dashed #ccc;
  line-height: 1.4;
}
.frame-04 {
  padding: 15px 20px 13px;
  border: 1px solid #f6c0ce;
  background-color: #fdeff2;
  line-height: 1.4;
}
.frame-05 {
  padding: 15px 20px 13px;
  border: 5px solid #e0e0e0;
  line-height: 1.4;
}
.frame-06 {
  padding-bottom: 5px;
  background: url(/common/images/layout/frame-06_bg02.png) left bottom no-repeat;
}
.frame-06 .inner {
  padding-top: 5px;
  background: url(/common/images/layout/frame-06_bg01.png) no-repeat;
}
.frame-06 .inner .content {
  padding: 35px 30px 33px 40px;
  border-right: 5px solid #c8e5f5;
  border-left: 5px solid #c8e5f5;
}
/* ----------------------------------------
 list
---------------------------------------- */
ol.numbered > li {
  margin-left: 2.4em;
  list-style-type: decimal;
}
ol.numbered-bold > li {
  margin-left: 2.4em;
  list-style-type: decimal;
  font-weight: bold;
}
ol.numbered-bold > li > .text {
  font-weight: normal;
}
ol.index > li,
ol.index-bold > li {
  padding-left: 2.4em;
  position: relative;
  zoom: 1;
}
ol.index > li > span:first-child,
ol.index-bold > li > span:first-child {
  position: absolute;
  top: 0;
  left: 0;
  zoom: 1;
}
ol.index-bold > li > span:first-child {
  font-weight: bold;
}
ol.notes.gray {
  line-height: 1.4;
  color: #666;
}
ol.notes.gray span.number {
  color: #666;
}
ol.notes > li {
  padding-left: 2.4em;
  position: relative;
  zoom: 1;
}
ol.notes > li > span:first-child {
  position: absolute;
  top: 0;
  left: 0;
  zoom: 1;
}
ol.notes span.number {
  color: #333;
}
ul.bullet > li {
  margin-left: 17px;
  list-style-type: disc;
}
ul.notes.gray,
ul.marked.gray {
  line-height: 1.4;
  color: #666;
}
ul.notes > li,
ul.marked > li {
  padding-left: 1.7em;
  position: relative;
  zoom: 1;
}
ul.notes > li > span:first-child,
ul.marked > li > span:first-child {
  position: absolute;
  top: 0;
  left: 0;
  zoom: 1;
}
ul.links.min li {
  padding-left: 12px;
  background: url(/common/images/parts/arrow_04_right.png) left center no-repeat;
}
ul.links > li {
  padding-left: 16px;
  background: url(/common/images/parts/arrow_03_right.png) left center no-repeat;
}
/* ----------------------------------------
 image
---------------------------------------- */
.image-layout {
  overflow: hidden;
  zoom: 1;
  page-break-inside: avoid;
}
.image.left {
  margin-right: 40px;
  padding-top: 0.3em;
  float: left;
}
.image.center {
  margin: 0 auto;
  text-align: center;
}
.image.right {
  margin-left: 40px;
  padding-top: 0.3em;
  float: right;
}
/* ----------------------------------------
table
---------------------------------------- */
table.default {
  width: 100%;
  table-layout: fixed;
  border-top: 2px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
}
table.default .small {
  font-size: 0.833em;
}
table.default th,
table.default td {
  padding: 9px 12px 8px;
  border: 1px solid #d8d8d8;
  vertical-align: middle;
}
table.default th .attention,
table.default td .attention {
  font-weight: normal;
}
table.default th {
  padding-top: 12px;
  padding-bottom: 10px;
  color: #000;
  background-color: #eff7fc;
}
table.default tbody th {
  line-height: 1.2;
  text-align: left;
}
/* ----------------------------------------
form
---------------------------------------- */
.form-content .current-step {
  margin-bottom: 17px;
}
.form-content input[type=text],
.form-content input[type=password],
.form-content textarea {
  padding: 2px 6px;
  border-top: 1px solid #b3b4b7;
  border-right: 1px solid #e0e2e5;
  border-bottom: 1px solid #e0e2e5;
  border-left: 1px solid #b3b4b7;
  background-color: #f8f8f8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-content select {
  margin: 0;
}
.form-content label input,
.form-content label select {
  vertical-align: middle;
}
.form-content label input[type=radio],
.form-content label input[type=checkbox] {
  margin: 0 5px 0 0;
  *margin: -3px 2px -3px -3px;
  padding: 0;
  vertical-align: middle;
  height: 14px;
}
.form-content .pipe {
  margin: 0 0.5em;
}
.form-content .before-text {
  margin-right: 7px;
}
.form-content .after-text {
  margin-left: 7px;
}
.form-content .w130 {
  width: 130px;
}
.form-content .w180 {
  width: 180px;
}
.form-content .w350 {
  width: 350px;
}
.form-content .full {
  width: 100%;
  *width: 97.6%;
}
.form-content .error {
  color: #f00;
}
.form-content .notes {
  margin-top: 1em;
  line-height: 1.2;
  color: #777;
  font-size: 0.833em;
}
.form-content .item-list {
  overflow: hidden;
  padding-left: 1px;
  zoom: 1;
}
.form-content .item-list li {
  margin-right: 22px;
  float: left;
}
.form-content .attention {
  margin-top: 1em;
  font-size: 0.833em;
  color: #777;
}
.form-content .attention li {
  padding-left: 1.3em;
  line-height: 1.2;
}
.form-content .area-select label {
  display: inline-block;
  *margin-right: 3px;
}
.form-content .area-select label:first-child {
  padding-right: 25px;
  background: url(/common/images/module/form_arrow01_right.png) 100% 85% no-repeat;
}
.form-content .area-select label span {
  display: block;
}
.form-content .area-select label select {
  min-width: 100px;
}
.form-complete,
.simple-content {
  padding-top: 45px;
  border-top: 1px dotted #dbdbdb;
}
.form-complete .comment,
.simple-content .comment {
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 1.6em;
}
.form-complete .comment:last-child,
.simple-content .comment:last-child {
  margin-bottom: 0;
}
.form-complete .comment span,
.simple-content .comment span {
  font-weight: normal;
}
.form-complete .confirm,
.simple-content .confirm {
  font-size: 0.875em;
  font-weight: normal;
  color: #666;
}
.form-content p.button,
.form-complete p.button,
.simple-content p.button {
  text-align: center;
}
.form-content ul.button,
.form-complete ul.button,
.simple-content ul.button {
  text-align: center;
}
.form-content ul.button li,
.form-complete ul.button li,
.simple-content ul.button li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.form-content ul.button li:first-child,
.form-complete ul.button li:first-child,
.simple-content ul.button li:first-child {
  margin-right: 8px;
}
table.form-table {
  margin-bottom: 25px;
}
table.form-table caption {
  padding-bottom: 8px;
  line-height: 1.2;
  font-size: 1.6em;
  font-weight: bold;
}
table.form-table caption span {
  display: block;
  margin-top: 3px;
  font-size: .75em;
  font-weight: normal;
}
table.form-table th {
  padding: 0;
  vertical-align: top;
}
table.form-table th > div {
  position: relative;
  padding: 18px 60px 18px 12px;
}
table.form-table th .supplement {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding-top: 5px;
  color: #777;
  font-size: 0.833em;
  font-weight: normal;
}
table.form-table td {
  padding: 15px 20px 14px;
}
table.form-table .require {
  position: absolute;
  right: 15px;
  top: 18px;
}
/* ----------------------------------------
 members-only
---------------------------------------- */
.members-only {
  margin-bottom: 50px;
  padding: 20px 0 17px;
  border: 6px solid #cbe6f6;
  background-color: #e9f4fb;
}
.members-only p {
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
}
/* ----------------------------------------
 anchor link
---------------------------------------- */
.anchor-link {
  margin-bottom: -8px;
}
.anchor-link li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: 30px;
  margin-bottom: 6px;
}
.anchor-link li:last-child {
  margin-right: 0;
}
/* ----------------------------------------
 link
---------------------------------------- */
.arrow-link {
  margin-top: 0.5em;
  padding-left: 14px;
  background: url(/common/images/parts/arrow_03_right.png) no-repeat left center;
  line-height: 1.4;
}
.small-circle {
  padding-left: 12px;
  background: url(/common/parts/arrow_01_right.png) no-repeat 0 0.33em;
}
.large-circle {
  padding-left: 14px;
  background: url(/common/parts/arrow_02_right.png) no-repeat 0 0.3em;
}
.link-box {
  margin-bottom: 15px;
}
.link-box:last-child {
  margin-bottom: 0;
}
.link-box .category {
  padding-bottom: 4px;
  background: #f3f3f3 url(/common/layout/heading_lv3_bg02.png) left bottom no-repeat;
}
.link-box .category > p {
  display: block;
  padding-top: 4px;
  background: url(/common/layout/heading_lv3_bg01.png) no-repeat;
  zoom: 1;
}
.link-box .category > p a {
  display: block;
  padding: 7px 12px 9px 26px;
  background: url(/common/parts/arrow_02_right.png) no-repeat 9px 0.75em;
  border-right: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  font-size: 1.333em;
  line-height: 1.2;
  color: #111;
}
.link-box .links {
  padding-left: 17px;
}
/* ----------------------------------------
 icon
---------------------------------------- */
.icon.blank {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: 0;
  margin: 0 3px;
  width: 8px;
  height: 6px;
  background: url(/common/images/parts/icon_blank.png) no-repeat;
}
.icon.pdf,
.icon.excel {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: -3px;
  margin: -2px 3px;
  position: relative;
  bottom: 1px;
  width: 16px;
  height: 16px;
}
.icon.pdf {
  background: url(/common/layout/icon_pdf.png) no-repeat;
}
/* ----------------------------------------
 return-top
---------------------------------------- */
#main .return-top {
  margin-top: 20px;
  text-align: right;
  line-height: 1.4;
  zoom: 1;
}
.float-none {
  float: none !important;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.clear-left {
  clear: left !important;
}
.clear-right {
  clear: right !important;
}
.clear-both {
  clear: both !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-left {
  text-align: left !important;
}
.align-center {
  text-align: center !important;
}
.align-right {
  text-align: right !important;
}
.bold-text {
  font-weight: bold !important;
}
.normal-text {
  font-weight: normal !important;
}
.colored-text {
  color: #ff0000 !important;
}
.weak-text {
  color: #666 !important;
}
.body {
  overflow: hidden;
  zoom: 1;
}
.th-left th,
.td-left td,
table tr th.left,
table tr td.left {
  text-align: left;
}
.th-center th,
.td-center td,
table tr th.center,
table tr td.center {
  text-align: center;
}
.th-right th,
.td-right td,
table tr th.right,
table tr td.right {
  text-align: right;
}
.th-top th,
.td-top td,
table tr th.top,
table tr td.top {
  vertical-align: top;
}
.th-middle th,
.td-middle td,
table tr th.middle,
table tr td.middle {
  vertical-align: middle;
}
.th-bottom th,
.td-bottom td,
table tr th.bottom,
table tr td.bottom {
  vertical-align: bottom;
}
.mt-20 {
  margin-top: -20px !important;
}
.mt-15 {
  margin-top: -15px !important;
}
.mt-10 {
  margin-top: -10px !important;
}
.mt-5 {
  margin-top: -5px !important;
}
.mt-1 {
  margin-top: -1px !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mt1 {
  margin-top: 1px !important;
}
.mt2 {
  margin-top: 2px !important;
}
.mt3 {
  margin-top: 3px !important;
}
.mt4 {
  margin-top: 4px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt6 {
  margin-top: 6px !important;
}
.mt7 {
  margin-top: 7px !important;
}
.mt8 {
  margin-top: 8px !important;
}
.mt9 {
  margin-top: 9px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mr-20 {
  margin-right: -20px !important;
}
.mr-15 {
  margin-right: -15px !important;
}
.mr-10 {
  margin-right: -10px !important;
}
.mr-5 {
  margin-right: -5px !important;
}
.mr-1 {
  margin-right: -1px !important;
}
.mr0 {
  margin-right: 0 !important;
}
.mr1 {
  margin-right: 1px !important;
}
.mr2 {
  margin-right: 2px !important;
}
.mr3 {
  margin-right: 3px !important;
}
.mr4 {
  margin-right: 4px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr6 {
  margin-right: 6px !important;
}
.mr7 {
  margin-right: 7px !important;
}
.mr8 {
  margin-right: 8px !important;
}
.mr9 {
  margin-right: 9px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mb-20 {
  margin-bottom: -20px !important;
}
.mb-15 {
  margin-bottom: -15px !important;
}
.mb-10 {
  margin-bottom: -10px !important;
}
.mb-5 {
  margin-bottom: -5px !important;
}
.mb-1 {
  margin-bottom: -1px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb1 {
  margin-bottom: 1px !important;
}
.mb2 {
  margin-bottom: 2px !important;
}
.mb3 {
  margin-bottom: 3px !important;
}
.mb4 {
  margin-bottom: 4px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb6 {
  margin-bottom: 6px !important;
}
.mb7 {
  margin-bottom: 7px !important;
}
.mb8 {
  margin-bottom: 8px !important;
}
.mb9 {
  margin-bottom: 9px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb55 {
  margin-bottom: 55px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb65 {
  margin-bottom: 65px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb75 {
  margin-bottom: 75px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.ml-20 {
  margin-left: -20px !important;
}
.ml-15 {
  margin-left: -15px !important;
}
.ml-10 {
  margin-left: -10px !important;
}
.ml-5 {
  margin-left: -5px !important;
}
.ml-1 {
  margin-left: -1px !important;
}
.ml0 {
  margin-left: 0 !important;
}
.ml1 {
  margin-left: 1px !important;
}
.ml2 {
  margin-left: 2px !important;
}
.ml3 {
  margin-left: 3px !important;
}
.ml4 {
  margin-left: 4px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml6 {
  margin-left: 6px !important;
}
.ml7 {
  margin-left: 7px !important;
}
.ml8 {
  margin-left: 8px !important;
}
.ml9 {
  margin-left: 9px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.pt0 {
  padding-top: 0 !important;
}
.pt1 {
  padding-top: 1px !important;
}
.pt2 {
  padding-top: 2px !important;
}
.pt3 {
  padding-top: 3px !important;
}
.pt4 {
  padding-top: 4px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt6 {
  padding-top: 6px !important;
}
.pt7 {
  padding-top: 7px !important;
}
.pt8 {
  padding-top: 8px !important;
}
.pt9 {
  padding-top: 9px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pr0 {
  padding-right: 0 !important;
}
.pr1 {
  padding-right: 1px !important;
}
.pr2 {
  padding-right: 2px !important;
}
.pr3 {
  padding-right: 3px !important;
}
.pr4 {
  padding-right: 4px !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr6 {
  padding-right: 6px !important;
}
.pr7 {
  padding-right: 7px !important;
}
.pr8 {
  padding-right: 8px !important;
}
.pr9 {
  padding-right: 9px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr35 {
  padding-right: 35px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pb1 {
  padding-bottom: 1px !important;
}
.pb2 {
  padding-bottom: 2px !important;
}
.pb3 {
  padding-bottom: 3px !important;
}
.pb4 {
  padding-bottom: 4px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb6 {
  padding-bottom: 6px !important;
}
.pb7 {
  padding-bottom: 7px !important;
}
.pb8 {
  padding-bottom: 8px !important;
}
.pb9 {
  padding-bottom: 9px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb35 {
  padding-bottom: 35px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb45 {
  padding-bottom: 45px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pb55 {
  padding-bottom: 55px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
.pl0 {
  padding-left: 0 !important;
}
.pl1 {
  padding-left: 1px !important;
}
.pl2 {
  padding-left: 2px !important;
}
.pl3 {
  padding-left: 3px !important;
}
.pl4 {
  padding-left: 4px !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl6 {
  padding-left: 6px !important;
}
.pl7 {
  padding-left: 7px !important;
}
.pl8 {
  padding-left: 8px !important;
}
.pl9 {
  padding-left: 9px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl35 {
  padding-left: 35px !important;
}
.pl40 {
  padding-left: 40px !important;
}
