@charset "UTF-8";
.void {
  font-size: inherit;
}

section h3,
section p,
section ul {
  margin: auto;
}
section ul {
  list-style: none;
  padding: 0;
}

/**********
*	footer固定
**********/
/** コンテンツの高さにかかわらずfooterを下部に固定。 **/
#wholewrapper {
  position: relative;
}

div.contents-wrap {
  margin-bottom: -163px;
}

article#main {
  padding-bottom: 253px;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

div.footer.top {
  position: absolute;
  bottom: 132px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  div.contents-wrap {
    margin-bottom: 50px;
  }

  article#main {
    padding-bottom: 0;
  }

  footer,
  div.footer.top {
    position: static;
  }
}

/*# sourceMappingURL=lower-common.css.map */
