@charset "UTF-8";
/* common */
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
.clearfix {
  content: '';
  display: block;
  clear: both;
}
.inner {
  width: 976px;
  margin: 0 auto;
}
.article a {
  display: block;
  width: 100%;
  height: 100%;
  transition: .5s;
}
.article a:hover {
  opacity: .8;
}
.article img {
  vertical-align: bottom;
}

/* #localheader */
.local-ttl-text {
  border-bottom: 1px solid #d9d9d9;
}
.local-ttl-text a {
  font-size: 20px;
  color: #333;
  font-family: "UD Shin Go Regular", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
  text-decoration: none;
}

/* #maincontents */
#maincontents {
  background: #fff;
  font-family: "UD Shin Go Regular", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
  padding-bottom: 100px;
}

/* #article-list */
#article-list .article {
  display: table;
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #dbdcdc;
  text-align: left;
}
#article-list .article:last-child {
  border-bottom: 1px solid #dbdcdc;
}
#article-list .article > a {
  display: table-cell;
  width: 14%;
  height: auto;
}
#article-list .img-wrap {
  width: 118px;
  height: 78px;
  margin-right: 20px;
  border: 1px solid #999;
  position: relative;
}
#article-list .article img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#article-list .text-wrap {
  display: table-cell;
  vertical-align: top;
}
#article-list .date {
  padding: 3px 0 0 18px;
  margin-bottom: 10px;
  background: url(/topics/assets/images/img-icon-date-gray@2x.png) left top no-repeat;
  background-size: 14px 15px;
  font-size: 13px;
  color: #717071;
}
#article-list .article-ttl a {
  display: inline;
  font-size: 18px;
  line-height: 1.4;
  color: #0273ab;
}

/* #pagination */
#pagination {
  padding-top: 50px;
}
#pagination .wrap {
  font-size: 0;
  text-align: center;
}
#pagination .wrap li {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  font-size: 16px;
  color: #505050;
}
#pagination .wrap li a {
  display: block;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #434343;
  font-size: 16px;
  line-height: 26px;
  color: #505050;
  font-weight: bold;
}
#pagination .current {
  background: #434343;
}
#pagination .wrap .current a {
  color: #fff;
}
#pagination .wrap .first a,
#pagination .wrap .last a,
#pagination .wrap .prev a,
#pagination .wrap .next a {
  border: none;
}
#pagination .wrap .first {
  margin-right: 0;
  background: url(/topics/assets/images/img-icon-first@2x.png) 10px center no-repeat;
  background-size: 10px 11px;
}
#pagination .wrap .last {
  margin: 0;
  background: url(/topics/assets/images/img-icon-last@2x.png) 5px center no-repeat;
  background-size: 10px 11px;
}
#pagination .wrap .prev {
  background: url(/topics/assets/images/img-icon-prev@2x.png) center no-repeat;
  background-size: 7px 11px;
}
#pagination .wrap .next {
  margin-right: 0;
  background: url(/topics/assets/images/img-icon-next@2x.png) center no-repeat;
  background-size: 7px 11px;
}
#pagination .wrap .prev-dot,
#pagination .wrap .next-dot {
  margin: 0 2px 0 -13px;
  position: relative;
}
#pagination .wrap span {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
}

@media only screen and (max-width: 979px) {
  /* common */
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .inner {
    width: 96.2666667%;
  }

  /* #localheader */
  #localheader .inner {
    width: 100%;
  }
  .local-ttl-text {
    padding: 14px 15px;
  }
  .local-ttl-text a {
    line-height: 1.4;
    font-size: 17px;
  }

  /* #article-list */
  #article-list .article {
    padding: 15px 0;
  }
  #article-list .date {
    padding: 3px 0 1px 18px;
    font-size: 11px;
  }
  #article-list .article-ttl a {
    font-size: 15px;
  }

  /* #pagination */
  #pagination {
    padding-top: 30px;
  }
  #pagination .wrap li {
    margin-right: 10px;
  }
  #pagination .wrap .first,
  #pagination .wrap .last {
    background-size: 12px 12px;
  }
  #pagination .wrap .prev,
  #pagination .wrap .next {
    background-size: 7px 12px;
  }
  #pagination .wrap .prev {
    margin-right: 6px;
  }
  #pagination .wrap .next {
    margin-left: -4px;
  }
  #pagination .wrap .dot {
    margin-right: 0;
  }
  #pagination .wrap li a {
    font-size: 19px;
  }
}