@charset "UTF-8";
.ScrollBoxPopUp {
  position: relative;
  height: 340px;
  width: 280px;
  overflow: hidden;
}
.ScrollBoxPopUp div.items {
  height: 340px;
  width: 20000em;
  position: absolute;
}
.ScrollBoxPopUp div.BlockSet {
  float: left;
  width: 280px;
  height: 300px;
  text-align: center;
  display: block;
}
.ScrollBoxPopUp div.BlockSet div.ImgBox {
  display: block;
  width: 280px;
  height: 300px;
  background: #eeeeee;
}
.ScrollBoxPopUp div.BlockSet span.ImgNo {
  font-weight: bold;
  height: 20px;
  width: 280px;
}
.ScrollBoxPopUp div.BlockSet span.ImgTitle {
  font-weight: bold;
  height: 20px;
  width: 280px;
}
.navi span {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  background: #ff0000;
}
