/* CSS Document */



/*CAST*/
#cast {
list-style-type:none;
}

.cast_order {
	width: 900px;
	text-align: center;
	list-style-type: none;
}

.cast_order li {
	display: inline-block;
	width: 144px;
	margin-top: 10px;
	margin-right: 10px;
	font-weight: bold;
	line-height: 1em;
	text-align: center;
	list-style-type: none;
	}

.cast_order li:nth-child(5) {
	margin-right: 0;
	list-style-type: none;
}

.cast_order img {
	display: block;
	max-width: 142px;
	border: 3px solid;
	list-style-type: none;
}

.cast_order li a {
	font-size: 14px;
	list-style-type: none;
}

#cast2 {
list-style-type:none;
}

.cast2_order {
	width: 900px;
	text-align: center;
	list-style-type: none;
}

.cast2_order li {
	display: inline-block;
	width: 250px;
	margin-top: 10px;
	margin-right: 10px;
	font-weight: bold;
	line-height: 1em;
	text-align: center;
	list-style-type: none;
	}

.cast2_order li:nth-child(5) {
	margin-right: 0;
	list-style-type: none;
}

.cast2_order img {
	display: block;
	max-width: 250px;
	border: 3px solid;
	list-style-type: none;
}

.cast_order2 li a {
	font-size: 14px;
	list-style-type: none;
}





