/*======================
　リセット
=======================*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

/*======================
スライダー（bx）設定
=======================*/

/*============
全体設定
==============*/

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
	width: 100%;
	z-index: 1;
}

.bx-wrapper img {
	width: 100%;
	display: block;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -5px;
	width: 100%;
	z-index: 100;
}

header .bx-wrapper .bx-pager {
	top: 30px;
}

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/slider/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}


/*ページャーの位置*/
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.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: 8px;
	height: 8px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.main-slide .bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 15px;
	height: 15px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

/*ホバー・アクティブ時のカラー*/
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/*============
矢印設定
==============*/

/*カテゴリ*/

.fs-body-category .main-slide .bx-wrapper .bx-prev,
#fs_ProductSearch .main-slide .bx-wrapper .bx-prev {
	left: 10px;
	background: url(../images/category/category-arrow-left.png) no-repeat;
	background-size: 100%;
}

/*矢印画像（次へ）*/
.fs-body-category .main-slide .bx-wrapper .bx-next,
#fs_ProductSearch .main-slide .bx-wrapper .bx-next{
	right: 10px;
	background: url(../images/category/category-arrow-right.png) no-repeat;
	background-size: 100%;
}

.fs-body-category .fs-l-pageMain .bx-wrapper .bx-prev,
#fs_ProductSearch .fs-l-pageMain .bx-wrapper .bx-prev{
	left: 10px;
	background: url(../images/slider/item-arrow-left.png) no-repeat;
	background-size: 100%;
}

/*矢印画像（次へ）*/
.fs-body-category .fs-l-pageMain .bx-wrapper .bx-next,
#fs_ProductSearch .fs-l-pageMain .bx-wrapper .bx-next{
	right: 10px;
	background: url(../images/slider/item-arrow-right.png) no-repeat;
	background-size: 100%;
}


header .all-width .bx-wrapper .bx-prev {
	left: 0!important;
	background: url(../images/slider/m1.png) no-repeat!important;
	background-size: 100%;
}

/*矢印画像（次へ）*/
header .all-width .bx-wrapper .bx-next {
	right: 0!important;
	background: url(../images/slider/m2.png) no-repeat!important;
	background-size: 100%;
}

.fs-body-category .main-slide .bx-wrapper .bx-controls-direction a ,
#fs_ProductSearch .main-slide .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: -300px;
	margin-top: -16px;
	outline: 0;
	width: 25px;
	height: 59px;
	text-indent: -9999px;
	z-index: 9999;
}

.fs-body-category .bx-wrapper .bx-controls-direction a,
#fs_ProductSearch .bx-wrapper .bx-controls-direction a{
	position: absolute;
	top: 0;
	margin-top: -16px;
	outline: 0;
	width: 25px;
	height: 59px;
	text-indent: -9999px;
	z-index: 9999;
}

.fs-body-category .fs-l-main .fs-c-productList__list .bx-wrapper .bx-controls-direction a,
#fs_ProductSearch .fs-l-main .fs-c-productList__list .bx-wrapper .bx-controls-direction a{
	position: absolute;
	top: -110px;
	margin-top: -16px;
	outline: 0;
	width: 25px;
	height: 59px;
	text-indent: -9999px;
	z-index: 9999;
}


header .bx-wrapper .bx-controls-direction a {
	width: 38px!important;
	height: 35px!important;
	bottom: -18px!important;
	top: auto!important;
	position: absolute;
	text-indent: -9999px;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

.bx-wrapper .bxslider4 video {
	width: 100%;
}

.bx-controls {
	position: relative;
	top: -40px;
}
