@charset "utf-8";
/* CSS Document */

#bannerWrap .itemBannerSec .over:hover {
	opacity: .75; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=75); /* IE lt 8 */
	-ms-filter: "alpha(opacity=75)"; /* IE 8 */
	-khtml-opacity: .75; /* Safari 1.x */
	-moz-opacity: .75; /* FF lt 1.5, Netscape */
	zoom: 1;
}

#bannerWrap .itemBannerSec {
  border: #F3F3E9 1px solid;
  margin-top: 25px;
}

#bannerWrap .itemBannerSec .ttl {
  background: #FAFAF5;
  position: relative;
  padding: 15px 0;
  border-bottom: #F3F3E9 1px solid;
}
#bannerWrap .itemBannerSec .ttl > img {
  position: absolute;
  left: 8px;
  bottom: 0;
}

#bannerWrap .itemBannerSec .ttl > span {
  font-size: 16px;
  color: #333333;
  display: inline-block;
  padding-left: 75px;
}



#bannerWrap .itemBannerSec .bnrItemList .btn {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  padding: 0;
}

#bannerWrap .itemBannerSec .bnrItemList .btn > p {
	color: #FFF;
  display: block;
  text-align: center;
  padding: 7px 0;
  margin: 0 5px;
	font-size: 11px;
  color: #FFF;
  
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	
	background: #FFAB2D; 
	background: -moz-linear-gradient(top,  #FFAB2D 0%, #FD9404 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFAB2D), color-stop(100%,#FD9404)); 
	background: -webkit-linear-gradient(top,  #FFAB2D 0%,#FD9404 100%); 
	background: -o-linear-gradient(top,  #FFAB2D 0%,#FD9404 100%); 
	background: -ms-linear-gradient(top,  #FFAB2D 0%,#FD9404 100%); 
	background: linear-gradient(to bottom,  #FFAB2D 0%,#FD9404 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFAB2D', endColorstr='#FD9404',GradientType=0 ); 
}

#bannerWrap .itemBannerSec .bnrItemList {
  display: table;
  width: 100%;
}
#bannerWrap .itemBannerSec .bnrItemList > a {
  width: 33.33%;
  display: table-cell;
  vertical-align: top;
  border-left: #EEEEEE 1px dotted;
  position: relative;
  padding-bottom: 40px;
}
#bannerWrap .itemBannerSec .bnrItemList > a.first {
  border-left: none;
}

#bannerWrap .itemBannerSec .bnrItemList > a > .inr {
  display: block;
  padding: 10px 5px;
}
#bannerWrap .itemBannerSec .bnrItemList > a.first > .inr {
  border-left: none;
}
#bannerWrap .itemBannerSec .bnrItemList .quantity {
  background: #FF6868;
  position: relative;
	border-radius: 3px;
  margin: 0 5px;
}
#bannerWrap .itemBannerSec .bnrItemList .quantity > span {
  display: block;
  position: absolute;
  bottom: -4px;
  left: 50%;
  width: 8px;
  height: 5px;
  margin-left: -4px;
  background: url(../img/endinfo/arrow.png) left top no-repeat;
	background-size: 8px auto;
	-webkit-background-size: 8px auto;
}
#bannerWrap .itemBannerSec .bnrItemList .quantity p {
  text-align: center;
  color: #FFF;
  font-size: 12px;
  padding: 2px 0 0 0;
}
#bannerWrap .itemBannerSec .bnrItemList .quantity p span {
  font-size: 14px;
}
#bannerWrap .itemBannerSec .bnrItemList .item {
  display: block;
  margin: 10px 5px 0;
  border: #EEEEEE 1px solid;
  text-align: center;
  padding: 4px 0;
  
}
#bannerWrap .itemBannerSec .bnrItemList .item img {
  width: 70px;
  height: auto;
  margin: 0 auto;
}
#bannerWrap .itemBannerSec .bnrItemList .text {
  font-size: 11px;
  margin-top: 5px;
}
#bannerWrap .itemBannerSec .btBox {
  border-top: #F3F3E9 1px solid;
  padding: 15px;
}
 
    
    
/*---------------------------------------------------*
	フリックコントロール 
 *---------------------------------------------------*/
.bnrView {
    overflow:hidden;
    width:100%;
    }
 
.bnrFlick {
    overflow:hidden;
    width:1000%;
    }
 
.bnrItem {
    float:left;
    width:300px;
    }
 
.bnrItem img {
    width:100%;
    height:auto;
    }
 
.bnrCtrl {
	position:relative;
	text-align:center;
  min-height: 26px;
}
.bnrCtrl li {
  padding-top: 8px;
	width:11px;
  height:10px;
  display:inline-block;
  margin:0 8px;
}
.bnrCtrl li a {
  cursor: pointer;
	width:11px;
  height:10px;
  display:inline-block;
	background: url(../images/flip_page.png) no-repeat;
	background-size: 22px 10px;
	-webkit-background-size: 22px 10px;
}
.bnrCtrl li a {
  background-position:0 0;
}
.bnrCtrl li a:hover,
.bnrCtrl li a.current
{
  background-position:-11px 0;
}

.bnrCtrl .next,
.bnrCtrl .prev {
	width:26px;
  height:26px;
  display: block;
	background: url(../images/flick_btn.png) no-repeat;
	background-size: 52px 26px;
	-webkit-background-size: 52px 26px;
}
.bnrCtrl .prev {
	position:absolute;
  top:50%;
  left:0;
  margin-top:-13px;
  text-indent: -9999px;
	background-position: 0px 0;
}
.bnrCtrl .next {
	position:absolute;
  top:50%;
  right:0;
  margin-top:-13px;
  text-indent: -9999px;
	background-position: -26px 0;
}



/* 768px 以下 (TAB of SP) */
@media screen and (min-width: 769px) {
#bannerWrap .itemBannerSec .bnrItemList > a:hover > .inr {
  padding: 8px 3px 8px 4px;
}
#bannerWrap .itemBannerSec .bnrItemList :hover .btn {
  bottom: 8px;
}
#bannerWrap .itemBannerSec .bnrItemList .first:hover .btn > p {
  margin: 0 3px;
}
#bannerWrap .itemBannerSec .bnrItemList > a:hover,
#bannerWrap .itemBannerSec .bnrItemList > a.first:hover {
  border: #FD970A 2px solid;
  background: #FFF4E6;
}
#bannerWrap .itemBannerSec .bnrItemList > a.first:hover > .inr {
  padding: 8px 3px;
}
#bannerWrap .itemBannerSec .bnrItemList :hover .btn > p {
  margin: 0 3px 0 4px;
}


}
/* 768px 以下 (TAB of SP) */
@media screen and (max-width: 768px) {
#bannerWrap .itemBannerSec {
  border-left: none;
  border-right: none;
}
}
