@charset "UTF-8";
/* CSS Document */
/*--------------------------------------------------
  トップページ
--------------------------------------------------*/
.100w {
	width: 100%;
}
#top h3 {
	font-size: 16px;
	font-weight: normal;
	border-left: 5px solid #595757;
	padding: 10px;
	border-bottom: 1px dotted #B4B4B5;
	margin-bottom: 15px;
}
#top h4 {
	font-size: 15px;
	font-weight: normal;
	padding: 0 0 6px;
	border-bottom: 1px dotted #B4B4B5;
	margin-bottom: 15px;
}
#top .business_box {
	border: 1px solid #19C332;
	background: #E8F9EA;
	padding: 10px;
	margin-bottom: 25px;
}
#top .business_box .in {
	background: #FFF url(../images/top/bg_box.gif) no-repeat center center;
	padding: 10px;
}
#top .business_box ul {
	margin-left: 20px;
}
#top .company_box {
	border: 1px solid #00ACEB;
	background: #E5F7FD;
	padding: 10px;
	margin-bottom: 25px;
}
#top .company_box .in {
	background: #FFF;
	padding: 10px;
}
#top .company_box th {
	width: 100px;
}
#top .company_box .fl,
#top .company_box .fr {
	margin-bottom: 15px;
}