@charset "utf-8";
/* CSS Document */

.book {
	text-align: center;
}
.booktitle {
	display: block;
}
.secondline {
	display: block;
}
.thirdline {
	display: block;
}
img.attachment-books {
	padding:0;
	border: 1px solid #40426C;
	width: 200px;
	height: 300px;
}
@media only screen and (min-width:769px) and (max-width:1024px) {
	img.attachment-books {
		width: 150px;
		height: 225px;
	}
}
@media only screen and (min-width:560px) and (max-width:768px) {
	img.attachment-books {
		width: 125px;
		height: 188px;
	}
}
@media only screen and (max-width:560px) {
	img.attachment-books {
		width: 100px;
		height: 150px;
	}
}
img.attachment-books-tn {
	padding:0;
	border: 1px solid #40426C;
	width: 75px;
	height: 113px;
}

@media only screen and (max-width:768px) {
	img.attachment-books-tn {
		width: 66px;
		height: 100px;
	}
}
