body {
  margin: 0;
  font-size: 16px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
  font-family: "Hiragino Maru Gothic Pro","メイリオ", sans-serif;
}

#main {
  max-width: 800px;
  width: 95%;
  margin: 0 auto;
  padding-bottom: 48px;
}

#main .ja-jp, #main .en-us {
  margin: 40px 0 80px;
}

#main h1 {
  font-size: 22px;
}

#main table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

#main td, #main th {
  color: rgba(0,0,0,0.70);
  border: 1px solid #979797;
  padding: 1px 16px;
  min-height: 48px;
}
#main th {
  text-align: center;
  font-weight: normal;
}
#main #leftColumn {
  width: 40%;
}
#main td .link {
  text-align: right;
  margin: 22px 16px;
}
#main td ul {
  padding-left: 25px;
}

#header {
  position: relative;
  height: 56px;
  background-color: rgb(234, 65, 92);
  background-image: -webkit-linear-gradient(-180deg, rgb(241, 107, 129) 9%, rgb(234, 65, 92) 100%);
  background-image:    -moz-linear-gradient(-180deg, rgb(241, 107, 129) 9%, rgb(234, 65, 92) 100%);
  background-image:     -ms-linear-gradient(-180deg, rgb(241, 107, 129) 9%, rgb(234, 65, 92) 100%);
  background-image:      -o-linear-gradient(-180deg, rgb(241, 107, 129) 9%, rgb(234, 65, 92) 100%);
  background-image:         linear-gradient(-180deg, rgb(241, 107, 129) 9%, rgb(234, 65, 92) 100%);
  color: white;
}

#header .logo {
  position: absolute;
  left: 0;
  width: 160px;
  height: 24px;
  padding: 16px 24px;
}
#header .logo img {
  height: 100%;
}
#header .link {
  position: absolute;
  right: 0;
  margin-left: 10px;
  margin-right: 20px;
}
#header .link a {
  color: white;
  line-height: 56px;
  vertical-align: middle;
  font-family: HiraMaruPro-W4;
  font-size: 14px;
}

#notFound {
  padding-top: 48px;
  text-align: center;
}

#maintenance {
  padding-top: 48px;
  text-align: center;
}

.commonBtn {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgb(255, 255, 255);
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
  border-radius: 30px;
  display: inline-block;
  min-width: 350px;
  width: 350px;
  height: 48px;
  margin: 5px;
}

.commonBtn > a {
  border: 10px;
  box-sizing: border-box;
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  text-decoration: none;
  margin: 0px;
  padding: 0px;
  outline: none;
  font-size: inherit;
  font-weight: inherit;
  position: relative;
  vertical-align: middle;
  z-index: 1;
  height: 48px;
  width: 350px;
  border-radius: 30px;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  background-color: rgb(242, 99, 122);
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px 0px;
}

.labelContainer {
  height: 48px;
  border-radius: 30px;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  top: 0px;
  width: 350px;
}

.btnLabel {
  position: relative;
  opacity: 1;
  font-size: 18px;
  letter-spacing: 0px;
  text-transform: none;
  font-weight: 500;
  margin: 0px;
  user-select: none;
  padding-left: 16px;
  padding-right: 16px;
  color: rgb(255, 255, 255);
  line-height: 48px;
}

#footer {
  position: fixed;
  width: 100%;
  height: 74px;
  bottom: 0;
  background-color: rgb(92, 88, 83);
  font-size: 14px;
  display: flex;
  flex-direction: column;
}
#footer #upperLine {
  width: 1200px;
  margin: 0px auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#footer #underLine {
  width: 1200px;
  margin: 0px auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#footer .menu {
  display: inline-flex;
}
#footer .menu ul {
  width: 100%;
  padding: 0px;
  margin: 0px;
  display: flex;
  align-items: center;
  line-height: 36px;
  list-style-type: none;
}
@media screen and (min-width: 480px) {
  #footer .menu li:not(:first-child):before {
    top: 11px;
    background: #fff;
    content: "";
    display: block;
    width: 1px;
    height: 14px;
    position: absolute;
  }
}
#footer .menu a {
  color: white;
  padding-left: 8px;
  padding-right: 8px;
  text-decoration: none;
}
#footer .menu a:hover {
  text-decoration: underline;
}
#footer .app {
  margin-right: 24px;
  margin-left: 8px;
  color: white;
}
#footer .copyright {
  font-size: 12px;
  margin-right: 24px;
  color: white;
  text-align: right;
}

@media screen and (max-width: 480px){
  body {
    font-size: 14px;
  }
  #main {
    padding-bottom: 0px;
  }
  #main .ja-jp, #main .en-us {
    margin: 30px 0 60px;
  }
  #main h1 {
    font-size: 18px;
  }
  #main table {
    font-size: 14px;
  }
  #main td, #main th {
    padding: 1px 10px;
  }
  #main td ul {
    padding-left: 10px;
  }
  #main td .link {
    margin: 16px 10px;
  }
  #header .link a {
    font-size: 12px;
  }
  #footer {
    position: static;
    height: auto;
    font-size: 14px;
    display: flex;
    flex-direction: column;
  }
  #footer #upperLine {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 3px;
    display: flex;
    flex-direction: column;
  }
  #footer #underLine {
    width: 100%;
    margin-top: 3px;
    margin-bottom: 8px;
    display: flex;
    flex-direction: column;
  }
  #footer .menu {
    text-align: center;
    margin: 0px auto;
    display: inline-flex;
    flex-direction: column;
  }
  #footer .menu ul {
    width: 100%;
    padding: 0;
    display: flex;
    list-style-type: none;
    flex-direction: column;
  }
  #footer .menu a {
    margin: 12px 0;
    line-height: 12px;
    text-decoration: none;
  }
  #footer .menu a:hover {
    text-decoration: underline;
  }
  #footer .app {
    text-align: center;
    margin: 36px auto 14px;
    line-height: 12px;
  }
  #footer .copyright {
    font-size: 12px;
    text-align: center;
    margin: 3px auto;
    line-height: 12px;
  }
}
