<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.go_spot,
.back_today{
  width:100%;
  color:#ffffff;
  font-weight:bold;
  background:#337fcc;
  font-size:120%;
  font-weight:bold;
  text-shadow:1px 1px 1px #9D0056;
  text-align:center;
  display:block;
  text-decoration:none;
  border:1px solid #9D0056;
  padding:15px 0 11px 0;
  	-webkit-border-radius: 5px;  
    -moz-border-radius: 5px;  
    border-radius: 5px;

	background: #f8bfdf;
	background: -moz-linear-gradient(top,  #f8bfdf 0%, #ec5cad 47%, #e2007e 50%, #a8005d 100%); 	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8bfdf), 		
	color-stop(47%,#ec5cad), color-stop(50%,#e2007e), color-stop(100%,#a8005d));
	background: -webkit-linear-gradient(top,  #f8bfdf 0%,#ec5cad 47%,#e2007e 50%,#a8005d 100%); 
	background: -o-linear-gradient(top,  #f8bfdf 0%,#ec5cad 47%,#e2007e 50%,#a8005d 100%);
	background: -ms-linear-gradient(top,  #f8bfdf 0%,#ec5cad 47%,#e2007e 50%,#a8005d 100%);
	background: linear-gradient(to bottom,  #f8bfdf 0%,#ec5cad 47%,#e2007e 50%,#a8005d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8bfdf', endColorstr='#a8005d',GradientType=0 );
  box-shadow:0px 1px 0px rgba(255,255,255,0.5) inset,0px 1px 1px #000;
  cursor:pointer;
  margin:1em 0;
}



.spot h3{
	border-top:3px solid #ECA4CE;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
	font-size:100%;
	background:#F9CCE5;
	color:#E2007E;
	padding:10px;
	font-weight:bold;
	display:block;
	width:auto;

}
.spot dl{
	padding: 10px;
}
.spot dl dt{
	font-weight: bold;
}
.spot dl dd.misc{
	margin-top: 10px;
}
.spot dl dd.misc li{
	margin-top: 0.7em;
	margin-bottom: 0.7em;
	margin-left: 1.5em;
	list-style-type: disc;
	list-style-position: outside;
}


#map_wrap2,
#map_wrap3{
	margin-top: 10px;
	width:100%;
	padding:4px;
	border:2px solid #85B200;
	background-image:url(/dokoiko/common/img/bg_map2.gif),url(/dokoiko/common/img/bg_map2.gif),url(/dokoiko/common/img/bg_map2.gif),url(/dokoiko/common/img/bg_map2.gif),url(/dokoiko/common/img/bg_map.gif);
	background-position:top left,top right,left bottom,right bottom,top left;
	background-repeat: no-repeat,no-repeat,no-repeat,no-repeat,repeat;
}
#map_canvas2,
#map_canvas3{
	width:100%;
	height:190px;
}</pre></body></html>