.wideslider {
	width: 100%;
	text-align: left;
	height: 500px;
	position: relative;
	overflow: hidden;
}


@media (min-width: 481px) {
	.wideslider {
	overflow:		hidden;
	position:		relative;	/* 相対位置指定 */
}
#mainVisualBody .mask .caption {
	font-size:		130%;
	text-align: 	center;
	padding-top: 184.5px;
	padding-left: 424.5px;
	color:			#fff;
}
#mainVisualBody .mask {
	display: block;
	overflow: hidden;
	width: 928px;
	height:			432px;
	position:		absolute;	/* 絶対位置指定 */
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(0,0,0,0.8);	/* マスクは半透明 */
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
		cursor: pointer;
		/*pointer-events: none;*/
}
#mainVisualBody .mask:hover {
	opacity:	1;	/* マスクを表示する */
}

.wideslider .mask .caption img{
	width: 79px;
	height: 63px;
}
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider ul li img {
	height: 432px;
	width: 928px;
	display: none;
}

.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 90;
	cursor: pointer;
}

.slider_prev {background: #fff url(../images/prev.png) no-repeat right 8px center;}
.slider_next {background: #fff url(../images/next.png) no-repeat left 8px center;}

.pagination {
	bottom: 34px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
}

.pagination a {
	margin: 0 5px;
	width: 16px;
	height: 16px;
	display: inline-block;
	overflow: hidden;
	background-image: url(../images/carousel_off.png);
}
.pagination a.active {
	background-image: url(../images/carousel_on.png);
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}


/* =======================================
	ClearFixElements
======================================= */
#wrapper .wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#wrapper .wideslider ul {
	display: inline-block;
	overflow: hidden;
}

ul {
	margin: 0;
	padding: 0;
}
