<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 .imgLinkBox.col3 li .txtBox .heading {
  font-size: 20px; font-size: 2.0rem;
  font-weight: normal;
  text-decoration: none;
}
#mainContents .imgLinkBox.col3 li a {
  z-index: 99;
}

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