/*--------------------*
#group_prof
*--------------------*/
#group_prof{
  color: #000;
  text-align: center;
  margin:0 auto 4%;
}
#group_prof .section_bdy{
  background: url(../img/profile/group_prof/section_bdy.jpg) repeat-y 50% top;
  background-size: 100% auto;
}
#group_prof .section_ftr{
  padding-bottom: 8%;
  background: url(../img/profile/group_prof/section_ftr.jpg) no-repeat 50% bottom;
  background-size: 100% auto;
}
#group_prof .img1{
  width:96%;
  margin:0 auto;
}
#group_prof .detail_txt{
  text-align: left;
  width: 85%;
  margin:0 auto;
  text-align:left;
  padding:3%;
  background-color:#000;
  border:1px solid #DBD8BC;
  border-radius:4px;
  font-size: 1.2em;
  line-height:1.5em;
  color:#ececec;
}
.disp_sp #group_prof .detail_txt{
  font-size: 15px;
}
#group_prof .detail_txt SMALL{
  font-size: 0.9em;
}

/*--------------------*
#feature
*--------------------*/
#feature {
  color: #ffffff;
  text-align: center;
  margin: 0 auto 20px;
}
#feature h4{
  width:93.8%;
  margin:0 auto 5px;
}
#feature h5{
  width:93.8%;
  margin:0 auto;
}
#feature .section_bdy {
  background: url(../img/profile/feature/section_bdy.jpg) repeat-y 50% top;
  background-size: 100% auto;
}
#feature .section_ftr {
  padding-bottom: 8%;
  background: url(../img/profile/feature/section_ftr.jpg) no-repeat 50% bottom;
  background-size: 100% auto;
}
#feature .section_hdr{
  padding-top: 2%;
}
#feature #info_group H3{
  width: 95%;
  margin: 0 auto;
}
#feature .detail_txt {
  text-align: left;
  width: 95%;
  margin: 0 auto 5%;
}
#feature .detail_txt p {
  padding: 0 10px;
  line-height:1.5em;
  font-size:1.2em;
}
.disp_sp #feature .detail_txt p {
  font-size: 15px;
}
