<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift-JIS";
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}

.lblbackimg{
	background-image: url(../img/lbl.gif);
	background-repeat: no-repeat;
	width=800;
	height=20;
}

.lblbackimg:hover{
	background-image:url(../img/lblOver.gif);
	background-repeat: no-repeat;
}

.link{
	color:#000;
	font-weight:bold;
	font-size:110%;
	text-decoration: none;
	display: block;
	width: 100% ;
	height: 100%;
	margin-left:10px;
}

.link:hover{
	color:#FF0040;
}

.explain{
	width:782;
}

.company {
	color:#FF0040;
}

.company th {
	background: #295890;
}
</pre></body></html>