#kotsu {
	line-height: 2;
	color: #e71219;
	list-style-type: decimal;
	list-style-position: outside;
}
#kotsu li {
	font-weight: bold;
	margin-left: 2em;
	list-style-type: decimal;
}
.imgList li {
	float: left;
	margin-right: 20px;
	width:220px;
}
.imgList li:last-child {
	margin-right: 0px;
}

