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,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

article, aside, details, figcaption, figure,
footer, 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 {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
}

@charset "UTF-8";
html {
  color: black;
  font-size: 10px;
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  line-height: 1;
  width: 100%;
}

body {
  font-size: 12px;
  line-height: 1.6;
}

a {
  color: black;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

li {
  list-style: none;
}

html, body {
  height: 100%;
}

body {
  /*background: url(/images/common/bg01.jpg) 50% 0 fixed;*/
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.wrapper {
  height: auto !important;
  height: 100%;
  min-height: 100%;
  margin: 0 auto;
  padding-top: 110px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.wrapper__in {
  width: 950px;
  margin: 0 auto;
  padding-bottom: 80px;
}

.bg-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.bg-slide__item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
  display: none;
}

.global-header {
  position: absolute;
  width: 100%;
  z-index: 1000;
  top: 0;
  left: 0;
  background: #FFF;
}

.global-header-inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.header-logo {
  font-size: 0;
  position: absolute;
  top: 13px;
  left: 0;
  z-index: 500;
}

.global-navi {
  padding: 20px 0 10px;
  background-color: #ffffff;
}
.global-navi ul {
  width: 846px;
  margin: 0 auto;
}
.global-navi ul:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.global-navi__item {
  float: left;
  font-size: 0;
}
.global-navi__item a {
  display: block;
  height: 30px;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.global-navi__item a:hover {
  background-position: 0 -30px;
}

.global-navi__item01 a {
  width: 113px;
  background-image: url(/images/common/gnavi01.png);
}

.global-navi__item02 a {
  width: 68px;
  background-image: url(/images/common/gnavi02.png);
}

.global-navi__item03 a {
  width: 126px;
  background-image: url(/images/common/gnavi03.png);
}

.global-navi__item04 a {
  width: 116px;
  background-image: url(/images/common/gnavi04.png);
}

.global-navi__item05 a {
  width: 114px;
  background-image: url(/images/common/gnavi05.png);
}

.global-navi__item06 a {
  width: 84px;
  background-image: url(/images/common/gnavi06.png);
}

.global-navi__item07 a {
  width: 97px;
  background-image: url(/images/common/gnavi07.png);
}

.global-navi__item08 a {
  width: 128px;
  background-image: url(/images/common/gnavi08.png);
}

.header-btn-fb {
  width: 80px;
  height: 28px;
  overflow: hidden;
  position: absolute;
  right: 50px;
  top: 15px;
}

.header-btn-fb__image {
  position: absolute;
  top: 0;
  left: 0;
}

.global-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px 0 20px;
  background-color: #000000;
  color: #ffffff;
  margin-top: 40px;
}
.global-footer a {
  color: #ffffff;
}

.global-footer-inner {
  width: 1200px;
  margin: 0 auto;
}

.global-footer__block:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.footer-link-navi__item {
  float: left;
}

.footer-link-navi01 {
  float: left;
  padding-top: 20px;
}
.footer-link-navi01 ul:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.footer-link-navi01 .footer-link-navi__item:first-child {
  margin-left: 0;
}
.footer-link-navi01 .footer-link-navi__item a {
  display: block;
  height: 125px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.footer-link-navi01 .footer-link-navi__item01 a {
  width: 133px;
  background-image: url(/images/common/btn-members_card.png);
}
.footer-link-navi01 .footer-link-navi__item02 a {
  width: 121px;
  background-image: url(/images/common/btn-lens_price.png);
}
.footer-link-navi01 .footer-link-navi__item03 a {
  width: 138px;
  background-image: url(/images/common/btn-online_shop.png);
}
.footer-link-navi01 .footer-link-navi__item04 a {
  width: 125px;
  background-image: url(/images/common/btn-neuvea.png);
}
.footer-link-navi01 .footer-link-navi__item05 a {
  width: 118px;
  background-image: url(/images/common/btn-recruit.png);
}

.footer-link-navi02 {
  float: left;
}
.footer-link-navi02 ul:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.footer-link-navi02 .footer-link-navi__item {
  margin-left: 15px;
  font-size: 82%;
}
.footer-link-navi02 .footer-link-navi__item:first-child {
  margin-left: 0;
}

.footer-facebook, .footer-copyright {
  float: right;
}

.footer-copyright {
  font-size: 0;
}

.page-title {
  padding: 15px 0 20px 20px;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.95);
  margin: 0 auto;
}

.contents {
  margin: 0 auto;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 35px 75px 40px 50px;
}

.facebook-box {
  border: 1px solid #8f8f8f;
}

.facebook-box__title {
  background: url(/images/common/icon-fb01.png) no-repeat 0 50%;
  padding: 7px 0 4px 35px;
  font-size: 0;
}

.side-box {
  margin-top: 20px;
  word-break: break-all;
}
.side-box:first-child {
  margin-top: 0;
}
.side-box li {
  margin-top: 15px;
  font-size: 84%;
}
.side-box li:first-child {
  margin-top: 0;
}
.side-box .store-list > li {
  margin-top: 10px;
}
.side-box .store-list > li .store-list-itemgroup ul {
  padding-left: 15px;
  padding-top: 10px;
}
.side-box .accHd {
  cursor: pointer;
}
.side-box .accBd {
  display: none;
}

.scroll-slider {
  overflow: hidden;
  position: relative;
}
.scroll-slider .flexslider {
  overflow: hidden;
  background: #FFF;
}

.scroll-list {
  padding: 30px 0;
  background-color: #fbfaf9;
  width: 300%;
}
.scroll-list .item {
  float: left;
  margin-left: 80px;
}
.scroll-list .item__in {
  position: relative;
}
.scroll-list .item__info {
  width: 143px;
  font-size: 84%;
  margin-top: 10px;
  -ms-word-break: break-all;
  word-break: break-all;
}
.scroll-list .item__image {
  font-size: 0;
}
.scroll-list .item__icon {
  position: absolute;
  top: -25px;
  left: -15px;
}
.scroll-list .item-leadmore .item__in {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.scroll-list .item-newitem .item__in {
  background-image: url(/images/common/item-newitem.png);
  width: 175px;
  height: 160px;
}
.scroll-list .item-newitem a:hover .item__in {
  background-position: 0 -640px !important;
}
.scroll-list .item-styling .item__in {
  background-image: url(/images/common/item-styling.png);
  width: 170px;
  height: 200px;
}
.scroll-list .item-styling a:hover .item__in {
  background-position: 0 -800px !important;
}
.scroll-list .item-blog .item__in {
  background-image: url(/images/common/item-blog.png);
  width: 175px;
  height: 160px;
}
.scroll-list .item-blog a:hover .item__in {
  background-position: 0 -640px !important;
}

.scroll-list02 {
  padding: 30px 0;
  background-color: #fbfaf9;
  width: 300%;
}
.scroll-list02 .item {
  float: left;
  margin-left: 80px;
}
.scroll-list02 .item:nth-child(3) {
  margin-left: 305px;
}
.scroll-list02 .item__in {
  position: relative;
}
.scroll-list02 .item__info {
  width: 143px;
  font-size: 84%;
  margin-top: 10px;
  -ms-word-break: break-all;
  word-break: break-all;
}
.scroll-list02 .item__image {
  font-size: 0;
}
.scroll-list02 .item__icon {
  position: absolute;
  top: -25px;
  left: -15px;
}

.scroll-list-ctrl {
  position: absolute;
  line-height: 1;
}

.scroll-list-ctrl-prev {
  top: 10px;
  left: 30px;
}

.scroll-list-ctrl-next {
  top: 10px;
  right: 30px;
}

.side-bnr-list-area {
  margin-top: 40px;
}

.side-bnr-list-mask {
  width: 150px;
  height: 42px;
  overflow: hidden;
}

.side-bnr-list__item {
  font-size: 0;
}

.item-leadmore02 {
  position: absolute;
  top: 30px;
  left: 50%;
  z-index: 1000;
}
.item-leadmore02 .item__in {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.item-newitem {
  margin-left: -87px;
}
.item-newitem .item__in {
  background-image: url(/images/common/item-newitem.png);
  width: 175px;
  height: 160px;
}
.item-newitem a:hover .item__in {
  background-position: 0 -640px !important;
}

.item-styling {
  margin-left: -85px;
}
.item-styling .item__in {
  background-image: url(/images/common/item-styling.png);
  width: 170px;
  height: 200px;
}
.item-styling a:hover .item__in {
  background-position: 0 -800px !important;
}

.post {
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px solid #554d4a;
  word-break: break-all;
}
.post:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.post__date {
  font-size: 84%;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5px;
}

.post__title {
  font-size: 167%;
}

.post__category {
  font-size: 84%;
  font-weight: bold;
  line-height: 1;
}

.post__image {
  text-align: center;
  margin-top: 20px;
}
.post__image figure {
  margin-top: 10px;
}
.post__image figure:first-child {
  margin-top: 0;
}

.post__detail {
  margin-top: 20px;
}
.post__detail h1 {
  font-size: 2em;
}
.post__detail h2 {
  font-size: 1.5em;
}
.post__detail h3 {
  font-size: 1.17em;
}

.contents__footer {
  border-top: 1px solid #554d4b;
  padding: 10px 50px 10px 0;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.95);
  margin: 0 auto;
}
.contents__footer:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.contents__footer .pager-area {
  overflow: hidden;
  margin-right: 20px;
}

.btn-pagetop {
  float: right;
  font-weight: bold;
  margin-left: 20px;
}

.pager-area:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.pager {
  width: 50%;
  font-weight: bold;
}

.pager-back {
  float: left;
  text-align: left;
}

.pager-next {
  float: right;
  text-align: right;
}

.icon-scroll a {
  width: 141px;
  height: 56px;
  display: block;
  background: url(/images/common/icon-arrow01.png) no-repeat 0 0;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.icon-arrow02 {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: url(/images/common/icon-arrow02.png) no-repeat 50% 50%;
}

.icon-arrow03 {
  width: 14px;
  height: 14px;
  display: inline-block;
  background: url(/images/common/icon-arrow03.png) no-repeat 50% 50%;
}

.icon-arrow04 {
  width: 14px;
  height: 14px;
  display: inline-block;
  background: url(/images/common/icon-arrow04.png) no-repeat 50% 50%;
}

.icon-arrow05 {
  width: 14px;
  height: 14px;
  display: inline-block;
  background: url(/images/common/icon-arrow05.png) no-repeat 50% 50%;
}

.arrow-type02 {
  position: relative;
  padding-left: 15px;
  display: block;
}
.arrow-type02 .icon-arrow02 {
  position: absolute;
  left: 0;
  top: 0.3em;
}

.arrow-type03 {
  position: relative;
  padding-right: 17px;
  display: block;
}
.arrow-type03 .icon-arrow03 {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
}

.arrow-type04 {
  position: relative;
  padding-left: 17px;
  display: inline-block;
}
.arrow-type04 .icon-arrow04 {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
}

.arrow-type05 {
  position: relative;
  padding-right: 17px;
  display: inline-block;
}
.arrow-type05 .icon-arrow05 {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
}

.icon-guide01 {
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url(/images/common/guide01.png) no-repeat 0 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.icon-guide01.current {
  background-position: 0 -18px;
}

.current .icon-guide01 {
  background-position: 0 -18px;
}

.arrow-anim01 {
  -webkit-animation: iconanim01 2s linear 0s infinite;
  -moz-animation: iconanim01 2s linear 0s infinite;
  -ms-animation: iconanim01 2s linear 0s infinite;
  -o-animation: iconanim01 2s linear 0s infinite;
  animation: iconanim01 2s linear 0s infinite;
}

@-webkit-keyframes iconanim01 {
  0% {
    bottom: 5px;
  }

  50% {
    bottom: 20px;
  }

  100% {
    bottom: 5px;
  }
}
@-moz-keyframes iconanim01 {
  0% {
    bottom: 5px;
  }

  50% {
    bottom: 20px;
  }

  100% {
    bottom: 5px;
  }
}
@-o-keyframes iconanim01 {
  0% {
    bottom: 5px;
  }

  50% {
    bottom: 20px;
  }

  100% {
    bottom: 5px;
  }
}
@-ms-keyframes iconanim01 {
  0% {
    bottom: 5px;
  }

  50% {
    bottom: 20px;
  }

  100% {
    bottom: 5px;
  }
}
@keyframes iconanim01 {
  0% {
    bottom: 5px;
  }

  50% {
    bottom: 20px;
  }

  100% {
    bottom: 5px;
  }
}
.box-type01 {
  background: url(/images/common/pat01.gif) repeat-y 0 0;
  padding-left: 7px;
}

.box-type02 {
  background-image: url(/images/common/pat02.gif);
  background-repeat: repeat-x;
  background-position: 0 100%;
}

.box-type03 {
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

.box-type04 {
  border-bottom: 1px solid #938d8b;
  margin-bottom: 10px;
}

.active-img-fade img {
  -webkit-transition: opacity .2s ease-out 0s;
  -moz-transition: opacity .2s ease-out 0s;
  -ms-transition: opacity .2s ease-out 0s;
  -o-transition: opacity .2s ease-out 0s;
  transition: opacity .2s ease-out 0s;
}
.active-img-fade:hover img {
  opacity: 0.7;
  filter: alpha(opacity = (70));
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
}

.BD-ABOUT .global-navi__item01 a {
  background-position: 0 -30px;
}

.BD-BLOG .global-navi__item06 a {
  background-position: 0 -30px;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: 1px;
}

/*************************************
汎用クラス
*************************************/
.mt00 {
  margin-top: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ta-c {
  text-align: center;
}

.ta-l {
  text-align: left;
}

.ta-r {
  text-align: right;
}

.dy-b {
  display: block;
}

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

.dy-i {
  display: inline;
}

.fl-l {
  float: left;
}

.fl-r {
  float: right;
}
