/* 画像レイアウト
===================================*/

.bxslider {
	margin: 0px;
	text-align: center;
}
.bx-wrapper {
	position: relative;
	overflow: hidden;
}

.bx-wrapper img {
	width: 100%;
}

.slider-bg {
	max-height: 675px;
}
/*.bx-viewport {
	max-height: 675px;
}*/
/* ページャー
===================================*/

.bx-pager {
	display: none
/*	text-align: center;
*//*	position: relative;
	width: 100%;
	margin: 15px 0 10px;*/
}
/*.bx-wrapper .bx-caption {
	position: absolute;
	top: 92%;
	right: 15px;
	color: #FFF;
	text-shadow: 0 0 5px #000;
	font-weight: bold;
	z-index: 1000000;
}
*/.bx-pager-item, .bx-controls-auto-item {
	display: inline-block;
}
.bx-default-pager a {
	background: #ccc;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	border-radius: 5px;
	transition: none;
}
.bx-default-pager a:hover, .bx-default-pager a.active {
	background: #4C8DC4;
}


/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	font-family: FontAwesome;
	content: '\f104';
	font-size:40px;
	line-height:40px;
	color: #029AC6;
}

.bx-wrapper .bx-next {
	right: 10px;
	font-family: FontAwesome;
	content: '\f105';
	font-size:40px;
	line-height:40px;
	color: #FFF;
	z-index: 10000;
}


.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
