@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;
  padding-bottom: 18px;
}
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;
}
.line-color1 {
  background-color: #666666;
}
.bg-color2 {
  background-color: #15157b;
  color: #ffffff;
  height: 18px;
}
/* ===================================
ダイアリー & ニュース
=================================== */
#news {
  margin: 0 auto;
  padding: 0 0 30px;
  overflow: hidden;
  background: #fff;
  box-sizing: border-box;
  border-radius: 0 0 3px 3px;
  border: 1px solid #EEE;
  border-top: none;
}
.diaryArea {
  width: 800px;
  margin: 0 auto;
}
.diaryAreaInner {
  border: 1px solid #e2e2e2;
  padding: 30px 30px 10px 30px;
  box-sizing: border-box;
  word-break: break-all;
  border-radius: 3px;
  min-height: 245px;
}
.diaryAreaInner .dateBox {
  position: relative;
  display: inline-block;
  line-height: 16px;
  font-size: 16px;
  margin-bottom: 10px;
  padding: 3px 10px 3px 0px;
  color: #8c8c8c;
  margin: 0 0 10px;
}
#mainSub .diaryAreaInner .tit {
  font-size: 1.65em;
  font-weight: bold;
  color: #417b94;
  line-height: 1.5;
}
.diaryAreaInner .comment {
  margin-top: 10px;
  line-height: 1.8;
  font-size: 15px;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
}
.diaryAreaInner .comment a {
  color: #31739a;
  text-decoration: underline;
}
.diaryAreaInner .comment a:hover {
  text-decoration: none;
}
#diaryListPC li {
  margin-bottom: 25px;
  padding-top: 25px;
  border-top: 1px solid #e6e6e6;
  overflow: hidden;
}
/* 一番上の記事には点線を引かない */
#diaryListPC li:nth-child(5n-4) {
  border: none;
  padding-top: 0px;
}
.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;
}
.pic img {
  max-width: 230px;
  max-height: 230px;
}
.pic a:hover {
  opacity: 0.7;
}
.pageBtn {
  overflow: hidden;
  margin-bottom: 20px;
}

/*============================
#pankuzu
============================*/
#pankuzu {
  margin: 0 0 30px;
  padding: 14px 0;
  background: #f5f5f5;
}
#pankuzu .inner {
  width: 800px;
  margin: 0 auto;
}
#pankuzu a {
  color: #31739a;
  text-decoration: none;
}
#pankuzu a:hover {
  text-decoration: underline;
}

/*============================
#mainSub
============================*/
#mainSub {
  min-height: calc(100dvh - 300px);
  margin-bottom: 50px;
}
.newsTitle {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #fff;
  margin-bottom: 30px;
}
.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;
}
