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

#pageSet {
	position: absolute;
	z-index: 5;
	width: 100%;
	height:100%;
	top: 0;
	left: 0;
	background: url(/daigakuin/senkou/sk/imageFile/globalItem/bg_image.jpg) no-repeat center;
	background-size: cover;
	text-align: left;
}
#maincontent {
	height:100%;
	background: url(/daigakuin/senkou/sk/imageFile/top/panel_bg.png) repeat left bottom;
}
#logo { width: 610px; }

/*============================
#link
============================*/
#link { position: fixed; left: 30px; bottom: 100px; }
#link ul li { display: inline-block; float: left; width: 80px; height: 80px; position: relative; }
#link ul li span { display: block; width: 80px; height: 80px; line-height: 80px; text-align: center; font-size: 11px; color: #fff; cursor: pointer; }
#link ul li.gaiyou span { background: #28c; }
#link ul li.juken span { background: #72b; }
#link ul li.member span { background: #c22; }
#link ul li.shugaku {}
#link ul li.shugaku span { background: #d71; line-height: 1.5; padding-top: 25px; height: 55px; }
#link ul li.shugaku.english span { padding-top: 0; height: 80px; line-height: 80px; }
#link ul li.jisseki span { background: #eb1; }
#link ul li.link span { background: #8b0; }
#link ul li span ul.subMenu { position: absolute; left: 0; bottom: 80px; display: none; z-index: 1000;
box-shadow: 2px 2px 5px rgba(0, 0, 0, .2); }
#link ul li span ul.subMenu li { float:inherit; text-align: left; width: 240px; height: 30px; line-height: 30px;  background: #272B2E; border-top: solid 1px #222; }
#link ul li span ul.subMenu li a { color: #fff; padding: 0 10px; display: block; }

</pre></body></html>