@charset "UTF-8";
/* ===========================================================

  Title: news.css
  Created: 2019-02-14

=========================================================== */
/*
  archive-year-list

=========================================================== */

/* ===========================================================

  archive-year-list

=========================================================== */

ul.archive-year-list {
  display: flex; padding: 0; margin: 0 -0.25rem 2.0rem -0.25rem;
  flex-wrap: wrap;
}
.archive-year-list li {
  display: block; padding: 0.25rem; margin: 0;
}

.archive-year-list button{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.archive-year-list button{
  display: block; padding: 0.25rem 1.0rem;
  background-color: rgba(104,116,118,0.10);
  transition: all 0.5s;
  color: rgba(104,116,118,1.00);
}
.archive-year-list button:hover {
  background-color: rgba(173,224,221,1.00);
  color: rgba(104,116,118,1.00);
}
.archive-year-list .is-current button {
  background-color: rgba(104,116,118,1.00);color: #fff;
  pointer-events: none;
}

