
/*-----------------------TOP SLIDESHOW-----------------*/


#slideshow{
	margin: 0px auto 0;
	position: relative;
}

#slideshow .bx-wrapper{
	overflow: hidden;
	position: relative !important;
	width: 100% !important;
}

#slideshow .bx-window{
	height: 300px;
	margin: 0 auto !important;
	overflow: visible !important;
	width: 685px !important;
}

#slideshow #slider li{
	width: 685px;
	text-align:center;
	height: 300px;
	display: block;
}

#slideshow #slider li a{
	position: relative;
	z-index: 100;
}
#slideshow ul,
#slideshow li{
	margin: 0px;
	padding: 0px;
}

#slideshow #slider li img{
	box-shadow: 0px 0px 10px #999999;
	background: filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='5', MakeShadow='true', ShadowOpacity='0.20');
	behavior:url("/css/PIE.htc");
}
	



/*#slideshow #slider li.img02 dl{
	padding: 27px 0 0 0;
	width: 360px;
	left: 100px;
	height: 238px;
	position: relative;
	z-index: 1000;
}*/



/*controls*/
#slideshow div#pages{
	width: 1040px;
	padding: 0 0px;
	margin: 0 auto -40px;
	position: relative;
	z-index: 1000;
	top: -170px;
	display:none;
}

#slideshow div#pages a {
	width: 20px;
	height: 50px;
	display: block;
}

#slideshow div#pages a.bx-prev {
	float: left;
}

#slideshow div#pages a.bx-next {
	float: right;
	padding-right: 10px;
}

/* メインビジュアルサムネール */

#slideshow div.bx-pager {
margin: 15px auto 18px auto;
    width: 100px;
}
#mainvisual div.bx-pager {
	width: 724px;
	padding-left: 25px;
	margin: 5px auto 0;
}

#slideshow div.bx-pager a {
	float: left;
	width: 6px;
	height: 6px;
	display: block;
	overflow: hidden;
	background-image: url(../img/control.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent:-9999px;
	margin:0 5px;
}

#slideshow div.bx-pager a:hover,
#slideshow div.bx-pager a.pager-active {
	background-position: left top;
		background-image: url(../img/control-a.png);

}