

#content {
	background:url(../../images/flow/bg_content.jpg) no-repeat left top;
}
#content p.description{
	padding:10px 210px 10px 20px;
}

#content dl{
	margin:20px;
}
#content dl dt{
	width:63px;
	float:left;
	clear:left;
}
#content dl dd{
	width:520px;
	float:left;
	border:1px solid #ccc;
	zoom:1;
	margin-bottom:10px;
	display:inline;
	background-color:#FFFFFF;
}
#content dl dd::after {
	content: ".";
	visibility: hidden;
	clear: both;
	display: block;
	height: 0;
}
#content dl dd img{
	float:right;
	margin:10px;
}
#content dl dd h3{
	background:url(../../images/flow/bg_ttl.jpg) no-repeat left top;
	height:20px;
	line-height:20px;
	font-weight:bold;
	color:#00448B;
	text-indent:15px;
	margin:10px 156px 10px 10px;
}
#content dl dd p{
	margin:0px 156px 10px 10px;
	font-size:92%;
}
/*---------------------------------
Banner<<<<<<<<<<<<<<<<<<<<<<<<<<<
-----------------------------------*/
#content .bnr{
	text-align:center;
	margin:0px auto;
	background:#fff url(../../images/case/bg_bnr.jpg) no-repeat center top;
	height:62px;
	padding:7px 0;
}
#content .bnr li{
	display:inline;
}
#content .bnr li img{
	vertical-align:middle;
}
/*---------------------------------
ClearFix<<<<<<<<<<<<<<<<<<<<<<<<<<<
-----------------------------------*/
.section .section_body::after,
.clearfix::after {
	content: ".";
	visibility: hidden;
	clear: both;
	display: block;
	height: 0;
}
.section .section_body,
.clearfix{
	zoom:1;
}

.return{
	clear:both;
}