<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 */

/* main_contents
----------------------------------------------------------- */
section#main_contents ul {
	font-size: 1.6rem;
	text-align: left;
	overflow: hidden;
	margin: 20px 0 80px 0;
}

section#main_contents ul li {
	padding: 12px 24px 12px 24px;
}

section#main_contents ul li:nth-child(odd) {
	background: #f5f5f5;
}

section#main_contents ul li a {
	background: url(/images/link/i_ico01.png) left center no-repeat;
	padding: 0 0 0 30px;
}</pre></body></html>