/*
* 	Owl Carousel Owl Demo Theme 
*	v1.23
*/

.owl-theme .owl-controls{
	margin-top: 5px;
	text-align: center;
}

/* Styling Next and Prev buttons */

#area_hold .owl-theme .owl-controls .owl-buttons div,
#area_advance .owl-theme .owl-controls .owl-buttons div,
#area_sell .owl-theme .owl-controls .owl-buttons div{
	display:none;
	color: #FFF;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px 15px;
	padding: 3px 8px;
	font-size: 15px;
	font-weight:bold;
	-webkit-border-radius: 75px;
	-moz-border-radius: 75px;
	border-radius: 75px;
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}
#area_hold .owl-theme .owl-controls .owl-buttons div{
	background: #071033;
}
#area_advance .owl-theme .owl-controls .owl-buttons div{
	background: #020511;
}
#area_sell .owl-theme .owl-controls .owl-buttons div{
	background: #b30500;
}
#area_hold .owl-theme .owl-controls .owl-buttons div.owl-prev{
	position:absolute;
	left:-60px;
	top:40%;
}
#area_hold .owl-theme .owl-controls .owl-buttons div.owl-next{
	position:absolute;
	right:-60px;
	top:40%;
}

#area_advance .owl-theme .owl-controls .owl-buttons div.owl-prev{
	position:absolute;
	left:-60px;
	top:40%;
}
#area_advance .owl-theme .owl-controls .owl-buttons div.owl-next{
	position:absolute;
	right:-60px;
	top:40%;
}

#area_sell .owl-theme .owl-controls .owl-buttons div.owl-prev{
	position:absolute;
	left:-60px;
	top:40%;
}

#area_sell .owl-theme .owl-controls .owl-buttons div.owl-next{
	position:absolute;
	right:-60px;
	top:40%;
}


/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
#area_hold .owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	color: #00a0b3;
	opacity: 1;
	text-decoration: none;
	background:#ff0;
}

#area_advance .owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	color: #00a0b3;
	opacity: 1;
	text-decoration: none;
	background:#ff0;
}

#area_sell .owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	color: #00a0b3;
	opacity: 1;
	text-decoration: none;
	background:#ff0;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin-top:-5px;
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 0px 10px;
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #CCC;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	background:#ff0;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}


/*==-----------------------------------------------
-----------------------------------------------
ラージサイズ　960px〜
-------------------------------------------------
-------------------------------------------------*/

@media only screen and (min-width:960px){
	#area_hold .owl-theme .owl-controls .owl-buttons div,
	#area_advance .owl-theme .owl-controls .owl-buttons div,
	#area_sell .owl-theme .owl-controls .owl-buttons div{
		display:inline-block;
	}
}
/*==-----------------------------------------------
IE7,IE8
-------------------------------------------------*/

.ie7 #area_hold .owl-theme .owl-controls .owl-buttons div,
.ie8 #area_hold .owl-theme .owl-controls .owl-buttons div,
.ie7 #area_advance .owl-theme .owl-controls .owl-buttons div,
.ie8 #area_advance .owl-theme .owl-controls .owl-buttons div,
.ie7 #area_sell .owl-theme .owl-controls .owl-buttons div,
.ie8 #area_sell .owl-theme .owl-controls .owl-buttons div{
	display:inline-block;
}