#box {
	height: 472px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	background-color: #FFF;
	border: 2px solid #999;
}
#spot {
	background-color: #FFF;
	float: left;
	height: 430px;
	width: 272px;
	padding: 20px;
	position: relative;
	margin-top: 1px;
}

#spot a {
	text-align: right;
	text-decoration: none;
	font-weight: bold;
	height: 25px;
	width: 130px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	right: 20px;
	bottom: 20px;
	margin-top: 1px;
	
	transition-property: opacity;
	transition-duration: 1s;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 1s;
	-o-transition-property: opacity;
	-o-transition-duration: 1s;
	-moz-transition-property: opacity;
	-moz-transition-duration: 1s;
	-ms-transition-property: opacity;
	-ms-transition-duration: 1s;
}
#spot p {
	text-align: justify;
	margin-bottom: 0px;
}


#spot ul li {
	margin-left: 20px;
	line-height: 20px;
}
#spot a:hover {
	opacity: 0.5;
}
