@charset "utf-8";

p.description {
	margin: 20px 0 10px; 
}

div.hiking {
}

div.hiking div.course {
	width: 600px;
	height: 1206px;
	background: url(../images/course_bg.png) no-repeat;
}

div.hiking div.aCourse,
div.hiking div.bCourse,
div.hiking div.cCourse,
div.hiking div.map {
	padding: 5px 28px 10px 22px;
}
div.hiking div.aCourse {
	padding-top: 30px;
}

div.hiking div.aCourse h3,
div.hiking div.bCourse h3,
div.hiking div.cCourse h3,
div.hiking div.map h3 {
	margin-bottom: 10px;
}
div.hiking div.aCourse p,
div.hiking div.bCourse p,
div.hiking div.cCourse p {
	padding: 10px;
	border: 1px #66cc99 solid;
}

div.hiking div.pageNav {
	margin-bottom: 15px;
	margin-right: 28px;
	margin-left: 22px;
}

div.hiking div.map h3 {
	float: left;
	width: 173px;
	margin-right: 5px;
}
div.hiking div.map p.usage {
	float: left;
	width: 300px;
	font-size: 93%;
	font-weight: normal;
	
}
*+html div.hiking div.map p.usage {
	margin-top: 3px;
}
div.hiking div.map p.img {
	clear: both;
}

/* clearfix */
div.spotArea,
div.spotArea div.spotInfo div.spotTitle {
	height: 1%;
	display: inline-table;
}
/* Hides from IE-mac \*/
* html div.spotArea,
* html div.spotArea div.spotInfo div.spotTitle {
	height: 1%;
}
div.spotArea,
div.spotArea div.spotInfo div.spotTitle {
	display: block;
}
/* End hide from IE-mac */
div.spotArea:after,
div.spotArea div.spotInfo div.spotTitle:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

