/* bookList */
#content ul.bookList {
	overflow: hidden;
}
#content ul.bookList li {
	float: left;
	width: 25%;
}
#content ul.bookList li a.photo {
	position: relative;
	margin: 10px;
}
#content ul.bookList li a.photo p {
	position: absolute;
	padding-top: 25%;
	width: 100%;
	height: 75%;
	background: rgba(0, 0, 0, 0.63);
	text-align: center;
	color: #fff;
	font-size: 20px;
	top: -100%;
	left: 0;
}
#content ul.bookList li:hover a.photo p , #content ul.bookList li:first-child a.photo p {
	top: 0;
}
#content ul.bookList li a.photo p font {
	display: block;
}
#content ul.bookList li a.photo p b {
	position: relative;
	margin-top: 10px;
	padding: 0 43px 0 10px;
	border: 1px #fff solid;
	display: inline-block;
	font-size: 12px;
}
#content ul.bookList li a.photo p b i {
	position: absolute;
	width: 34px;
	height: 34px;
	display: inline-block;
	background: #fff;
	text-align: center;
	line-height: 34px;
	color: #000;
	top: 0;
	right: 0;
}
#content ul.bookList li a.photo img { width: 100%; }

/* album-info */
#album-info {
	display: flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
#album-info::after {
	content: '';
	flex-grow: 999999999;
	-moz-flex-grow: 999999999;
	-ms-flex-grow: 999999999;
	-o-flex-grow: 999999999;
	-webkit-flex-grow: 999999999;
	min-width: 200px;
	height: 0;
}

/* bookBox */
#bookBox .wall { position: relative; overflow: hidden; display: block; }
#bookBox .wall-column { position: relative; float: left; width: 50%; display: block; box-sizing: border-box; }
#bookBox .wall-column .article { position: relative; margin: 15px; }
#bookBox .wall-column .album_box { box-shadow: 0 0 10px #c0c0c0; }
#bookBox .wall-column .article a { display: block; }
#bookBox .wall-column .article h3 { position: absolute; width: 100%; bottom: 0; left: 0; }
#bookBox .wall-column .article h3 a { margin: 10px; padding: 10px; background: rgba(255, 255, 255, .7); text-align: center; font-size: 18px; color: #444; }

/* album-info */
#bookBox .wall-column { width: calc(100% / 3); }
#bookBox .wall-column .album_box img { width: 100%; }



article {
	font-size:16px;
	margin:0 0 30px;
}
@media screen and (max-width: 1280px) {
	#bookBox .wall-column { width: 50%; }
}


@media screen and (max-width: 1024px) {
	#content ul.bookList li {
		width: 50%;
	}
}
@media screen and (max-width: 980px) {
	#content ul.bookList li:hover a.photo p {
		top: 0;
	}
	
}
@media screen and (max-width: 640px) {
	#bookBox .wall-column { width: 100%; }
}

@media screen and (max-width: 480px) {
	#content ul.bookList li {
		width: 100%;
	}
}