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

#dirtitle{
	background: url(../img/introduction/title.png) no-repeat center top #eeeeee;
}
#dirtitle .centering{
}
#dirtitle .centering h2{
	background-image: linear-gradient( -45deg, #003399 25%, #3d64b1 25%, #3d64b1 50%, #003399 50%, #003399 75%, #3d64b1 75%, #3d64b1 );
}
@media screen and (max-width:769px)  {
}

#access iframe{
	width:100%;
	height:320px;
}
@media screen and (max-width:769px)  {
#access iframe{
	display:block;
	width:90%;
	margin:0 auto;
	height:300px;
}
}

.googlemap_sp{
	border:1px solid #e2e2e2;
	background:#fafafa;
	padding:1em;
	margin-bottom:2em;
}
.map img{
	margin-bottom:1em;
}
.map b{
	color:#ff6600;
	font-size:200%;
	letter-spacing:-0.3em;
}







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