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

.foucebox {
	position: relative;
	padding: 14px;
	/*height: 588px;*/
	overflow: hidden;
	border: 1px solid #ddd;
	margin: 0px auto;
}
.foucebox .bd {
	display: block;
	width: 100%;
	overflow: hidden;
}
.foucebox .bd img {
	width: 100%;
	min-height: 300px;
	max-height: 484px;
	height: auto;
}
.foucebox .hd {
	display: block;
	height: 90px;
	width: 100%;
}
.foucebox .hd ul {
	text-align: center;
}
.foucebox .hd li {
	float: left;
	display: block;
	padding: 5px 2px 2px 2px;
	overflow: hidden;
	margin-right: 3px;
	background: url(../images/yule_sp.png) no-repeat center;
	cursor: pointer;
}
.foucebox .hd li:last-child {
	margin-right: 0px;
}
.foucebox .hd img {
	width: 80px;
	height: 60px;
}
.foucebox li.on {
	background: url(../images/yule_sp1.png) no-repeat center;
	z-index: 2;
}
