<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">p.ifucaution
{
	color:#ff0000;
}

#block-microport-content
{
	padding-top:40px;
}

div.ifumaincontainer
{
	margin-left:100px;
}

div.ifulist 
{
	position:relative;
	margin-left:20px;
	padding:8px;
	font-size:14pt;
	cursor:pointer;
}

div.ifufile
{
	display:inline-block;
	margin-left:10px;
	margin-bottom:0px;
	color:#ff0000;
	font-weight:bold;
	font-size:14pt;
	cursor:pointer;
}

div.ifuclosed
{
	display:none;
}

b.ifutitle
{
	display:block;
	margin-bottom:10px;
}

div.ifuexpandcontract
{
	cursor:pointer;
	position:absolute;
	left:-14px;
	top:9px;
	margin-right:10px;
	width:20px;
	height:20px;
}

div.ifuexpand
{
	background:
		-webkit-linear-gradient(#494949, #494949),
		-webkit-linear-gradient(#494949, #494949);
	background:
		-o-linear-gradient(#494949, #494949),
		-o-linear-gradient(#494949, #494949);
	background:
		linear-gradient(#494949, #494949),
		linear-gradient(#494949, #494949);
	background-position:center;
	background-size: 50% 4px,4px 50%;
	background-repeat:no-repeat;
}

div.ifucontract
{
	background:
		-webkit-linear-gradient(#494949, #494949);
	background:
		-o-linear-gradient(#494949, #494949);
	background:
		linear-gradient(#494949, #494949);
	background-position:center;
	background-size: 50% 4px;
	background-repeat:no-repeat;
}

div.hero-region
{
	height:400px;
	margin-bottom:50px;
	overflow:hidden;
}

img.ifuicon
{
	width:150px;
	height:30px;
	cursor:pointer;
	/*border:1px solid #005395;*/
	transition: background-color .3s;
}

img.ifuicon:hover
{
	background-color:#ccddea;
}

div.contentcontainer
{
	position:relative;
}

select.selectlanguage
{
	width:200px;
	position:absolute;top:-70px;right:0px;
}

div.pdflink
{
    position:absolute;top:-70px;left:0px;
}

div.pdflink a
{
    font-size:10pt;
}

@media only screen and (max-width: 640px) 
{
	div.ifumaincontainer{margin-left:0px;}
	div.ifuitem {margin-left:10px;}
}
</pre></body></html>