@charset "utf-8";

/* bxslider
--------------------------------------------------------------------------*/
.bx-wrapper .bx-viewport {
	-box-shadow: none;
	box-shadow: none;
	border: 0;
	left: 0;
	background: transparent;
}
.bx-wrapper .bx-controls-direction a {
	top: 110px;
	width: 65px;
	height: 65px;
	display: block;
}
#index_job .bx-wrapper .bx-controls-direction a {
	top: 245px;
}
.bx-wrapper .bx-prev {
	left: 0;
	background: url(../../img/common/ico_arrows.png) no-repeat 0 -65px;
}
.bx-wrapper .bx-next {
	background: url(../../img/common/ico_arrows.png) no-repeat -65px -65px;
	right: 0px;
}
.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
	background-position: -65px 0;
}
.bx-wrapper .bx-controls-direction a.bx-prev {
	margin: 20px 20px 20px 0;
}
.bx-wrapper .bx-controls-direction a.bx-next {
	margin: 20px 0 20px 20px;
}

/* facility
------------------------------------------------------------------- */
#facility .bx-wrapper {
	margin: 0 auto 20px;
}
#facility .bx-wrapper .bx-controls-direction a {
	top: 50%;
	margin-top: -32px;
}
#facility .bx-wrapper .bx-controls-direction a.bx-prev {
	left: 10px;
}
#facility .bx-wrapper .bx-controls-direction a.bx-next {
	right: 10px;
}
#facility #bx-pager {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#facility #bx-pager li > a {
	display: block;
	opacity: 0.4;
}
#facility #bx-pager li > a.active {
	opacity: 1;
}
#facility .controlWrap .bx-wrapper .bx-controls-direction {
	display: none;
}
#facility .controlWrap .bx-wrapper .bx-pager {
	bottom: -50px;
}
#facility .controlWrap .bx-wrapper .bx-pager.bx-default-pager a {
	background-color: #ccc;
}
#facility .controlWrap .bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: #000;
}