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

.tileSlideShow{
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	width:100%;
	height:100%;
}

.tileSlideShow .bar{
	float:left;
	overflow:hidden;
	position:relative;
}

.tileSlideShow .bar .img{
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	position:absolute;
	top:0;
}

.tileSlideShowNavi{
	position:absolute;
	bottom:10px;
	left:50%;
}

.tileSlideShowNavi .btn{
	width:12px;
	height:12px;
	border-radius:7px;
	border:2px solid #FFF;
	box-sizing:border-box;
	float:left;
	margin-right:20px;
	background:#FFF;
	cursor:pointer;
}

.tileSlideShowNavi .btn:last-child{
	margin-right:0;
}

.tileSlideShowNavi .here{
	background:#4b474d;
}