@charset "shift_jis";
/* CSS Document */

.clear {
	clear:both;
}
  
/* The Nivo Slider styles */
#page_visual {
	width:750px;
	position:relative;
}
.nivoSlider {
	width:750px;
	height:260px;
	margin-bottom:40px;
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
.nivo-controlNav {
	width:750px;
	position:absolute;
	left:0;
	top:270px;
	z-index:999;
	text-align:center;
}
.nivo-controlNav a {
	width:10px;
	height:10px;
	background: #cccccc;
	color:#cccccc;
    border-radius: 5px;
    margin: 0 10px;
    outline: 0 none;
	font-size:1px;
	text-indent:-9999px;
	display:inline-block;
}
.nivo-controlNav a.active {
	width:10px;
	height:10px;
	background: #000000;
	color:#000000;
	font-size:1px;
	text-indent:-9999px;
}


/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	display:block;
	width:20px;
	height:70px;
	background:url(../img/usr/detail/detail_prev.png) left center no-repeat;
	text-indent:-9999px;
	border:0;
	position:absolute;
	top:40%;
	z-index:9;
	cursor:pointer;
}
a.nivo-nextNav {
	background:url(../img/usr/detail/detail_next.png) left center no-repeat;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}
.nivo-caption a:hover {
    color:#fff;
}
