#banner {
	overflow: hidden;
	position: relative;
}

#banner .bd ul li a.photo {
	background-size: 100% auto;
}

#banner .hd {
	position: absolute;
	width: 100%;
	bottom: 10px;
	z-index: 1;
}

#banner .hd ul {
	text-align: center;
}

#banner .hd ul li {
	margin: 0 5px;
	width: 10px;
	height: 10px;
	display: inline-block;
	border: 1px #fff solid;
	border-radius: 50%;
	text-indent: -99999px;
}

#banner .hd ul li:hover ,
#banner .hd ul li.on {
	background: #fff;
}

/************ = 適應性 = ************/
/* +width:768 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	#banner ul li a.photo img {
		width: 160%;
	}
}

/* +width:480 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	#banner ul li a.photo img {
		width: 250%;
	}
}