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


#map{
	width:1000px;
	height:auto;
	/*height:600px;*/
	margin:40px auto;
	text-align:left;
	}

#contents table{
	position:relative;
	width:70%;
	margin:15px auto;
	float:left;
	}

#contents table caption{
	display:none;
	}


#contents table th{
	width:15%;
	padding:2px 0;
	font-size:1em;
	line-height:1.6;
	font-weight:normal;
	text-align:left;
	color:#414549;
	vertical-align:top;
}

#contents table td{
	width:85%;
	padding:2px 0;
	font-size:1em;
	line-height:1.6;
	text-align:left;
	color:#414549;
	vertical-align:top;
}

#bt_print{
	float:right;
	width:140px;
	height:42px;
}


@media only screen and (max-width: 767px) {


#map{
	width:100%;
position: relative;
	/*padding: 0 0 56%;
	padding: 0 0 90%;*/
	height:auto;
	overflow: hidden;
}

/*#map img {
max-width: none !important;
}*/


#contents table{
	width:100%;
	margin:15px auto;
	float:none;
	}
	
#contents table th{
	width:20%;
	padding:2px 0;
	font-size:0.750em;
	line-height:1.6;
	font-weight:normal;
	text-align:left;
	color:#414549;
	vertical-align:top;
}

#contents table td{
	width:80%;
	padding:2px 0;
	font-size:0.750em;
	line-height:1.6;
	text-align:left;
	color:#414549;
	vertical-align:top;
}

#bt_print{
	display:none;
}



}


@media print{
	
	#bt_print{
		display:none;
}
	
}
</pre></body></html>