
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.2
*/

.owl-theme .owl-controls {
  margin-top: -30px;
  text-align: right;
  margin-right: 45px;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  display: block;
  font-size: 12px;
  height: auto;
  margin: 0;
}

.owl-buttons {
  padding: 0 5px;
}

.active span {
  opacity: 1;
  width: 15px!important;
  height: 15px!important;
  margin-top: 4px !important;
  background: #FF3300 !important;
}

/*:root .active:first-child span  { background: #C00 !important}
:root .active:nth-child(2) span  { background: #C00 !important}
:root .active:last-child span  { background: #C00 !important}*/
.owl-pagination {
  position: relative;
}

/*===============================================
  画面の横幅が767px以下
===============================================*/
@media screen and (max-width: 767px) {

.owl-theme .owl-controls .owl-buttons div {
  display: none;
}

.owl-prev, .owl-next {
  position: absolute;
  top: 0%;
}

.lof-slidecontent {
  /* background: url("../../images/slider_bg.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    margin: 0 auto;
    position: relative;*/
  width: 100%;
}
}

/*===============================================
  画面の横幅が480pxから768pxまでの間
===============================================*/
@media screen and (max-width: 480px) {

/* 480px以下用（スマートフォン用）の記述 */
	 
.owl-theme .owl-controls .owl-buttons div {
  display: block;
}

/*スライダー*/
.owl-theme .owl-controls {
  margin: 0;
  text-align: center;
}

.owl-prev, .owl-next {
    position: absolute;
    top: 28% !important;
}

}

/*-------------------------------------*/

.owl-demo {
  position: relative;
}

.owl-prev, .owl-next {
  position: absolute;
  top: 41%;
  color: #BFBFBF;
  font-size: 39px !important;
  font-weight: bold;
}

.owl-prev {
  left: 5px;

}

.owl-next {
  right: 5px;

}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);/*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
 *display: inline;/*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);/*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}

.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;
}

/* 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
}

#owl-demo .item img {
  display: block;
  width: 100%;
  height: auto;
}
