/*記事全体の設定*/
article{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

/*記事全体のリスト配置*/
article li{
	margin: 2em 0;
}

/*引用箇所の設定*/
article footer{
	display: table;
	width: 100%;
	text-align: right;
}

/*作者名の太字設定*/
span{
	font-weight: bold;
}
