@charset "utf-8";
/* CSS Document */
@media(min-width: 990px) {
  #contents_wrap .bk-bar {
    font-size: 18px;
    line-height: 1.6;
    padding: 0 9px;
    letter-spacing: 0;
  }
}

.news-date {
  font-weight: bold;
  width: 100%;
  text-align: right;
}	
.news-ct {
  width: 100%;
  text-align: right;
}

/*ページ分割プラグイン ---------------------------------------*/
.pagebute01 {
  font-size: 85%;
  margin: 30px auto 40px;
  text-align: center;
}
.pagebute01 a {
  width: auto;
  height: auto;
  padding: 5px 10px;
  text-decoration: none;
  border: 1px solid #ccc;
  background: #edf0f3;
}
.pagebute01 a:hover {
  text-decoration: none;
  color: #06c;
  border: 1px solid #ccc;
  background: #fff;
}