@charset "UTF-8";

/***********************************************/
/* FileName: spot.css                          */
/* data:2016/02/22                             */
/***********************************************/


/* searchReslut */
div.spotArea{
	position:relative;
	margin:0 0 35px;
	min-height:100%;
	}
#main div.spotArea h2.title{
	font-size:140%;
	background:#EEEEEE;
	padding:12px 0 12px 19px;
	margin:0px;
	border-bottom:solid 3px #3D91D7;
	overflow:hidden;
	font-weight:normal;
	}
#main div.spotArea h2.title span{
	background:#3D91D7;
	color:#FFF;
	font-size:62%;
	padding:3px 20px 0;
	margin:0 27px 0 0;
	}
#main div.spotArea div.dateArea h3{
	background: url(../../../img/common/bg_ttl_sub.gif) no-repeat left bottom;
	padding:0 0 15px 32px;
	margin:0 0 16px;
	}
	
/* Image */
div.spotArea div.main-image{
	overflow:hidden;
	margin:0px;
	}
div.spotArea div.main-image p{
	float:left;
	}
div.spotArea div.main-image ul{
	overflow:hidden;
	width:100%;
	}
div.spotArea div.main-image ul li{
	float:left;
	width:100px;
	margin:0 0 10px 10px;
	position:relative;
	}	
div.spotArea div.main-image ul li a:after{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100px;
	height:100px;
	background:rgba(0,0,0,0.5);
	}	
div.spotArea div.main-image li img{
	transition: 0.5s ease-in-out;
}
div.spotArea div.main-image li:hover img{
	filter:alpha(opacity=70);
	opacity:0.7;
	}
div.spotArea div.main-image li .over:after{
	background:none;
	}					

		
#main div.spotArea div.date{
	margin:0 0 40px;
	}
#main div.spotArea div.date table{
	border-top:solid 1px #888888;
	font-size:14px;
	width:100%;
	}
#main div.spotArea div.date th{
	border:solid 1px #888888;
	background:#EEEEEE;
	border-top:none;
	padding:8px 10px 6px;
	font-weight:normal;
	width:17%;
	}
#main div.spotArea div.date td{
	border:solid 1px #888888;
	border-top:none;
	padding:8px 10px 6px;
	}	
#main div.spotArea div.date tr.overview th,
#main div.spotArea div.date tr.overview td{
	background-image:url(../../../img/spot/bg_overview.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
	border-bottom:none;
	}	
#main div.spotArea div.date td table{
	border:none;
	margin:0 10px;
	width:auto;
	font-size:100%;
	}
#main div.spotArea div.date td th{
	border:none;
	background:none;
	padding:6px 0;
	width:15%;
	}
#main div.spotArea div.date td td{
	border:none;
	background:none;
	padding:6px 0;
	}
#main div.spotArea div.date td tr.parking th,
#main div.spotArea div.date td tr.parking td{
	vertical-align:top;
	}
#main div.spotArea div.date td div.map{
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
	}			