body {
  padding-top: 60px;
}

@media screen and (min-width: 768px) {
  #l1contents *,
  #l1contents *:before,
  #l1contents *:after,
  #globalFooter *,
  #globalFooter *:before,
  #globalFooter *:after
  {
      -webkit-box-sizing: content-box !important;
      -moz-box-sizing: content-box !important;
      -o-box-sizing: content-box !important;
      -ms-box-sizing: content-box !important;
      box-sizing: content-box !important;
      text-decoration: none;
      -webkit-tap-highlight-color: transparent;
  }

  body {
    padding-top:70px !important;
  }

  #l1contents .l2Menu li {
    box-sizing: border-box !important;
  }

  small {
    font-size: 11px;
  }
  .sp_spacer {
    display: none;
  }
}