<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family:Roboto, "Droid Sans", "貂ｸ繧ｴ繧ｷ繝�け菴�", "Yu Gothic", "YuGothic", "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "Hiragino Kaku Gothic ProN", "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
	word-break: break-all;
}
#wrap {
	width:100%;
	min-width:960px;
	border-top:3px solid #43328F;
	border-bottom:1px solid #ddd;
	background:-webkit-linear-gradient(#fff, #eee);
	background:linear-gradient(#fff, #eee);
	position:relative
}
#wrap:after {
	content:"";
	background:#fff;
	width:100%;
	height:1px;
	position:absolute;
	bottom:0px;
	left:0
}
#wrap:before {
	content:"";
	background:#ffd700;
	width:100%;
	height:2px;
	position:absolute;
	top:0px;
	left:0
}
#hd {
	width:960px;
	margin:0 auto;
	overflow:hidden;
	padding:10px 0;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-align:end;
	-webkit-align-items:flex-end;
	-ms-flex-align:end;
	align-items:center
}
#hd h1 {
	width:350px
}
#hd h1 img {
	width:100%
}
#hd h1.en {
	width:350px
}
#hd h1.en img {
	width:100%
}
#hd .language ul {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex
}
#hd .language ul li {
	position: relative;
	margin-left:15px
}
#hd .language ul li a {
	display:block;
	padding: 3px 5px 3px 20px;
	background: #333;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border: 1px solid #140963;
	-webkit-transition: All 0.5s ease;
	transition: All 0.5s ease;
}
#hd .language ul li a:after {
	content:"";
	width:0;
	height:0;
	border-style:solid;
	border-width:5px 0 5px 8.7px;
	border-color:transparent transparent transparent #FFF;
	position:absolute;
	top: 11px;
	left: 10px;
	width:0;
	height:0;
	border-style:solid;
	border-width:3px 0 3px 5px;
	border-color:transparent transparent transparent #FFF;
}
#hd .language ul li a:hover {
	opacity:0.5
}
#hd p {
	color:#666
}
#nav_bg {
	border:1px solid #43328F
}
#nav_bg .nav {
	width:100%;
	overflow:visible
}
#nav_bg .nav ul {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	z-index:1000
}
#nav_bg .nav ul li {
	width:100%;
	position:relative;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff
}
#nav_bg .nav ul li a {
	display:block;
	font-weight:bold;
	color:#fff;
	text-align:left;
	text-decoration:none;
	padding:15px;
	-webkit-transition:All 0.5s ease;
	transition:All 0.5s ease;
	border-bottom:1px solid #fff;
	border:1px solid #43328F;
	background:url(../images/nav_bg.png), linear-gradient(#43328F, #140963)
}
#nav_bg .nav ul li:first-child {
	border-top:1px solid #fff
}
#nav_bg .nav ul li:last-child a {
	background:url(../images/nav_bg.png), linear-gradient(#9a8ecc, #6c5dda)
}
#nav_bg .nav ul li:hover a {
	background:#fff;
	color:#140963;
	border-color:#ffd700
}
#nav_bg .nav ul li.current-menu-item a, #nav_bg .nav ul li.current-menu-parent a {
	background:#fff;
	color:#140963;
	border-color:#ffd700
}
#nav_bg .nav ul ul {
	display:none;
	width:100%;
	position:absolute;
	top:0;
	left:218px
}
#nav_bg .nav ul ul li {
	width:100%;
	border:none
}
#nav_bg .nav ul ul li a {
	background:rgba(0, 0, 0, 0.7) !important;
	padding:10px;
	text-decoration:none;
	color:#fff !important;
	display:block;
	border:none;
	border-bottom:1px solid rgba(255, 255, 255, 0.4)
}
#nav_bg .nav ul ul li.current-menu-item {
	background:rgba(0, 0, 0, 0.5) !important
}
#nav_bg .nav ul ul li.current-menu-item a {
	color:#140963
}
#nav_bg .nav ul ul li ul {
	position:absolute;
	top:-1px;
	left:100%
}
#nav_bg .nav ul ul li ul li {
	width:100%
}
#nav_bg .nav ul ul li ul li a {
	border-left:1px solid rgba(255, 255, 255, 0.4)
}
.menu-trigger {
	display:none
}
#con {
	width:100%;
	min-width:960px;
	overflow:hidden;
	padding-top:20px;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	background:-webkit-linear-gradient(#EDF3FF, #fff);
	background:linear-gradient(#EDF3FF, #fff)
}
#main {
	-webkit-box-ordinal-group:4;
	-webkit-order:3;
	-ms-flex-order:3;
	order:3;
	width:720px
}
#main ol, #main ul {
	padding:5px 0px 5px 25px
}
#main ul {
	list-style-type:disc
}
#main ol li, #main ul li {
	padding:5px 0px
}
#main table {
	margin:10px 0px
}
#main table th, #main table td {
	padding:5px
}
#main img {
	max-width:100%;
	height:auto
}
#main a img {
	display:inline-block;
	-webkit-transition:All 0.5s ease;
	transition:All 0.5s ease
}
#main a img:hover {
	opacity:0.7
}
#main h1 {
	font-size:1.7em;
	font-weight:bold;
	line-height:1.4em;
	color:#140963;
	padding:0.8em;
	margin:0 0 25px 0;
	border-top:2px solid #140963;
	border-bottom:2px solid #140963
}
#main h2 {
	font-size:1.3em;
	font-weight:bold;
	padding:0.5em 0 0.5em 1.2em;
	margin:24px 0 14px 0;
	color:#222;
	background:-webkit-linear-gradient(#fff, #eaeaea);
	background:linear-gradient(#fff, #eaeaea);
	border:1px solid #eee;
	border-bottom:2px solid #ffd700;
	position:relative
}
#main h2:after {
	content:"";
	position:absolute;
	background:#212979;
	left:10px;
	top:7px;
	width:4px;
	height:calc(100% - 14px)
}
#main h3 {
	font-size:1.1em;
	font-weight:bold;
	padding:1px 0 1px 10px;
	margin:12px 0 8px 0;
	border-left:4px solid #000000
}
#side {
	-webkit-box-ordinal-group:2;
	-webkit-order:1;
	-ms-flex-order:1;
	order:1;
	width:220px
}
#side h2 {
	font-size:1.1em;
	font-weight:normal;
	color:#fff;
	text-align:center;
	padding:5px;
	margin:0 0 6px 0;
	background:#140963
}
#side #sidenav {
	width:100%
}
#side #sidenav a {
	width:100%;
	padding:8px 6px 8px 23px;
	display:block;
	text-decoration:none;
	background:url(../images/sidenav_icon.png) no-repeat 6px center;
	font-size:12px;
	color:#000000;
	border-bottom:dotted 1px #cccccc;
	text-shadow:2px 2px 2px rgba(0, 0, 0, 0.1)
}
#side #bnr {
	margin-top:20px;
	width:100%
}
#side #bnr li {
	margin-bottom:4px
}
#side #bnr li a {
	width:100%;
	padding:10px 10px 10px 30px;
	border:1px solid #333;
	border-radius:3px;
	display:block;
	text-decoration:none;
	background:url(../images/bnr_bg.png) no-repeat 8px center;
	font-size:12px;
	color:#333;
	-webkit-transition:All 0.5s ease;
	transition:All 0.5s ease
}
#side #bnr li a:hover {
	opacity:0.5
}
#side #contact {
	border:1px solid #140963;
	margin-top:20px;
	font-size:0.9em
}
#side #contact p {
	padding:5px 10px
}
#side #contact a.form {
	display:block;
	margin:0 10px 10px 10px;
	padding:2px;
	background:#333;
	color:#fff;
	text-align:center;
	text-decoration:none;
	border:1px solid #140963;
	-webkit-transition:All 0.5s ease;
	transition:All 0.5s ease
}
#side #contact a.form:hover {
	background:#fff;
	color:#140963
}
#center {
	-webkit-box-ordinal-group:3;
	-webkit-order:2;
	-ms-flex-order:2;
	order:2;
	width:10px;
	margin:0 10px 0 0;
	border-right:1px solid #dddddd
}
.ft_language {
	display:none
}
#ft {
	width:100%;
	min-width:960px;
	margin-top:20px;
	padding-top:15px;
	padding-bottom:15px;
	text-align:center;
	color:#fff;
	background:#140963
}
#i_img {
	width:100%;
	margin: 0 0 30px;
	overflow:hidden
}
#i_img .caption {
    padding: 10px;
    text-align:center;  
    word-wrap: break-word;
}
#i_img ul {
	width:745px;
	margin:-10px 0 -10px -25px
}
#i_img ul li {
	padding: 0!important;
}
#i_news {
	height:300px;
	overflow:auto
}
#i_news table {
	width:100%
}
#i_news table tr {
	border-bottom:1px dotted #cccccc
}
#i_news table td {
	vertical-align:top;
	font-size:0.9em;
	padding:10px;
	white-space:nowrap
}
#i_news table td:first-child {
	background:url(../images/news_icon.png) 5px 18px no-repeat;
	padding-left:20px;
	width:100px
}
#i_news table td:last-child {
	white-space:normal
}
#page-top {
	position:fixed;
	bottom:20px;
	right:20px;
	font-size:0.9em;
	background:rgba(255, 255, 255, 0.8);
	text-decoration:none;
	border:1px solid #140963;
	color:#140963;
	padding:10px;
	text-align:center;
	display:block;
	border-radius:5px
}

.member_list {
    margin: 15px 0 20px!important;
}
.member_list th {
    width: 20%!important;
}


.facility_box {
    display: flex;
	align-items: center;
}
.facility_box_img {
    width: 200px;
    height: auto;
    margin: 0 20px 0 0;
	padding: 3px;
	border: 1px solid #D7D7D7;
	box-sizing: border-box;
}
.facility_box_img img {
    width: 100%;
    height: 150px!important;
    object-fit: cover;
    object-position: 100% 20%;
}
.facility_box p {
    width: 500px;
}

.album_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.album_list figure {
    display: block;
    width: calc(100% / 2 - 10px);
    margin: 0 0 20px;
}
.album_list figure img {
    width: 100%;
    height: 200px!important;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}
.album_list figure:nth-of-type(2) img {
    object-position: top;
    font-family: 'object-fit: cover; object-position: top;'
}

.object-fit-img {
    object-fit: cover;
    object-position: 100% 20%;
	font-family: 'object-fit: cover; object-position: 100% 20%;'
}

#access_map {
    width: 100%;
    height: 360px;
    margin: 10px 0 20px;
}
#access_map iframe {
    height: 100%;
}</pre></body></html>