@charset "UTF-8";

.staff_list {
}

.staff_list > li {
	display: inline-block;
	margin-right: 2em;
}

.staff_list > li:last-child {
	margin-right: 0;
}

.staff_sec {
	border: 1px solid #ddd;
	background: #fff;
	padding: 4%;
	margin: 3% 0;
}

.staff_head {
	line-height: 1;
	padding-bottom: 10px;
	border-bottom: 3px solid #B1DAF3;
}

.staff_head_name {
	font-size: 1.43em;
	font-weight: bold;
	display: inline-block;
	margin-right: 0.5em;
}

.staff_head_yomi {
	margin: 0 !important;
	display: inline-block;
}

.staff_wrap {
	margin-top: 20px;
}

.staff_img {
	float: right;
}

.has_img .staff_img {
	width: 33%;
}

.staff_cnt {
}

.has_img .staff_cnt {
	width: 62%;
}

.staff_tbl {
	width: 100%;
}

.staff_tbl th,
.staff_tbl td {
	text-align: left;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}

.staff_tbl tr:first-child th,
.staff_tbl tr:first-child td {
	padding-top: 0;
}

.staff_tbl tr:last-child th,
.staff_tbl tr:last-child td {
	padding-bottom: 0;
	border-bottom: 0;
}

.staff_tbl th {
	width: 7em;
}

.staff_tbl td {
}

.movie {
	margin: 20px 0;
}

.movie > li {
	float: left;
	margin-bottom: 20px;
}

.movie > li:nth-child(2n) {
	float: right;
}

.movie > li:nth-child(2n+1) {
	clear: both;
}

.movie > li a {
	display: inline-block;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.movie > li a:hover {
	opacity: .75;
}

/* All SP & Tablet */
@media screen and (max-width:1040px) {
	.staff_list {
	}

	.staff_list > li {
	}

	.staff_sec {
	}

	.staff_head {
	}

	.staff_head_name {
	}

	.staff_head_yomi {
	}

	.staff_wrap {
	}

	.staff_img {
	}

	.staff_cnt {
	}

	.staff_tbl {
	}

	.staff_tbl th,
	.staff_tbl td {
	}

	.staff_tbl th {
	}

	.staff_tbl td {
	}

	.movie {
	}

	.movie > li {
		width: 48%;
	}

}

/* All SP */
@media screen and (max-width:640px) {
	.staff_list {
	}

	.staff_list > li {
	}

	.staff_sec {
		margin: 15px 0;
	}

	.staff_head {
	}

	.staff_head_name {
		font-size: 1.14em;
	}

	.staff_head_yomi {
	}

	.staff_wrap {
		margin-top: 15px;
	}

	.staff_img {
	}

	.has_img .staff_img {
		float: none;
		width: 150px;
		margin: 0 auto 15px;
	}

	.staff_cnt {
	}

	.has_img .staff_cnt {
		width: 100%;
	}

	.staff_tbl {
	}

	.staff_tbl th,
	.staff_tbl td {
		display: block;
	}

	.staff_tbl th {
		border-bottom: 0;
		width: 100%;
		padding-bottom: 3px;
		color: #007CC3;
	}

	.staff_tbl td {
		padding-top: 0;
	}

	.movie {
		margin-bottom: 0;
	}

	.movie > li {
		float: none !important;
		width: 100%;
		text-align: center;
	}

}