/*----------------------------------------------------------------------------------
	スライダー
----------------------------------------------------------------------------------*/
ul.bjqs {
	position:relative;
	list-style:none;
	padding:0;
	margin:0;
	overflow:hidden;
	display:none;
}
li.bjqs-slide {
	display:none;
	position:absolute;
}
ul.bjqs-controls{
	list-style:none;
	margin:0;
	padding:0;
	z-index:9999;
}
ol.bjqs-markers {
	list-style:none;
	margin:0;
	padding:0;
	z-index:9999;
}
ol.bjqs-markers li {
	float:left;
}

/* 個別設定 */
#top_obi_base {
	width: 236px;
	height: 480px;
	position:relative; 
}
#banner_win {
	width: 236px;
	height: 480px;
	z-index: 1;
	position:absolute;
	text-indent: -9999px;
    background: url(../image/top/top_obi_base.png?20140925) no-repeat;
}
#banner {
	margin: 7px 0px 0px 3px;
	z-index: 2;
	position:absolute;
}

 ul.bjqs-controls li a{
	display:block;
	padding:5px 10px;
	position:absolute;
	color:#fd0100;
	text-decoration:none;
	text-transform:uppercase;
}

/* 丸ボタン設定 */
ol.bjqs-markers{
	position:absolute;
	bottom:-24px;
}

ol.bjqs-markers li{
	float:left;
	margin:0 3px;
}

ol.bjqs-markers li a{
	display:block;
	height:11px;
	width:11px;
	/*
	border:2px solid #7b7150;
	*/
	overflow:hidden;
	text-indent:-9999px;
	/*background:#000;*/
	background: url(../image/top/bjqs-markers.png?20140925) no-repeat 0 0;
}

/* 選択中画像ボタンの色 */
ol.bjqs-markers li.active-marker a{
	display:block;
	height:11px;
	width:11px;
	/*background:#fd0100;*/
	background: url(../image/top/bjqs-markers_on.png?20140925) no-repeat 0 0;
}
