@charset "utf-8";
.staff-box {
	background-color: rgba(255,213,225,1.00);
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.29);
	box-shadow: 0px 2px 5px rgba(0,0,0,0.29);
}
.staff-img {
	float: left;
}
.staff-img p {
	text-align: center;
	line-height: 200%;
	font-size: 18px;
}
.staff-text {
	line-height: 150%;
	font-size: 18px;
	width: 520px;
	float: right;
}
.staff-img img {
	-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.40);
	box-shadow: 0px 3px 5px rgba(0,0,0,0.40);
}
.tr01 {
	clear: both;
	border-bottom: 1px dashed rgba(87,87,87,1.00);
	margin-bottom: 10px;
}
.tr01-last {
	clear: both;
	margin-bottom: 10px;
}
.th01 {
	float: left;
	width: 20%;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	border-left-style: none;
	padding-left: 0px;
	font-size: 18px;
	font-weight: bold;
}
.td01 {
	float: left;
	width: 77%;
	border-left: 3px solid rgba(255,115,174,1.00);
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 6px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 18px;
}
