/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

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

/** THEME
===================================*/

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -24px;
	width: 100%;
}

/* 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;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #888;
	padding-top: 25px;
/*	background: #fff;*/
	overflow: hidden;
}

.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: #efefef;
	text-indent: -9999px;
	display: block;
	width: 80px;
	height: 10px;
	margin: 0x;
	outline: 0;
/*	-moz-border-radius: 5px;*/
/*	-webkit-border-radius: 5px;*/
/*	border-radius: 5px;*/
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #444444;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.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;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}


/*bxsliderで2枚目以降の画像もブラウザ幅いっぱいに表示*/
  #image-bloc {
	position: relative;
	width: 100%;
    height: 360px;
/*	border-top: 1px solid #00a6e8;*/
	margin: 0; 
	padding: 0;
  }
  .slide_all {
  	width: 100%; 
	margin: 0 auto;
	padding: 30px 0 0 0; 
	height: 400px;
	text-align: center; 
	position: relative;
	overflow: hidden;
	background: #fff;
  }
  .slide_wrap {
  	width: 100%; 
    margin:0;
/*	position: absolute; */
/*	left: 50%; */
/*	margin-left: -50%;*/

  }

  .slider {
  	width: 100%; 
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .slider li {
    width: 1010px!important;
    margin: 0;
    padding: 0 0 10px 0;

  }



  
  #slider-prev{
	position: absolute;
	left: 0;
	top: 45%;
  	float:left;
	font-size: 35px;
	font-weight: lighter;
	background: #c9caca;
	padding: 10px 20px 10px 0;
	background-color: rgba(201,202,202,0.5);
  }

	#slider-prev a:hover {
	text-decoration: none;
	color: #efefef;
	}



  #slider-next{
	position: absolute;
	right: 0;
	top: 45%;
  	float:rihgt;
	font-size: 35px;
	font-weight: lighter;
	background: #c9caca;
	padding: 10px 0 10px 20px;
	background-color: rgba(201,202,202,0.5);
  }
  
	#slider-next a:hover {
	text-decoration: none;
	color: #efefef;
	}







/*スライドさせないメイン画像*/
  #mainimag-wrapper {
	position: relative;
	width: 100%;
    height: 420px;
	margin: 0 0 20px 0;
  }
  .mainimag {
  	width: 400px; 
	margin: 0 auto; 
	height: 420px; 
	position: relative;
  }

  .mainimag-wrap {
  	width: 1200px; 
	position: absolute; 
	left: 50%; 
	margin-left: -600px;
  }
  .mainimag-p {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .mainimag-p li {
    width: 400px!important;
    margin: 0;
    padding: 0;
  }
  
/*上段トピックス*/
  #down-wrapper {
	width: 100%;
    height: 62px;
	margin: 0;
  	background: #fff;
/*	border-top: 1px solid #00a6e8;*/
  }
  .down-wrap {
	position: relative;
  	width: 1200px; 
	margin: 0 auto;
	height: 62px; 
  }
  .topics_lead{
	width: 50px;
	height: 62px;
	position: absolute;
	left: 0;
	
  }
  .topics_lead p{
	font-size: 14px;
	line-height: 62px;
	color: #000;
	margin: 0 0 0 15px;
  }

  .topics_wrap {
  	width: 1000px;
	height: 42px; 
	position: absolute; 
	left:0;
	top: 14%;
	margin-left: 65px;
  	background: #efefef;
	overflow: hidden;
  }

  .topics {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .topics li {
    width: 1000px!important;
    margin: 0;
    padding: 0;
	line-height: 42px;
	margin: 0 0 0 20px;	
  }
  
  .topics-control{
	position: absolute; 
	width: 80px;
	height: 42px;
	top: 16%;
	right: 4%;
	overflow: hidden;
  }
  
  #topics-prev{
  	width:40px;
	height: 42px;
  	float:left;
	line-height: 42px;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
  }

	#topics-prev a:hover {
	text-decoration: none;
	color: #efefef;
	}



  #topics-next{
  	width:40px;
	height: 42px;
  	float:right;
	line-height: 42px;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
  }
  
	#topics-next a:hover {
	text-decoration: none;
	color: #efefef;
	}