/* 教材ラボ final16: ワクトの部屋 共通背景 */
html, body { min-height: 100%; }
body {
  background-color:#eef6f8 !important;
  background-image:
    linear-gradient(rgba(247,251,252,.30),rgba(247,251,252,.30)),
    url("images/backgrounds/wakuto-room.webp") !important;
  background-size:cover !important;
  background-position:center !important;
  background-repeat:no-repeat !important;
  background-attachment:scroll !important;
}
.app-container { background: transparent !important; }
