@charset "utf-8";

/* ==========================================================================
   初期設定
   ========================================================================== */
body {
  width: 640px;
  height: 1115px;
  margin: auto;
  font-size: 16px;
  font-family: Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProW3', sans-serif;
  line-height: 1.6;
  background: url("../img/bg.jpg") no-repeat top center;
  -moz-background-size: 640px;
  background-size: 640px;
  background-color: #000;
  text-align: center;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
td, th, p, h1, h2, h3, h4, h5, h6, label {
  word-wrap: break-word;
  color: #fff;
}

/* link
----------------------------------------------- */
.info a:link,
.info a:visited,
.info a:active {
  text-decoration: none;
  border-bottom: solid 1px #fff;
  padding-bottom: 2px;
  color: #fff;
}

/* clearfix
----------------------------------------------- */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   コンテンツ
   ========================================================================== */
.wrap {
  width: 640px;
  height: 1115px;
  position: relative;
}
main .container {
  width: 640px;
  height: 1085px;
}
footer .container {
  width: 640px;
  height: 30px;
}
.container {
  position: relative;
}

/* モンスター */
.monster li {
  float: left;
}

/* ロゴ、ストアバッジ */
.contents {
  position: absolute;
  width: 640px;
  height: 388px;
  bottom: 15px;
}
.logo {
  margin-bottom: 10px;
}
.badge {
  height: 152px;
  margin-bottom: 15px;
}
#induction {
  height: 67px;
  margin-bottom: 5px;
}
.action {
  float: left;
  width: 260px;
  height: 152px;
  margin-left: 50px;
}
.store {
  float: right;
  width: 262px;
  height: 152px;
  margin-right: 50px;
}
.btn {
  height: 80px;
}
.free {
  margin-bottom: 5px;
}

/* ドロップ */
.drop {
  width: 607px;
  position: absolute;
  top: 0;
  left: 0;
}

footer {
  position: absolute;
  bottom: 3px;
}

/* ドロップシャドウ */
.monster,
.logo,
.store,
.action {
  -webkit-filter: drop-shadow(0px 7px 2px rgba(0, 0, 0, .5));
}
.info,
footer {
  -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, .1));
  text-shadow: 3px 3px 3px #000,
               -3px 3px 3px #000,
               3px -3px 3px #000,
               -3px -3px 3px #000;
}