@charset "utf-8";
#book .note {
	margin: 10px auto;
	width: 750px;
	text-align: center;
}
#book h1 {
	font-size: 34px;
	line-height: 100px;
	font-weight: normal;
}
#book .note>h1 {
	color: #e00;
	border-bottom: 1px solid #ccc;
}
#book .note>p {
	padding: 20px 0;
	line-height: 32px;
}
#book .note>div {
	overflow: hidden;
}
#book .note>div p {
	float: left;
	width: 250px;
	font-size: 16px;
}
#book .note>div span {
	display: block;
	font-size: 40px;
	line-height: 45px;
}
