@charset "UTF-8";



/****************************************************
 * コメントのデザイン
 ****************************************************/

/* タイトルと本文の余白 */
.st-comment-meta {
	margin-bottom: 2em;
}
/* 本文の段落の余白 */
.st-comment-content p {
	margin-bottom: 1em!important;
}
/* アバター画像の調整 */
.comment .avatar {
	width: 100px!important;
	height: 100px!important!;
	border-radius: 50%;
}