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

.list {
	position: relative;
	overflow: hidden
}

.list ul {
	position: relative;
	left: 43%;
	float: left;
	margin-left: -5px
}

.list ul li {
	position: relative;
	left: -50%;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	list-style: none
}

.list p {
	text-align: center;
	margin-top: 5px;
	font-size: 14px
}

.list img {
	border: 1px solid #ccc;
	padding: 2px
}

.list a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)"
}

.fs14 {
	font-size: 14px
}</pre></body></html>