@charset "utf-8";
@import url(style.css) screen and (min-width: 769px); /* 769以上 */
@import url(tablet.css) screen and (max-width: 768px); /* 768以下 */
@import url(smart.css) screen and (max-width: 320px); /* 320以下 */
a, a link {
  color: #0d8b00;
}
a:hover {
  background-color: #f1ffd6;
}
/* body */
html {
  font-size: 62.5%;
  height: 100%;
}
body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  margin: 0 auto;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: normal;
  position: relative;
  color: #111;
  background: #031d52;
}
#wrapper {
  text-align: left;
  font-weight: normal;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 92%;
  margin: 0 auto;
  position: relative;
  line-height: 1.25;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*/ /*/
  height: auto;
  overflow: hidden;
  /**/
}
.close {
  color: #f00;
  padding-left: 1em;
}
/* table */
.table01 {
  border-collapse: collapse;
  width: 100%;
  line-height: 1.5;
}
.table01 td, .table01 th {
  border: 1px solid #aeaeae;
  vertical-align: middle;
  padding: 8px 0 5px;
}
.table01 th {
  font-weight: 600;
  background-color: #e5ffb3;
  text-align: center;
  padding: 5px;
}
.table01 td {
  background-color: #ffffff;
  text-align: left;
  padding: 7px;
}
.table02 {
  border-collapse: collapse;
  width: 100%;
  color: #900;
}
.table02 td, .table02 th {
  border: 1px solid #c3c3c3;
  text-align: center;
  vertical-align: middle;
  padding: 5px;
}
.table02 th {
  font-weight: normal;
  background-color: #ffd9cf;
}
.table02 td {
  background-color: #fff5f2;
}
.table03 {
  border-collapse: collapse;
  width: 100%;
}
.table03 th, .table03 td {
  border-top: 1px dotted #666;
  border-bottom: 1px dotted #666;
  background-color: #fff;
  padding: 5px 0px;
  text-align: left;
  vertical-align: middle;
}
.table03 th {
  font-weight: normal;
  width: 25%;
  padding-left: 15px;
}
.table03 td {
  padding-right: 15px;
}
.table04 {
  border-collapse: collapse;
  width: 100%;
  font-size: 85%;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
.table04 th, .table04 td {
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
  background-color: #ededed;
  text-align: left;
  padding: 5px;
  line-height: 1.2;
  background: #fff;
}
#box_access .align_right {
  text-align: right;
  margin: .5em 0;
}
.access_txt {
  padding: 5px;
  background: #fff;
}
#box_intro p.cap {
  font-size: 0.8em;
  color: #2b374a;
}
.maT5B10 {
  margin: 5px 0 10px;
}
.small {
  font-size: 85%;
}
#kahaku_map {
  width: 100%;
}
/* #announce */
#announce {
  border: #f00 solid 1px;
  margin-top: 1em;
}
/**/
#program table {
  width: 90%;
}
/**/
h5 {
  clear: both;
  color: #124d9f;
  font-size: 1.15em;
  margin: .7em 0;
  border-left: 7px solid #124d9f;
  padding-left: 10px;
}
h6 {
  color: #b5001e;
  font-size: 1em;
  margin: 1.3em 0 .5em 0;
  padding-left: 20px;
  background: url("../images/icon_sakura.gif") no-repeat;
  background-size: contain;
}
#box_event h5 {
  margin: 0.3em 0 0.8em 0;
  text-align: right;
  color: #333;
}
.box h4 {
  margin: 10px 0;
  padding: 4px 5px 3px;
  background: #39a179;
  clear: both;
  color: #fff;
  font-size: 1.3em;
}
#box_event .entry a {
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(to bottom, #c49dc8, #ad85b1);
  background: -moz-linear-gradient(top, #c49dc8, #ad85b1);
  background: -webkit-gradient(linear, left top, left bottom, from(#c49dc8), to(#ad85b1));
  border: #5c7b00;
  padding: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin: 13px 0 15px;
  font-weight: 600;
}
#box_event .entry a:hover {
  color: #fff;
  text-decoration: underline;
  background: linear-gradient(to bottom, #c59ec8, #844f89);
  background: -moz-linear-gradient(top, #c59ec8, #844f89);
  background: -webkit-gradient(linear, left top, left bottom, from(#c59ec8), to(#844f89));
}
#box_event .aligncenter {
  margin: 0 auto;
  padding: 1em;
  text-align: center;
}
/* footer */
#footer {
  position: relative;
  border-top: 1px solid #123a24;
  margin-top: 45px;
  color: #00144b;
}
#footer,
a#kahakutop_footer:hover {
	background-color: #4bbeff;
}
#kahaku_map {
  width: 100%;
}
/**/
#footer .footer_in {
  position: relative;
}
a#kahakutop_footer {
  background-image: url(../images/kahaku_footer_top.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
  border-bottom: none;
  font-size: 0px;
}

.totop a {
  display: block;
  background: #4bbeff url(../images/btn_totop.png) no-repeat 17px 11px;
  border: 1px solid #123a24;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: none;
  width: 74px;
  height: 0;
  padding: 35px 5px 0px 28px;
  position: absolute;
  right: 10px;
  top: -35px;
  overflow: hidden;
  font-size: 0px;
}
.cr {
  position: absolute;
  text-align: right;
  clear: both;
  font-size: 75%;
  color: #00144b;
}
.cr span {
  font-size: 1em;
}
ruby {
  position: relative;
}
ruby rt {
  position: relative;
  top: 0.6px;
  line-height: 0.8em;
}