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

.actor-list {
	margin-top: 10px;
	font-size: 0;
}
.actor-list > li {
	display: inline-block;
	vertical-align: top;
	background: #fff;
	width:428px;
	height: 200px;
	padding: 8px;
	font-size: 12px;
	margin-bottom: 12px;
}
.actor-list li:nth-child(odd) {
	margin-right: 12px;
}
.actor-list li img {
	float: left;
	width: 200px;
	height: 200px;
}
.actor-list .name, .actor-list .actor-sns {
	margin-left: 208px;
}
.actor-list .name {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	line-height: 1;
	font-size: 20px;
	border-bottom: 7px solid #999966;
}
.actor-sns li {
	padding-left: 1.8em;
	margin-top: 10px;
}
.actor-sns i {
	margin-left: -1.4em;
	font-size: 14px;
}
.actor-sns a {
	text-decoration: underline;
}