@charset "utf-8";
/* ---------------------------------------------------------------------------------
HTML CSS Selectors staff
--------------------------------------------------------------------------------- */

.stafflist {
	padding: 100px 0 0 0;
	margin: 0 auto 80px;
	width: 910px;
}

.stafflist li {
	overflow:hidden;
	margin: 0 0 50px 0;
}

.stafflist li:nth-child(odd) .pic {
	width: 400px;
	float: left;
}

.stafflist li:nth-child(odd) .box {
	float: right;
}

.stafflist li:nth-child(even) .pic {
	width: 400px;
	float: right;
}

.stafflist li:nth-child(even) .box {
	float: left;
}
.stafflist li .box  {
	width: 407px;
	height: 400px;
	border-radius: 15px;
	border: 1px dotted #F7B951;
}
.stafflist li .pos {
	margin: 100px 0 15px;
	text-align: center;
	font-size: 16px;
	line-height: 1;
}

.stafflist li .name {
	text-align: center;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 55px;
}

.stafflist li .name span {
	display: block;
	text-align: center;
	font-size: 14px;
	padding-top: 12px;
}

.stafflist li .button {
	width: 152px;
	margin-left: auto;
	margin-right: auto;
}
.stafflist li .button a {
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0.075em;
	font-size: 22px;
	line-height: 1;
	color: #fff;
	font-weight: 300;
	text-align: center;
	border-radius: 5px;
	background-color: #F4A400;
}




#staffdetail {
	width: 565px;
	margin: 0 auto;
}

#staffdetail h2 {
	margin: 70px 0 0 0;
}

.flexslider {
	margin: 110px 0 80px;
	position: relative;
}

.flex-control-thumbs {
	text-align: center;
	margin: 20px 0 0 0;
}

.flex-control-thumbs li {
	display: inline-block;
	margin: 0 4px 0 0;
	cursor: pointer;
}

.flex-control-thumbs li:last-child {
	margin: 0;
}

.flex-control-thumbs li:hover img,
.flex-control-thumbs .flex-active {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

.flex-prev {
	width: 22px;
	height: 47px;
	display: block;
	background: url(../images/staffdetail/staffdetail_al.jpg);
	position: absolute;
	top: 50%;
	left: -55px;
	margin: -47px 0 0 0;
}

.flex-next {
	width: 22px;
	height: 47px;
	display: block;
	background: url(../images/staffdetail/staffdetail_ar.jpg);
	position: absolute;
	top: 50%;
	right: -55px;
	margin: -47px 0 0 0;
}

#staffdetail h3 {
	margin: 50px 0 30px;
	text-align: center;
	font-size: 24px;
	line-height: 1;
}

#staffdetail h3 .pos {
	display: block;
	margin: 0 0 15px 0;
	font-size: 16px;
}

#staffdetail h3 .en {
	display: block;
	margin: 10px 0 15px 0;
	font-size: 14px;
}

#staffdetail .txt {
	font-size: 12px;
	line-height: 2.1;
}

.sns {
	margin: 50px 0 0 0;
	text-align: center;
}

.sns li {
	margin: 0 15px 0 0;
	display: inline-block;
}

.sns li:last-child {
	margin: 0;
}

#staffdetail .img {
	margin: 80px 0 60px;
	text-align: right;
}


.back {
	text-align: center;
}

.back a {
	color: #333;
}
