#contents {
  overflow: hidden;
}
#contents p {
  font-size: 14px;
  /*font-size: $size + rem;*/
  line-height: 171%;
  margin-bottom: 35px;
}
#contents .contents_t {
  padding-bottom: 35px;
  margin-bottom: 40px;
}
#contents .contents_t h2 {
  margin-bottom: 25px;
}
#contents .contents_t .selectarea {
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  overflow: hidden;
}
#contents .contents_t .selectarea select {
  float: left;
  margin-right: 10px;
}
#contents .contents_t .news {
  margin-top: -166px;
  width: 825px;
  overflow: hidden;
  padding-bottom: 40px;
  padding-top: 201px;
  border-bottom: 1px solid #dddddd;
}
#contents .contents_t .news:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
#contents .contents_t .news.pb0 {
  padding-bottom: 0;
}
#contents .contents_t .news .news_t {
  width: 460px;
  float: left;
}
#contents .contents_t .news .news_t.w825 {
  width: 825px;
}
#contents .contents_t .news .news_t time {
  font-size: 13px;
  /*font-size: $size + rem;*/
  background: url(/wp-content/themes/iris/acceptance/images/bg_date.png) no-repeat;
  color: #fff;
  width: 110px;
  height: 35px;
  display: inline-block;
  text-align: center;
  margin-bottom: 10px;
}
#contents .contents_t .news .news_t h3 {
  font-size: 14px;
  /*font-size: $size + rem;*/
  color: #444444;
  margin-left: 20px;
  margin-bottom: 10px;
}
#contents .contents_t .news .news_t p {
  margin-left: 20px;
}
#contents .contents_t .news .news_i {
  width: 335px;
  float: left;
  margin-left: 28px;
}
