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


h1,h2,h3,h4,h5,h6,a,ul,ol,dl,li,td,th,dd,dt,p,a{	max-height:999999px}

* {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin: 0;
}
body {
	font-size: 14px;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",  Arial, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 0;
	margin: 0;
	min-width: 1000px;
	-webkit-text-size-adjust: none;
	background: url(../image/common/bg.png) repeat;
	line-height: 150%;
}
.clear{
	clear: both;
	height: 1px;
	font-size: 1px;
	padding: 0;
	margin: 0;
	display: block;
	background: transparent no-repeat;
	line-height: 1px;
}
.line {
	clear: both;
	height: 9px;
	font-size: 1px;
	padding: 0;
	display: block;
	background: transparent url(../image/common/line.png) repeat-x left bottom;
	line-height: 1px;
}
p {
	line-height: 170%;
	text-align: justify;
	text-justify: inter-ideograph;
}
a {
	border: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
a:hover img{
	text-decoration: none;
	opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
p.maplink a {
	font-size: 12px;
	font-weight: bold;
	color: #06F;
	text-align: right;
}

.clearFix:after{
display:block;
clear:both;
height:0;
visibility:hidden;
content:".";
zoom:1;
}
.img_right img,.img_right2 img {
	float: right;
	margin-left: 20px;
}


.img_left img{ float:left;
margin:0 25px 25px 0}

table{ border-collapse:collapse}</pre></body></html>