@charset "utf-8";



/* page_title
-----------------------------------*/
header.page_title h2{
	margin-left: -95px;
}



/* company_unit
-----------------------------------*/
#company_unit{
	width: 100%;
}
#company_unit header.page_title{
	margin-bottom: 29px;
}


#company_unit section.overview{
	width: 1000px;
	margin: 0 auto 72px auto;
	position: relative;
}
#company_unit section.overview h3{
	margin: 0 0 9px 372px;
}
#company_unit section.overview h4{
	font-weight: bold;
	width: 430px;
	margin: 0 0 28px 150px;
}
#company_unit section.overview dl{
	width: 430px;
	margin-left: 150px;
}
#company_unit section.overview dl dt{
	float: left;
	clear: left;
}
#company_unit section.overview dl dd{
	border-bottom: 1px dashed #999999;
	margin-bottom: 17px;
	padding: 0 0 1px 90px;
}
#company_unit section.overview dl dd:last-of-type{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
#company_unit section.overview img.image{
	position: absolute;
	left: 612px;
	top: 80px;
}


#company_unit div.business_group{
	width: 100%;
	background: #e6e6e6;
	padding: 55px 0 243px 0;
}
#company_unit div.business_group div.inner{
	width: 1000px;
	margin: 0 auto 83px auto;
}
#company_unit div.business_group section.business{
	width: 540px;
	float: left;
}
#company_unit div.business_group section.business h3{
	margin-bottom: 9px;
}
#company_unit div.business_group section.business div.list{
	width: 530px;
	background: #ffffff;
	border: 5px solid #ffffff;
	box-shadow: 0 0 0 2px #808080 inset;
	padding: 27px 0 23px 0;
}
#company_unit div.business_group section.business ul{
	float: left;
}
#company_unit div.business_group section.business ul li{
	list-style: none;
	padding-left: 15px;
	position: relative;
}
#company_unit div.business_group section.business ul li + li{
	margin-top: 9px;
}
#company_unit div.business_group section.business ul li:after{
	content: "";
	width: 10px;
	height: 10px;
	background: url("../../common/img/ico_04.gif") no-repeat 0 0;
	display: block;
	position: absolute;
	left: 0;
	top: 5px;
}
#company_unit div.business_group section.business ul:first-of-type{
	width: 250px;
	margin: 0 10px 0 30px;
}
#company_unit div.business_group section.business ul:last-of-type{
	width: 210px;
}
#company_unit div.business_group section.group{
	width: 420px;
	float: right;
}
#company_unit div.business_group section.group h3{
	margin-bottom: 9px;
}
#company_unit div.business_group section.group dl{
	width: 400px;
	margin-left: 10px;
}
#company_unit div.business_group section.group dl dt{
	color: #ffffff;
	font-weight: bold;
	background: #808080;
	margin-bottom: 6px;
	padding: 9px 12px 6px 12px;
	position: relative;
}
#company_unit div.business_group section.group dl dt:after{
	content: "";
	width: 30px;
	height: 10px;
	background: url("../../common/img/ico_05.png") no-repeat 0 0;
	display: block;
	margin-top: -4px;
	position: absolute;
	right: 10px;
	top: 50%;
}
#company_unit div.business_group section.group dl dd + dt{
	margin-top: 17px;
}
#company_unit div.business_group div.image{
	width: 1000px;
	margin: 0 auto;
}