<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@CHARSET "UTF-8";
#keyMatchListResults {
	margin-bottom: 60px;
}

.keyMatchListResultsRow {
	clear: both;
	display: flex;
	margin-bottom: 40px;
}

.keyMatchListResultsRow img {
	flex-shrink: 0;
	max-width: 200px !important;
	padding-right: 30px;
}

.keyMatchArea {
	flex-grow: 1;
	vertical-align: top;
}

.keyMatchTitleItemWrap {
	border-bottom: 1px solid #b3b6b7;
	padding-bottom: 0.3em;
	margin-bottom: 0.8em;
}

.keyMatchContentItemWrap {
	margin-bottom: 0px;
}
.keyMatchContentItemWrap p.keyMatchContent {
	margin-bottom: 10px;
}

.keyMatchLinkItemWrap {
	margin-bottom: 0;
}

@media screen and (max-width: 641px) {
	#keyMatchListResults {
		margin-bottom: 50px;
	}
	.keyMatchArea {
		font-size: 0.8em;
	}
	.keyMatchBannerImgItemWrap {
		max-width: 40%;
	}
	.keyMatchListResultsRow img {
		flex-shrink: 0;
		max-width: 100% !important;
		padding-right: 20px;
	}
}

</pre></body></html>