/* case */
#case { margin-top: 20px; }

#case .first { margin-left: 0; }

#case .item2 {
	float: left;
	width: 210px;
	margin-left: 10px;
	margin-bottom:20px;
	border: 1px solid #ccc;
	background-color: #fff;
}

#case .first2 { margin-left: 0; }

#case .item2 .title {
	padding: 0 10px;
	border-bottom: 1px solid #ccc;
	background-color: #efefef;
}

#case .item2 .title .date {
	float:left;
	height: 30px;
	padding-left: 20px;
	background: url(../img/common/case_cal.png) no-repeat left center;
	line-height: 30px;
}

#case .item2 .title .no {
	float:right;
	height: 30px;
	font-size: 11px;
	line-height: 30px;
}

#case .item2 .image {
	position: relative;
	height: 235px;
	margin: 10px 0 10px 9px;
}

#case .item2 .image .before {
	position: absolute;
	left: 0;
	top: 0;
	background:#fff;
}

.item2 .image .before img:hover,.item2 .image .after img:hover{
	opacity:0.5;
}

#case .item2 .image .before .caption {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 66px;
	height: 20px;
	background-color: #666666;
	line-height: 20px;
	color: #fff;
	text-align: center;
	font-size: 9px;
}

#case .item2 .image .after {
	position: absolute;
	left: 19px;
	top: 90px;
	background:#fff;
}

#case .item2 .image .after .img { border: 3px solid #fff; }

#case .item2 .image .after .caption {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 66px;
	height: 20px;
	background-color: #f00;
	line-height: 20px;
	color: #fff;
	text-align: center;
	font-size: 9px;
}

#case .item2 .image .arrow_case {
	position: absolute;
	left: 63px;
	top: 55px;
}

#case .item2 .desc {
	margin: 0 9px 10px;
	color: #333;
	line-height: 1.2em font-size: 12px;
}

#case .item2 .button {
	margin-bottom: 10px;
	text-align: center;
}

.case_maker_title{
background-color:#efefefe;
font-weight:bold;
color:#0066FF;

}
