@charset "utf-8";
.tags h3 {
	display:none;
}
.tags p {
	margin:6px 0 0 0;
	text-indent:0;
	text-align:center;
	background:#f5fafa;
}
.tags p a {
	font-family:"黑体", sans-serif;
	font-weight:100;
	display:-moz-inline-box;
	*+display:inline-block;
	margin:2px 0;
	padding:0 5px;
	white-space:nowrap;
	text-decoration:none;
	vertical-align:middle;
}
.tags p a.xxl {
	font-size:200%;
	line-height:1.2em;
	color:#000;
}
.tags p a.xl {
	font-size:185%;
	line-height:1.3em;
	color:#111;
}
.tags p a.l {
	font-size:170%;
	line-height:1.4em;
	color:#222;
}
.tags p a.m {
	font-size:155%;
	line-height:1.5em;
	color:#333;
}
.tags p a.s {
	font-size:140%;
	line-height:1.6em;
	color:#444;
}
.tags p a.xs {
	font-size:125%;
	line-height:1.7em;
	color:#555;
}
.tags p a.xxs {
	font-size:110%;
	line-height:1.8em;
	color:#666;
}
.tags p a:hover {
	color:#5ca102;
	background:#e9f5da;
}
.board {
	padding:10px 0 10px 12px;
}
.booklist {
	float:left;
	margin-right:10px;
	width:140px;
	padding:9px;
	border:1px solid #ccc;
}
.bla {
	background:#f5fafa;
}
.blb {
	background:#f6f5fa;
}
.blc {
	background:#faf5f8;
}
.bld {
	background:#faf8f5;
}
.ble {
	background:#f6faf5;
}
.booklist h3 {
	border-bottom:1px dotted #ccc;
}
.booklist li {
	border-top:1px dotted #ccc;
}
.booklist li a {
	display:block;
	width:140px;
	white-space:nowrap;
	text-decoration:none;
	overflow:hidden;
	text-overflow:ellipsis;
}
.booklist li small {
	display:-moz-inline-box;
	*+display:inline-block;
	margin-left:6px;
	color:#999;
	font-size:11px;
}
.bookmark {
	padding:10px;
	text-align:center;
}
