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

/* お知らせ style
---------------------------------------------------- */
/* お知らせの一覧 table */
table.infoList {
	margin: 10px 3px;
	width: 520px;
}

/* アイコン無しの日付 */
table.infoList td.date {
	width: 9em;
	padding-bottom: 7px;
	padding-left: 12px;
}

/* アイコン有りの日付 */
table.infoList td.dateLink {
	width: 7em;
	padding-bottom: 7px;
	padding-left: 12px;
	background: url(/images/icon_arrow03.gif) no-repeat left 5px;
}


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