@charset "utf-8";
html, body { 
	font-size: 16px;
	line-height: 2;}
h1#top { 
	margin: 0;
	background-position: center bottom -30vw;
	background-size: 400vw;}
h1#top > div {
	height: 40vh;
	justify-content: flex-end;
	align-items: flex-end;
}
h1#top > div strong {
	display: block;
	margin: 5vh 5vw;
	font-size: 8.5vw;
	letter-spacing: -0.05em;
	text-align: right;
	color: rgba(256, 256, 256, 0.65);
}
h1#top > div em {
	display: block;
	margin: 1vw 0;
	letter-spacing: 0;
	font-style: normal;}
nav > ul.toc {
	justify-content: space-evenly;
	width: 100vw;
}
nav > ul.toc a {
	padding: .5em 0.25em;
}
/*  */
table.list tbody td {
	display: flex !important;
	line-height: 1.2;
}
table.list tbody td[aria-label]::before {
	content: attr(aria-label);
	display: block;
	width: 7em;
}
table.list tbody td[aria-label] span {
	display: block;
	width: calc(100% - 7em);}

a.bookcover {
	display: block;
	text-align: center;}
img.cover {
    margin: 0 auto;
	width: 65vw;
	height: auto;
	float: none;}

.blk > p.description { margin: 1em 3vw 0 3vw;}
iframe.YouTube {
	width: 90vw;
    height: 67vw;}
img.cover { margin: 0 0 1em 1em;}