@charset "utf-8";
/* ダック */
.fisheye {
	text-align			: center;
	height				: 50px;
	position			: relative;
	margin				: 0 20px 0 120px;
}
a.fisheyeItem {
	text-align			: center;
	color				: #000000;
	font-weight			: bold;
	text-decoration		: none;
	width				: 40px;
	position			: absolute;
	display				: block;
	bottom				: 0;
	z-index				: 999999;
}
.fisheyeItem img {
	border				: none;
	margin				: 0px auto -22px auto;
	width				: 100%;
}

.fisheyeItem span {
	display				: none;
	positon				: absolute;
}
.fisheyeContainter {
	height				: 50px;
	width				: 200px;
	left				: 500px;
	position			: absolute;
}
