header.page > .inner {
  margin: 0 auto;
  width: 1185px;
  position: relative;
}

#main {
    display: flex;
    justify-content: center;
    width: 1440px;
    margin: 30px auto 0;
}

#billboard-3 {
  margin: 23px auto 0px;
  width: 960px;
  position: relative;
}

#main-column {
    width: 887px;
    margin-right: 22px;
}
#sub-column {
  width: 300px;
  margin-left: 22px;
}


#footer {
  padding-top: 30px;
  clear: both;
}
#footer .section {
  margin-top: 40px;
}
#footer .section:first-child {
  margin-top: 0;
}

hr.light {
  background-color: #808080;
  margin: 0;
  border: none;
  height: 1px;
}
hr.bold {
  background-color: #808080;
  margin: 0;
  border: none;
  height: 2px;
}

.hidden {
    display: none!important;
}

.section-footer {
  display: flex;
  justify-content: center;
}

.section-footer-link {
  padding: 10px 30px;
  font-family: Hiragino Sans;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  border: none;
  border-radius: 23.7653px;
  box-sizing: border-box;
  background: #ff842e;
  color: #FFFFFF;
}