@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;
  font-size: 16px;
  min-width: 1000px;
  width: auto !important;
  width: 1000px;
}

a {
  color: #111;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
a:visited {
  color: #444;
}
a:focus {
  color: #555;
}
a:hover {
  color: #222;
}
a:active {
  color: #333;
}

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

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

#wrapper #gHeader {
  margin: 0 auto;
  background: url(../img/back.png) repeat center bottom;
}
#wrapper #gHeader .timer {
  margin: 0 auto;
  padding: 7px;
  text-align: center;
  color: #FFF;
  background: #3abf00;
}
#wrapper #gHeader .timer p {
  line-height: 1;
  font-size: 185%;
}
#wrapper #gHeader h1 #header1,
#wrapper #gHeader h1 #header2,
#wrapper #gHeader h1 #header26,
#wrapper #gHeader h1 #header27,
#wrapper #gHeader h1 #header28,
#wrapper #gHeader h1 #header29,
#wrapper #gHeader h1 #header30 {
  text-align: center;
  width: auto;
  background: #FFF;
}
#wrapper #gHeader h1 #header3,
#wrapper #gHeader h1 #header4,
#wrapper #gHeader h1 #header5,
#wrapper #gHeader h1 #header6,
#wrapper #gHeader h1 #header7,
#wrapper #gHeader h1 #header8,
#wrapper #gHeader h1 #header9,
#wrapper #gHeader h1 #header10,
#wrapper #gHeader h1 #header11,
#wrapper #gHeader h1 #header12,
#wrapper #gHeader h1 #header13,
#wrapper #gHeader h1 #header14,
#wrapper #gHeader h1 #header15,
#wrapper #gHeader h1 #header16,
#wrapper #gHeader h1 #header17,
#wrapper #gHeader h1 #header18,
#wrapper #gHeader h1 #header19,
#wrapper #gHeader h1 #header20,
#wrapper #gHeader h1 #header21,
#wrapper #gHeader h1 #header22,
#wrapper #gHeader h1 #header23,
#wrapper #gHeader h1 #header24,
#wrapper #gHeader h1 #header25 {
  text-align: center;
  width: 100%;
  background: url(../img/back.png) repeat center bottom;
}
#wrapper #gHeader h1 #header31 {
  padding: 0 0 30px;
  text-align: center;
  width: auto;
  background: #FFF center bottom;
}
#wrapper #header1,
#wrapper #header2 {
  text-align: center;
  width: auto;
  background: #FFF;
}
#wrapper #header26,
#wrapper #header27,
#wrapper #header28,
#wrapper #header29,
#wrapper #header30 {
  text-align: center;
  width: auto;
  background: #FFF;
}
#wrapper #header31 {
  padding: 0 0 30px;
  text-align: center;
  width: auto;
  background: #FFF center bottom;
}
#wrapper #contents {
  background: #FFF;
}
#wrapper #contents section {
  padding: 80px 0;
}
#wrapper #contents section .inner {
  margin: 0 auto;
  width: 880px;
  padding: 0 60px;
}
#wrapper #contents section .inner h2 {
  margin-bottom: 60px;
}
#wrapper #contents section .inner ul li {
  padding: 10px 0 10px 40px;
  font-size: 139%;
  font-weight: bold;
  border-bottom: 1px dashed #6b6b6b;
  background: url(../img/icon_bad.png) no-repeat left center;
}
#wrapper #contents section .inner dl {
  margin-bottom: 40px;
  border: #ce0000 15px solid;
  padding: 40px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -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;
}
#wrapper #contents section .inner dl dt {
  background: #d40435;
  background: -moz-linear-gradient(top, #d40435 0%, #bf022e 44%, #8a0020 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #d40435), color-stop(44%, #bf022e), color-stop(100%, #8a0020));
  background: -webkit-linear-gradient(top, #d40435 0%, #bf022e 44%, #8a0020 100%);
  background: -o-linear-gradient(top, #d40435 0%, #bf022e 44%, #8a0020 100%);
  background: -ms-linear-gradient(top, #d40435 0%, #bf022e 44%, #8a0020 100%);
  background: linear-gradient(to bottom, #d40435 0%, #bf022e 44%, #8a0020 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d40435', endColorstr='#8a0020', GradientType=0 );
  color: #FFF;
  padding: 20px;
  font-size: 154%;
  border-radius: 12px 12px 0px 0px;
  -moz-border-radius: 12px 12px 0px 0px;
  -webkit-border-radius: 12px 12px 0px 0px;
  line-height: 1.4;
}
#wrapper #contents section .inner dl dt img {
  vertical-align: middle;
}
#wrapper #contents section .inner dl dd {
  margin-bottom: 30px;
  padding: 20px;
  border: 5px solid #8a0020;
  border-radius: 0px 0px 12px 12px;
  -moz-border-radius: 0px 0px 12px 12px;
  -webkit-border-radius: 0px 0px 12px 12px;
}
#wrapper #contents section .inner dl dd p {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #a0a0a0;
}
#wrapper #contents section .inner .present {
  margin-bottom: 40px;
  padding: 30px;
  background: #FFF;
  -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;
  border: 15px solid #bb0000;
}
#wrapper #contents section .inner .present p {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #a0a0a0;
}
#wrapper #contents section .inner .present ul {
  padding: 20px 0;
}
#wrapper #contents section .inner .present ul li {
  background: none;
  padding-left: 0;
}
#wrapper #contents section .inner .seminar {
  margin-bottom: 40px;
  padding: 30px;
  background: #FFF;
  -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;
  border: 15px solid #bb0000;
}
#wrapper #contents section .inner .seminar h3 {
  text-align: center;
  margin-bottom: 40px;
}
#wrapper #contents section .inner .seminar ul {
  margin-bottom: 40px;
}
#wrapper #contents section .inner .seminar ul li {
  line-height: 1.4;
  background: no-repeat;
  padding-left: 0;
}
#wrapper #contents section .inner .seminar #entry_table {
  margin-bottom: 20px;
  width: 100%;
}
#wrapper #contents section .inner .seminar #entry_table th {
  padding: 15px 7px;
  border: 1px solid #ccc;
  background: #cc0000;
  background: -moz-linear-gradient(top, #cc0000 0%, #9b0000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cc0000), color-stop(100%, #9b0000));
  background: -webkit-linear-gradient(top, #cc0000 0%, #9b0000 100%);
  background: -o-linear-gradient(top, #cc0000 0%, #9b0000 100%);
  background: -ms-linear-gradient(top, #cc0000 0%, #9b0000 100%);
  background: linear-gradient(to bottom, #cc0000 0%, #9b0000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#9b0000',GradientType=0 );
  color: #FFF;
  text-align: center;
  font-size: 16px;
}
#wrapper #contents section .inner .seminar #entry_table td {
  padding: 15px 7px;
  border: 1px solid #ccc;
  background: #fffcfc;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(49%, #fffcfc), color-stop(100%, #efefef));
  background: -webkit-linear-gradient(top, #fffcfc 49%, #efefef 100%);
  background: linear-gradient(to bottom, #fffcfc 49%, #efefef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffcfc', endColorstr='#efefef',GradientType=0 );
}
#wrapper #contents section .inner .seminar #entry_table .day {
  font-weight: bold;
  text-align: center;
  width: 30%;
  vertical-align: middle;
  line-height: 1.3;
}
#wrapper #contents section .inner .seminar #entry_table .time {
  font-weight: bold;
  text-align: center;
  width: 25%;
  vertical-align: middle;
}
#wrapper #contents section .inner .seminar #entry_table .entry {
  font-weight: bold;
  width: 45%;
  text-align: center;
  vertical-align: middle;
}
#wrapper #contents section .inner .seminar #entry_table .entry .entry_btn a {
  margin: 0 5%;
  padding: 10px;
  display: block;
  background: #00bb26;
  border-bottom: 7px solid #005105;
  width: 90%;
  font-weight: bold;
  color: #FFF;
  border-radius: 100px;
  text-shadow: 0px 1px 0px #333;
  text-decoration: none;
}
#wrapper #contents section .inner .seminar #entry_table .entry .entry_btn a:hover {
  background: #00e82f;
}
#wrapper #contents section .inner .seminar #entry_table .entry .entry_btn2 a {
  margin: 0 5%;
  padding: 10px;
  display: block;
  background: #ffd800;
  border-bottom: 7px solid #8c8800;
  width: 90%;
  font-weight: bold;
  border-radius: 100px;
  text-shadow: 0px 1px 0px #FFF;
  text-decoration: none;
  color: #333;
}
#wrapper #contents section .inner .seminar #entry_table .entry .entry_btn2 a:hover {
  background: #ffe96b;
}
#wrapper #contents section .inner .seminar #entry_table .entry .entry_btn_end {
  margin: 0 5%;
  padding: 10px;
  display: block;
  background: #cc0000;
  width: 90%;
  font-weight: bold;
  color: #fff;
  border-radius: 100px;
  text-shadow: 0px 1px 0px #333;
  text-decoration: none;
  font-weight: normal;
}
#wrapper #contents .bg_gray {
  background: #f6f5f5;
}

#gFooter {
  padding: 10px;
  background: #333;
  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: #333;
  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: #ce0000;
  -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;
}
