/* ==================== #book-list.css ==================== */

#book-list {
	margin: 2em 0 0;
}

#book-list > div {
	border-bottom: 2px dotted #ccc;
}

#book-list > div:nth-of-type(1) {
	border-top: 2px dotted #ccc;
}
#book-list > div {
	padding: 1em 0.5em;
}
#book-list h3 {
	margin: 0;
}
#book-list  p {
	padding-left: 0.5em;
	margin: 0.5em 0 0;
}


@media (max-width: 640px) {
	#book-list h3 {
		font-size: 105%;
	}
}


@media (min-width: 641px) {
	#book-list h3 {
		-ms-transform: rotate(0.001deg);
	}
}



/* ==================== #books.css ==================== */

#books h1 {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #919191;
	text-align: center;
}

#books h1::before {
	content: '';
	display: block;
	width: 2em;
	height: 2em;
	margin-right: 0.5em;
	background: url(../images/common/bibliography_title_icon.png) no-repeat center center / contain;
}


#books > p:last-child {
	text-align: right;
}

@media (max-width: 640px) {
	#books h1 {
		font-size: 140%;
	}
}


@media (min-width: 641px) {
	#books {
		margin-left: auto;
		margin-right: auto;
		width: 680px;
	}

	#books h1 {
		margin: 2em auto;
		font-size: 160%;
	}
}