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


/*PC表示用のスタイルシート*/


/*
12pt=16px=1.4em;
10pt=14px=1.2em;
9pt=12px=1em;
8pt=11px=0.9em;
7pt=10px=0.8em;
*/


/*BASIC
-------------------------------*/

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 1.75;
	text-align: center;/* IE6以前用CSSハック*/
	background-color: #f5f5f5;
	background-image: url(../img_scheme/header2021a.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-size: auto 400px;
	margin: 0px;
	padding: 0px 50px;
}

#wrapper {
	width: 100%;
	min-width: 860px;
	max-width: 1240px;
	position: relative;
	margin: 50px auto 0px;
	padding: 0px;
}

#contents {
	text-align: left;
	margin: 0px 50px;
	padding: 20px 0px;
}

.content_box {
	background-color: #FFF;
	/*border: 1px solid #CCC;*/
	margin-bottom: 40px;
	padding: 30px;
	border-radius: 10px;
	box-shadow: 3px 5px 10px rgba(0,0,0,0.2);
}


/*HEADER
-------------------------------*/

h1 {
	font-size: 0px;
	text-indent: -9999px;
	background-image: url(../img_scheme/header_logo2021.png);
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 270px;
	margin: 0px;
	padding: 0px;
}


/*FOOTER
-------------------------------*/
#footer {
	margin: 0px 50px;
	padding-top: 1px;
	padding-left: 0px;
}

#footer p.copyright {
	font-size: 10px;
	color: #999;
	line-height: 1.5;
}


/*LINK
-------------------------------*/

h1 a {
	display: block;
	height: 140px;
	text-decoration: none;
}

#navi1 ul a,
#navi2 ul a {
	text-decoration: none;
}

#navi1 ul a:link,
#navi2 ul a:link {
	color: #339;
	text-decoration: none;
}

#navi1 ul a:visited,
#navi2 ul a:visited {
	color: #339;
	text-decoration: none;
}

#navi1 ul a:hover,
#navi2 ul a:hover {
	color: #36c;
	text-decoration: underline
}

#navi1 ul a:active,
#navi2 ul a:active {
	color: #36c;
	text-decoration: underline
}

a img {
	border: none;
	transition: all 0.3s ease 0s;
}

a:hover img {
	opacity: 0.7;
}

a.detail {
	display: block;
	overflow: hidden;
	position: relative;
	/*width: 100%;
	height: 100%;*/
}

a.detail span {
	font-size: 0px;
	text-indent: -9999px;
	background-image: url(../img_scheme/icon_zoom.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	margin: 0px;
}

#nav-input:checked~a.detail span {
	position: none;
}

a.detail img,
a.detail:link img,
a.detail:visited img {
	border: solid 1px #339;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	transition-duration: 0.5s;
}

a.detail img:hover,
a.detail img:active {
	border: solid 1px #36c;
	transform: scale(1.1);
	transition-duration: 0.5s;
}

p.top {
	display: none;
}


/*FOOTER NAVI
-------------------------------*/

#navi1 ul {
	font-size: 14px;
	color: #999;
	font-weight: bold;
	line-height: 1;
	margin: 0px 50px;
	padding: 30px 0px 0px;
}

#navi2 ul {
	font-size: 12px;
	color: #999;
	line-height: 2;
	margin: 0px 50px;
	padding: 20px 0px 0px;
}

#navi1 li,
#navi2 li {
	display: inline;
	border-left: 1px solid #666;
	list-style-type: none;
	margin: 0px;
	padding-left: 7px;
	padding-right: 3px;
}

#navi1 li:first-child,
#navi2 li:first-child {
	border-left-style: none;
	padding-left: 0px;
}
</pre></body></html>