@charset "utf-8";
/* CSS Document */

figure {
	position: relative;
	overflow: hidden;
	width: 195px;
	text-align: center;
	padding: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

figcaption {
	position: absolute;
	top: -100%;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 1;
}

figure:hover figcaption {
	top: 0;
	left: 0;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4em;
	margin: 0px;
	padding-top: 55px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

figure:hover figcaption strong {
	top: 0;
	left: 0;
	color: #FFF;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.4em;
}

.overflow {
	width: 960px;
}

.overflowBox {
	height: 195px;
	width: 195px;
	float: left;
	margin-top: 0px;
	margin-right: 60px;
	margin-bottom: 60px;
	margin-left: 0px;
}

.overflowBoxLast {
	height: 195px;
	width: 195px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 0px;
}
