@charset "UTF-8";

/* -------------------------------------
books_goods
------------------------------------- */
.read {
	padding-bottom:80px;
}
.read p {
	text-align:center;
	line-height:2.6;
	word-break:break-all;
}
.read p img {
	display:block;
	margin:0 auto 30px auto;
}


.read2 {
	padding:15% 0;
}
.read2 p {
	line-height:2.6;
	text-align:center;
}




@media screen and (max-width:1320px) {
	.read {
		padding-bottom:74px;
	}
	.read p {
		line-height:2.5;
	}
	.read p img {
		width:245px;
		height:auto;
		margin:0 auto 28px auto;
	}
	
	.read2 p {
		line-height:2.5;
	}
}
@media screen and (max-width:1180px) {
	.read {
		padding-bottom:68px;
	}
	.read p {
		line-height:2.4;
	}
	.read p img {
		width:237px;
		margin:0 auto 26px auto;
	}
	
	.read2 p {
		line-height:2.4;
	}
}
@media screen and (max-width:980px) {
	.read {
		padding-bottom:62px;
	}
	.read p {
		line-height:2.3;
	}
	.read p img {
		width:229px;
		margin:0 auto 24px auto;
	}
	
	.read2 p {
		line-height:2.3;
	}
}
@media screen and (max-width:768px) {
	.read {
		padding-bottom:56px;
	}
	.read p {
		line-height:2.2;
	}
	.read p img {
		width:221px;
		margin:0 auto 22px auto;
	}
	
	.read2 p {
		line-height:2.2;
	}
}
@media screen and (max-width:640px) {
	.read {
		padding-bottom:50px;
	}
	.read p {
		line-height:2.1;
	}
	.read p img {
		width:213px;
		margin:0 auto 20px auto;
	}
	
	.read2 p {
		line-height:2.1;
	}
}
@media screen and (max-width:500px) {
	.read {
		padding-bottom:45px;
	}
	.read p {
		line-height:2.0;
	}
	.read p img {
		width:205px;
	}
	
	.read2 p {
		line-height:2.0;
	}
}
@media screen and (max-width:320px) {
	
}
@media screen and (min-width:769px) {
	
}