#main_container {
}
.main_container_inner {
  width : 1000px;
  margin : auto;
  padding-bottom : 80px;
  font-size : 12px;
}
.main_container_inner img {
  margin-top : 50px;
}
.main_container_inner table {
  width : 920px;
  margin : auto;
}
.main_container_inner table tr td:first-child {
  width : 200px;
  height : 59px;
  background-color : #637C86;
  color : white;
  text-align : center;
  border-bottom : 1px solid white;
}
.main_container_inner table tr td:last-child {
  width : 700px;
  padding-left : 20px;
  background-color : #F4F6F1;
  border-bottom : 1px solid white;
}
.main_container_inner table tr:nth-child(9) td {
  height : 125px;
}
.main_container_inner table tr:nth-child(10) td {
  height : 80px;
}
.main_container_inner table tr:nth-child(11) td {
  height : 100px;
}
.main_container_inner table tr:nth-child(12) td {
  height : 125px;
}



.middle_container {
  background-color : #F4F6F1;
  width : 100%;
  padding-top : 50px;
  padding-bottom : 75px;
}
.middle_container_inner {
  width : 920px;
  margin : auto;
  text-align : center;
}
#map_container {
  width : 880px;
  height : 510px;
  padding : 20px;
  background-color : white;
  margin : auto;
  margin-top : 35px;
}
#map {
  width : 880px;
  height : 510px;
}
p.address {
  width : 100%;
  text-align : center;
  font-size : 12px;
  margin-top : 20px;
}



.bottom_container {
  width : 100%;
  padding-top : 40px;
  padding-bottom : 80px;
  text-align : center;
}







/*main*/
#head {
  width : 100%;
  height : 100px;
  background-color : transparent;
  z-index : 1000;
  position : relative;
  top : -100px;
  text-align : center;
}
.head_inner {
  width : 1000px;
  height : 100%;
  background-color : white;
  margin : auto;
}
.head_inner img {
  margin-top : 45px;
}
