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

/*-------------------------------------------------------------------
	Version.												1.4.1.2;
	Author.												Kenta Aga(admin)
	Aptx.													4.8.6.9;

	PROGRAM-ID.									"index"
-------------------------------------------------------------------*/

/*****************************************************
	DATA DIVISION.
	WORKING-STRAGE SECTION.
*****************************************************/


/*-------------------------------------------------------------------
	accent
-------------------------------------------------------------------*/
#homeFlash{
	overflow													: hidden;
}

#homeFlash ul#list{
	position													: relative;
	margin-bottom										: 8px;
	height														: 285px;
	overflow													: hidden;
}
#homeFlash ul#list{
	position													: relative;
	margin-bottom										: 7px;
	height														: 285px;
	overflow													: hidden;
	background											: #fff;
}

#homeFlash #list li{
	position													: absolute;
	top															: 0;
	left															: 0;
	background											: #fff;
}

#homeFlash #navi{
	margin-top:10px;
	text-align:center;
}
#homeFlash #navi li{
	display													: inline;
	margin													: 0 10px 0 0;
	width														: 20px;
	height														: 20px;
	text-indent											: -9999em;
}

#homeFlash #navi li a{
	display													: inline-block;
	width														: 12px;
	height														: 12px;
	background											: #cccccc;
}

#homeFlash #navi li a:hover,
#homeFlash #navi li a.current{
	background											: #0071BE;
}

/*-------------------------------------------------------------------
	clearfix
-------------------------------------------------------------------*/
.clearfix:after{
	content													: ".";
	display													: block;
	clear														: both;
	height														: 0;
	visibility													: hidden;
}</pre></body></html>