/*	cast
============================== */
#cast h2 {
    justify-content: left;
    color:#071656;
}

#cast .innerbox{
  background-image: url(../img/bg_logo.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size:30%;
}

#cast table td.chara{
  color:#071656;
}
/*	staff
============================== */
#staff h2 {
    justify-content: right;
    color:#6b0202;
}
#staff table td.chara{
  color:#6b0202
}

/*caststaff*/
#cast table,#staff table{width:80%; margin:0 auto; font-size:160%;}
#cast table td,#staff table td{text-align:center;padding:3% 0; line-height:1;}
#cast table td.cname,#staff table td.cname{text-align:left;width:46.5%; vertical-align:bottom;}
#cast table td.chara,#staff table td.chara{text-align:right;width:46.5%; vertical-align:bottom;}
#cast table td.naka,#staff table td.naka{ font-size:80%; vertical-align:middle; line-height:0; color:#aaa;}
#cast table td.maru,#staff table td.maru{font-size:90%; color:#999; padding:2% 0;}

.top_sp{padding-bottom:10% !important;}

@media all and (min-width: 768px) {
#cast .box{
    margin-top:50px;
  }
#cast table,#staff table{font-size:160%;}
}


@media all and (max-width: 767px) {
#cast .box{
    margin-top:1em;
  }
#cast table,#staff table{font-size:100%;}
}
