/*------------------------------------------------------------------------------
								STAFF
------------------------------------------------------------------------------*/
#staff-area {
}
.staff {
	width: 100%;
	min-width: 1280px;
	max-width: 1600px;
	margin: 0 auto;
	box-sizing: border-box;
	padding:0 70px 0;
}
.staff li {
	width: 100%;
	position: relative;
}

.staff .photo {
	background: url("../../img/top/staff-photo1.jpg") center center / cover;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 460px;
	margin: 0;
}
.staff .photo p {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 1em;
	display: inline;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.staff .staff-box {
	padding-left: 440px;
	box-sizing: border-box;
	min-height: 440px;
}
.staff h4 {
	font-size: 16px;
	line-height: 1em;
	display: block;
	font-weight: 400;
	color: #567cb3;
}
.staff h3 {
	font-size: 44px;
	line-height: 1.2em;
	padding: 0;
	display: block;
	font-family: "Shippori Mincho", serif;
	font-weight: 800;
	color: #567cb3;
}
.staff .profile h5 {
	font-size: 16px;
	line-height: 2em;
	padding: 0 1em;
	display: inline-block;
	border: 1px solid #666666;
	font-weight: 400;
}
.staff .profile {
	font-size: 18px;
	line-height: 1.6em;
	font-weight: 400;
}
.staff .comment {
	background: rgba(102,149,217,0.2);
	padding: 30px;
}
.staff .comment h5 {
	font-size: 16px;
	line-height: 2em;
	padding: 0 1em;
	display: inline-block;
	color: #e4e7f2;
	background: #666666;
	font-weight: 500;
}
.staff .comment p {
	font-size: 18px;
	line-height: 1.6em;
}
.staff p {
	text-align: justify;
}
.staff p.right {
	text-align: right;
}

@media screen and (max-width: 1000px) {
/*------------------------------------------------------------------------------
								STAFF
------------------------------------------------------------------------------*/
.staff {
	min-width: 740px;
	max-width: 1000px;
	padding:0 40px 0;
}
.staff .photo {
	position: relative;
	top: 0px;
	left: 0px;
	width: 40vw;
	height: 50vw;
	margin: -2vw auto 0!important;
}
.staff .photo p {
	font-size: 2vw;
	bottom: 1vw;
	right: 1vw;
}
.staff .staff-box {
	padding-left: 0;
}
.staff h4 {
	font-size: 2vw;
	text-align: center;
	margin-top: 4vw
}
.staff h3 {
	font-size: 5.6vw;
	text-align: center;
	line-height: 1.2em;
}
.staff .profile h5 {
	font-size: 2.5vw;
	margin: 0 auto;
	display:block;
	text-align: center;
	padding: 0px;
	width: 12em;
	margin-bottom: 3vw;
}
.staff .profile {
	font-size: 2.5vw;
	line-height: 1.6em;
}
.staff .comment {
	padding: 4vw;
	margin-top: 4vw!important;
}
.staff .comment h5 {
	margin: 0 auto;
	font-size: 2.5vw;
	display: block;
	text-align: center;
	width: 12em;
	padding: 0px;
	margin-bottom: 3vw;
}
.staff .comment p {
	font-size: 2.5vw;
	line-height: 1.6em;
}
}


@media print{
.main ul li .photo-none {
	display:none;
}
}