@charset "UTF-8";
/* CSS Document */

.publishList li{
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 1.7em;
	margin-top: 0.5em;
	margin-bottom: 1em;
}

.publishList.none li {
	list-style-type: none;
	margin-left: 0;
}

.entry {
	padding-bottom: 1em;
	border-bottom: dotted 1px #cbd2d4;
	margin-bottom: 1em;
}

.date,.author {
	font-size: 90%;
	line-height: 1.3em;
}


.note {
	margin-top: 0.8em;
}

.publishIndex li {
	border-bottom: dotted 1px #d9d9cb;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
}