<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
#qd_date{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	text-align:left;
	margin-top:2em;
}
#qd_name{
	font-size:2em;
	font-weight:bold;
	text-align:left;
	padding-top:10px;
	padding-bottom:10px;
}
#qd_content{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	margin-top:20px;
	margin-bottom:20px;	
	line-height:2;
	font-size:1.4em;
}
#qd_content * img{max-width:100%;height:auto;}
.item{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:1.4em;
}
a#prev,a#next{
	display:inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient: vertical;
	line-height:1.5;
	font-size:14px;
}</pre></body></html>