// 著者部分
.c-postAuthor {
	color: inherit;
	text-decoration: none;
}

a.c-postAuthor:hover {
	text-decoration: underline;
}

.c-postAuthor__figure {
	width: 16px;
	height: 16px;
	margin-right: .25rem;
	margin-left: 1px;
	overflow: hidden;
	border-radius: 50%;
}

// .c-postAuthor__name {}
