@charset "utf-8";
/* CSS Document */

/*******************************************
	SITE: マンナン - Top newItem
	FileName: slider02.css
	LastUpdate: 2016/02/01
********************************************/

.newItem .bx-wrapper {
  position: relative;
  margin: 0 auto 30px auto;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.newItem .bx-wrapper img.pc {
  max-width: 100%;
  display: block;
  text-align:center;
  margin:0 auto;
}

.newItem .bx-wrapper img.sp {
  display:none;
}

.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}

/** THEME
===================================*/

.newItem .bx-wrapper .bx-pager,
.newItem .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 30px;
  width: 100%;
}
/* LOADER */
.newItem .bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(/top/images/bx_loader.gif) center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.newItem .bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.newItem .bx-wrapper .bx-pager.bx-default-pager a {
  background: #b4b4b4;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.newItem .bx-wrapper .bx-pager.bx-default-pager a:hover,
.newItem .bx-wrapper .bx-pager.bx-default-pager a.active,
.newItem .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #0c9790;
}
.newItem .bx-wrapper .bx-pager-item,
.newItem .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.newItem .bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.newItem .bx-wrapper .bx-prev {
  left: -60%;
  background: url(/top/images/icn_slide02_prev.png) no-repeat top center;
}
.newItem .bx-wrapper .bx-prev:hover {
  background: url(/top/images/icn_slide02_prev.png) no-repeat top center;
}

.newItem .bx-wrapper .bx-next {
  right: -60%;
  background: url(/top/images/icn_slide02_next.png) no-repeat top center;
}
.newItem .bx-wrapper .bx-next:hover {
  background: url(/top/images/icn_slide02_next.png) no-repeat top center;
}

.newItem .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 54px;
  height: 54px;
  text-indent: -9999px;
  z-index: 9999;
}
.newItem .bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.newItem .bx-wrapper .bx-controls-auto {
  text-align: center;
}
.newItem .bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('/top/images/controls.png') top center no-repeat;
  margin: 0 3px;
}
.newItem .bx-wrapper .bx-controls-auto .bx-start:hover,
.newItem .bx-wrapper .bx-controls-auto .bx-start.active,
.newItem .bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.newItem .bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('/top/images/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.newItem .bx-wrapper .bx-controls-auto .bx-stop:hover,
.newItem .bx-wrapper .bx-controls-auto .bx-stop.active,
.newItem .bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.newItem .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.newItem .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.newItem .bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #cdaf91;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.newItem .bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}



@media (max-width:960px){

.newItem .bx-wrapper .bx-prev {
  left: -30%;
  background: url(/top/images/icn_slide02_prev.png) no-repeat top center;
}
.newItem .bx-wrapper .bx-prev:hover {
  background: url(/top/images/icn_slide02_prev.png) no-repeat top center;
}

.newItem .bx-wrapper .bx-next {
  right: -30%;
  background: url(/top/images/icn_slide02_next.png) no-repeat top center;
}
.newItem .bx-wrapper .bx-next:hover {
  background: url(/top/images/icn_slide02_next.png) no-repeat top center;
}
}

@media (max-width:640px){
.newItem .bx-wrapper .bx-pager,
.newItem .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -15px;
  width: 100%;
}

.newItem .bx-wrapper img.sp {
  max-width: 100%;
  display: block;
  text-align:center;
  margin:0 auto;
}
.newItem .bx-wrapper img.pc {
  display:none;
}

.newItem .bx-wrapper .bx-prev {
  left: -18%;
  background: url(/top/images/icn_slide02_prev.png) no-repeat top center;
  background-size:65%
}
.newItem .bx-wrapper .bx-prev:hover {
  background: url(/top/images/icn_slide02_prev.png) no-repeat top center;
  background-size:65%
}

.newItem .bx-wrapper .bx-next {
  right: -18%;
  background: url(/top/images/icn_slide02_next.png) no-repeat top center;
  background-size:65%
}
.newItem .bx-wrapper .bx-next:hover {
  background: url(/top/images/icn_slide02_next.png) no-repeat top center;
  background-size:65%
}
}