@charset "utf-8";


body::before {
  background:url(../img/bg_body_camp.jpg) no-repeat left top;
  background-size: 100% auto;
  display: block;
  position:fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;}   

