@charset "utf-8";
#feature {
  width: 730px;
  padding: 0px;
  float: left;
  margin: 0px;
}
#feature h2 {
  float: left;
  width: 730px;
  font-size: 180%;
  height: 30px;
  line-height: 30px;
  padding-top: 5px;
  padding-bottom: 10px;
  color: #333;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #E4E4E4;
  margin: 0px;
  font-weight: normal;
}
#feature h2 span {
  color: #FF8B00;
}
#feature p {
  float: left;
  width: 730px;
  font-size: 110%;
  margin: 0px;
  font-weight: normal;
  padding-top: 15px;
  line-height: 18px;
}

/*___________ plan ___________ */
#plan {
  width: 710px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  float: left;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #FF8B00;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  margin-top: 30px;
}
#plan ul {
  padding: 0px;
  margin: 0px;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #DBDBDB;
  float: left;
}
#plan li {
  display:inline;
  list-style-type:none;
}
#plan li.admin a {
  list-style-type:none;
  display: block;
  width: 235px;
  float: left;
  font-size: 110%;
  border-top-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-top-color: #DBDBDB;
  border-right-color: #DBDBDB;
  height: 50px;
  line-height: 25px;
  background-color: #F6F6F6;
  background-image: url(../img/feature_list/navi_admin.png);
  background-position: top;
  background-repeat: no-repeat;
}
#plan li.admin a:hover  {
  background-position: top;
  background-color: #F1F1F1;
}
#plan li.admin_on {
  list-style-type:none;
  display: block;
  width: 235px;
  float: left;
  font-size: 110%;
  border-top-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-top-color: #DBDBDB;
  border-right-color: #DBDBDB;
  height: 50px;
  line-height: 25px;
  background-color: #FF8B00;
  background-image: url(../img/feature_list/navi_admin.png);
  background-position: bottom;
  background-repeat: no-repeat;
}

#plan li.affiliater a {
  list-style-type:none;
  display: block;
  width: 235px;
  float: left;
  font-size: 110%;
  border-top-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-top-color: #DBDBDB;
  border-right-color: #DBDBDB;
  height: 50px;
  line-height: 25px;
  background-color: #F9F9F9;
  background-image: url(../img/feature_list/navi_affiliater.png);
  background-position: top;
  background-repeat: no-repeat;
}
#plan li.affiliater a:hover  {
  background-position: top;
  background-color: #F1F1F1;
}
#plan li.affiliater_on {
  list-style-type:none;
  display: block;
  width: 235px;
  float: left;
  font-size: 110%;
  border-top-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-top-color: #DBDBDB;
  border-right-color: #DBDBDB;
  height: 50px;
  line-height: 25px;
  background-color: #FF8B00;
  background-image: url(../img/feature_list/navi_affiliater.png);
  background-position: bottom;
  background-repeat: no-repeat;
}

#plan li.system a {
  list-style-type:none;
  display: block;
  width: 235px;
  float: left;
  font-size: 110%;
  border-top-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-top-color: #DBDBDB;
  border-right-color: #DBDBDB;
  height: 50px;
  line-height: 25px;
  background-color: #F9F9F9;
  background-image: url(../img/feature_list/navi_system.png);
  background-position: top;
  background-repeat: no-repeat;
}
#plan li.system a:hover  {
  background-position: top;
  background-color: #F1F1F1;
}
#plan li.system_on {
  list-style-type:none;
  display: block;
  width: 235px;
  float: left;
  font-size: 110%;
  border-top-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-top-color: #DBDBDB;
  border-right-color: #DBDBDB;
  height: 50px;
  line-height: 25px;
  background-color: #FF8B00;
  background-image: url(../img/feature_list/navi_system.png);
  background-position: bottom;
  background-repeat: no-repeat;
}


#triangle  {
  list-style-type:none;
  display: block;
  width: 710px;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 15px;
}
#triangle .icon{
  width: 0px;
  height: 0;
  border: 6px solid transparent;
  border-top: 6px solid #fff;
  float: left;
  margin-left: 112px;
  margin-right: 112px;
  }
#triangle .icon_on{
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top: 6px solid #FF8B00;
  float: left;
  margin-right: 112px;
  margin-left: 112px;
  }
  
#feature .table {
  float: left;
  width: 730px;
}
#feature .table th {
  background-color: #535353;
  color: #fff;
  line-height: 30px;
  width: 30px;
  text-align: center;
}
#feature .table tr:nth-child(odd) {
  background-color: #FBFBFB;
}
#feature .table tr:nth-child(even) {
  background-color: #F1F1F1;
}
#feature .table .head {
  text-align: center;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #FFF;
  width: 25%;
  font-weight: bold;
}
#feature .table td {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height:150%;
}
#feature .table .text {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

#feature h3 {
    float: left;
    font-size: 110%;
    font-weight: normal;
    line-height: 18px;
    margin: 0;
    width: 730px;
}
