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



/* **************Index.html CSS*************** */

/* MainImage */
h2{
	background-image:url(../images/mainimg_list.gif);
}

/* Body */

.table01{
	width:960px;
	font-size:0.8em;
	margin:15px auto;
	background-color:#fff;
	border-collapse:collapse;
}
.table01 th{
	background-color:#f4f0e9;
	border:1px solid #ccc;
}
.table01 td{
	border:1px solid #ccc;
}
.table01 td a{
	color:#5fb52c;
	text-decoration:underline;
}
.bigab_btn {
	text-align:center;
	margin:10px 0;
}
.td_ct{
	text-align:center;
}

.icon_txt{
	text-align: left;
}
.hanrei{
	border:1px solid #dfd8cb;
	margin:15px 10px 0;
	padding:10px;
	font-size:0.85em;
}
.hanrei table th{
	width:20px;
}
.hanrei table td{
	font-size:0.8em;
	padding:0 10px 0 0;
}
.border{
	height:1px;
	font-size:0;
	line-height:100%;
	border-bottom:1px solid #dfd8cb;
	padding:3px 0 0;
	margin:0 0 3px;
}
</pre></body></html>