﻿/* =================================
	cast / staff
================================= */

/*	table
============================== */

div.unit article table {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	padding:0;
}

div.unit article table tr.mgn th, div.unit article table tr.mgn td {
	padding-bottom:1.5em;
}
div.unit article table tr.nrw th, div.unit article table tr.nrw td {
	padding-bottom:0;
}
div.unit article table th, div.unit article table td {
	line-height:1.75;
	text-align:left;
	padding-bottom:0.75em;
}
div.cast article table th, div.cast article table td {
	vertical-align:bottom;
}
div.staff article table th, div.staff article table td {
	vertical-align:top;
}
div.unit article table th {
	text-align:right;
	font-weight:normal;
	color:#985eea;
	white-space: nowrap;
}
div.unit article table td.naka {
	font-family: sans-serif;
	color:hsla(264,100%,76%,1);
	text-align:center;
	width:2em;
}
@media all and (min-width: 768px) {
div.unit article table th, div.unit article table td {
	font-size:125%;
}
div.unit article table th {
	width:48%;
}
div.staff article table th {
	width:40%;
}
}
@media all and (max-width: 767px) {
div.unit article table th, div.unit article table td {
	font-size:100%;
}
div.cast article table th {
	width:48%;
}
div.staff article table th, div.staff article table td {
	display:block;
	text-align:center;
}
div.staff article table th, div.staff article table td {
	line-height:1.5;
}
div.staff article table th {
	font-weight:bold;
	padding-bottom:0.25em;
}
div.staff article table td.naka {
	display:none;
}
}