@charset "UTF-8";
.lists {
	line-height: 30px;
	padding: 12px 0;
}
.lists li {
	background-position: 0 14px;
}
.lists li .date {
	float: right;
}

/*list-space*/
.lists-space dl {
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 18px;
	height: 150px;
}
.lists-space dl dt img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
}
.lists-space dl dd.intro {
	width: 300px;
	height: 150px;
	text-indent: 2em;
	line-height: 30px;
	margin-top: -3px;
}
.lists-space dl dd.lists {
	width: 440px;
}