@charset "UTF-8";

/* #############################################################################
 * 中央カラム
 * #############################################################################
 */
.center-column {
  height: 100%;
  /* background-color: rgb(255, 179, 50); */
  /* background: fixed -webkit-gradient(linear, left top, left bottom, from(#ffb332), to(#ffb332)); */
  /* background: fixed linear-gradient(#ffb332, #ffb332); */
  background-image: url(../img/common/bg.webp), linear-gradient(#fff, #fff);
  /*background-size: 32px;*/
}

/*# sourceMappingURL=center-column.css.map */