<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* カード型表示１*/
.listA .container {
	display: flex;
	flex-wrap: wrap;*/
/*	max-width: 1200px;*/
/*	margin: 20px auto;*/
}

.listA article {
	flex: 1 1 300px;
	display: flex;
}

.listA a {
	flex: 1;
	margin: 10px;
	display: block;
	border: solid 1px #eee;
	color: black;
	text-decoration: none;
}

.listA a:hover {
	opacity: 0.8;
}

.listA .photo {
	min-height: 150px;
	background-position: center;
	background-size: cover;
}

.listA h2 {
	font-size: 18px;
}

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