/*modify these values to change the size of the stage or the thumbs */
.pika-stage {
  width: 100%;
  background: #fff;
  text-align: center;
  vertical-align: middle;
}

.pika-stage img {
  width: 100%;
  max-width: 960px;
}

.pika-aniwrap {
  width: 100%;  /*height: 475px;*/
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}

.pika-aniwrap img {
  width: 100%;
  max-width: 960px;
}

.pika-thumbs li {
  width: 100px;
  height: 55px;
}

.pikachoose-whiteout {
  position: relative;
  width: 100%;
  margin: auto;
}

.pikachoose-whiteout p.place {
  position: absolute;
  left: 0;
  top: -2em;
}

.pikachoose-whiteout p.comment {
  clear: both;
  padding-top: 10px;
  display: none;
}

.pika-stage .pika-aniwrap {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9;
}

.pika-stage,
.pika-thumbs li,
.pika-stage .caption {
  position: relative;
}

.pika-stage .caption {
  font-family: Rokkitt;
  position: absolute;
  bottom: 18px;
  right: 18px;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.7);
  width: 250px;
  height: 31px;
  padding: 7px;
}

.pika-stage .caption a {
  color: black;
}

.pika-imgnav {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
	opacity: 1!important;
}
.pika-imgnav a {
  position: absolute;
  text-indent: -5000px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  display: block;
  cursor: pointer;
  z-index: 11;
}
.pika-imgnav .next {
  width: 40px;
  height: 40px;
  bottom: -73px;
  right: 0px;
  background: url(/kodate2/imgs/case_detail/img/btn_next.png) right top no-repeat;
  background-size: cover;
}
.pika-imgnav .previous {
  width: 40px;
  height: 40px;
  bottom: -73px;
  left: 0px;
  background: url(/kodate2/imgs/case_detail/img/btn_back.png) right top no-repeat;
  background-size: cover;
}
.pika-imgnav .play {
  display: none;
}
.pika-thumbs li {
  float: left;
  width: 88px;
  margin-right: 7px;
  cursor: pointer;
  min-height: 65px;
  overflow: hidden;
  -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -o-box-sizing: border-box;
   -ms-box-sizing: border-box;
   box-sizing: border-box;
}
.pika-thumbs li:hover,
.pika-thumbs li.active {
  border: 2px solid #ffe100;}
.pika-thumbs li .img {
  width: 100%;
  display: block;
  vertical-align: middle;
  overflow: hidden;
  zoom: 1;
  position: relative;
}
.pika-thumbs li .img img {
  width: 100% !important;
  height: 100% !important;
}
.pika-thumbs li .place {
  text-align: center;
  display: block;
}
.pika-thumbs li .clip {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.pika-textnav {
  display: none;
}
.pika-counter {
  display: none;
}
.jcarousel-clip-horizontal {
  width: 470px;
  margin: 0 auto;
  overflow: hidden;
}
.jcarousel-container {
  width: 100%;
  margin-top:22px;
  z-index: 10;
  overflow: hidden;
}
.jcarousel-prev,
.jcarousel-next {
  display: none;
}
.jcarousel-prev:hover,
.jcarousel-next:hover {
  filter: alpha(opacity=100);
  opacity: 1.0;
}
.jcarousel-prev-disabled:hover,
.jcarousel-next-disabled:hover,
.jcarousel-next-disabled,
.jcarousel-prev-disabled {
  filter: alpha(opacity=30);
  opacity: 0.3;
}
.jcarousel-next {
  background-position: -30px -310px;
}

.jcarousel-prev {
  background-position: 0 -310px;
  left: 15px;
}
@media screen and (max-width: 750px) {
  .pika-thumbs li {
    height: 40px;
}
  .jcarousel-container {
    width: 100%;
    margin-top: 10px;
    z-index: 10;
    overflow: hidden;
}
.pika-imgnav .next {
  width: 25px;
  height: 25px;
  bottom: -40px;
  right: 0px;
  background: url(/kodate2/imgs/case_detail/img/btn_next.png) right top no-repeat;
  background-size: cover;
}
.pika-imgnav .previous {
  width: 25px;
  height: 25px;
  bottom: -40px;
  left: 0px;
  background: url(/kodate2/imgs/case_detail/img/btn_back.png) right top no-repeat;
  background-size: cover;
}
  .jcarousel-clip-horizontal {
    width: 83%;
    margin: 0 auto;
    overflow: hidden;}
  .pika-thumbs li {
    width: 55px;
    margin-right: 5px;
    min-height: 40px;
  }
.pika-thumbs li .img img{
    margin-left: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: auto !important;
  }

}