@charset "UTF-8";

.content {
	clear: both;	
	overflow: hidden;
}
.first {
	margin-bottom: 50px;
}
.second {
	width: 596px;
	float: right;
}
.subNavi {
	width: 278px;	
}

ul.projectGallery {
	overflow: hidden;
}
ul.projectGallery li {
	float: left;
	width: 33.3333%;
	padding-top: 280px;
	position: relative;
	line-height: 1.75em;
}
ul.projectGallery li img{
	position: absolute;
	top: 0;
	left: 0;
	width: 280px;
	height: 260px;
}
ul.projectGallery li h2 {
	background: none;
}
ul.projectGallery li h2 span {
	background: none;
	color: #1E1E1E;
}
ul.projectGallery li p, ul.projectGallery li h3, ul.projectGallery li h2{
	width: 280px;
}


.first img {
	float: left;
	margin-right: 20px;
}
