@charset "UTF-8";

div.film_comment > p.team_text {
	margin:10px 0;
}

div.film_comment > p.team_text:first-of-type {
	margin-top:0;
}

#team_list li {
	margin-top:20px;
	list-style-type:none;
	font-family: 'M PLUS 1p', serif;
}

#team_list li:first-of-type {
	margin-top:0;
}

#team_list h2 {
	font-size:17px;
	line-height:27px;
	padding-left:20px;
	position:relative;
}

#team_list h2:before {
	position:absolute;
	left:0;
	top:0;
	content: '■';
}

#team_list h2+p {
	font-size:14px;
	line-height:18px;
	padding-left:20px;
}

#team_list p.team_name {
	font-size:20px;
	line-height:29px;
	font-weight:700;
	padding-left:20px;
	margin-top:4px;
}

ul#team_list li p.team_office {
	font-size:14px;
	line-height:20px;
	margin-top:4px;
	padding-left:18px;
	font-weight:400;
}

#team_inquiry {
	text-align:center;
	padding:60px 8px;
	border-top:1px solid #888;
}

#team_inquiry > div > p {
	margin-bottom:8px;
}
#team_inquiry > div {
	display:inline-block;
}