@charset "utf-8";

div.spotArea {
	margin: 25px 0;
}
div.spotArea div.spotImg {
	float: left;
	width: 140px;
	text-align: center;
}
div.spotArea div.spotInfo {
	float: right;
	width: 480px;
}
div.spotArea div.spotInfo div.spotTitle {
	margin-bottom: 5px;
	border-bottom: 1px #333 solid;
}
div.spotArea div.spotInfo div.spotTitle h3 {
	float: left;
	margin-right: 5px;
	font-size: 122%;
}
div.spotArea div.spotInfo div.spotTitle p {
	float: left;
	margin-top: 0.3em;
	margin-right: 5px;
}
div.spotArea div.spotInfo div.spotTitle address {
	float: left;
	margin-top: 0.3em;
	font-style: normal;
}

div.spotArea div.spotInfo div.spotTxt {
	position: relative;
	margin-right: 80px;
}

div.spotArea div.spotInfo div.spotTxt p.btn {
	position: absolute;
	top: 0;
	right: -70px;
}
* html div.spotArea div.spotInfo div.spotTxt p.btn {
	right: 10px;
}

span.note {
	color: #FF0000;
}

div.calendar p {
	float: left;
	margin: 25px 0 30px;
}
div.calendar p.btn {
	width: 136px;
}
div.calendar p.description {
	width: 450px;
	margin-top: 40px;
	margin-left: 10px;
}


/* clearfix */
div.spotArea,
div.calendar,
div.spotArea div.spotInfo div.spotTitle {
	height: 1%;
	display: inline-table;
}
/* Hides from IE-mac \*/
* html div.spotArea,
* html div.calendar,
* html div.spotArea div.spotInfo div.spotTitle {
	height: 1%;
}
div.spotArea,
div.calendar,
div.spotArea div.spotInfo div.spotTitle {
	display: block;
}
/* End hide from IE-mac */
div.spotArea:after,
div.calendar:after,
div.spotArea div.spotInfo div.spotTitle:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
