@charset "utf-8";
/* CSS Document */

/*列表頁*/
ul.spotList{
	margin:0 -10px;
	margin-top:45px;}

ul.spotList li{
	padding:0 10px;
	margin-bottom:40px;}

ul.spotList li .item{}

ul.spotList li .Img{
	position:relative;
	background:#000;
	overflow:hidden;}

ul.spotList li .Img img{
	display:block;
	width:100%;
	
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;}

ul.spotList li .Img:hover img{
	opacity:0.4;
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05);
	-o-transform:scale(1.05);
	transform:scale(1.05);}

ul.spotList li .Txt{
	position:relative;
	padding:20px;}

ul.spotList li .Txt h3{
	
	font-size:17px;
	font-weight:normal;
	color:#333;}

ul.spotList li .Txt h3 a{
	color:#333;
	display:block;
	width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;}
ul.spotList li .Txt h3 a i{
	position: relative;
	float: right;
	color: #fff;
	font-size: 20px;
}
ul.spotList li .Txt h3 a i:after{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	margin-right: 5px;
	width:20px;
	height: 1px;
	background: #fff;
	opacity: 0;
	transition: all 0.3s ease;
}
ul.spotList li .item:hover .Txt h3 a i:after{
	opacity: 1;
	margin-right: 0;
}
ul.spotList li .Txt h3 a:hover{
	text-decoration:underline;}

ul.spotList li .Txt p{
	padding-top:10px;
	font-size:14px;
	color:#a0a0a0;
	line-height:1.8;
	height:60px;}

ul.spotList li .Txt b{/*距離計算*/
	margin-top:10px;
	display:block;
	font-size:12px;
	font-weight:normal;
	color:#6f4d1a;}

/****內頁****/
.contentBox{}
.title b{
	display:block;
	color:#6f4d1a;
	margin:20px 0;}
.side_map{
	margin-top:80px;}
ul.icon{
	margin:10px 0;}

ul.icon li{
	display:inline-block;
	font-size:13px;
	margin-right:15px;}

ul.icon li img{
	vertical-align:middle;
	margin-right:5px;}

.map{
	border:1px solid #CCC;}

#spotMap{
	height:300px;}

/*側邊相簿*/
ul.side_album li{
	width:33.33%;
	padding:0 5px 5px 0;}

@media (max-width: 767px){
	.top .link{
		float:none;
		width:100%;
		text-align:center;}
	
	.col-4{
		width:50%;
		margin-bottom:25px;}
	
	.top{
		position:static;
		margin:15px 0;}	
	
	.top ul.classLink{
		float:none;
		width:100%;
		text-align:center;
		padding-bottom:10px;
		border-bottom:1px solid #CCC;
		margin-bottom:10px;}
	
	.top .link{
		float:none;
		width:100%;
		text-align:center;}
		
		/*內頁*/
	.contentBox .leftBox{
		float:none;
		width:100%;
		padding:0;}
	
	.contentBox .rightBox{
		float:none;
		width:100%;
		margin-top:20px;}
}


@media (max-width: 360px){
	.col-4{
		width:100%;
		margin-bottom:25px;}
}