@charset "utf-8";
/* CSS Document */

.lp {
  padding-bottom: 40px;
  background: top center repeat url("/img/lp/lpbg.png");
}

.lp_head {
  background: top center repeat-x url("/img/lp/lphead.png");
  border-top: 10px solid #ea9ca1;
}

.lp_head h1 {
  max-width: 768px;
  margin: auto;
}

.lp_container {
  max-width: 768px;
  margin: auto;
}

.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.plr20 {padding: 0 20px;}

@media (max-width:767px) {
  .lp {
    background-size: 75%;
  }

  .lp_head {
    padding-top: 40px;
    background-size: 110%;
  }
}

@media (min-width:768px) {
  .lp_head {
    padding-top: 100px;
  }
}