/* =================================
	cast CSS
================================= */

/*	news_text
============================== */

.cast_box{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.cast_box table th, .cast_box table td {
	vertical-align:bottom;
}
.cast_box table th {
	width:50%;
}
.hoka{
	text-align: right;
}


@media all and (min-width: 768px) {
.cast_box{
	font-size: 175%;
	padding: 20px 0 0;
}
.hoka{
	margin-right: 200px;
	font-size: 75%;
}
}
@media all and (max-width: 767px) {
.cast_box{
	font-size: 125%;
	padding: 10px 0 0;
}
.hoka{
	font-size: 75%;
}
}


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

table {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	padding:0;
	font-weight: bold;
	/*text-shadow: 1px 1px 0px #d2d2d2;*/
}
table th, table td {
	vertical-align:top;
	line-height:1.5;
	text-align:left;
	padding-bottom:0.5em;
}
.cast_box table th, .cast_box table td {
	vertical-align:bottom;
}
.staff_box table th, .staff_box table td {
	padding-bottom:0.75em;
}
.staff_box table td b {
	/*color:#e04866;*/
}
table th {
	text-align:right;
	font-weight:normal;
	color:#f5855e;
	white-space: nowrap;
}
.cast_box table th {
	width:45%;
	font-weight: bold;
}
table td.naka {
	font-family: sans-serif;
	color:#a4a4a4;
	text-align:center;
	width:2em;
	text-shadow:none;
	font-weight: normal;
}
.cast_box a{
	color:#ed1a3d;
	font-weight: bold;
}
.cast_box a:hover{
	text-decoration:none; 
}
@media all and (min-width: 768px) {
table th, table td {
	font-size:87.5%;
}
}
@media all and (max-width: 767px) {
table th, table td {
	font-size:83%;
}
rt{ 
	font-weight: normal; 
	letter-spacing: -1px; 
}
}
