/* リセット */	
* {margin: 0; padding: 0;}
body,html {width: 100%;height: 100%;}

/* 設定 */
/*#main {
	margin:0 auto;
	width:100%;
	height:auto;
}*/
.slide_container {
	width: 100%;
	height: 100%;
	margin:0 auto 90px;
	overflow-x: hidden;
}
.slide_all {width: 100%; margin: 0 auto; height: 100%; position: relative;}
.slide_wrap {
	width:100%;
	/*width: 1800px;
	position: absolute;
	left: 50%;
	margin-left: -900px;*/
}
.slide_body {width: 100%;}
.slide {width: 20%;}
.slide img {
	width: 100%;
	margin:0;
	vertical-align: bottom;
}

/* 装飾 */
.bx-controls-direction,.bx-pager {position: relative; left: 50%;}
/* 左ボタン*/ 
.bx-controls-direction .bx-prev {
	position: relative;
	left: -320px;
	top:-108px;

	width:54px;height:60px;
	background-image:url(../item/arrow-left.png);
	background-position:0 0;
	text-indent:-9999px;
}
.bx-controls-direction .bx-prev:hover{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
/* 右ボタン*/ 
.bx-controls-direction .bx-next {
	position: relative; left: 200px;top:-108px;
	
	width:54px;height:60px;
	background-image:url(../item/arrow-right.png);
	background-position:0 0;
	text-indent:-9999px;
	}
.bx-controls-direction .bx-next:hover{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.bx-controls-direction a,.bx-pager-item {display: inline-block;}
.bx-pager-item a{display: none; height: 10px; width: 10px; text-indent: -9999px; background: #000; border-radius: 10px; margin:10px 2px 0 2px;}
.bx-pager-item a.active {opacity: 0.3;}
.bx-controls-direction a{text-decoration: none; color: #000; padding:0 5px;}
.bx-controls {position: absolute;bottom: 5px;z-index: 100;width: 100%;}
@media (max-width: 1100px) {
	.slide_container {
		margin-bottom:70px;
	}
}
@media (max-width: 768px) {
	/*.slide_all {
		width:400px;
	}
	.slide_wrap {
		width:1200px;
		left:50%;
		margin-left:-600px;
	}*/
}
@media (max-width: 480px) {
	.slide_container {
		margin-bottom:50px;
	}
}
@media (max-width: 414px) {
	/*.slide_all {
		width:300px;
	}
	.slide_wrap {
		width:600px;
		left:0;
		margin-left:-150px;
	}*/
}