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

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

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

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

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

/* H
   ----------------------------------------------------------------------- */
div#staff-cast p#layer-ttl-staff-cast {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  margin: 10px 0 4px 0;
}

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

div#staff-cast div.staff-cast-list {
  height: auto !important;
  height: 424px;
  min-height: 424px;
  _height: 447px;
  _min-height: 447px;
  border-width: 3px 0;
  border-style: solid;
  border-color: #dfdfdf;
  padding: 10px 0;
}

div#staff-cast div.staff-cast-list dl.staff-list {
  float: left;
  width: 373px;
}

div#staff-cast div.staff-cast-list dl.cast-list {
  float: left;
  width: 373px;
}

div#staff-cast div.staff-cast-list dl dt {
  font-size: 14px;
  font-weight: bold;
}

div#staff-cast p.close {
  position: absolute;
  top: 10px;
  right: 30px;
  height: 18px;
  font-size: 12px;
  float: none;
}

div#staff-cast p.close a {
  padding: 2px;
  color: #000000;
}

