<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*----------------------------------------------------
basic css for GDO


----------------------------------------------------*/

/* element -----------------------------------------*/

body {
	min-width: 980px;
	margin: 0;
	padding: 0;
/*	font-size: x-small;*/
	line-height: 160%;
	color: #333333;
	-webkit-text-size-adjust: 100%;
}

th, td {
	vertical-align: top;
}

p { margin: 1em 0; }
form { margin: 0; }
img, a img { border: 0; }
sup {
	position: relative;
	top: -1ex;
	font-size: 60%;
	vertical-align: baseline;
}
sub { font-size: 60%; }
li img, dt img, dd img { vertical-align: bottom; }

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: x-small;
	font-weight: normal;
}

/*a:link,
a:visited {
	color: #0099FF;
	text-decoration: none;
}
a:hover,
a:active {
	color: #0099FF;
	text-decoration: underline;*/
}


/* basic -------------------------------------------*/

.clearfix {
	overflow: hidden;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}

/*\*/
* html .clearfix {
	height: 1em;
	overflow: visible;
}
/**/

.hide {
	display: none;
}

a .alpha {
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	opacity: 1.00;
}

a:hover .alpha {
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}

.noactive {
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}
</pre></body></html>