@charset "utf-8";

/*boxcaption*/
h3	{
	font-size: 18px;
	font-weight:550;
	margin: 10px 10px 0 10px;
	color:#000000;
}
.boxgrid	{ 
	width: 480px; 
	height: 220px; 
	overflow: hidden; 
	position: relative;
	float:left;
	border:solid 1px #000000;
}
.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0;
}
.boxgrid p{ 
	padding:20px 0 10px 10px; 
	color: #032d16;  
	font-size: 13px;
	line-height:20px;
}
	
.boxcaption{ 
	float: left; 
	position: absolute; 
	background:  #ffffff; 
	height: 220px; 
	width: 480px; 
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.captionfull .boxcaption {
	top: 180px;
	left: 0;
}
.caption .boxcaption {
	top: 180px;
	left: 0;
}




.boxgrid a {
text-decoration: none;
color: #000000;
-webkit-transition: 0.4s ease-in-out;
	   -moz-transition: 0.4s ease-in-out;
	     -o-transition: 0.4s ease-in-out;
	        transition: 0.4s ease-in-out;
}

.boxgrid a:hover{
color: #2e93ff;
}

