/* Scss Document */
table {
  border: none;
  border-collapse: collapse;
}

.header {
  width: 100%;
  min-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  height: 130px;
  position: fixed;
  background-image: url(img/headerb.png);
  z-index: 9999;
}

.br {
  padding-bottom: 50px;
}

.footer {
  width: 100%;
  min-width: 1140px;
  overflow: hidden;
  background-color: #EEEEEE;
}

p {
  clear: both;
}

.l {
  float: left;
}

.r {
  float: right;
}

.main {
  width: 100%;
  min-width: 1140px;
  overflow: hidden;
  background-color: #000;
  z-index: -9999 !important;
  background-image: url(img/about_ttlb.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}

@media only screen and (max-width: 600px) {
  table {
    border: none;
    border-collapse: collapse;
  }

  .header {
    width: 100%;
    min-width: 100%;
    margin-right: auto;
    margin-left: auto;
    height: 130px;
    position: fixed;
    background-image: url(img/headerb.png);
    z-index: 9999;
  }

  .br {
    padding-bottom: 50px;
  }

  .footer {
    width: 100%;
    min-width: 100%;
    overflow: hidden;
    background-color: #EEEEEE;
  }

  p {
    clear: both;
  }

  .l {
    float: left;
  }

  .r {
    float: right;
  }

  .main {
    width: 100%;
    min-width: 100%;
    overflow: hidden;
    background-color: #000;
    z-index: -9999 !important;
    background-image: url(img/about_ttlb.jpg);
    background-repeat: no-repeat;
    background-position: center center;
  }
}