@charset "UTF-8";
/*
*	staff.css
*/
section {
  *zoom: 1;
}
section:after {
  content: "";
  display: block;
  clear: both;
}

/* ==========================================================
  h2
========================================================== */
.staff .page-title {
  top: -8px;
  left: 39px;
}

/* ==========================================================
	xxx
========================================================== */
.container .inner {
  position: relative;
  min-height: 727px;
}

article {
  width: 830px;
  position: absolute;
  top: -56px;
  left: 82px;
}

section {
  position: relative;
}
section .bg-ribbon {
  top: -20px;
  left: 457px;
}
section .bg-ribbon:first-child {
  position: absolute;
  left: 57px;
}
section.staff-cast {
  height: 399px;
  margin-bottom: 30px;
  padding: 67px 0 0 38px;
  background: url(../images/staff/img01.png) no-repeat;
}
section.song {
  width: 830px;
  margin: 0 auto;
}
section table {
  float: left;
  border: none;
  width: 350px;
}
section table th, section table td {
  padding-bottom: 10px;
}
section table th {
  color: #fa1d75;
  font-size: 92%;
  text-align: right;
  padding-right: 12px;
  vertical-align: top;
}
section table td {
  line-height: 1.3;
  font-size: 167%;
}
section table.staff {
  margin-left: 0;
}
section table.staff th {
  width: 130px;
}
section table.cast {
  margin-left: 60px;
}
section table.cast th {
  width: 170px;
}

.bg-ribbon {
  position: absolute;
  top: -13px;
  left: 296px;
}
