
/* 特徴 */
#feature {
  background-image: url(../img/index/feature.png);
  background-repeat: no-repeat;
  width: 850px;
  height: 672px;
  font-size: 15px;
  line-height: 26px;
  margin: 0px 0px 40px 0px;
}
#feature1 {
  padding: 76px 0px 0px 298px;
}
#feature2 {
  padding: 95px 0px 0px 298px;
}

/* 交通事故 */
#traffic {
  background-image: url(../img/index/traffic.png);
  background-repeat: no-repeat;
  width: 814px;
  height: 103px;
  font-size: 16px;
  line-height: 26px;
  padding: 166px 0px 0px 36px;
  margin: 50px 0px 40px 0px;
}
.traffic_bold {
  font-weight: bold;
  font-size: 17px;
}

/* 子ども */
#child {
  background-image: url(../img/index/child.png);
  background-repeat: no-repeat;
  width: 814px;
  height: 104px;
  font-size: 16px;
  line-height: 26px;
  padding: 165px 0px 0px 36px;
  margin: 0px 0px 70px 0px;
}
.child_bold {
  font-weight: bold;
  font-size: 17px;
}

/* 当院のご案内 */
#about {
  background-image: url(../img/index/about.png);
  background-repeat: no-repeat;
  width: 850px;
  height: 459px;
  margin: 50px 0px 0px 0px;
}
#about1 {
  padding: 340px 0px 0px 443px;
}
#about2 {
  padding: 7px 0px 0px 443px;
}

/* ご挨拶 */
#greet {
  background-image: url(../img/index/greet.jpg);
  background-repeat: no-repeat;
  width: 792px;
  height: 342px;
  font-size: 17px;
  line-height: 27px;
  padding: 100px 0px 0px 58px;
  margin: 50px 0px 50px 0px;
}

/* お知らせ */
.info {
  word-break: break-all;
  padding: 7px 10px 7px 18px;
}
.info_bar {
  border-bottom: 1px dashed #BFBFBF;
  margin: 0px 0px 0px 0px;
}
.new {
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #FF0000;
  padding: 2px 4px 0px 4px;
  margin: 0px 10px 0px 0px;
}



