#headerArea {
  width: 990px;
  position: fixed;
  z-index: 999;
}

#headerArea #title{
  background-color: white;
}

#headerArea #title a {
  float: right;
}

#headerArea #menu {
  position: relative;
}

#headerArea #menu img {
  float: left;
}

#main {
  padding: 50px;
  padding-top: 100px;
  background-color: white;
  width: 990px;
  clear: both;
  box-sizing: border-box;
}

#main .container {
  max-width: 100% !important;
}

#main > img {
  margin-bottom: 30px;
}

#main .instractor .container {
  padding-left: 0;
  padding-right: 0;
}

#main .instractor h2,
#main .instractor h3 {
  background-color: black;
  color: #e08cb2;
  font-size: 14px;
  line-height: 1.5;
  padding-left: 10px;
  margin-bottom: 21px;
}

.instractor .instractor-image p {
  text-align: center;
  padding-top: 10px;
  color: #c42e89;
}

.instractor .instractor-detail {
  padding-left: 0;
}

.instractor .col-md-5 .row .col-md-4 {
  max-width: 151px;
}

.instractor .col-md-5 .row .col-md-8 {
  max-width: 232px;
  padding-left: 0;
}

.instractor .instractor-detail p {
  font-size: 10px;
}

.instractor .col-md-2 .instractor-image {
  width: 100%;
}

#main .instractor h3 {
  background-color: #FA93F6;
  color: white;
}

#main .jazzdance,
#main .hiphop,
#main .hula,
#main .yoga,
#main .lesson_schedule,
#main .lesson_fee {
  margin-bottom: 30px;
}

#main .jazzdance .col-md-5 > p,
#main .hiphop .col-md-5 > p,
#main .hula .col-md-6 > p,
#main .yoga .col-md-5 > p,
#main .urara .col-md-6 > p {
  font-family: "Osaka", sans-serif;
  font-size: 13px;
}

#main .jazzdance p,
#main .hiphop p,
#main .hula p,
#main .yoga p,
#main .urara p {
  font-size: 12px;
}

#main .jazzdance .schedule,
#main .hiphop .schedule,
#main .hula .schedule,
#main .yoga .schedule {
  margin-bottom: 10px;
}

#main .jazzdance .schedule p,
#main .jazzdance .price p,
#main .hiphop .schedule p,
#main .hiphop .price p,
#main .hula .schedule p,
#main .hula .price p,
#main .yoga .schedule p,
#main .yoga .price p,
#main .urara p {
  margin-bottom: 0;
  color: #D02178;
}

#main .left {
  margin-bottom: 30px;
}

#main .jazzdance .left img,
#main .hiphop .left img,
#main .hula .left img,
#main .yoga .left img {
  margin-bottom: 10px;
}

#main span.fill-text,
#main .hula p.fill-text {
  font-size: 10px;
  color: #D02178;
  background-color: #F9E5F0;
}

#main .lesson_fee table {
  font-family: "Osaka", sans-serif;
  text-align: center;
}

#main .lesson_fee table thead  th {
  height: 50px;
}

#main .lesson_fee table tbody tr > td:nth-child(1),
#main .lesson_fee table tbody tr > td:nth-child(5),
#main .lesson_fee table tbody tr > td:nth-child(6),
#main .lesson_fee table tbody tr .pl-20 {
  padding-left: 20px;
  text-align: left;
}

#main .lesson_fee table thead th:nth-child(1) {
  width: 150px
} 

#main .lesson_fee table thead th:nth-child(2),
#main .lesson_fee table thead th:nth-child(3){
  width: 80px;
}

#main .lesson_fee table thead th:nth-child(4) {
  width: 100px;
}

#main .lesson_fee table thead th:nth-child(5) {
  width: 300px;
}

#main .lesson_fee table thead th:nth-child(6) {
  width: 125px;
}

#main .lesson_fee table tbody .jazz_regular {
  background-color: #DAE1F3;
}

#main .lesson_fee table tbody .junior_jazz,
#main .lesson_fee table tbody .little_kids {
  background-color: #AFF8FF;
}

#main .lesson_fee table tbody .hiphop,
#main .lesson_fee table tbody .india_pop {
  background-color: #FFFFCC;
}

#main .lesson_fee table tbody .adult_hula,
#main .lesson_fee table tbody .hula_wahine,
#main .lesson_fee table tbody .hula_keiki {
  background-color: #CDFECD;
}

#main .lesson_fee table tbody .yoga {
  background-color: #CCCCFF;
}

#main .lesson_fee table tbody .ballet {
  background-color: #FFD9FF;
}

#main .lesson_fee p {
  color: #E40B8A;
  font-weight: bold;
  margin-bottom: 0;
  font-size: 13px;
}

#main .urara .history p {
  color: black;
}

footer {
  width: 990px;
  height: 150px;
  background-color: white;
}

footer ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  height: 35px;
  padding-left: 15px;
  background-color: black;
}

footer ul li {
color: white;
position: relative;
display: inline-block;
font-size: 8px;
padding: 11px 0;
margin-right: 10px;
}

footer a {
  font-size: 10px;
  color: white;
  display: inline-block;
  text-decoration: none;
}

footer ul a li::before {
      background-color: white;
      display: block;
      content: "";
      width: 1px;
      height: 12px;
      color: white;
      position: absolute;
      top: 12px;
      left: -7px;
}

footer ul a:nth-child(2) li::after {
  background-color: white;
  display: block;
  content: "";
  width: 1px;
  height: 12px;
  color: white;
  position: absolute;
  top: 12px;
  right: -7px;
}