@charset "UTF-8";
/*************************
STAFF紹介
*************************/

.staff_ttl{
	margin-bottom:50px;
	text-align:center;
}

@font-face {
	font-family: 'typicons';
	src: url("fonts/typicons.eot");
	src: url("fonts/typicons.eot?#iefix") format('embedded-opentype'), url("fonts/typicons.woff") format('woff'), url("fonts/typicons.ttf") format('truetype'), url("fonts/typicons.svg#typicons") format('svg');
	font-weight: normal;
	font-style: normal;
}
.float {
	width: 100%;
	margin: 0 auto;
	color: #fff;
}
.float:after {
	content: "";
	display: block;
	clear: both;
}
.float li {
	float: left;
}
.float a {
	display: block;
	position: relative;
	transition: .3s;
	color:#fff;
}
.float a:hover {
	background: #26363d;
}
.float a:before {
	font-family: 'typicons';
	font-style: normal;
	font-weight: normal;
	display: inline-block;
	width: 30px;
	height: 30px;
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 30px;
	text-align: center;
	line-height: 1;
}
.float a span:after {
	position: absolute;
	top: 100%;
	left: 34px;
	height: 0;
	width: 0;
	border: 6px solid transparent;
	border-top: 6px solid #26363d;
	content: "";
}
.float a:hover span {
	opacity: 1;
	top: -40px;
}


@media screen and (min-width:769px){

.float li {
	width: 18%;
	margin: 0 2.5% 50px 0;
}

.float li:nth-child(5n) {
	margin-right: 0;
}

.float a span {
	position: absolute;
	opacity: 0;
	top: -20px;
	left: -20px;
	width: 176px;
	padding: 10px;
	border-radius: 2px;
	background: #26363d;
	color: #fff;
	font-size: 12px;
	line-height:1.6;
	transition: .3s;
}
	
}

@media screen and (max-width:768px) and (min-width:641px){
	
.float li {
	width: 23.5%;
	margin: 0 2% 40px 0;
}

.float li:nth-child(4n) {
	margin-right: 0;
}

.float a span {
	display:none;
}

}

@media screen and (max-width:640px){

.float li {
	width: 30%;
	margin: 0 5% 30px 0;
}

.float li:nth-child(3n) {
	margin-right: 0;
}

.float a span {
	display:none;
}

}
