/*--------------------*
#group_prof
*--------------------*/
#group_prof{
  color: #000;
  text-align: center;
  margin: 15px 0 20px;
}
#group_prof .section_bdy{
  background-color:#fcf6e8;
  position: relative;
  top: -1px;
}
#group_prof .section_ftr{
  padding-bottom: 10%;
  background: url(../img/profile/group_prof/section_ftr.png) no-repeat 50% bottom;
  background-size: 100% auto;
}
#group_prof .section_hdr{
  padding-top:3%;
}
#group_prof .img{
  width: 70%;
  margin: 0 auto 10px;
}
#group_prof .detail_txt{
  text-align: left;
  width: 95%;
  margin: 0 auto;
}
#group_prof .detail_txt P{
  padding: 10px;
  line-height:1.4em;
  font-size:1.1em;
}
#group_prof .severalmenu P{
  width: 95%;
  margin: 0 auto;
  font-size:1.2em;
  text-align:left;
  line-height:1.4em;
}
#group_prof .book_img img {
  box-shadow: 0 1px 5px 1px #585658;
  width: 70%;
}
#group_prof .books {
  float: left;
  width: 50%;
}
#group_prof .book_img {
  margin:1% auto 0;
  text-align: center;
  width: 90%;
}

/*--------------------*
#feature
*--------------------*/
#feature {
  color: #000;
  text-align: center;
  margin: 0 auto 20px;
}
#feature h3{
  position: relative;
  bottom: -1px;
}
#feature .section_bdy {
  background-color:#FCF6E8;
}
#feature .section_ftr {
  padding-bottom: 11%;
  background: url(../img/profile/feature/section_ftr.png) no-repeat 50% bottom;
  background-size: 100% auto;
}
#feature .section_hdr{
}
#feature .detail_txt {
  text-align: left;
  width: 95%;
  margin: 0 auto;
}
#feature .detail_txt p {
  padding: 10px;
  line-height:1.4em;
  font-size:1.1em;
}
