@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

img {
  vertical-align: bottom;
}

li {
  list-style: none;
}

body {
  font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  background: url("../img/bg.gif");
}

#wrapper {
  width: 980px;
  margin: auto;
}

header {
  background: #fff;
  position: relative;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  height: 268px;
  top: 40px;
  margin-bottom: 70px;
}
header h1 {
  position: absolute;
  bottom: 0;
}

.contents {
  background: #FFF;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 20px;
  position: relative;
}
.contents .pass {
  position: absolute;
  right: 30px;
  top: 30px;
}
.contents dl {
  margin-bottom: 15px;
}
.contents dl dt {
  color: #ff4266;
  float: left;
  width: 6em;
  line-height: 1.6;
}
.contents dl dd {
  float: left;
  line-height: 1.6;
}
.contents dl dd ul li {
  margin-left: 0.5em;
}
.contents dl dd ul li:before {
  content: "・";
  margin-left: -1em;
}
.contents dl dd p.attention {
  font-size: 14px;
  color: #ff4266;
}
.contents dl dd p.attention:before {
  content: "※";
  margin-right: 5px;
}
.contents .attention h3 {
  text-align: center;
  color: #ff4266;
  font-size: 24px;
  margin-bottom: 15px;
}
.contents .attention ul li {
  text-indent: -1.5em;
  margin-left: 1.5em;
  line-height: 1.4;
  margin-bottom: 10px;
}
.contents .attention ul li:before {
  content: "■";
  color: #FF4266;
  margin-right: 0.5em;
}
.contents .attention ul li p.notes {
  color: #FF4266;
  margin-left: 1.5em;
}
.contents .attention:nth-child(1) {
  margin-bottom: 50px;
}

.contents.entry {
  text-align: center;
}
.contents.entry .btn {
  margin-bottom: 20px;
}
.contents.entry .attention {
  margin-top: 8px;
  color: #FF4266;
  font-size: 14px;
}
.contents.entry .attention:before {
  content: "※";
}

footer {
  padding: 30px 0 80px;
  font-size: 12px;
  text-align: center;
}

.backTop {
  -webkit-box-shadow: 10px 10px 0px #ffea00;
  box-shadow: 10px 10px 0px #ffea00;
  width: 400px;
  margin: auto;
  background: #3A89FF;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  position: relative;
}
.backTop:hover {
  -webkit-box-shadow: 0px 0px 0px #ffea00;
  box-shadow: 0px 0px 0px #ffea00;
  top: 10px;
  left: 10px;
}
.backTop a {
  display: block;
  width: 100%;
  text-align: center;
  color: #FFF;
  font-size: 20px;
  line-height: 1.4;
  text-decoration: none;
  padding: 20px 0;
}
