@charset "utf-8";
body {
  background: #e8e6e2;
  font-family: "ヒラギノ角ゴ StdN W8","Hiragino Kaku Gothic StdN","HGP創英角ｺﾞｼｯｸUB","HGPSoeiKakugothicUB","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 16px;
  text-align: center;
}
#outer {
  background: #fff;
  box-shadow: 0 0 15px 0 #666;
  -webkit-box-shadow: 0 0 15px 0 #666;
  margin: 30px auto;
  padding: 0 10px 30px 10px;
  width: 960px;
}
#header {
  border-bottom: solid 3px #939290;
  margin: 0 auto 30px auto;
  overflow: hidden;
}
.box {
  height: 100px;
  overflow: hidden;
  position: relative;
}
#read {
  bottom: 15px;
  font-size: 140%;
  left: 0;
  position: absolute;
  text-align: left;
}
#timer {
  float: left;
  left: 580px;
  position: absolute;
  top: 10px;
}
#limitText {
  font-size: 110%;
  margin: 0 0 5px 0;
}
#countdown {
  left: 100px;
  position: absolute;
}
#countdown td {
  font-size: 210%;
}
#countdown th {
  font-size: 140%;
  padding: 5px 0 0 0;
}

h1 {
  font-size: 320%;
  margin: 0 auto 20px auto;
}
h2 {
  color: #fd2100;
  font-size: 255%;
  line-height: 130%;
  margin: 0 auto 25px auto;
}
h3 {
  font-size: 200%;
  margin: 0 auto 20px auto;
}
h4 {
  font-size: 180%;
  margin: 0 auto 30px auto;
}

.form {
  margin: 0 auto 50px auto;
}
#email {
  border: solid 1px #ccc;
  box-shadow: inset 0 2px 3px #999;
  font-family: "ヒラギノ角ゴ ProN W6","HiraKakuProN-W6","HGP創英角ｺﾞｼｯｸUB","ＭＳ Ｐゴシック", sans-serif;
  font-size: 81%;
  margin: 0 auto 5px auto;
  padding: 6px 5px 4px 5px;
  text-align: center;
  width: 305px;
}
#sbm {
  border: none;
  background: #ec9b0a;
  background: linear-gradient(#fed600 0%, #ec9b0a 100%);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 2px 3px 5px 0 #5e5e5e;
  color: #1e156b;
  display: block;
  font-family: "ヒラギノ角ゴ StdN W8","Hiragino Kaku Gothic StdN","HGP創英角ｺﾞｼｯｸUB","HGPSoeiKakugothicUB","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  margin: 0 auto;
  padding: 6px 30px;
}

#footer {
  font-size: 81%;
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
}
#ensure {
  color: #c2c0bd;
  font-family: "ヒラギノ角ゴ ProN W6","HiraKakuProN-W6","HGP創英角ｺﾞｼｯｸUB","ＭＳ Ｐゴシック", sans-serif;
  font-size: 75%;
  margin: 0 auto;
}
#footer ul {
  float: left;
  font-family: sans-serif;
  left: 50%;
  position: relative;
}
#footer li {
  float: left;
  left: -50%;
  margin: 0 10px 0 0;
  position: relative;
}
#footer li::after {
  content: "|";
  margin: 0 0 0 10px;
}
#footer li:nth-last-of-type(1)::after {
  content: "";
  margin: 0;
}

/* exitpopup
==================================================================================================== */
#exitPopup {
  height: 20px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
#overlay {
  background: rgba(0,0,0,.8);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
#popupWindow {
  border: solid 20px #333;
  left: 0;
  overflow-y: scroll;
  position: fixed;
  top: 0;
}