/*
* 	Owl Carousel Questant Theme
*       based on Owl Carousel Owl Demo Theme v1.24
*/

.qt-theme .owl-controls{
	text-align: center;
	position: relative;
	top: -595px;
}

/* Styling Next and Prev buttons */

.qt-theme .owl-controls .owl-buttons div{
	position: absolute;
	z-index: 1;
	width: 0;
	height: 0;
	top: 270px;
}
.qt-theme .owl-controls .owl-buttons .owl-prev{
	left: 20px;
	border-bottom: 20px solid transparent;
	border-right: 18px solid #999;
	border-top: 20px solid transparent;
	outline: none;
	text-indent: -9999px;
}
.qt-theme .owl-controls .owl-buttons .owl-next{
	right: 10px;
	border-bottom: 20px solid transparent;
	border-left: 18px solid #999;
	border-top: 20px solid transparent;
	outline: none;
	text-indent: -9999px;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.qt-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.qt-theme .owl-controls .owl-page{
	display: inline-table;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.qt-theme .owl-controls .owl-page span{
	display: block;
	width: 40px;
	height: 25px;
	margin: 0 2px 5px 0;
	padding-top: 15px;
	border-radius: 20px;
	background: #bfbfbf;
	color: #333;
	font-size: 12px;
	font-weight: bold;
}
.en .qt-theme .owl-controls .owl-page span{
	font-size: 70%;
}

.qt-theme .owl-controls .owl-page.active span,
.qt-theme .owl-controls.clickable .owl-page:hover span{
}

/* If PaginationNumbers is true */

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

/* 高さを指定しないと内容が不可視 */
.qt-theme .owl-wrapper-outer {
	height: 608px;
}
