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

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

article.unit table {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	padding:0;
}
article.unit table th, main table td {
	line-height:1.75;
	text-align:left;
	padding-bottom:0.75em;
}
article.cast table th, article.cast table td {
	vertical-align:bottom;
}
article.staff table th, article.staff table td {
	vertical-align:top;
}
article.unit table th {
	text-align:right;
	font-weight:normal;
	color:#ff007b;
	white-space: nowrap;
}
article.unit table td.naka {
	font-family: sans-serif;
	color:#cc0a14;
	text-align:center;
	width:2em;
}
@media all and (min-width: 768px) {
article.unit table th, main table td {
	font-size:125%;
}
article.unit table th {
	width:48%;
}
}
@media all and (max-width: 767px) {
marticle.unit table th, article.unit table td {
	font-size:100%;
}
article.cast table th {
	width:38%;
}
article.staff table th, article.staff table td {
	display:block;
	text-align:center;
}
article.staff table th, article.staff table td {
	line-height:1.5;
}
article.staff table th {
	font-weight:bold;
	padding-bottom:0.25em;
}
article.staff table td.naka {
	display:none;
}
}
