@charset "utf-8";
.profHead{
	font-size:23px;
	border-left:8px #555 solid;
	margin:1rem 30px -20px;
	padding:.4rem 0 .4rem .8rem
}
.profSect{
	margin:50px 70px;
}
.profSectDesc{
	font-size:.92rem;
	line-height:2em
}
.profSectImg{
  width:180px;
  height:180px;
  text-align:center
}
.profSectImg img{
  width:150px;
  height:150px
}
.linkItem a{
	color:#333
}
#snsList{
	margin:20px auto;
	padding:20px 0;
}
.snsItem a{
  display:block;
  max-width:calc(900px/5);
  margin:0;
  padding:1rem;
  text-align:center
}
.snsItem a:hover{
	color:#fff;
	background-color:#333;
}
.snsItem img{
  width:50px;
  height:50px
}