/* news
----------------------------------------------*/
#news article > h1 {
  background-image: url("../images/about/about_ico.png");
  background-repeat: no-repeat;
  background-position: 20px center;
  background-color: #f3e7de;
  border-color: #cebbac;
}
#news article section h2 {
  background-repeat: no-repeat;
  background-position: 20px center;
}
#news section h2 {
  background-image: url("../images/about/target_ico.png");
  padding-left: 58px;
}

#news .list-news {}
#news .list-news li {
  margin-bottom: 20px;
}
#news .list-news li .cat {
  display: inline-block;
  width: 100px;
  margin-right: 10px;
  padding: 2px 10px;
  color: #fff;
  font-size: 0.8rem;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
}
#news .list-news li .cat.style01,
#news .list-news li .cat.cat-event {
  background: #caafd0;
}
#news .list-news li .cat.style02,
#news .list-news li .cat.cat-info {
  background: #afd0bf;
}
#news .list-news li .cat.style03,
#news .list-news li .cat.cat-member {
  background: #afbbd0;
}
#news .list-news li .cat.style04,
#news .list-news li .cat.cat-aichi {
  background: #CFC1AF;
}
#news .list-news li .new {
  display: inline-block;
  width: 40px;
  margin-right: 10px;
  color: #ff6666;
  font-weight: bold;
  vertical-align: middle;
}
#news .list-news li time {
  margin-right: 10px;
}
#news .list-news li a {}
#news .list-news li .text {
  margin: 10px 0 0 193px;
}


#news.detail {
  width: 1000px;
  margin: 0 auto;
}
#news.detail .contents_body {
  float: right;
  width: 780px;
}
#news.detail #sidebar {
  float: left;
  width: 190px;
}

#news .post-wrap {}
#news .post-wrap .post-header {
  margin-bottom: 20px;
  border-bottom: 2px solid #635245;
}
#news .post-wrap .post-header .post-date {}
#news .post-wrap .post-header .post-cat {}
#news .post-wrap .post-header .new {}
#news .post-wrap .post-body {
  margin-bottom: 10px;
  border-bottom: 2px solid #635245;
}
#news .post-wrap .post-body .post-title {
  margin-bottom: 30px;
  color: #5893d5;
  font-size: 1.6rem;
}
#news .post-wrap .post-body .post-cont {
  margin-bottom: 40px;
}
#news .post-wrap .post-footer {
  margin-bottom: 10px;
  text-align: center;
}
#news .post-wrap .post-footer a {
  display: inline-block;
  padding: 10px 0;
  text-decoration: none;
}
#news .post-wrap .post-footer .link-cat {
  float: left;
  width: 40%;
  background: #f3e7de;
  border: 2px solid #cebbac;
}
#news .post-wrap .post-footer .link-cat a {
  color: #534336;
}
#news .post-wrap .post-footer .link-back {
  float: right;
  width: 40%;
  background: #bfa896;
  border: 2px solid #efe0d4;
}
#news .post-wrap .post-footer .link-back a {
  color: #fff;
}
#news .post-wrap .alignright {
  float: right;
  margin: 0 0 10px 10px;
}
#news .post-wrap .pagenavi {
  margin-bottom: 20px;
}
#news .post-wrap .pagenavi .leftnavi {
  float: left;
  width: 45%;
}
#news .post-wrap .pagenavi .leftnavi a {}
#news .post-wrap .pagenavi .rightnavi {
  float: right;
  width: 45%;
  text-align: right;
}
#news .post-wrap .pagenavi .rightnavi a {}



/* sidebar
----------------------------------------------*/
#sidebar {}
#sidebar .menu {
  padding: 15px 0 15px 50px;
  background: #bfa896 url("../images/common/ico_menu.png") no-repeat 20px 50%;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
}
#sidebar .widget {
  padding: 30px 10px;
  border-bottom: 2px dotted #bfa896;
  font-size: 1.0rem;
}
#sidebar .widget:last-child {
  border-bottom: none;
}
#sidebar .widget .title {}
#sidebar .widget .title span {
  color: #e98b7c;
}
#sidebar .widget a {
  color: #534336;
}



/* wp-pagenavi
----------------------------------------------*/
.wp-pagenavi {
  clear: both;
  border: 1px solid #cebbac;
  border-radius: 21px;
  line-height: 40px;
  text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  padding: 0 5px 0 10px;
  color: #191919;
  line-height: 1;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  display: inline-block;
  border-color: #000;
  color: #191919;
  line-height: 1;
}

.wp-pagenavi span.current {
}

.wp-pagenavi a.page {
  border-left: 1px solid #191919;
}
.wp-pagenavi a.page:first-child {
  border-left: none;
}


@media screen and (max-width: 768px) {
  #news.detail {
    width: auto;
    margin-top: 18px;
  }
  #news.detail .contents_body {
    float: none;
    width: auto;
  }
  #news.detail #sidebar {
    float: none;
    width: auto;
  }

  #news .list-news li a {
    display: block;
  }
  #news .list-news li .text {
    margin: 10px 0;
  }
  #news .post-wrap .alignright {
    float: none;
    margin: 10px;
  }
  #news .post-wrap .post-footer .link-cat {
    float: none;
    width: 80%;
    margin: 10px 10%;
  }
  #news .post-wrap .post-footer .link-back {
    float: none;
    width: 80%;
    margin: 10px 10%;
  }
  #news .post-wrap .pagenavi .leftnavi {
    float: none;
    width: 90%;
  }
  #news .post-wrap .pagenavi .rightnavi {
    float: none;
    width: 90%;
  }
}