@charset "utf-8";

/* ===============================================

 業務内容／business　用スタイル
 
================================================== */

/* -----------------------------------------------
 div.business_wrap
-------------------------------------------------- */
div.business_wrap {
	margin-bottom:30px;
}
div.business_box {
	float:left;
	width:408px;
	border:solid 1px #CCC;
	background-color:#F0F0F0;
}
div.business_box + div.business_box {
	margin-left:38px;
}
div.business_box h2 {
	padding:5px 0 12px 10px;
	background:url(../business/images/bcg_h2.gif) no-repeat left top;
	font-size:116%;
}
p.pict_box {
	background-color:#FFF;
	padding:12px;
	overflow:hidden;
	_zoom:1; 
}
img.pict {
	float:left;
	padding-right:12px;
}
p.text_box {
	clear:both;
	padding:12px;
	border-top:solid 1px #CCC;
}
