#PageNavi {
padding:0.10rem 0;
background:#333;
margin-bottom:0.15rem;
line-height:1.2;
-moz-box-shadow: 0 0 5px #ccc;
-webkit-box-shadow: 0 0 5px #ccc;
box-shadow: 0 0 5px #ccc;
behavior:url("http://ksd15.jp/PIE.htc");
}

#PageNavi a {
font-size:0.12rem;
background:url(../img/pagenavi_allow.png) no-repeat right;
padding-right:14px;
color:#FFF;
text-decoration:none;
}

#PageNavi a:hover {
text-decoration:underline;
}

#PageNavi strong {
color:#FC0;
font-size:12px;
}

@media screen and (max-width: 600px) {
  #PageNavi em {
    display: none;
  }
}

.ContTextBox {
overflow:hidden;
clear:both;
}

.ContTextBox .sec_title {
  font-size:0.24rem;
  font-weight: 700;
  margin-bottom:0.10rem;
  border-bottom: 2px solid #CCC;
  position: relative;
}

@media screen and (max-width: 600px) {
  .ContTextBox .sec_title {
    font-size:0.20rem;
  }
}

.ContTextBox .sec_title span {
  position: relative;
  display: inline-block;
  padding-bottom: 0.10rem;
}

.ContTextBox .sec_title span::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #008C8C;
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: 1;
}

.ContTextBox p {
  font-size:0.16rem;
  line-height:1.85;
  text-align:left;
  text-align:justify;
  text-justify:inter-ideograph;
}

@media screen and (max-width: 600px) {
  .ContTextBox p {
    font-size:0.15rem;
    line-height:1.91;
  }
}

#PolicyBox li {
font-size:0.16rem;
line-height:1.75;
padding-bottom:0.07rem;
}

.ContTextBox span.Caption {
font-size:0.12rem;
padding-top:0.10rem;
display:block;
}

.SupportBox {
background:#E8E5D1 url(../img/coffee_flat.png) no-repeat 25px 15px;
padding:0.15rem;
padding-left:1.10rem;
padding-bottom:0.25rem;
border-radius:0.06rem;
margin-top:0.15rem;
}

@media screen and (max-width: 600px) {
.SupportBox {
background:#E8E5D1;
padding-left:15px;
padding-bottom:25px;
border-radius:5px;
margin-top:15px;
}
}

.SupportBox h4 {
color:#333;
padding-bottom:0.05rem;
font-size:0.16rem;
}

.SupportBox p {
color:#333;
line-height:1.5;
font-size:0.13rem;
}

.AdobePDFDownload {
padding-top:0.10rem;
}

.AdobePDFDownload a {
background:#F60;
padding:0.05rem;
font-size:0.13rem;
font-weight:bold;
padding-left:0.15rem;
padding-right:0.15rem;
color:#FFF;
text-decoration:none;
border-radius:0.06rem;
behavior:url("http://ksd15.jp/PIE.htc");
}

.AdobePDFDownload a:hover {
background:#F30;
}

.EntryCaptionText {
clear:both;
border-top:1px dotted #CCC;
padding-top:0.10rem;
}

.EntryCaptionText p {
font-size:0.12rem !important;
line-height:1.6;
}

.CaptionText {
padding-top:0.15rem;
padding-bottom:0.20rem;
}

.CaptionText p {
line-height:1.6;
}

.CaptionText span {
color:#74C94C;
}

#TopEventWrapper h3 {
clear:both;
margin-bottom:0.15rem;
}

.TopContBox {
margin-bottom:0.25rem;
position:relative;
overflow:hidden;
}

.TopContBox .AllBtn {
position:absolute;
top:0;
right:0;
}

.TopContBox .AllBtn a {
  padding:0.10rem 0.35rem 0.10rem 0.20rem;
  border-radius: 0.60rem;
  color:#008C8C;
  text-decoration:none;
  background:#FFF;
  display:block;
  font-size:0.13rem;
  font-weight: 700;
  transition:all 0.3s ease;
  position: relative;
}

.TopContBox .AllBtn a::after {
  content: "";
  width: 0.14rem;
  height: 0.12rem;
  background-image: url(../common/img/icon_right_black.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0.10rem;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.5;
}

.TopContBox .AllBtn a:hover {
background:#FF5C04;
}


.TopContBox .AllBtn a:hover strong {
background:url(../img/top_all_btn_arrow.png) no-repeat 2px;
}

.TopContBox h3 {
background:#D8CDB7;
padding:0.10rem;
padding-bottom:0.09rem;
font-size:0.18rem;
line-height:0.20rem;
clear:both;
}

.TopContBox h3 span {
font-family: 'Lato', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
font-size:0.11rem;
font-weight:400;
opacity:0.7;
}

@media screen and (max-width: 600px) {
.TopContBox h3 span {
display: none;
}
}

.TopContBox h3.Future {
background:#33A36B;
color:#FFF;
}