/* cmn
---------------------------------------- */
body {
  background: url(../images/bg.jpg);
}
body #wrapper {
  width: 940px;
  margin: 0 auto;
}

.pc-block {
  display: block !important;
}

.sp-block {
  display: none !important;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.weight-bold {
  font-weight: bold;
}

.align-center {
  text-align: center;
}

@media screen and (max-width: 768px) {
  #wrapper {
    width: 96% !important;
  }

  .pc-block {
    display: none !important;
  }

  .sp-block {
    display: block !important;
  }
}
