@charset "utf-8";
/* =======================================================================
   
   LAYOUT
   
   ======================================================================= */

/* =======================================================================
   PAGE BUILDING
   ======================================================================= */

/* =======================================================================
   AREA BUILDING
   ======================================================================= */
div#related-works {
  position: relative;
  width: 761px;
  _width: 800px;
  padding: 12px 20px 19px 19px;
  background-color: #ffffff;
}

/* =======================================================================
   BLOCK BUILDING
   ======================================================================= */

/* =======================================================================
   
   STYLE
   
   ======================================================================= */

/* H
   ----------------------------------------------------------------------- */
h4 {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
}

/* -----------------------------------------------------------------------
   commodity
   ----------------------------------------------------------------------- */
div#related-works p.ttl {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}

div#related-works div.head {
  margin: 10px 0 4px 0;
}

div#related-works div.head h4 {
  float: left;
}

div#related-works div.head ul.paging {
  float: right;
  margin-top: 5px;
}

div#related-works div.head ul.paging li {
  float: left;
}

div#related-works div.head ul.paging li.back {
  width: 3em;
}

div#related-works div.head ul.paging li.next {
  width: 4em;
}

div#related-works div.related-works-list {
  height: auto !important;
  height: 405px;
  min-height: 405px;
  border-width: 3px 0;
  border-style: solid;
  border-color: #dfdfdf;
}

div#related-works div.related-works-list table.list-table td {
  width: 375px;
  border-bottom: 1px solid #dfdfdf;
  vertical-align: top;
}

div#related-works div.related-works-list table.list-table td.mgn {
  width: 5px;
  border-bottom: 0;
}

div#related-works div.related-works-list table.list-table tr.list-bottom td,
div#related-works div.related-works-list table.list-table td.none {
  border-bottom: 0;
}

div#related-works div.related-works-list dl {
  width: 375px;
  padding: 10px 0;
  text-align: left;
}

div#related-works div.related-works-list dl.list-top dl {
  border: 0;
}

div#related-works div.related-works-list dl dt {
  float: right;
  width: 305px;
  height: 44px;
  margin-top: 15px;
}

div#related-works div.related-works-list dl dd.img {
  float: left;
  width: 55px;
  height: 55px;
  _width: 59px;
  _height: 59px;
  padding: 1px;
  border: 1px solid #999999;
  font-size: 0;
}

div#related-works p.close {
  position: absolute;
  top: 10px;
  right: 30px;
  font-size: 14px;
  float: none;
}

div#related-works p.close a {

  padding: 2px;
  color: #000000;
}

