@charset "UTF-8";
/* CSS Document */
/*
=======================================
ふわっと出る（ｱﾆﾒｰｼｮﾝ）
=======================================
*/
/* .stringimg
------------------------- */
.stringimg {
  margin: 0 auto;
  /*width: 600px;*/
  position: relative;
  overflow: hidden;
}
.stringimg ul {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.stringimg ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
.stringimg ul li {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 100;
}
.stringimg ul li img {
  width: 100%;
}
.stringimg .btnPrev, .stringimg .btnNext {
  margin-top: -25px;
  top: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 101;
}
.stringimg .btnPrev {
  left: 10px;
  background: #ccc url(../img/btnPrev.jpg) no-repeat center center;
}
.stringimg .btnNext {
  right: 10px;
  background: #ccc url(../img/btnNext.jpg) no-repeat center center;
}

/* sideNavi
------------------------- */
/* =======================================
    ClearFixElements
======================================= */
