@charset "Shift_JIS";

/*  Image Slider
-----------------------------------------------------------------------------*/
#loading {
  width: 100%;
  height: 327px;
  z-index: 10000;
  display: none;
  background: url(../../img/loading.gif) no-repeat center center #fff;
  position: absolute;
}

.wideslider {
  text-align: left;
  width: 100%;
  height: 355px;
  overflow: hidden;
  position: relative;
}

.wideslider ul, .wideslider ul li {
  display: inline;
  float: left;
  overflow: hidden;
}

.wideslider_base {
  top: 0;
  position: absolute;
}

.wideslider_wrap {
  top: 0;
  overflow: hidden;
  position: absolute;
}

.slider_prev, .slider_next {
  z-index: 100;
  top: 0;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
}

.slider_prev { background: #fff; }
.slider_next { background: #fff; }
.pagination { display: none; }

.wideslider ul li img {
  border-left: 19px solid #fff;
  border-right: 19px solid #fff;
}

/*
.pagination {
  text-align: center;
  width: 100%;
  height: 30px;
  z-index: 200;
  left: 0;
  bottom: 20px;
  position: absolute;
}

.pagination a {
  margin: 0 5px;
  width: 30px;
  height: 30px;
  display: inline-block;
  overflow: hidden;
}

.pagination a.pn1 { background: transparent url(../img/pn1.jpg) no-repeat left top; }
.pagination a.pn2 { background: transparent url(../img/pn2.jpg) no-repeat left top; }
.pagination a.pn3 { background: transparent url(../img/pn3.jpg) no-repeat left top; }
.pagination a.pn4 { background: transparent url(../img/pn4.jpg) no-repeat left top; }
.pagination a.pn5 { background: transparent url(../img/pn5.jpg) no-repeat left top; }

.pagination a.active {
  -moz-opacity: 1!important;
  opacity: 1!important;
  filter: alpha(opacity=100)!important;
}
*/
.wideslider ul:after {
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  content: ".";
}

.wideslider ul {
  display: inline-block;
  overflow: hidden;
}

#wideslider_btn {
  width: 100%;
  z-index: 1000;
  position: absolute;
}

.layer_btn {
  margin: 0 auto;
  width: 1000px;
  position: relative;
}

#btn_prev, #btn_next {
  top: 0;
  cursor: pointer;
  position: absolute;
}

#btn_prev {
  width: 100%;
  right: 1000px;
}

#btn_next {
  width: 100%;
  left: 1000px;
}
