@charset "utf-8";
/* CSS Document */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 12px;
}

.clear{ clear:both;}
#directions-panel {
	height: 100%;
	float: right;
	width: 300px;
	overflow: auto;
}

h4{
	width:195px;
	font-size: 12px;
	color: #C00;
	font-weight: lighter;
}

h4 a{
	color: #C00;
}

#content {
	position: relative;
	margin: 0 auto;
	background-color: white;
	height: 100%;
	width: 100%;
}

#map_canvas {
  position: relative;
  height: 100%;
  margin:0 0 0 300px;
}

#tourmap_side { top:0; left:0;
	width:300px;
	position: absolute;
	overflow: auto;
	height: 100%;
}
#tourmap_side .logo{height:24px;position: relative; border-bottom:1px solid #ccc; z-index:3;box-shadow: 0 0px 5px -3px #000;}
#tourmap_side .logo img{vertical-align:middle; margin:2px;}
#footer{position: absolute; background:#fff; left:0; bottom:0; right:0; border-top:1px solid #ccc; z-index:3;box-shadow: 0 0px 5px -3px #000; text-align:right; padding:2px 3px; font-size:12px; overflow:hidden;} 
#footer img{vertical-align: sub;}
#tourmap_text {margin:0;
	padding: 0px 5px 10px 10px;
	font-size: 12px;
	
}

#tourmap_side h3 {
	font-size: 20px;
	margin: 0;
	padding: 5px 0px 2px 0px;
	color: #069;
	font-weight: bold;
}

#tourmap_text {
	margin:0;
	padding: 0px 5px 10px 10px;
	font-size: 15px;
    line-height: 1.5;
}
#tourmap_text p{margin: 10px 0 15px 0;}
#tourmap_text h5 {
	font-size: 17px;
	font-weight: bold;
	margin:0;
	padding:10px 0 0 0px;
}
#tourmap_text a:hover img{ opacity:0.5}
#tourmap_text .txt1 {color: black;}
#tourmap_text .txt1 h5{color: #F00;}

#tourmap_text .txt1 a{color:#000;}
#tourmap_text .txt1 a:hover{color:#069;}

#tourmap_text .txt0 {color: #aaa;}

#tourmap_text .txt0 h5{margin:0px 0px 5px 0px;}
#tourmap_text .txt0 h5 a{color: #F00;}
#tourmap_text .txt0 h5 a:hover{color: #900;}
#tourmap_text .hotel_show{padding:0px 0 10px 0; font-size:15px;}
#tourmap_text .hotel_show{ float:left;color: #060; display:block;
	padding:10px 0 0 0;}
/*
#tourmap_text .hotel_show a{ float:left;color: #060; display:block;
	background:url(../images/icon02.png) no-repeat  right 5px;
	padding:10px 20px 0 0;}
*/
#tourmap_text .hotel_show a:hover{color:#090;background:url(../images/icon02.png) no-repeat  right -25px;}
#tourmap_text .CarTime {
	font-size: 11px;
	color: #666;
}

#tourmap_text .txt0 .CarTime {
	color: #C0C0C0;
}

	
#share{padding:40px 0 0 0;}
#share img{float:left;margin:0px 5px 0px 0px;}
#share strong{ float:left;color: #000; display:block; font-weight: normal;
	background:url(../images/icon02.png) no-repeat  right -5px;
	padding:0px 20px 0 0;}
#tourmap_hotel {
	position: relative;
	border-top: 1px solid #CCC;
	margin: 0;
	padding: 0px 5px 0px 10px;
	bottom: 0px;
	left: 0;
	right: 0;
	line-height: 1.5;
	font-size:  13px;

}

#tourmap_hotel .hotel_show{ float:right;}
#tourmap_hotel ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#tourmap_hotel li {
	border-bottom: 1px dotted #999;
	margin: 0px 3px 0px 3px;
	padding: 1px 0px 1px 0px;
}

#tourmap_hotel li a{
	margin:0; 
	padding: 5px 0 5px 15px;
	display:block; 
	color: black;
	text-decoration: none;
	background: url(../images/icon01.gif) no-repeat 4px 13px;
}


._block{ display:block}
._none{ display:none}
@media print {
	html, body {
		height: auto;
	}

	#map_canvas {
		height: 650px;
	}
}

@media screen and (max-width:970px){
	
	html, body,#content {
		height: auto;
	}
	
	#tourmap_side{height:auto; width:auto; position:relative;}
	#map_canvas{ height:500px; margin:0; width:100%;}
	
	
._block{ display:none}
	}

