@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html {
  margin: 0;
  padding: 0;
  font-size: 6.25%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  color: #333;
  background: url(../img/back.jpg) repeat;
  font-size: 16px;
  min-width: 1000px;
  width: auto !important;
  width: 1000px;
}

a {
  color: #111;
}
a:visited {
  color: #444;
}
a:focus {
  color: #555;
}
a:hover {
  color: #222;
}
a:active {
  color: #333;
}

img {
  margin: 0;
  vertical-align: bottom;
}

p {
  margin-bottom: 20px;
  line-height: 180%;
}

#wrapper #gHeader {
  margin: 0 auto 60px;
}
#wrapper #gHeader .timer {
  margin: 0 auto;
  padding: 7px;
  text-align: center;
  color: #FFF;
  background: #bf0000;
}
#wrapper #gHeader .timer p {
  line-height: 1;
  font-size: 185%;
}
#wrapper #gHeader #header1 {
  text-align: center;
  width: auto;
  background: url(../img/bg_header1.png) no-repeat center bottom;
}
#wrapper #gHeader #header2 {
  text-align: center;
  width: auto;
  background: #1b2c40 url(../img/bg_header2.png) no-repeat center bottom;
}
#wrapper #gHeader #header3 {
  text-align: center;
  width: auto;
  background: url(../img/bg_header3.png) no-repeat center bottom;
}
#wrapper #gHeader #header4 {
  text-align: center;
  width: auto;
}
#wrapper #gHeader #header5 {
  text-align: center;
  width: auto;
}
#wrapper #gHeader #header6 {
  text-align: center;
  width: auto;
  background: #1b2c40;
}
#wrapper #gHeader #header7 {
  text-align: center;
  width: auto;
}
#wrapper #gHeader #header8 {
  text-align: center;
  width: auto;
}
#wrapper #gHeader #header9 {
  text-align: center;
  width: auto;
}
#wrapper .bg_form {
  background: url(../img/bg_form.png) repeat-y center bottom;
}
#wrapper .bg_form .form {
  margin: 0 auto;
  background: url(../img/form_text.png) no-repeat center top;
  width: 1000px;
  height: 514px;
  position: relative;
}
#wrapper .bg_form .form .inputText {
  position: absolute;
  width: 770px;
  top: 206px;
  left: 120px;
  padding: 15px;
  font-size: 200%;
  border: none;
  background: url(../img/mail.png) no-repeat 10px center;
}
#wrapper .bg_form .form .inputBtn {
  bottom: 60px;
  left: 40px;
  position: absolute;
}
#wrapper #contents section {
  margin: 0 auto 80px;
  background: #FFF;
  width: 1000px;
}
#wrapper #contents section .inner {
  padding: 60px 80px;
}
#wrapper #contents section .inner .date {
  position: relative;
}
#wrapper #contents section .inner .date .btn {
  position: absolute;
  bottom: 180px;
  left: 50px;
}

#gFooter {
  padding: 10px;
  background: #1b2c40;
  line-height: 12px;
}
#gFooter .inner {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  zoom: 1;
}
#gFooter .inner p {
  margin: 0;
  float: left;
  font-size: 12px;
  color: #FFF;
}
#gFooter .inner #gFooterNavi {
  float: right;
}
#gFooter .inner #gFooterNavi ul li {
  display: inline;
}
#gFooter .inner #gFooterNavi ul li a {
  padding: 0 5px;
  font-size: 12px;
  border-left: 1px solid #333;
  color: #FFF;
  border-right: 1px solid #FFF;
}
#gFooter .inner #gFooterNavi ul li .border {
  border-left: 1px solid #FFF;
}

.fr {
  float: right;
}

#page-top {
  position: fixed;
  bottom: 0px;
  right: 20px;
  display: table;
}
#page-top a {
  padding: 10px;
  background: #1b2c40;
  display: table-cell;
  vertical-align: middle;
  height: 50px;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  opacity: 0.85;
}
#page-top a:hover {
  background: #3b5e85;
  -webkit-box-shadow: 0px 0px 10px 1px #333;
  -moz-box-shadow: 0px 0px 10px 1px #333;
  -ms-box-shadow: 0px 0px 10px 1px #333;
  box-shadow: 0px 0px 10px 1px #333;
  bottom: 10px;
}
