/* CSS Staff */

@media all
{
	#listStaff {
		margin-top: 15px;	
	}
	
	
	.staff_box {
		width: 31%;
		height: 180px;
		border: 1px solid #B7B7B7;
		padding: 10px;
		margin: 0 18px 20px 0;
		float: left;
		cursor:pointer;
		box-sizing: border-box;
	}
	
	.staff .staff_name {
		margin-bottom: 10px;
	}
	
	.staff .item {
		padding: 0 10px;
		padding-left: 40px;
		margin-bottom: 4px;
	}
	
	.staff .item_small {
		padding: 0 5px;
		padding-left: 35px;
		margin-bottom: 5px;
		font-size: 80%;
	}
	
	/* HOME, WORK */
	.staff .home {
		border-left: 5px solid #ff9797;
	}
	
	.staff .work {
		border-left: 5px solid #9997ff;
	}
	
	/* TEL, CELL, EMAIL, URL, ADDR */
	.staff .tel {
		background:url(../../images/icons/phone.png) 7px 50% no-repeat;
	}
	
	.staff .cell {
		background:url(../../images/icons/mobile.png) 7px 50% no-repeat;
	}
	
	.staff .email {
		background:url(../../images/icons/at.png) 7px 50% no-repeat;
	}
	
	.staff .url {
		background:url(../../images/icons/web.png) 7px 50% no-repeat;
	}
	
	.staff .url {
		background:url(../../images/icons/web.png) 7px 50% no-repeat;
	}
	
	.staff .addr {
		background:url(../../images/icons/home.png) 7px 50% no-repeat;
	}
	
}