@charset "utf-8";

/* /////////////////////////////////////////////////////////
	施工実績
///////////////////////////////////////////////////////// */

/*=================================
	glovalNavi
==================================*/
#glovalNavi li:nth-child(6) a { background-position: -540px -40px;}

/*=================================
	records
==================================*/
#records {
	width: 640px;
}

#HL01 {
	background: url(../records/images/pagetitle.gif) no-repeat;
}

#HL02 {
	background: url(../records/images/title2.gif) no-repeat;
}

#records .text {
	line-height: 1.7;
	margin-bottom: 17px;
}

#records h3 {
	width: 310px;
	color: #FFF;
	font-size: 110%;
	font-weight: bolder;
	text-align: center;
	background: #EB6100;
	line-height: 30px;
	margin-bottom: 12px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

/* work */
#records ul {
	width: 640px;
	margin: 27px 0 30px 0;
}

#records ul li {
	width: 290px;
	background: #E2F1D7;
	padding: 10px;
	float: left;
	margin: 0 20px 20px 0;
}

#records ul li:nth-child(even) {
	margin-right: 0;
}

#records ul li figure img {
	width: 290px;
	height: 180px;
	display: block;
}

#records ul li p {
	font-weight: bolder;
	text-align: center;
	margin: 12px 0 2px 0;
}

/* plant */
#records #plant {
	width: 640px;
	margin-top: 17px;
}

#records #plant li {
	width: 310px;
	float: left;
	margin: 0 20px 10px 0;
}

#records #plant li:nth-child(even) {
	margin-right: 0;
}

#records #plant li figure img {
	width: 310px;
	height: 194px;
	display: block;
}

#records #plant li p {
	font-weight: bolder;
	text-align: center;
	margin: 7px 0;
}
