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

/* Structure Module
----------------------------------------------------------------------------------------------------*/

/* Heading */

ul, ol, li, dl, dt, dd {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.clearfix:after{
 height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
* html .clearfix {
	display: inline-block;
}
*:first-child+html .clearfix {
	display: inline-block;
}

.clear{
	clear: both;
}


/* safari only \*/
html:\66irst-child xxxxx{
}
/* end */ 


/* Fontsize Module
----------------------------------------------------------------------------------------------------*/
.fS{
	font-size: 84%;
}
.fL{
	font-size: 116%;
}
.note{
	padding-left: 1em;
	text-indent: -1em;
	font-size: 84%;
}
.red{
	color: #ed1c24;
}


/*header共通化調整用*/
#header{
	font-size: 62.5%;
	line-height: 1.8;
}</pre></body></html>