@charset "UTF-8";

.news-list .newsListUl{display: none;}

.news-list .newslist-hed .cateimg{margin-right: 0.25em;} /* 半角スペース相当 */


.oldNewsText{
  display: none;
  font-size: 30px;
  margin-left: 25px;
}
.oldNewsText.-on{display: block;}

/*  ページャー */
.news-pagerbox{
	position:relative;
	margin: 30px auto 10px;
}

.newsPagerList{
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.newsPagerList .is-disable{display: none;}
.newsPagerList .is-on {
  color: #adadad;
  font-weight:bold;
}

.newsPagerList li {
  min-width: 36px;
  text-align: center;
  margin: 0 .3em;
}

.newsPagerList li img {
  vertical-align: middle;
}


/* 西暦ボタン */
.newsYearBtnList {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 5%;
}
.newsYearBtnList.-on{display: flex;}

.newsYearBtnList li a {
  position: relative;
  z-index: 0;
  line-height: 1;
  text-align: center;
  display: block;
  width: 7em;
  font-weight: 700;
  margin: 0 .8em 1em;
  padding: .7em 0 .65em;
  color: #d8d8d8;
  text-shadow: 0 2px 1px #000;
  font-weight: normal;
  font-size: 18px;
}

.newsYearBtnList li a:after{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    background: #737373;
    box-shadow: 0 0 6px #b1b1b1 inset;
  transform: skewX(-50deg);
}

.newsYearBtnList li.is-on a {
    color: #fdf697;
}

.newsYearBtnList li.is-on a:after{
    background: #b58202;
    box-shadow: 0 0 6px #e6e004 inset;
}

@media (hover: hover) {

  .newsYearBtnList li a:hover {
    color: #fdf697;
  }

  .newsYearBtnList li a:hover:after{
    background: #b58202;
    box-shadow: 0 0 6px #e6e004 inset;
}
}
