@charset "UTF-8";


#hContent {
	height: 252px;
}

#hContent img {
	float: left;
	width: 252px;
}

#hContent h2 {
	margin-left: 264px;
	background-color: #c2ffe2;
	width: 252px;
	height: 252px;
	line-height: 252px;
	position: relative;
}

#hContent h2 span {
	display: block;
	width: 63px;
	height: 63px;
	background-color: #fc0;
	font-size: 18px;
	font-weight: bold;
	color: #373737;
	line-height: 63px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}

#hContent h2 strong {
	display: table-cell;
	*display: block;
	width: 220px;
	height: 252px;
	vertical-align: middle;
	padding: 0 16px;
	*padding-top: 75px;
	*height: auto;
	font-size: 30px;
	line-height: 42px;
	color: #000;
}

#caseContent {
}

#caseContent p {
	margin-top: 1.7em;
	margin-bottom: 1.7em;
	width: 516px;
}

#caseContent .thumbnails {
	width: 530px;
	margin-top: 12px;
	margin-bottom: 12px;
	height: auto;
	overflow: hidden;
}

#caseContent .thumbnails li {
	float: left;
	margin-right: 12px;
}

#caseContent a:hover img {
	filter: alpha(opacity=70);
	opacity: .7;
}