@charset "utf-8";

body, .back, h1, .mukade, .overlay #light, #gimmick {
  min-width: 960px;
}

article {
  font-family: "Noto Sans Japanese", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
  letter-spacing: 0.03em;
}
article.phase_result {
  min-height: 632px;
}

/* フレーム */
.frame {
  position: relative;
  top: 0;
  left: 0;
  width: 948px;
  padding: 153px 0 0;
  margin: 0 auto;
}
.frame::before {
  width: 948px;
  height: 164px;
  background: url(../img/frame_header.png) 0 0 no-repeat;
}
.frame::after {
  width: 948px;
  height: 186px;
  background: url(../img/frame_footer.png) 0 0 no-repeat;
}
.frame .inner {
  position: relative;
  z-index: 1;
  width: 948px;
  padding: 0 45px 1px;
  background: url(../img/frame_middle.png) 0 8px repeat-y;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.frame section {
  position: relative;
  top: -68px;
  margin: 0 0 -180px;
}

.received {
  height: 500px;
}
.received section {
  height: 187px;
}

article .send_text.end:before {
  height: 490px;
}