@charset "utf-8";

/* -------------------------------------------------------------------------- */

#print {
	
}

.book-list {
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#print article {
	width: 140px;
	min-height: 25em;
	float: left;
	margin: 0 20px 30px 0;
	font-size: 0.9em;
	line-height: 1.4em;
}

#print article:nth-child(6n) {
	margin-right: 0;
}

/*
#print article:nth-child(13) {
	margin-right: 0;
}
*/

#print h2 {
	font: italic 1.5em Georgia, serif;
	padding: 35px 0 30px;
	background: url(../../common/images/contents_dotted_line_ornament_horizontal.png) repeat-x center top / 940px;
}

#print figure {
	margin-bottom: 5px;
}

#print figure img {
	height: 180px;
	max-width: 140px;
	max-height: 180px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.15), 0 1px 0 rgba(0,0,0,0.1);
}

#print h3,
#print p,
#print small {
	display: inline;
	font-size: 11px;
}

#air {
	clear: both;
	padding-bottom: 40px;
}

#air article {
	background: url(../../common/images/contents_dotted_line_horizontal.png) repeat-x left top / 940px;
	overflow: hidden;
	padding: 8px 0;
}
#air h2 {
	font: italic 1.5em Georgia, serif;
	padding: 30px 0 30px;
}

#air h3 {
	float: left;
	width: 140px;
	margin-right: 20px;
}

#air h4 {
	float: left;
	width: 140px;
	margin-right: 20px;
}

#air article p {
	float: right;
	width: 620px;
}

@media screen and (max-width: 980px) {

	#print article {
		width: calc(25% - 20px);
		margin: 0 25px 30px 0;
	}

	#print article:nth-child(6n) {
		margin-right: 25px;
	}

	#print article:nth-child(4n) {
		margin-right: 0;
	}

	#print figure {
		margin: 0 auto 10px;
		text-align: center;
	}

	#air h3 {
		width: 100%;
		margin-right: 0;
		font-weight: 600;
	}

	#air h4 {
		float: none;
		display: block;
		width: 100%;
		margin-right: 0;
	}

	#air article p {
		width: 100%;
	}

}

@media screen and (max-width: 767px) {

	.book-list {
		justify-content: space-between;
		align-items: flex-start;
		position: relative;
	}

	#print article {
		width: calc(33.333% - 15px);
		margin-right: 0 !important;
	}

	.book-list:before,
	.book-list:after {
		content: "";
		display: block;
		margin-bottom: 0 !important;
		width: calc(33.333% - 15px);
	}

	.book-list:before {
		order: 2;
	}

}

@media screen and (max-width: 540px) {

	.book-list {
		align-items: flex-start;
		justify-content: space-between;
	}

	#print article {
		width: calc(50% - 15px);
		min-height: auto;
		float: none;
		margin: 0 0 30px;
	}

	.book-list:before,
	.book-list:after {
		width: calc(50% - 15px);
	}

	#print figure img {
		width: 100%;
		height: auto;
		max-width: none;
		max-height: none;
	}

}

/* ========================================================================== */
/* underIE9                                                                   */
/* ========================================================================== */

.ie6 #icons dt,
.ie7 #products li {
	display: inline;
}

