@charset "utf-8";

#mainVisual{

}
#mainVisual .mainVisualInner{
	background: url(../images/bg_mainvisual.gif) 0 100% no-repeat #fcfcfc;
	height: 300px;
}
.rnSlideShow{
	position: relative;
	width: 930px;
	height: 300px;
	float: left;
}
.rnSlideShowImages{
	position: relative;
	overflow: hidden;
	width: 930px;
	height: 300px;
}
.rnSlideShow-navigator-prev,
.rnSlideShow-navigator-next{
	float: left;
	width: 30px;
	margin-top: 134px;
	cursor: pointer;
}

.rnSlideShow .hoverImage{
	background: url(../images/mainvisual_on.png) 0 0 no-repeat;
	position: absolute;
	display: none;
	z-index: 20;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0;
}