#Contents .author {
	position: relative;
	margin: 0 auto;
	border-bottom: 1px dotted #999;
	padding: 0 0 40px;
	width: calc(100% - 20px);
	box-sizing: border-box;
}
#Contents .author header {
	margin: 0 0 20px;
	width: 100%;
	height: 80px;
	line-height: 80px;
	font-size: 20px;
}
#Contents .author header .avatar {
	float: left;
	margin: 10px 15px 10px 5px;
	width: 58px;
	height: 58px;
	font-size: 0;
	background-size: contain;
	text-align: center;
	overflow: hidden;
}
#Contents .author header .avatar.circle {
	border: 1px solid #999;
	border-radius: 30px;
}
#Contents .author p {
	margin: 0 auto;
	width: calc(100% - 60px);
}
