@charset "utf-8";
/* index.css */
.wideslider {
  width: 100%;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.wideslider ul,
.wideslider ul li {
  float: left;
  display: inline;
  overflow: hidden;
}
.wideslider ul li img {
  width: 100%;
  display: none;
}
.wideslider_base {
  top: 0;
  position: absolute;
}
.wideslider_wrap {
  top: 0;
  position: absolute;
  overflow: hidden;
}
.slider_prev,
.slider_next {
  top: 0;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  cursor: pointer;
}
.slider_prev {
  background: #fff url(img/prev.jpg) no-repeat right center;
  background-size: 30%;
}
.slider_next {
  background: #fff url(img/next.jpg) no-repeat left center;
  background-size: 30%;
}
.pagination {
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 15px;
  text-align: center;
  position: absolute;
  z-index: 200;
}
.pagination a {
  margin: 0 5px;
  width: 15px;
  height: 15px;
  display: inline-block;
  overflow: hidden;
  background: #333;
}
.pagination a.active {
  filter: alpha(opacity=100) !important;
  -moz-opacity: 1!important;
  opacity: 1!important;
}
/* =======================================
    ClearFixElements
======================================= */
.wideslider ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
.wideslider ul {
  display: inline-block;
  overflow: hidden;
}
#article-group {
  width: 85%;
  margin: 0 auto 20px;
}
#news {
  width: 95%;
  margin: 0 auto 2em;
}
/* article */
#article-group article {
  width: 100%;
  margin-bottom: 15px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 4px;
  box-shadow: 2px 2px 2px #ccc;
  padding: 2px;
  position: relative;
}
#article-group article .entry-summary {
  width: 100%;
  border-radius: 4px;
  padding: 0;
  margin: 0;
}
#article-group article .entry-summary a {
  width: 100%;
  display: block;
  overflow: hidden;
  border-radius: 4px;
  color: #000;
}
#article-group article .entry-summary a img {
  transition: opacity 1s;
  vertical-align: bottom;
}
#article-group article .entry-summary a:hover img {
  opacity: .6;
  filter: alpha(opacity=60);
}
#article-group article h2 {
  position: absolute;
  top: 30%;
  left: 1.3em;
  font-family: notoFont;
  font-weight: normal;
  font-size: 1.4em;
  letter-spacing: 3px;
  color: #fff;
  text-shadow: 2px 2px 3px #000;
}
#article-group article .entry-txt {
  position: absolute;
  bottom: 2px;
  left: 2px;
  right: 2px;
  box-sizing: content-box;
  background: rgba(255, 255, 255, 0.8);
  height: 4.2em;
  padding: 8px 8px 15px;
  font-size: 1.2rem;
}
#article-group article .entry-txt > p {
  height: 4.2em;
  margin-bottom: 1rem;
}
/* news */
#news h2 {
  font-family: notoFont;
  font-weight: normal;
}
#news dl {
  font-size: 1.3rem;
  border-bottom: 1px dotted #ccc;
  padding: 5px 0;
}
#news dl dd h3 {
  color: #0071bc;
}
#news dl dd p {
  /* overflow: hidden;
				text-overflow: ellipsis;
				white-space: nowrap; */
}
.hidden {
  display: none;
}
@media screen and (min-width: 481px) {
  /* #content */
  #article-group {
    width: 85%;
    overflow: hidden;
    _zoom: 1;
  }
  /* #news {
		width: 25.263%;
		float: right;
	} */
  /* article */
  #article-group article {
    width: 49%;
    float: left;
    margin-right: 2%;
    overflow: hidden;
    _zoom: 1;
  }
  #article-group article:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) {
  #content-area {
    max-width: 950px;
    margin: 30px auto;
    overflow: hidden;
  }
  #article-group {
    width: 71.052%;
    max-width: 675px;
    float: left;
  }
  #news {
    width: 25.263%;
    max-width: 240px;
    float: right;
  }
}
@media screen and (min-width: 1045px) {
  #article-group article {
    width: 32%;
    float: left;
    margin-right: 2%;
  }
  #article-group article:nth-child(2n) {
    margin-right: 2%;
  }
  #article-group article:nth-child(3n) {
    margin-right: 0;
  }
}
