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

html {
	font-family: Meiryo, Osaka, "MS PGothic", sans-serif;
}
/*---- margin,padding clear ----*/
body,h1,h2,h3,h4,h5,h6,ul,ol,li,div,p,a,address,img,dl,dt,dd,hr,select,input,form,ifream{
	line-height: 135%;
	margin: 0;
	padding: 0;
}
/*---- clearfix ----*/
.clearfix:after{
	content: "";
	font-size: 0.1em;
	line-height: 0;
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix{
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
ul li {
	list-style: none;
}

/* Wrapper
--------------------------------------------*/
#wrapper {
	width: 750px;
	margin: 0 auto;
}
#wrapper a {
	transition: .25s;
}
#wrapper a:hover {
	opacity: 0.7;
}

/* content
--------------------------------------------*/
#content {
	width: 750px;
	height: 1680px;
	background-image: url("images/bg.png");
	background-size: cover;
}

.links {
	width: 750px;
	height: auto;
	margin: 0 auto;
	display: flex;
  justify-content: space-evenly;
	position:relative;
	top: 1594px;
}

/* #footer
--------------------------------------------*/
#footer {
	text-align: center;
	padding: 30px 0;
}
#footer p {
	font-size: 11.2px;
	color: #909090;
}

/* Hack for IE7
--------------------------------------------*/
#navi li a {
	zoom: 1;
}
li {
	display:inline;
}
img {
	border: none;
	vertical-align: bottom;
}</pre></body></html>