/**
 * Webドラマ - 出演者リストセレクターCSS
 *
 * @author  shape DESIGN <info@shape-design.jp>
 * @link    http://shape-design.jp
 */
#title_sel, .actor_list, #serif {
	vertical-align: top;
}

#actor_list li {
	float: left;
	width: 140px;
	min-height: 150px;
	margin: 0 2px 5px;
	list-style: none;
	text-align: center;
}

#actor_list li img {
	width: auto;
	height: 100px;
}

#actor_sel {
	display: none;
}