@charset "UTF-8";
/* CSS Document */

.CastWrap{
	width:742px;
	padding:15px;
	box-sizing:border-box;
	margin-right:-12px;
}
.CastBox{
	float:left;
	width:166px;
	text-align:center;
	margin-right:12px;
	margin-bottom:25px;

}
.CastImgBox{
	height:246px;
}
.CastBox img{
	display:block;
	max-width:166px;
	max-height:240px;
	padding:2px;
	border:solid 1px #999;
	box-sizing:border-box;
	margin:0 auto;
}
.CastBox p.Name{
	text-align:center;
	font-size:16px;
	line-height:16px;
	color:#333;
	margin-top:0;
	margin-bottom:3px;
}
.CastBox p.Size{
	text-align:center;
	font-size:11px;
	color:#333;
}
