#breadcrumbswrapper {
	background-color: #eee;
}

#mainstream {
	max-width: 630px;
	width: 100%;
}
#mainstream > p {
	margin: 0;
	font-size: 1.5rem;
	line-height: 1.2;
	color: #aaa;
	font-family: var(--font-serif);
}
#mainstream > h1 {
	margin: 5px 0 0 0;
	font-size: 1.9rem;
	line-height: 1.2;
	color: #222;
	font-weight: 500;
}
/*----*/
#mainstream > table {
	margin: 50px 0 0 0;
	width: 100%;
	border-collapse: collapse;
}
#mainstream > table tr th {
	font-size: 0.8rem;
	line-height: 1.3;
	color: #666;
	font-weight: normal;
	padding: 8px 5px;
	text-align: center;
	border-bottom: solid 1px #aaa;
}
#mainstream > table tr td {
	font-size: 0.9rem;
	line-height: 1.3;
	color: #222;
	padding: 12px 5px;
	border-bottom: solid 1px #aaa;
}
#mainstream > table tr td:nth-of-type(2) {
	text-align: center;
}
#mainstream > table tr > td:nth-of-type(2) > a {
	padding: 3px 28px 28px 0;
	background-image: url(../common/image/icon28_pdf.svg);
	background-repeat: no-repeat;
}
#mainstream > table tr > td:nth-of-type(2) > a:hover {
	opacity: 0.4;
}
@media (max-width:1069px) {
	#mainstream {
		max-width: 100%;
	}
}
@media (max-width:679px) {
	#mainstream > table tr > td {
		font-size: 0.8rem;
	}
}
@media (max-width:519px) {
	#mainstream > table {
		border-top: solid 1px #aaa;
	}
	#mainstream > table tr:nth-of-type(1) {
		display: none;
	}
}
