@charset "UTF-8";

/*------------------------------------------------
フィーチャー固有のCSS
------------------------------------------------*/

#feature #container-4 ul{
  border-top-style: none;
  font-size: 100%;
  margin: 0px;
  padding: 0px;
}
#feature #container-4 ul li a{
  margin-right: 5px;
  padding-right: 8px;
  padding-left: 3px;
}

#feature h3{
  line-height: 1.5em;
  margin-bottom: 15px;
}

#feature dl{
  margin-left: 0px;
  margin-bottom: 25px;
  font-size: 108%;
  margin-top: 10px;
}

#feature dt{
  margin-bottom: 5px;
  border-bottom: 1px solid #CCCCCC;
  width: 600px;
  font-weight: bold;
}
#feature dd {
  background: url(../img/arrow3.gif) no-repeat 1px 4px;
  text-indent: 10px;
  margin-bottom: 2px;
}

#feature dd a{ font-weight: normal; }
