
.memberArea {
  width: calc(100% - 40px);
  margin-left: 35px;
  vertical-align: top;
  border-left:2px solid #999;
  border-bottom:2px solid #999;
}

.memberArea .contArea {
  padding:0px 0px 0px 6px;
	color:#555;
}

.socialLinkCard {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding:0 0 5px 0;
}
.socialLinkCard .linkArea {
	padding:0 0 0 5px;
}

.socialBtnArea{
	display:inline-block;
	width:30px;
}

.memberName {
	vertical-align:top;
	font-size     :22px;
	font-weight   :bold;
	color         :#444;
	line-height   :25px;
	padding-bottom:10px;
}
.memberNameSmall {
	vertical-align:top;
	font-size     :20px;
	font-weight   :bold;
	color         :#444;
	line-height   :25px;
	padding-bottom:10px;
	letter-spacing:-0.05em;
}

.otherName {
	vertical-align: top;
	font-size		: 22px;
	font-weight		: bold;
	color:#444;
	height: 30px;
}

.memberPart {
	font-size		: 14px;
	height: 16px;
	line-height:0px;
}

.memberBirth {
	font-size		: 12px;
	height: 16px;
	line-height:0px;
}

.memberTable {
	border			: 0;
	border-spacing	: 2px;
	margin-left		: auto;
	margin-right	: auto;
}

.memberSpace {
	height: 12px;
}

.contSpace {
	height: 36px;
}

.endSpace {
	height: 60px;
}
