@charset "utf-8";
/*
	staff.css
*/
/* ==========================================================
  music
========================================================== */
#staff .music-container {
  *zoom: 1;
  margin: 0 40px;
  padding-top: 40px;
}
#staff .music-container:before, #staff .music-container:after {
  content: "";
  display: table;
}
#staff .music-container:after {
  clear: both;
}
@media screen and (max-width: 670px) {
  #staff .music-container {
    margin: 0;
  }
}
#staff .box-detail {
  position: relative;
  width: 380px;
  padding: 44px 20px 25px;
  -webkit-box-shadow: 0px 0px 5px #ffcae7;
  -moz-box-shadow: 0px 0px 5px #ffcae7;
  box-shadow: 0px 0px 5px #ffcae7;
  -webkit-border-radius: 5px 5px;
  -moz-border-radius: 5px 5px;
  -ms-border-radius: 5px 5px;
  -o-border-radius: 5px 5px;
  border-radius: 5px 5px;
  border: #fff;
  background-color: #fff;
  border: 1px solid #ffcae7 \9;
  /* IE8 */
}
#staff .box-detail.box-center {
  margin: 0 auto;
}
@media screen and (max-width: 670px) {
  #staff .box-detail {
    width: auto;
    margin-left: 0;
    margin-bottom: 40px;
    float: none;
  }
}
#staff .box-detail h2, #staff .box-detail h3 {
  color: #fff;
  text-align: center;
}
#staff .box-detail h2 {
  position: absolute;
  top: -16px;
  left: 50%;
  font-size: 18px;
  width: 248px;
  height: 35px;
  margin-left: -124px;
  background: url(../images/story/title_music.png) no-repeat;
}
#staff .box-detail h2 span {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  /* Fix for IE7 */
  padding: 4px 0 4px 40px;
  background: url(../images/common/icon_title.gif) no-repeat left center;
}
#staff .box-detail h3 {
  font-size: 20px;
  color: #f64ea1;
  margin-bottom: 30px;
  padding-bottom: 20px;
  background: url(../images/common/line_repeat.png) repeat-x left bottom;
}
#staff .box-detail dt {
  float: left;
  clear: left;
  width: 160px;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  /* Fix for IE7 */
  margin-bottom: 10px;
  padding: 2px 0;
  text-align: center;
  color: #fff;
  background: url(../images/story/title_part.gif) no-repeat;
}
#staff .box-detail dt.long {
  background: url(../images/story/title_part02.png) no-repeat;
}
#staff .box-detail dd {
  font-size: 16px;
  margin-bottom: 10px;
  margin-left: 170px;
}
