@charset "utf-8";
/* CSS Document */

h3{
	background: url(../../images/ttl_h3.jpg) no-repeat left center;
	padding-left: 35px;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 40px;
}
section.contents{
	margin-bottom: 100px;
}
/*会社概要*/
table{
	border-collapse: collapse;
	margin:0 auto;
}
th{
	background-color: #bbb;
	color: #fff;
	border: 1px solid #bbb;
	border-bottom: 1px solid #fff;
	padding: 10px 20px;
	width: 140px;
}
th#last{
	border-bottom: 1px solid #bbb;
}
td{
	background-color: #fff;
	border: 1px solid #bbb;
	padding: 10px 10px 10px 20px;
	width: 700px;
}
.table_inner1 dt{
	float: left;
	width: 110px;
}
.table_inner1 dd{
	margin-left: 110px;
}
.table_inner1 .inner1_margin{
	margin-bottom: 10px;
}
.table_inner1 .inner1_margin:last-child{
	margin-bottom: 0px;
}
.inner2_margin{
	margin-left: 20px;
}

/*事業所*/
#company_info section{
	float: left;
	margin-left: 40px;
	text-align: left;
}
#company_info section:first-child{
	margin-left: 0px;
}
#company_info h5{
	margin-bottom: 20px;
}
#company_info iframe{
	margin-top: 20px;
}