@charset "utf-8";

#works .recent h3 {
	margin-bottom: 50px;
	text-align: center;
}

#works .recent ul {
	width: 100%;
	max-width:990px;
	margin: -55px auto 0 auto;
	overflow: hidden;
}

#works .recent li {
	width: 30.7%;
	float: left;
	margin: 55px 3.95% 0 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

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

#works .recent li:nth-child(3n+1) {
	clear: both;
}

#works .recent li .thumb {
	width: 100%;
	margin-bottom: 11px;
}

#works .recent li .thumb img {
	width: 100%;
}

#works .recent li .text {
	font-size: 20px;
	line-height: 1.6;
}

#works .recent li .text span {
	display: block;
	font-size: 14px;
}

#works .recent li a {
	color: #333;
}

#works .recent li a:hover {
	text-decoration: none;
	color: #999;
}