@charset "UTF-8";
/* CSS Document */

/* common */
#under_eyecatch {
  background-image: url("/assets/image/informaiton/bg-eyecatch.jpg");
  background-position: center;
  background-size: cover;
  min-height: 160px;
}
#under_eyecatch h3 {
  line-height: 1.5;
}
#under_eyecatch .eyecatch-box {
  bottom: -10%;
  left: 0;
  right:0;  
}
h3 {
  font-size: .9rem;
}
.date {
  background: #d5d800;
  color: #fff;
  font-size: .6rem;
  font-weight: 400;
  text-decoration: none;
}
.info_page dd a {
  color: #444;
}
.pager li {
  background: #d5d800;
  font-size: .8rem;
  list-style: none;
  padding: .2rem 1rem;
}
.pager li a {
  text-decoration: none;
  color: #fff;
}

/* detail index */

h1 {
  font-size: .9rem;
}
.info_contentspage .date {
  background: #ffffff;
  font-size: .8rem;
  color: #d4d700;
  text-decoration: none;
}
.title {
  border-bottom: 1px #ddd solid;
}







@media(min-width:768px) {
  h3 {
    font-size: 1rem;
  }
  #under_eyecatch {
    min-height: 234px;
  }
}