#main-img {
	background-image: url(../img/main-img.jpg);
}

.staff-wrap .item {
	position: relative;
	margin-left: 40px;
}

.staff-wrap .item:first-child {
	margin-top: 0;
}

.staff-wrap .item:last-child {
	margin-bottom: 64px;
}

.staff-wrap .item .img {
	position: relative;
	float: left;
	width: 560px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
}

.staff-wrap .item .img .name-en {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	padding: 260px 0 0 0;
	text-align: center;
	color: #917520;
	color: #fff;
	font-size: 32px;
	letter-spacing: 0.5em;
}

.staff-wrap .item .img .name-en span {
}

.staff-wrap .item .img img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: 0.2s linear;
}

.staff-wrap .item .img:hover img {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	filter: grayscale(0%);
}

.staff-wrap .item .txt-wrap {
	float: right;
	width: 100%;
	margin-left: -560px;
}

.staff-wrap .item .txt-wrap .inner {
	margin-left: 560px;
	padding: 60px 0 0 100px;
}

.staff-wrap .item .txt-wrap .position {
	display: inline-block;
	padding: 0.2em 0.5em;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #f8586a;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

.staff-wrap .item .txt-wrap .name {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.5em;
}

.staff-wrap .item .txt-wrap .arrow img {
	float: right;
	position: relative;
	z-index: 10;
}

.staff-wrap .item .txt-wrap .comment {
	padding-left: 2em;
	color: #555;
}

/*even*/
.staff-wrap .item:nth-child(even) {
	margin-right: 40px;
	margin-left: 0px;
}

.staff-wrap .item:nth-child(even) .img {
	position: relative;
	float: right;
	width: 560px;
}

.staff-wrap .item:nth-child(even) .txt-wrap .inner {
	margin-left: 560px;
	padding: 60px 100px 0 0;
}

.staff-wrap .item:nth-child(even) .txt-wrap .arrow img {
	float: left;
	transform: scale(-1, 1);
}

.staff-wrap .item:nth-child(even) .txt-wrap .comment {
	padding-right: 2em;
}
/*

!*odd*!
.staff-wrap .item:nth-child(odd) .txt-wrap .inner {
	margin-left: 560px;
	padding: 60px 0 0 100px;
}

.staff-wrap .item:nth-child(odd) .txt-wrap .arrow img {
	float: left;
}

.staff-wrap .item:nth-child(odd) .txt-wrap .comment {
	padding-right: 2em;
}
*/

/*
.staff-wrap .item:nth-child(even) .img {
	float: right;
}

.staff-wrap .item .txt-wrap {
}


.staff-wrap .item .comment {
}

.staff-wrap .item:nth-child(even) .comment {
	left: 40px;
}
*/







