@charset "utf-8";
@import url("jquery.fancybox.css");
/* CSS Document */

.cases_main{
	width:760px;
	float:right;
}
.cases_main h2{
	width:760px;
	height:111px;
	background:url(../cases/images/cases_title.gif) no-repeat left top;
	overflow: hidden;
	text-indent:-9999px;
}
.cases_main p{
	line-height:1.8em;
}
.cases_main section{
	width:220px;
	background:url(../cases/images/bg.png) no-repeat;
	background-size:100% 100%;
	padding:10px;
	float:left;
	margin-left:20px;
	margin-bottom:20px;
}
.cases_main section:nth-child(3n){
	clear:left;
	margin-left:0;
}
.cases_main h3{
	background-color:#462C1F;
	color:#fff;
	line-height:24px;
	font-size:16px;
	margin:0;
	padding:0;
	text-align:center;
}
.cases_main section p{
	margin:10px 0;
	padding:0;
	font-size:14px;
	line-height:18px;
}
.cases_main section a{
	display:block;
	width:auto;
	margin:0 auto;
	text-align:center;
}