@charset "utf-8";
/* シーズらんどタイヨー */

#main .top_txt {
  background-color: #ffed66;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 12px;
  text-align: center;
  padding: 14px 0 15px;
  margin-bottom: 50px;
}

#main .top_txt b {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 6px;
}

#main .news_topics_area dl {
  background-color: #fff;
  width: 940px;
  padding: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-bottom: 20px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

#main .news_topics_area dl dt {
  width: 206px;
  float: left;
  margin-right: 18px;
}

#main .news_topics_area dl dd {
  width: 676px;
  float: left;
}

#main .news_topics_area dl dd span {
  display: block;
  font-size: 12px;
  margin-bottom: 7px;
}

#main .news_topics_area dl dd b {
  display: block;
  font-size: 20px;
  margin-bottom: 12px;
}

#main .news_topics_area dl dd p {
  line-height: 1.6;
}


