/*------------------------------------------------------------
	news/
------------------------------------------------------------*/
#newsArea {
  /*------------------------------------------------------------
		wp-pagenavi
	------------------------------------------------------------*/
}

#newsArea #newsList {
  padding-bottom: 15px;
}

#newsArea #newsList .ttl {
  padding: 15px 15px 15px 50px;
  border-bottom: 1px solid #E9E9E9;
  font-size: 128.57143%;
}

#newsArea #newsList dl {
  padding: 21px 15px 15px;
  border-top: 1px dotted #E9E9E9;
}

#newsArea #newsList dl:after {
  display: block;
  clear: both;
  content: "";
}

#newsArea #newsList dl dt, #newsArea #newsList dl dd {
  float: left;
}

#newsArea #newsList dl dt {
  width: 131px;
  font-size: 92.85714%;
}

#newsArea #newsList dl dt span {
  margin-top: -2px;
  margin-left: 7px;
  padding: 0 1px 0;
  width: 32px;
  background: #5EB130;
  color: #FFF;
  font-weight: bold;
  font-size: 64.28571%;
  display: inline-block;
  text-align: center;
}

#newsArea #newsList dl dd {
  margin-left: 10px;
  width: 504px;
}

#newsArea #newsList dl dd a {
  color: #39C;
}

#newsArea #newsList dl dd a:hover {
  opacity: 0.7;
}

#newsArea #newsList dl:first-child {
  border: none;
}

#newsArea #newsList dl:last-child {
  border-bottom: 1px dotted #E9E9E9;
}

#newsArea #newsDetail {
  width: 100%;
}

#newsArea #newsDetail #WYSIWYG {
  min-height: 50px;
}

#newsArea #newslistBtn a {
  background-color: #eee;
}

#newsArea .wp-pagenavi {
  margin-bottom: 30px;
  text-align: center;
}

#newsArea .wp-pagenavi a,
#newsArea .wp-pagenavi span {
  margin-right: 6px;
}

#newsArea .wp-pagenavi a {
  padding: 5px 10px;
  border: 1px solid #ccc;
  line-height: 1;
  color: #39C;
}

#newsArea .wp-pagenavi a:hover {
  background-color: #eee;
}

#newsArea .wp-pagenavi span.current {
  padding: 5px 10px;
  background-color: #ddd;
  border: 1px solid #ccc;
  color: #666;
}

/*SP*/
@media only screen and (max-width: 736px) {
  #newsArea #newsList {
    width: 100%;
  }
  #newsArea #newsList dl dd {
    width: 100%;
  }
  #newsArea #newsDetail #newsdate {
    margin: 0 14px;
    margin-bottom: 5px;
  }
  #newsArea #newsDetail #WYSIWYG {
    margin: 0 14px;
  }
  #newslistBtn {
    margin-bottom: 20px;
  }
}
