@charset "UTF-8";
#contents {
  /* #information */
}

@media screen and (max-width: 768px) {
  #contents {
    max-width: 100%;
  }
}

#contents #information {
  /* #news */
  /* wp-pagenavi */
}

#contents #information #news {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #contents #information #news {
    width: 92%;
    margin: 0 auto;
  }
}

#contents #information #news ul {
  margin: 40px auto 30px;
  overflow: hidden;
  border-top: 1px solid #ddd;
}

@media screen and (max-width: 768px) {
  #contents #information #news ul {
    max-width: 100%;
  }
}

#contents #information #news ul li {
  border-bottom: 1px solid #ddd;
  font-size: 12px;
  line-height: 2em;
}

#contents #information #news ul li a {
  display: block;
  padding: 14px 0;
  overflow: hidden;
  -webkit-transition: background 0.15s ease 0.15s;
  -o-transition: background 0.15s ease 0.15s;
  transition: background 0.15s ease 0.15s;
}

#contents #information #news ul li a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

#contents #information #news ul li a time {
  color: #666;
  float: left;
  margin-left: 10px;
}

#contents #information #news ul li a time:after {
  content: "";
  display: inline-block;
  border: 4px solid transparent;
  border-left-color: #000;
  margin-left: 8px;
  margin-right: 5px;
}

#contents #information #news ul li a .btn {
  font-weight: bold;
  color: #fff;
  width: 100px;
  text-align: center;
  float: left;
  margin: 0 10px 0 0px;
}

#contents #information #news ul li a .btn.sharoushi {
  background-color: #7fcdf1;
}

#contents #information #news ul li a .btn.zeirishi {
  background-color: #00326e;
}

#contents #information #news ul li a .btn.zeroone,
#contents #information #news ul li a .btn.syaroushi {
  background-color: #00a0e9;
}

#contents #information #news ul li a p {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  #contents #information #news ul li a p {
    float: left;
    margin-top: 5px;
    width: 100%;
  }
}

#contents #information .pagenavi {
  text-align: center;
}

#contents #information .wp-pagenavi {
  margin: 80px 0;
  font-size: 16px;
  overflow: hidden;
  display: inline-block;
  /* .current */
}

#contents #information .wp-pagenavi a.page {
  float: left;
  display: block;
  border: #888888 1px solid;
  text-align: center;
  width: 34px;
  margin-right: 5px;
  color: #222;
  padding: 5px 0;
}

#contents #information .wp-pagenavi a.page:nth-child(6n) {
  margin-right: 0;
}

#contents #information .wp-pagenavi a.page:hover {
  background-color: #dbdbdb;
}

#contents #information .wp-pagenavi .current {
  text-align: center;
  border: #888888 1px solid;
  float: left;
  background-color: #ccc;
  color: #343434;
  display: block;
  width: 33px;
  padding: 5px 0;
  margin-right: 5px;
}

#contents #information .wp-pagenavi .current:hover {
  background-color: #dbdbdb;
}

/* #contents */
/*------------ information ここまで --------------*/
#contents {
  /* #information_detail */
}

@media screen and (max-width: 768px) {
  #contents {
    max-width: 100%;
  }
}

#contents #information_detail {
  /* #news_detail */
  /* backlist_btn */
}

#contents #information_detail #news_detail {
  width: 1000px;
  margin: 0 auto;
  border-top: 5px solid #eee;
  /* top_box */
  /* bottom_box */
}

@media screen and (max-width: 768px) {
  #contents #information_detail #news_detail {
    width: 92%;
    margin: 0 auto;
  }
}

#contents #information_detail #news_detail .top_box {
  padding: 15px 0;
  font-size: 12px;
  border-bottom: 1px solid #ddd;
  line-height: 2em;
  border-top: 1px solid #ddd;
}

#contents #information_detail #news_detail .top_box time {
  color: #666;
  margin-left: 10px;
}

#contents #information_detail #news_detail .top_box time:after {
  content: "";
  display: inline-block;
  border: 4px solid transparent;
  border-left-color: #000;
  margin-left: 12px;
  margin-right: 10px;
}

#contents #information_detail #news_detail .top_box .btn {
  font-weight: bold;
  color: #fff;
  width: 100px;
  text-align: center;
  display: inline-block;
  padding: 3px 0;
}

#contents #information_detail #news_detail .top_box .btn.sharoushi {
  background-color: #7fcdf1;
}

#contents #information_detail #news_detail .top_box .btn.zeirishi {
  background-color: #00326e;
}

#contents #information_detail #news_detail .top_box .btn.zeroone,
#contents #information_detail #news_detail .top_box .btn.syaroushi {
  background-color: #00a0e9;
}

#contents #information_detail #news_detail .bottom_box {
  clear: both;
  border-bottom: 1px solid #eee;
  padding-top: 40px;
  padding-left: 15px;
  padding-bottom: 65px;
}

#contents #information_detail #news_detail .bottom_box h3 {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 30px;
}

#contents #information_detail #news_detail .bottom_box p {
  font-size: 14px;
  line-height: 1.714em;
}

#contents #information_detail .backlist_btn {
  margin: 80px auto 140px;
  width: 150px;
  font-size: 16px;
  border: #888 1px solid;
  text-align: center;
  padding: 8px 0;
  color: #888;
}

#contents #information_detail .backlist_btn:hover {
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  #contents #information_detail .backlist_btn {
    margin: 45px auto 120px;
  }
}

/* #contents */
/*---------- information_detail ここまで -----------*/
