@charset "utf-8";

div.spotArea {
	margin: 25px 0;
}

div.spotArea div.spotImg {
	float: left;
	width: 230px;
	text-align: center;
}
div.spotArea div.spotInfo {
	float: right;
	width: 395px;
}
div.spotArea div.spotInfo h3 {
	font-size: 144%;
}
div.spotArea div.spotInfo div.spotTxt dl dt {
	float: left;
	width: 4.3em;
	font-weight: normal;
}
div.spotArea div.spotInfo div.spotTxt dl dt span.list {
	color: #999999;
}
div.spotArea div.spotInfo div.spotTxt dl dt span.name {
	color: #FF6600;
}
div.spotArea div.spotInfo div.spotTxt dl dd {
	margin-left: 4.3em;
}
div.spotArea div.spotInfo div.spotTxt dl.holiday dt,
div.spotArea div.spotInfo div.spotTxt dl.phone dt,
div.spotArea div.spotInfo div.spotTxt dl.address dt {
	width: 5.4em;
}
div.spotArea div.spotInfo div.spotTxt dl.holiday dd,
div.spotArea div.spotInfo div.spotTxt dl.phone dd,
div.spotArea div.spotInfo div.spotTxt dl.address dd {
	margin-left: 5.4em;
}
div.spotArea div.spotInfo div.spotTxt dl.period dt,
div.spotArea div.spotInfo div.spotTxt dl.time dt {
	width: 6.5em;
}
div.spotArea div.spotInfo div.spotTxt dl.period dd,
div.spotArea div.spotInfo div.spotTxt dl.time dd {
	margin-left: 6.5em;
}
div.spotArea div.spotInfo div.spotTxt dl.link dt {
	width: 7.6em;
}
div.spotArea div.spotInfo div.spotTxt dl.link dd {
	margin-left: 7.6em;
}
div.spotArea div.spotInfo div.spotTxt dl.holiday_price dt {
	width: 8.6em;
}
div.spotArea div.spotInfo div.spotTxt dl.holiday_price dd {
	margin-left: 8.6em;
}
div.spotArea div.spotInfo div.spotTxt dl.map dt {
	float: none;
	width: auto;
}
div.spotArea div.spotInfo div.spotTxt dl.map dd {
	float: none;
	margin-left: 0;
}

div.spotArea div.spotInfo div.spotTxt dl dd ul {
}
div.spotArea div.spotInfo div.spotTxt dl dd ul li {
}



div.spotArea div.spotInfo div.pageNav {
	border: 0;
}

span.note {
	color: #ff0000;
}

/* clearfix */
div.spotArea,
div.spotArea div.spotInfo dl {
	height: 1%;
	display: inline-table;
}
/* Hides from IE-mac \*/
* html div.spotArea,
* html div.spotArea div.spotInfo dl {
	height: 1%;
}
div.spotArea,
div.spotArea div.spotInfo dl {
	display: block;
}
/* End hide from IE-mac */
div.spotArea:after,
div.spotArea div.spotInfo dl:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

