/* ============================================================ */
/*  top_img_container */
/* ============================================================ */
.pastmatches_box{
  border: 1px solid #e379a9;
  border-radius: .25rem;
  padding: 0.2rem 0.5rem;
  margin-bottom: .8rem;
}
.pastmatches_box p{
  font-size: .8rem;
  margin: .2rem 0;
}
.pastmatches_box p.pastmatches_ttl{
  font-weight: bold;
  font-size: 1.1rem;
}
/* ============================================================ */
/*  top_img_container */
/* ============================================================ */
.top_img_container{
}
.top_img_container .img_box{
  position: relative;
  width: 100%;
}
.top_img_container .img_box:before {
  content:"";
  display: block;
  padding-top: 30%;
}
.top_img_container .img_box .visual_img {
  background-image:url(/contents/index/img/topimg1.jpg); /* 背景画像指定 */
  background-size:  cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.top_img_container .img_box .visual_img .visual_ttl {
  position: relative;
  height: 100%;
}
.top_img_container .img_box .visual_img .visual_ttl #visual{
  color: #fff;
  position: absolute;
  top: 30%;
  width: 100%;
  text-align: center;
}
/* ============================================================ */
/*  news_container */
/* ============================================================ */
.news_container .news_box{
  border: 1px solid #e379a9;
  border-radius: .25rem;
  padding: 0.2rem 0.2rem 0.3rem 0.7rem;
  margin-bottom: .8rem;
}
.news_container .news_box dl{
  padding-top: 1rem;
}
.news_container .news_box dt{
  float: left;
}
.news_container .news_box dd{
  margin-left: 6.5rem;
}
.news_container .news_box dd a{
  text-decoration: underline;
}
/* ==================================================== */
/*  SP */
/* ==================================================== */
@media only screen and (max-width: 750px) {
  .top_img_container .img_box .visual_img .visual_ttl #visual img {
    width: 150px;
  }
}
/* ============================================================ */
/*  index_container */
/* ============================================================ */
.index_container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}