@charset "utf-8";

/**/
header h2 {
	line-height: 2;
	font-size: 14px;
	letter-spacing:2px;
	color: #000;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

/* works */
#works {
	width: 100%;
	text-align: left;
}

/**/
#works .main {
	width: 100%;
	position: relative;
	margin-bottom: 70px;
	font-family: Arial, Helvetica, sans-serif;
}

#works .main img {
	width: 100%;
}

#works .main a {
	color: #fff;
}

#works .main .thumb:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	/* height: 200px;
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)); */
	height: 240px;
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
}

#works .main .text {
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -495px;
	font-size: 30px;
	line-height: 1.8;
}

#works .main .text span {
	display: block;
	font-size: 18px;
}

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

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

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

#works .recent li:last-child {
	margin-right: 0;
}

#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;
}
