@charset "utf-8";

.year-pager {
  background: #fff;
  padding: 2.25rem 1.25rem;
  text-align: center;
  /*margin-bottom: 3.75rem;*/
}

.year-pager a {
  color: #085189;
}

.year-pager span {
  /*border-right: 1px solid #aaa;*/
  padding: 0 1rem;
}

.year-pager .last {
  border-right: medium none;
}
.year-pager span + span {
    border-left: 1px solid #aaa;
}

.year-pager .current a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.category-pager {
  background: #f1f1f1;
  padding: 2.25rem 1.25rem;
  text-align: center;
  margin-bottom: 3.75rem;
}

.category-pager a {
  color: #085189;
}

.category-pager span {
  padding: 0 1rem;
}

.category-pager span + span {
    border-left: 1px solid #aaa;
}

.category-pager .current a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.news-list {
  margin-bottom: 2.5rem;
  padding-top: 1.25rem;
}

.news-list ul li {
  background: #f1f1f1;
  padding: 1.25rem 0 1rem;
  display: table;
  width: 100%;
  box-sizing: border-box;
}

.news-list ul li:nth-of-type(even) {
  background: #fff;
}

.news-list ul li .date {
  color: #000;
  display: table-cell;
  font-weight: bold;
  width: 7em;
  text-align: center;
  vertical-align: middle;
}

.news-list ul li .category {
  display: table-cell;
  width: 6em;
  text-align: center;
  vertical-align: middle;
  border-radius: 20px;
	font-size: 0.91em;
}

.news-list ul li a {
  color: #555;
  display: table-cell;
  text-decoration: underline;
  vertical-align: middle;
  padding-left: 1em;
}

.news-list ul li a:hover {
  text-decoration: none;
}

.pager {
  text-align: center;
}

.pager span a {
  background: #fff;
  border: 1px solid #085189;
  padding: 0.688rem 1rem;
  text-decoration: none;
}

.pager span:hover,
.pager .current,
.pager a:hover,
.pager .current a {
  background: #085189;
  color: #fff;
}

.news-box {
  padding-top: 3.75rem;
}

.news-box .category {
    margin-left: 1em;
    width: 6em;
	text-align: center;
	display: inline-block;
	line-height: 2;
    border-radius: 20px;
	font-size: 0.91em;
}

.information {
    background-color: #384c98;
    color: #fff;
}
.press_release {
    background-color: #008084;
    color: #fff;
}
.uncategorized {
    background-color: #845898;
    color: #fff;
}

.title-area .hdg-ft02-lv02 {
  color: #085189;
  line-height: 1.3;
  padding: 0.44rem 0 0.625rem;
}

.article {
  border-bottom: 1px solid #b0b6bf;
  border-top: 1px solid #b0b6bf;
  padding: 1.25rem 0;
  margin-bottom: 1.25rem;
}

.back-btn {
  line-height: 1.3;
  text-align: right;
}

.back-btn a {
  background: url(../../lib/cmn_img/icon_arrow.png) left center no-repeat;
  color: #085189;
  display: inline-block;
  padding-left: 10px;
}

.article img {
  display: block;
  height: auto;
  margin-bottom: 1.25rem;
  max-width: 960px;
}
