@charset "shift_jis";
a:hover {
  color: #ff0000;
  text-decoration: none;
}
body {
  font-size: 12px;
  background-color: #0b0b3e;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
table,
img {
  border: 0;
}
.bg1 {
  background-image: url(../img/body1.png);
  background-repeat: repeat-x;
}
.bg2 {
  background-image: url(../img/body2.png);
  background-repeat: repeat-x;
}
.bg3 {
  background-image: url(../img/body3.png);
  background-repeat: repeat-x;
}
td {
  font-size: 12px;
}
img {
  border: 0;
}
.footer_bgcolor {
  background-color: #0b0b3e;
  color: #ffffff;
}
.footer_linecolor {
  background-color: #333333;
}
.text12_000000 {
  font-size: 12px;
  line-height: 16px;
}

/* ===================================
ダイアリー & ニュース
=================================== */
.newsWrap {
}
.diaryArea {
  width: 800px;
  margin: 0 auto;
  padding: 30px 0;
}
.btn a {
  width: 300px;
  text-align: center;
  display: block;
  font-size: 14px;
  color: #333;
  border: 1px solid #333;
  border-radius: 3px;
  padding: 9px 0;
  margin: 0 auto;
  box-sizing: border-box;
  text-decoration: none;
  transition: 0.3s;
}
.btn a:hover {
  color: #fff;
  background: #0b0b3e;
  border: 1px solid #0b0b3e;
}
#news {
  margin: 0 auto;
  padding: 0 0 30px;
  overflow: hidden;
  background: #fff url('../img/bg_news.png') no-repeat right center / 40% auto;
  box-sizing: border-box;
  border-radius: 0 0 3px 3px;
  border: 1px solid #eee;
  border-top: none;
}
.diaryAreaInner {
  padding: 10px 30px;
  box-sizing: border-box;
  word-break: break-all;
  border-radius: 3px;
  min-height: 200px;
}
.diaryAreaInner .titBox {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}
.diaryAreaInner .dateBox {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  padding: 3px 10px 3px 0px;
  color: #8c8c8c;
  margin: 0 50px 10px 0;
}
.diaryAreaInner .tit {
  font-weight: bold;
}
.diaryAreaInner .comment {
  height: 1.4em;
  line-height: 1.4;
  font-size: 14px;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#diaryListPC li {
  border-top: 1px solid #e6e6e6;
  overflow: hidden;
}
/* 一番上の記事には点線を引かない */
#diaryListPC li:nth-child(5n-4) {
  border: none;
  padding-top: 0px;
}
#diaryListPC li a {
  display: block;
  padding: 25px 0;
  color: #333;
  text-decoration: none;
}
#diaryListPC li a:hover {
  opacity: 0.7;
}
.diaryAreaInner .pageNavi a {
  color: #8c8c8c;
}
.diaryAreaInner p.prevBtn,
.diaryAreaInner p.nextBtn {
  display: inline-block;
  cursor: pointer;
  border-bottom: 1px solid;
  color: #069;
}
.diaryAreaInner p.prevBtn:hover,
.diaryAreaInner p.nextBtn:hover {
  border: none;
  padding-bottom: 1px;
}
.diaryAreaInner p.prevBtn.prevBtnHide,
.diaryAreaInner p.nextBtn.nextBtnHide {
  display: none;
}
.diaryAreaInner .prevBtn {
  float: left;
}
.diaryAreaInner .nextBtn {
  float: right;
}

.newIcon::after {
  content: 'NEW';
  text-align: center;
  position: absolute;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  height: 20px;
  line-height: 20px;
  top: 0px;
  right: -40px;
  width: 40px;
  background: #dfc243;
}
.diaryNonePC,
.diaryNoneSP {
  display: none;
}
.listDisplayNone {
  display: none;
}
.listDisplayNone {
  display: none;
}
.pic {
  float: left;
  padding: 0 20px 0 0;
  margin-top: -13px;
}
.pic img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}
.pageBtn {
  overflow: hidden;
  margin-bottom: 20px;
}

.newsTitle {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #fff;
  margin-bottom: 20px;
}
.newsTitle::before {
  content: '';
  width: 5px;
  height: 40px;
  margin-right: 15px;
  background: linear-gradient(to top, #f90 0 25px, #f90 25px 40px);
}
/*============================
.copyright
============================*/
.copyright {
  margin: 0;
  padding: 10px 0;
  color: #fff;
  text-align: center;
}
