@charset "utf-8";
/* CSS Document */
.case_title{
	background-color: #6cb53b;
	padding: 4px 4px 8px 18px;
	color: #fff;
	font-weight:bold;
	font-size: 22px;
	text-align: center;
}
.case_img{
	margin: 20px auto;
	width: 298px;
	height: 94px;
	text-align:center;
}
.case_img img{
	width: 100%;
	height: auto;
}
