/* line 1, ../sass/footer.scss */
footer.footer {
  background: url("../images/footer/bg_footer.png") repeat-x;
  background-position: 0 8px;
  text-align: center;
  position: fixed;
  z-index: 89;
  bottom: 0px;
  width: 100%;
  color: #474848;
  height: 49px;
  display: none;
}
/* line 12, ../sass/footer.scss */
footer.footer p.claim {
  margin-top: 23px;
}
