@charset "utf-8";
@import "normalize.css";
@import "common.css";
/*=================================
	company
==================================*/
#company {
	padding:60px;
}

#company h2 {
	width:250px;
	height:0px;
	padding-top:42px;
	overflow:hidden;
	background-image:url(../company/images/pagetitle.png);
	background-repeat:no-repeat;
	background-position:;
}

#company table {
	width:820px;
	margin-top:60px;
	border-collapse:collapse;
}

#company table th,
#company table td {
	padding:1.0em 0.5em;
	border-top:solid 1px #666666;
	border-bottom:solid 1px #666666;	
}

#company table th {
	width:120px;
	vertical-align:top;
}

#map {
	width:660px;
	height:400px;
	margin-top:15px;
}