/*	table
============================== */
table {
 font-size: 140%;
 border-collapse:collapse;
 border-spacing:0;
 padding:0;
 margin: 0 auto;
 letter-spacing: 0.05em;
}
table th ,
table td.naka {
 vertical-align: top;
 line-height: 1.75;
 text-align:left;
 padding-bottom: 1.5em;
}
table .han th ,
table .han td.naka {
 padding-bottom: 0.8em;
}
table .nn th ,
table .nn td.naka {
 padding-bottom: 0;
}
table td {
 /* line-height: 1.75; */
 text-align:left;
 padding-bottom: 0.5em;
 vertical-align: top;
}
.cast table th, .cast table td {
 vertical-align: top;
}
table th {
 text-align:right;
 font-weight:normal;
 color: #1e4e9c;
 white-space: nowrap;
 line-height: 1.5;
}
.cast table th {
 width:46%;
}
table td.naka {
 font-family: sans-serif;
 color:#997017;
 text-align:center;
 width:2em;
}
@media all and (min-width: 768px) {
section#staff table {
 margin-bottom: 30px;
}
section#cast table {
 width: 110%;
}
section#staff table {
 width: 140%;
}
}
@media all and (max-width: 767px) {
  table {
    /* font-size: 15px; */
  }
section#cast table {
 width: 100%;
}
section#staff table {
 width: 100%;
}
table th, table td {
 font-size:70%;
}
section#cast table {
 width: 100%;
 margin-bottom: 60px;
}
}
