@charset "utf-8";

/*--------------------------
contentR
--------------------------*/
.case {
	width: 692px;
	margin: 20px 0 0 0;
}
.case .boxL {
	float: left;
	width: 547px;
	
}
.case .boxL h3 {
	font-weight: bold;
	border-bottom: 1px solid #d0d0d0;
	padding-bottom: 3px;
	font-size: 14px;
	color: #000;
	line-height: 16px;
}
.case .boxL p {
	background: none;
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 12px;
	color: #444;
}

.case .boxR {
	float: right;
	width: 120px;
}
.case .boxR p {
	font-size: 11px;
	margin-top: 4px;
	background: none;
	padding: 0;
	text-align: center;
}








