/* -----------メンバー紹介----------- */

div#member-profile div.row{
  /*width:95%;*/
  margin-left: auto;
  margin-right: auto;
}

.member-spec-fb{
  vertical-align: bottom;
}
.member-position{
  color: #004190;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 2.0rem;
  margin-top: 0;
}
.member-name{
  font-weight: bold;
  font-size: 2.4rem;
  margin-right:1.8rem;
  /*margin-bottom: 0.5rem;*/
  margin-top:1.5rem;
}
.member-spell-birth{
  color:#999999;
  line-height: 2.0rem;
  margin-bottom: 0.0rem;
  margin-top:2rem;
}

#member-profile.section > div > div {
  padding-right: 0px;
  padding-left: 0px;

}
#member-profile.section > div > div > div{
  margin-bottom: 6rem;
/*  padding-right: 28px;
  padding-left: 28px;*/
  
}
#member-profile dl{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    text-align: left;
    font-size: 1.3rem;
    color:#999999;
    margin-bottom: 0.8rem;
    font-weight: normal;
}
#member-profile dl dt{
  width:20%;
  font-weight: normal;
}
#member-profile dl dd{
  width:80%;
}
.member-spec-photo{
  padding-right: 0px;
  padding-left: 0px;
  margin-bottom: 2.0rem;
}
.member-spec-photo img{
  width:122px;
  height:122px;
}

/* ーーーーーーーーーーiPadサイズ対応ーーーーーーーーーー */
@media(min-width:768px) {
    #member-profile dl dd{
      width:90%;
    }
}