@charset "utf-8";
#support {
  width: 730px;
  padding: 0px;
  float: left;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
#support 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;
}
#support p {
  float: left;
  width: 730px;
  font-size: 110%;
  line-height: 18px;
  margin: 0px;
  font-weight: normal;
  padding-top: 15px;
}
#support ul#contents {
  float: left;
  margin-top: 30px;
  margin-right: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
  width: 730px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #EBEBEB;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
}
#support ul#contents li {
  list-style-type:none;
  display: block;
  width: 353px;
  float: left;
  height: 110px;
  margin-bottom: 20px;
  background-color: #F9F9F9;
  border: 1px solid #E4E4E4;
  position: relative;
}
#support ul#contents .margin {
  margin-bottom: 20px;
  float: left;
  margin-right: 20px;
}
#support ul#contents li .title {
  width: 343px;
  float: left;
  height: 34px;
  font-weight: bold;
  color: #FFF;
  line-height: 34px;
  font-size: 130%;
  padding-left: 10px;
  text-decoration: none;
}
#support ul#contents li .leaf {
  background-color: #6FAB1D;
}
#support ul#contents li .affilicode {
  background-color: #F97910;
}

#support ul#contents li .text {
  width: 343px;
  float: left;
  font-size: 110%;
  padding-top: 10px;
  padding-left: 10px;
  color: #333;
  text-decoration: none;
}
#support .package  {
  height: 110px;
  width: 170px;
  position: absolute;
  right: 0px;
  top: 0px;
}

/*___________ form ___________ */
#support .form_inline {
  width: 730px;
  height: 900px;
  padding: 0px;
  float: left;
  margin: 0px;
}

/*___________ top_banner ___________ */
#support .top_banner {
  margin-bottom: 30px;
}

/*___________ btn_acs ___________ */
#support .btn_acs {
  clear: both;
  line-height: inherit;
  margin: 25px 0 40px;
}
#support .btn_acs a {
  width: 430px;
  text-align: center;
  text-decoration: none;
  display: block;
  color: #fff;
  border-radius: 5px;
  margin: 0 auto;
  padding: 20px;
  background-color: #b30015;
}

/*___________ after_support ___________ */
#support #after_support {
  width: 650px;
  padding: 40px;
  clear: both;
  margin-top: 40px;
  margin-bottom: 30px;
  line-height: inherit;
  border: 2px solid #e8e8e8;
}
#support #after_support h3 {
  font-size: 150%;
  line-height: 18px;
  font-weight: normal;
  text-align: center;
  float: none;
  margin: 0;
  padding-top: 0;
  padding-bottom: 20px;
  width: 100%;
}
#support #after_support p {
  float: none;
  font-size: 100%;
  line-height: 16px;
  width: 100%;
  margin: 0;
  padding: 0;
}
#support .more_link {
  text-align: right;
}