﻿/* font */
/* font */
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearence: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.clearfix {
  clear: both;
  min-height: 0px;
  display: block;
}
.fll {
  float: left;
}
.flr {
  float: right;
}
.fln {
  float: none;
}
.tableAbs {
  display: table;
  position: absolute;
}
.table {
  display: table;
}
.cell {
  display: table-cell;
  vertical-align: middle;
}
.db {
  display: block;
}
.dib {
  display: inline-block;
}
.dn {
  display: none;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.static {
  position: static;
}
.ovisible {
  overflow: visible;
}
.ohidden {
  overflow: hidden;
}
.pointer {
  cursor: pointer;
}
.fullw {
  width: 100%;
}
.fullh {
  height: 100%;
}
.w-10 {
  width: 10%;
}
.w-20 {
  width: 20%;
}
.w-30 {
  width: 30%;
}
.w-40 {
  width: 40%;
}
.w-50 {
  width: 50%;
}
.w-60 {
  width: 60%;
}
.w-70 {
  width: 70%;
}
.w-80 {
  width: 80%;
}
.w-90 {
  width: 90%;
}
.w-100 {
  width: 100%;
}
.h-100 {
  height: 100%;
}
.wh-100 {
  width: 100%;
  height: 100%;
}
.no-padding {
  padding: 0;
}
*:hover {
  text-decoration: none;
}
@font-face {
  font-family: 'gothamblack';
  src: url("../fonts/gothamblack.eot");
  src: url("../fonts/gothamblack.eot?#iefix") format("embedded-opentype"), url("../fonts/gothamblack.woff") format("woff"), url("../fonts/gothamblack.ttf") format("truetype"), url("../fonts/gothamblack.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gothambold';
  src: url("../fonts/gothambold.eot");
  src: url("../fonts/gothambold.eot?#iefix") format("embedded-opentype"), url("../fonts/gothambold.woff") format("woff"), url("../fonts/gothambold.ttf") format("truetype"), url("../fonts/gothambold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gothambook';
  src: url("../fonts/gothambook.eot");
  src: url("../fonts/gothambook.eot?#iefix") format("embedded-opentype"), url("../fonts/gothambook.woff") format("woff"), url("../fonts/gothambook.ttf") format("truetype"), url("../fonts/gothambook.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gothammedium';
  src: url("../fonts/gothammedium.eot");
  src: url("../fonts/gothammedium.eot?#iefix") format("embedded-opentype"), url("../fonts/gothammedium.woff") format("woff"), url("../fonts/gothammedium.ttf") format("truetype"), url("../fonts/gothammedium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'korinnastdheavy';
  src: url("../fonts/korinnastdheavy.eot");
  src: url("../fonts/korinnastdheavy.eot?#iefix") format("embedded-opentype"), url("../fonts/korinnastdheavy.woff") format("woff"), url("../fonts/korinnastdheavy.ttf") format("truetype"), url("../fonts/korinnastdheavy.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.lgsArea {
  position: relative;
  font-family: 'gothammedium';
  font-size: 18px;
  line-height: 18px;
  -webkit-font-smoothing: antialiased;
  color: #808087;
}
.lgsArea .red {
  color: #bf1818;
}
.lgsArea h1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #e22084;
  text-align: center;
  margin-bottom: 40px;
}
.lgsArea h2 {
  font-size: 20px;
  margin-bottom: 0;
  color: #e22084;
  margin-bottom: 10px;
}
.lgsArea section form {
  display: block;
  width: 730px;
  margin: 20px auto;
  text-align: center;
}
.lgsArea label {
  display: block;
  margin: 15px 0 5px 0;
  padding-left: 16px;
  font-size: 15px;
  text-align: left;
}
.lgsArea table {
  width: 100%;
  color: #ffffff;
  border-collapse: separate;
  border-spacing: 0 5px;
}
.lgsArea table thead tr th {
  padding: 15px 5px;
  font-weight: bold;
  font-size: 20px;
}
.lgsArea table tbody tr td {
  padding: 3px 5px;
}
.lgsArea table tbody tr td input {
  border: none;
  text-align: center;
}
.lgsArea table.bgblue td {
  background-color: #25b7d0;
}
.lgsArea table.bgblue th {
  background-color: #25b7d0;
}
.lgsArea table.bgred td {
  background-color: #e22084;
}
.lgsArea table.bgred th {
  background-color: #e22084;
}
.lgsArea table.bggrey td {
  background-color: #76777A;
}
.lgsArea table.bggrey th {
  background-color: #76777A;
}
@media (max-width: 1199px) {
  h1 {
    font-size: 20px !important;
    font-weight: bold;
    margin-bottom: 20px;
    color: #e22084;
    text-align: center;
    margin-bottom: 40px;
  }
}