@charset "UTF-8";


div#contents div.story ul#nmnl {
  margin: 1.5em 0;
  width: 100%;
  line-height: 1;
  list-style-type: none;
  padding-left: 2px;
}

div#contents div.story ul#nmnl li {
  margin: 0 8px 8px 0;
  float: left;
  width: 20px;
  height: 142px;
  overflow: hidden;
}

div#contents div.story ul#nmnl > li {
  overflow: visible;
}

div#contents div.story ul#nmnl li a img {
  border: 1px solid #333333;
  z-index: 1;
  width: 18px;
  height: 140px;
}

div#contents div.story ul#nmnl li a:hover {
  width: 96px;
  height: 142px;
}

div#contents div.story ul#nmnl li a:hover img {
  position: relative;
  top: -10px;
  left: -0px;
  z-index: 2;
  width: 94px;
  height: 140px;
}

