@CHARSET "utf-8";

/* avocation2013
---------------------------------------------------- */

#content {
  width: 950px;
  margin: 140px auto 160px;
  color: #555;
  font-size: 12px;
}

#content h2 {
  margin: 20px 0 30px;
  padding: 15px 0 10px;
  color: #fff;
  background-color: #87c209;
  line-height: 1.3;
  font-size: 3.5em;
  text-align: center;
}

#content p {
  margin: 0 20px 30px;
  line-height: 1.5;
  font-size: 1.5em;
}

/* section */
#content .section {
  margin-bottom: 40px;
  padding-bottom: 20px;
  background-color: #f7f6f5;
}

#content .section h3 {
  border: 1px solid #ccc;
}

#content .section h3 span {
  padding: 20px 20px 20px 25px;
  border: 1px solid #fff;
  display: block;
  background: #fff url('/static/img/af/www/common/bg-header-950.png') no-repeat 0 100%;
  font-size: 2.5em;
}

#content .last h3 span {
  background-image: url('/static/img/af/www/common/bg-header-950-pink.png');
}

#content .section h4,
#content .section p {
  margin: 20px 20px 0;
}

#content .section h4 {
  font-size: 2em;
}

#content .section p strong {
  color: #e4008f;
}

#content .section .point {
  padding-right: 200px;
  min-height: 193px;
  background: url('/static/img/af/www/feature/spAffiliate/img-point.png') no-repeat 100% 100%;
}

#content .section .point ul {
  margin: 10px 70px -10px 20px;
  padding: 20px 5px 10px;
  background-color: #fff;
}

#content .section .point ul li {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.5em;
}

#content .section .method {
  margin: 20px 16px 0;
  width: 918px;
  overflow: hidden;
}

#content .section .method li {
  float: left;
  width: 306px;
  text-align: center;
}

#content .join {
  margin-bottom: 40px;
}

#content .join p {
  margin: 0;
  font-weight: bold;
  font-size: 2.5em;
  text-align: center;
}

#content p.btn-box {
  margin: 20px auto 28px;
  text-align: center;
}

p.btn-box a {
  margin: 0 auto;
  border-radius: 5px;
  display: inline-block;
  width: 500px;
  height: 65px;
  line-height: 65px;
  color: #fff!important;
  background-color: #f79256;
  font-weight: bold;
  font-size: 30px;
  text-decoration: none;
  box-shadow: 0 8px 0 0 #c67545;
  transition: background-color 0.3s ease-in-out;
}

p.btn-box a:hover {
  background-color: #ffa666;
}

p.btn-box a:active {
  box-shadow: 0 3px 0 0 #c67545;
  position: relative;
  top: 5px;
  background-color: #ffa666;
}

#content .last p.banner {
  text-align: center;
}

#content .last p.banner span {
  margin-top: 5px;
  display: block;
  color: #e4008f;
  font-weight: bold;
}


