@charset "utf-8";
#index {
  width: 730px;
  padding: 0px;
  float: left;
  margin: 0px;
}
/*___________ about ___________ */
#index .about {
  width: 500px;
  float: left;
  background-image: url(../img/index/about.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 230px;
  margin-bottom: 40px;
}
#index .about h2 {
  font-size: 160%;
  line-height: 30px;
  padding-top: 5px;
  padding-bottom: 10px;
  color: #000;
  margin: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-weight: normal;
}
#index .about h2 span {
  color: #F97910;
  font-weight: bold;
}
#index .about h3 {
  font-size: 110%;
  line-height: 21px;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
}
/*___________ step ___________ */
#index .step {
  width: 730px;
  float: left;
  margin-bottom: 50px;
}
/*___________ feature ___________ */
#index .feature {
  width: 730px;
  float: left;
}
#index .feature .logo {
  height: 40px;
  color: #000;
  width: 180px;
  float: left;
  margin-right: 10px;
}
#index .feature .title {
  font-size: 170%;
  height: 40px;
  color: #333;
  float: left;
  line-height: 40px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #E4E4E4;
  width: 100%;
  padding-bottom: 10px;
  font-weight: bold;
}
#index .feature ul {
  margin: 0px;
  padding: 0px;
}
#index .feature li {
  list-style-type:none;
  display: block;
  width: 730px;
  float: left;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #E4E4E4;
  padding-top: 30px;
  padding-bottom: 30px;
}
#index .feature li .icon {
  width: 100px;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
#index .feature li h3 {
  font-size: 140%;
  height: 30px;
  line-height: 30px;
  padding-bottom: 10px;
  color: #FF8B00;
  font-weight: bold;
  margin: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}
#index .feature li h4 {
  font-size: 110%;
  line-height: 21px;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
}
/*___________ demo ___________ */
#index .demo {
  width: 730px;
  float: left;
  font-size: 140%;
  line-height: 44px;
  height: 44px;
  text-align: center;
  background-color: #FF8B00;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #F05D00;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
}
#index .demo a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
}
