<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@CHARSET "UTF-8";
/*---------------------------------------------------------------------------*/
/* ãƒ•ãƒƒã‚¿ãƒ¼ã‚³ãƒ³ãƒ†ãƒ³ãƒ„ */
/*-------------------------------------*/
/*ãƒ•ãƒƒã‚¿ãƒ¼*/
footer {
	clear: both;
	width: 980px;
	margin: 20px auto 0;
	background: transparent;
}
footer:after {
	content: "";
	clear: both;
	display: block;
}
/*-------------------------------------*/
/* ãƒ•ãƒƒã‚¿ãƒ¼ã®ãƒ¡ãƒ‹ãƒ¥ãƒ¼ */
#footermenu {
	width: 100%;
	margin: 0 auto;
	padding: 20px;
	overflow: hidden;
}
#footermenu:after {
	content: "";
	clear: both;
	display: block;
}
/*-------------------------------------*/
/* ãƒ•ãƒƒã‚¿ãƒ¼ãƒ¡ãƒ‹ãƒ¥ãƒ¼ã®è¡¨ç¤ºé&nbsp;…ç›® */
#footermenu ul {
	clear: both;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;;
}
#footermenu ul li {
	display: inline-block;
	flex: 0 1 20%;
	padding: 0;
	background: transparent;
	white-space: nowrap;
	#border: solid 1px #ccc;
}
#footermenu ul li:hover {
	background: rgba(224,224,224,0.3);
}
#footermenu li a {
	padding: 1px 15px;
	font-size: 14px;
	line-height: 2.0;
	letter-spacing: 0.2em;
	text-align: left;
	color: #5f5f5f;
	text-decoration: none;
}
#footermenu li a:hover {
	#font-weight: bold;
	color: #000000; /* æ–‡å­—è‰² */
}
/*-------------------------------------*/
/*ã‚³ãƒ”ãƒ¼ãƒ©ã‚¤ãƒˆ*/
#copyright {
	clear: both;
	margin: 0 auto;
	padding: 8px 0 32px 0;
	line-height: 1.5;
	text-align: center;
	background: transparent;
	#border: solid 1px #333;
}
#copyright a {
	padding: 0 8px;
	font-style: italic;
	font-size: 14px;
	line-height: 1.5;
	color: #777777;
	text-decoration: none;
}
#copyright a:hover {
	color: #000000;
	background: rgba(224,224,224,0.3);
}
/*-------------------------------------*/
/* ãƒˆãƒƒãƒ—ã«æˆ»ã‚‹ */
#to_top {
	display: none;
	position: fixed;
	width: 50px;
	bottom: 25px;
	right: 25px;
	font-size: 11px;
	line-height: 1.5;
	text-align: center;
	z-index: 83;
}
#to_top a {
	display: block;
	padding-top: 12px;
	height: 45px;
	color: #ffffff;
	background: #333;
	opacity: 0.3;
	-moz-opacity: 0.3;
	border-radius: 3px 3px;
	-webkit-transition: .2s;
	-moz-transiton: .2s;
	transition: .2s;
	text-decoration: none;
}
#to_top a:hover {
	-moz-opacity: 0.8;
	opacity: 0.8;
}
/*-------------------------------------*/
/* end */
/*===========================================================================*/
@media screen and (max-width: 768px) {
/* START */
/*-------------------------------------*/
/*ãƒ•ãƒƒã‚¿ãƒ¼*/
	footer {
		width: 100%;
		min-width: 500px;
	}
	#footermenu {
		width: 100%;
		min-width: 500px;
	}
}
/*===========================================================================*/
@media screen and (max-width: 480px) {
/* START */
/*-------------------------------------*/
/*ãƒ•ãƒƒã‚¿ãƒ¼*/
	footer {
		width: 100%;
		min-width: 300px;
	}
	#footermenu {
		width: 100%;
		min-width: 300px;
	}
}
/* END */
</pre></body></html>