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


/*==================================
font-size rem

html {
	font-size: 62.5%;
}

8px = 0.8rem
9px = 0.9rem
10px = 1rem
11px = 1.1rem
12px = 1.2rem
13px = 1.3rem
14px = 1.4rem
15px = 1.5rem
16px = 1.6rem
17px = 1.7rem
18px = 1.8rem
==================================*/



/*----------------------------------------------------
 mainContents
----------------------------------------------------*/
#mainContents sup{
	color: #e12020;
	margin-left: 0.5em;
}

#mainContents ul.noticeList li span{
	font-weight: normal;
}</pre></body></html>