#profile_view_wrap{
	height: calc(100% - 1rem);
	margin-top: 1rem;
	overflow: hidden;
	overflow-y: auto;
}

#profile_view_wrap div.prof_box{
	display: none;
}

#profile_view_wrap div.prof_box.selected{
	display: block;
}

#profile_view_wrap h3{
	border-bottom: 2px solid;
}
#profile_view_wrap .nl2br{
	white-space: pre-wrap;
}
#profile_view_wrap .title_wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 2px solid;
	margin-top: 1rem;
}
#profile_view_wrap .title_wrap h3{
	margin: 0;
	border-bottom: unset;
}

.prof_navi_btn{
	font-size: small;
	font-weight: bold;
	padding: 0.5rem;
}
.prof_navi_btn:hover{
	background: #eee;
	cursor: pointer;
}

.prof_img_box{
	width: 200px;
	/*height: 200px;*/
	float: left;
}
.prof_img_box.small{
	width: 100px;
}
.prof_img_box img{
	width: 100%;
	border: 1px solid #eee;
}
.prof_name_box{
	display: inline-block;
	margin-left: 2rem;
	float: left;
}
.prof_name_box h2{
	margin: 0;
}
.prof_name_box .prof_title{
	font-size: medium;
}
.prof_edit_box{
	font-size: x-large;
	padding: 0 0.5rem;
	float: right;
}
.prof_head_box:after{
	display: block;
	content: '';
	clear: both;
}

#profile_view_wrap .content_box._article .addr_map{
	justify-content: space-between;
}

#profile_view_wrap .content_box._article .a_uses{
	color: white;
	background: green;
	padding: 0 0.5rem;
	border-radius: 0.5rem;
	font-weight: bold;
}
