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



/* skip */
#top_skip {
	display:block;
	background:#fff;
	position:fixed;
	left:0; top:0;
	z-index:99999999;
}
#top_skip a {
	position:relative;
	display:block;
	width:120px;
	line-height:35px;
	text-align:center;
	background:#333;
	color:#fff;
	font-size:12px;
	height:0;
	overflow:hidden;
}
#top_skip a:focus {
	height:35px;
	border:2px solid #005983;
}

#footer {
	color: #b4b4b4;
	line-height: 1.7em;
	background: #2a2a2a;
	padding: 60px 0;
}

.logo_b {
  display: inline-block;
  width: 120px;
  height: 140px;
  background: url(../image/common/neoizedj_logo_b.png) no-repeat center / contain;
}</pre></body></html>