@charset "UTF-8";

/* -------------------------------------
news
------------------------------------- */
#news #postlist {
  width: 68.7%;
  float: left;
}
#news #postlist li.post {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #ccc;
}
#news #postlist li.post .thum {
  width: 39.3%;
  height: 195px;
  float: left;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#news #postlist li.post .txt {
  width: 58%;
  float: right;
}
#news #postlist li.post .txt ul {
  font-size: 0;
}
#news #postlist li.post .txt .category_list {
  margin-bottom: 15px;
}
#news #postlist li.post .txt .category_list li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 5px;
}
#news #postlist li.post .txt .category_list a,
#news #postlist li.post .txt .category_list .catname {
  font-size: 12px;
  line-height: 1;
  color: #fff;
  display: block;
  padding: 7px 15px;
  background-color: #69bc82;
}
#news #postlist li.post .txt .date {
  font-size: 1.4em;
}
#news #postlist li.post .txt h3 {
  font-size: 1.8em;
  margin-bottom: 10px;
}
#news #postlist li.post .txt .postcap {
  font-size: 1.2em;
  margin-bottom: 8px;
}
#news #postlist li.post .txt .permalink {
  text-align: right;
}
#news #postlist li.post .txt .permalink a {
  font-size: 1.2em;
  line-height: 1;
  color: #fff;
  display: inline-block;
  padding: 7px 10px;
  background-color: #242743;
  box-sizing: border-box;
}

#news #post {
  width: 68.7%;
  float: left;
}
#news #post div.clearfix {
  display: flex;
  margin-bottom: 20px;
}
#news #post #date {
  font-size: 1.4em;
  margin-right: 20px;
}

#news #post p {
  word-wrap: break-word;
}
#news #post p a img {
  width:100%;
  height:auto;
}

#news #post ul {
  font-size: 0;
}
#news #post ul li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
}
#news #post ul li a {
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  display: block;
  padding: 7px 15px;
  background-color: #69bc82;
}
#news #post h3 {
  font-size: 1.8em;
  margin-bottom: 10px;
}
#news #post #postcap {
  font-size: 1.2em;
}
#news #post table th,#news #post table td {
  font-size: 1.4em;
  line-height: 1.8;
  border:1px dashed #ccc;
  padding:10px;
}
#news #post table th p,#news #post table td p {
  font-size: 1em;
}
#news #single_pager {
  padding-top: 35px;
  margin-top: 40px;
  margin-bottom: 35px !important;
  border-top: 1px dashed #ccc;
}

#news #postnavi {
  width: 26%;
  float: right;
}
#news #postnavi dl {
  margin-bottom: 40px;
}
#news #postnavi dl dt {
  font-size: 1.4em;
  line-height: 1;
  padding: 20px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#news #postnavi dl dd li {
  font-size: 1.2em;
  border-bottom: 1px dashed #ccc;
}
#news #postnavi dl dd li a {
  font-weight: bold;
  color: #333;
  display: block;
  padding: 15px;
  box-sizing: border-box;
}

@media screen and (max-width: 1000px) {
  #news #postlist li.post .txt .date {
    font-size: 1.3em;
  }
  #news #postlist li.post .txt h3 {
    font-size: 1.7em;
  }
  #news #post h3 {
    font-size: 1.7em;
  }
  #news #post #date {
    font-size: 1.3em;
  }
  #news #postnavi dl dd li a {
    padding: 15px 0;
  }
}
@media screen and (max-width: 768px) {
  #news #postlist li.post .txt h3 {
    font-size: 1.6em;
  }
  #news #post h3 {
    font-size: 1.6em;
  }
  #news #postlist li.post .txt .category_list {
    margin-bottom: 10px;
  }
  #news #postlist li.post .txt .category_list li {
    margin-right: 10px;
  }
  #news #postlist li.post .txt .category_list a {
    padding: 5px 10px;
  }
  #news #post ul li a {
    padding: 5px 10px;
  }

  #news #postnavi dl dt {
    font-size: 1.3em;
    padding: 15px 0;
  }
  #news #postnavi dl dd li a {
    padding: 12px 0;
  }
}
@media screen and (max-width: 640px) {
  #news #postlist {
    width: 100%;
    float: none;
  }
  #news #post {
    width: 100%;
    float: none;
  }
  #news #postnavi {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 480px) {
  #news #post div.clearfix {
    display: block;
  }
  #news #postlist li.post .thum {
    width: 100%;
    float: none;
    height: 180px;
    margin-bottom: 20px;
  }
  #news #postlist li.post .txt {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 320px) {
}
