* {
  border-width: 0;
}
html {
  font-size: 88%;
}

.s7 { font-size: 7px; font-size: 0.5rem; }
.s8 { font-size: 8px; font-size: 0.57rem; }
.s9 { font-size: 9px; font-size: 0.643rem; }
.s10 { font-size: 10px; font-size: 0.71rem; }
.s11 { font-size: 11px; font-size: 0.785rem; }
.s12 { font-size: 12px; font-size: 0.857rem; }
.s13 { font-size: 13px; font-size: 0.93rem; }
.s14 { font-size: 14px; font-size: 1rem; }
.s15 { font-size: 15px; font-size: 1.07rem; }
.s16 { font-size: 16px; font-size: 1.142rem; }
.s17 { font-size: 17px; font-size: 1.214rem; }
.s18 { font-size: 18px; font-size: 1.286rem; }
.s19 { font-size: 19px; font-size: 1.357rem; }
.s20 { font-size: 20px; font-size: 1.429rem; }
.s21 { font-size: 21px; font-size: 1.5rem; }
.s22 { font-size: 22px; font-size: 1.571rem; }
.s23 { font-size: 22px; font-size: 1.643rem; }
.s24 { font-size: 24px; font-size: 1.714rem; }
.s26 { font-size: 26px; font-size: 1.858rem; }
.s27 { font-size: 27px; font-size: 1.929rem; }
.s28 { font-size: 28px; font-size: 2rem; }
.s30 { font-size: 30px; font-size: 2.143rem; }
.s32 { font-size: 32px; font-size: 2.286rem; }
.s33 { font-size: 33px; font-size: 2.357rem; }
.s34 { font-size: 34px; font-size: 2.429rem; }
.s35 { font-size: 35px; font-size: 2.5rem; }
.s38 { font-size: 38px; font-size: 2.714rem; }
.s42 { font-size: 42px; font-size: 3rem; }
.s44 { font-size: 44px; font-size: 3.143rem; }
.s45 { font-size: 45px; font-size: 3.214rem; }
.s46 { font-size: 46px; font-size: 3.286rem; }

.s10e { font-size: 0.71em; }
.s12e { font-size: 0.857em; }
.s14e { font-size: 1em; }
.s16e { font-size: 1.142em; }
.s18e { font-size: 1.286em; }
.s21e { font-size: 1.5em; }
.s24e { font-size: 1.714em; }
.s30e { font-size: 2.143em; }
.s32e { font-size: 2.286em; }
.s34e { font-size: 2.429em; }
.s46e { font-size: 3.286em; }


.clear-left { clear: left; }
.clear-right { clear: right; }
.clear-all { clear: both; }

.f-bold { font-weight: bold; }
.f-it { font-style: italic; }

.t-unl { text-decoration: underline !important; }
.t-upper { text-transform: uppercase; }
.t-italic { font-style: italic; }


.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

.c-transp { color: rgba(0,0,0,0) !important; }
.c-white { color: #fff !important; }
.c-red { color: #822b2f !important; }
.c-black { color: #000 !important; }
.c-gray { color: #999 !important; }
.c-dgray { color: #484848 !important; }

.btn.btn-red {
  display: inline-block;
  font-size: 30px;
  font-family: "alternate-gothic-no-2-d",sans-serif;
  color: #fff;
  background: #b9462b;
  height: 56px;
  line-height: 56px;
  padding: 0 15px;
  text-align: center;
  box-sizing: border-box;
}
.btn.btn-red:hover {
  text-decoration: none;
  background: #da2d04;
}