/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 98.5%;
	-ms-touch-action: pan-y;
	margin:20px 0 10px 15px;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
div.owlTOP{
	width:99%;
	border:5px solid #F4E5E4;
	margin:8px 0 15px 0;
	padding:0;
}
div.owlSide{
	width:98%;
	border:3px solid #F4E5E4;
	margin:5px 0;
	padding:0;
}
div.owlSide .owl-item{
	width:50%;
	padding:5px;
	margin:-25px 5px -10px -20px !important;
	text-align:center;
}


div.owlTOP .owl-item{
	width:17%;
	padding:5px;
	margin:0 10px 0 0;
	text-align:center;
	height:185px;
}
div.owlTOP .owl-item img{
	width:100%;
	height:160px;
	overflow:hidden;
	display:block;
	margin:0 auto;
	float:none;
	border:1px solid #ccc;
}
div.owlSide .owl-item img{
width:95%;
	height:190px;
	overflow:hidden;
	display:block;
	margin:0 auto;
	float:none;
	border:1px solid #ccc;
}


div.owlTOP .owl-item h5,div.owlSide .owl-item h5{
	font-size:13px;
	padding:4px 0;
}
div.owlTOP .owl-carousel{
	width:95%;
}
div.owlTOP .owl-carousel h5{
	font-size:0.7em;
	line-height:1.3em;
	margin:4px 0 ;
	min-height:3.8em;
}
div.owlTOP .owl-carousel p{
	font-size:0.6em;
	line-height:1.4em;
	margin:0;
	padding:0;
}
.priceTopWrap{
	text-align:right;
	font-size:12px;
	padding-top:4px;
}
.priceTop{
	font-weight:bold;
	font-size:14px;
	color:#C00;
}


div#owl-production{
	width:100%;
	border:1px solid #ae946e;
	background:#fff;
	margin:0;
	padding:10px
}
div#owl-production .owl-item{
	border:3px solid #ebe2d5;
	padding:4px 6px;
	margin:0 5px 0 0;
	background:#fff;
	font-size:16px;
	line-height:1.3;
}
div#owl-production .owl-item em{
	font-style:normal;
	font-weight:bolder;
	height:2.5em;
	display:block;
}
div#owl-production .owl-item span{
	display:block;
	color:#C00;
	text-align:right;
	font-size:20px;
}	
div#owl-production .owl-item img{
	width:95%;
	height:auto;
	display:block;
	margin:0 auto 3px auto;
	float:none;
	border:1px solid #ebe2d5;
}
div.owlPopular .owl-carousel{
	width:95%;
}
h4#otherITEM{
	font-size:1.15em;
	height:35px;
	background:#663333 url(https://nagai-katsuobushi-com.xtwo-ssl.jp/shop/wp-content/plugins/wcex_widget_cart/images/widget_cart.png) no-repeat 10px center;
	color:#fff;
	line-height:35px;
	margin:18px 0 0 0;
	padding-left:36px;
}
div#owl-production .owl-carousel p{
	font-size:0.6em;
	line-height:1.4em;
	margin:0;
	padding:0;
}
.priceTopWrap{
	text-align:right;
	font-size:12px;
	padding-top:4px;
}
.priceTop{
	font-weight:bold;
	font-size:14px;
	color:#C00;
}


.owl-carousel .owl-item{
	float: left;
	background:url(../images/yajirushi.jpg) no-repeat 97% 50%;
}
.owl-carousel .owl-item:last-child{
	background:none;
}
.owl-carousel .owl-item img{
	width:480px;
	float:left;
}
div.ecoRight{
	width:28%;
	float:right;
}
div.ecoRight h4{
	font-size:1.1em;
	margin:0;
	padding:0;
	border-bottom:1px solid;
	padding-bottom:1px;
}
div.ecoRight em{
	font-size:0.9em;
	font-weight:bold;
	background:#666;
	height:23px;
	line-height:23px;
	color:#fff;
	padding-left:8px;
	display:block;
	margin:10px 0 8px 0;
}
div.ecoRight p{
	line-height:1.4em;
	font-size:0.85em;
}
div.ecoRight ul li{
	float:left;
	width:32%;
	font-size:0.65em;
	line-height:1.2em;
}
div.ecoRight ul li img{
	display:block;
	margin:3px auto 8px auto;
	width:72%;
}



.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

