@charset "UTF-8";

/* スライダー関係ここから ↓ */



div#sliderWrap{
	position: relative;
	overflow: hidden;
}

ul#slider{
	position: relative;
	left: 50%;
	float: left;
	display: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

ul#slider li{
	position: relative;
	left: -50%;
	float: left;
}

ul#slider li img{
	position: relative;
/*	left: -318px;					/* 画像の半分の位置指定  */
/*	left: -242px;	*/				/* 画像の半分の位置指定  */
	left: -260px;					/* 画像の半分の位置指定  */

/*
	-moz-box-shadow: 1px 1px 5px 5px #eee;
	-webkit-box-shadow: 1px 1px 5px 5px #eee;
	box-shadow: 1px 1px 5px 5px #eee;
	background-color: #ffffff;*/	/* これが隙間の色になるので背景とあわせたほうがいいかもこれなくてもいいのかな？ */
/*	padding: 5px;				/* 画像と画像のすきま 上記 shadow とあわせないとぶっ細工なる このままがいいかも */
/*	margin: -5px 0 0;	/* 上をマイナス指定する　この幅は上部のpaddingとあわせる */

}

/*-------------------------------------*/

ul#coverWrap{
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

ul#coverWrap li{
	position: absolute;
	margin: 0 auto!important;
	text-align: center!important;
	display: block!important;
	z-index: 9000;
	width: 100%;

/*border: 1px #000 solid;*/

}

ul#coverWrap li img{
	text-align: center;
	display: block!important;
	margin: 0 auto!important;
	width: 100%!important;
}

#slideTop{ /*top: -3px;*/ }
#slideTop img { width: 100%; }
#slideBottom{ /*bottom: -3px;*/}

/** RESET AND LAYOUT
===================================*/

.bx-wrapper { *zoom: 1;}
.bx-wrapper img {
	display: block;
	position: relative;
	text-align: center;
}

/** THEME
===================================*/
/*

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
/* 	background: url() center center no-repeat ; */
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	display: none;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}



/* DIRECTION CONTROLS (NEXT / PREV) */

div.bx-controls-direction{
	width: 728px;			/* 画像の横幅よりちょい大きめで少しかぶる感じで指定されている */
	margin: 0 auto;
	text-align: center;
	position: relative;
	top: -268px;
}

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next{
	position: absolute;
	top: -400px;
}

.bx-wrapper .bx-prev {
 	left: 0px;
	background: url(../image/btn_prev.png) no-repeat 0 0;
}

.bx-wrapper .bx-next {
	right: 0px;
	background: url(../image/btn_next.png) no-repeat 0 0 ;
}


.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	outline: 0;
	width: 74px;
	height: 74px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url() -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url() -86px -44px no-repeat;
	margin: 0 3px;
}

/* スライダー関係ここまで ↑ */

