@charset "utf-8";
/* CSS Document */
.profile{
	width: 100%;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
    box-sizing: border-box;
    border: 1px solid #eb6100;
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.profile p{
	padding:0 5px 0 5px;
	line-height:2.1;
	font-size:14px;
}
.profile_head{
	}
.profile_head img{
	max-width:100%;
	display:block;
}
.profile_name{
	margin:-50px 0 10px 0;
	text-align: center;
}
.profile_name img {
    width: 100px;
    height: 100px;
    margin: 0px auto 5px auto;
    border-radius: 50%;
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.profile_name p{
	font-size:16px;
	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}