@charset "UTF-8";
/* model -------------------------------------*/

#contbox01 {
	width:80%;
	margin:40px auto;
	text-align:center;
	overflow:hidden;
}


/* slider ----*/
#main {
	width: 100%;
	height: auto;
	position: relative;
	margin:40px auto;
	text-align:center;
	overflow:hidden;
}


/* BxSlider v4.1.2
 * by: Steven Wanderski, 2014
 * --------------------------------- */
/* RESET AND LAYOUT */
.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
 *zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
/* THEME */
.bx-wrapper .bx-viewport {
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}

/* PAGER */
.bx-wrapper .bx-pager {
	/*text-align: right;*/
	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-controls-direction a {
	position: absolute;
	top: 45%;
	outline: 0;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	z-index: 8888;
}
.bx-wrapper #bx-pager a:hover img, .bx-wrapper #bx-pager a.active img {
	border: solid #5280DD 1px;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

.bg_img {
	margin: 0 auto 0 auto;
	width: 100%;
}

.bx-pager {
	margin:0 auto;
	width: 100%;
}

.bx-pager img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.bx-pager a.active img {
	opacity: 1;
	filter: alpha(opacity=100);
}

.bx-pager {
	margin:10px auto;
	text-align:center;
	
}
.bx-pager a {
	display:inline-block;
	/*float:left;*/
	background: #333;
	width:12%;
	height: auto;
	margin:0 1%;
	letter-spacing: normal;
	*display: inline;
	*zoom: 1;
	outline:0;
}

html.lt-ie8 .bx-pager a {
	margin-right: 0;
	outline:0;
}

/*.bx-pager a.thumb-edge {
	float:right;
	background: #000;
	width: 111px;
	height: auto;
	margin:0 0 0 0;
	letter-spacing: normal;
	*display: inline;
	*zoom: 1;
	outline:0;
}*/


.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background:rgba(0, 0, 0, 0.5); 
  width: 100%;
}
 
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 1em;
  padding: 10px;
  text-align: left; 
  font-family:"Times New Roman", Times, serif;
}





@media only screen and (max-width: 767px) {
	

/*　slider -------------------------------------*/
.bx-pager a {
	width:20%;
	margin:1%;
}


	

}