* {
  outline: none; }

.staffcast .staff {
  text-align: center;
  margin-bottom: 20%; }

h3 {
  font-size: 2.2em;
  padding-bottom: 30px;
  margin: 0 auto 48px;
  border-bottom: 1px solid #333;
  max-height: 100%;
  width: 240px; }

.staffcast {
  width: 560px;
  margin: 0 auto; }
  .staffcast .cast {
    text-align: center;
    margin-bottom: 20%;
    display: none; }
  .staffcast dl {
    margin-bottom: 40px; }
    .staffcast dl dt {
      font-size: 1.5em;
      line-height: 1.6em;
      max-height: 100%; }
    .staffcast dl dd {
      font-size: 1.8em;
      margin-bottom: 5px;
      line-height: 1.6em;
      max-height: 100%; }
      .staffcast dl dd span {
        font-size: .7em;
        max-height: 100%; }
    .staffcast dl a.font_coda {
      font-size: 13px;
      display: block;
      position: relative;
      width: 8em;
      margin: 0 auto;
      transition: all 0.3s; }
      .staffcast dl a.font_coda:hover {
        opacity: 0.7; }
      .staffcast dl a.font_coda:after {
        display: block;
        position: absolute;
        top: 4px;
        right: 0px;
        content: '';
        border: solid 0 transparent;
        border-width: 4px 7px;
        border-left-color: #F00; }

.cast dl {
  width: 49%;
  height: 110px;
  margin-bottom: 40px;
  display: inline-block;
  vertical-align: top; }

.character-comment {
  display: none; }

.character-comment-contents {
  position: relative;
  width: 580px;
  color: #fff;
  background: #000; }

.character-comment-cv {
  font-size: 1.8em;
  width: 580px;
  padding: 20px 0;
  max-height: 100%; }
  .character-comment-cv span {
    font-size: 70%;
    max-height: 100%; }

.character-comment-txt {
  width: 580px;
  font-size: 1.3em;
  line-height: 1.6em;
  max-height: 100%; }

.character-comment-close {
  width: 68px;
  margin: 20px auto 0; }

#cboxOverlay {
  background: rgba(0, 0, 0, 0.85); }

#cboxContent {
  background: none; }

.btn_toggle {
  text-align: center;
  margin: 0 0 82px;
  font-size: 0;
  position: relative; }
  .btn_toggle li {
    display: inline-block;
    width: 270px;
    font-size: 28px;
    max-height: 100%;
    text-align: center;
    border: 1px solid #b31e00;
    margin-left: 16px;
    height: 48px;
    line-height: 48px;
    color: #b31e00; }
    .btn_toggle li:first-child {
      margin-left: 0; }
    .btn_toggle li.active {
      color: #000;
      background: #b31e00; }
  .btn_toggle .cover {
    position: absolute;
    width: 640px;
    height: 55px;
    top: 0;
    display: none; }

/*# sourceMappingURL=staffcast.css.map */
