@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

/*-------------------------------------------------------------------
	#company
-------------------------------------------------------------------*/
#company table {
	margin-bottom: 35px;
	line-height:1.6;
}
#company table th {
	width: 155px;
	padding:5ox;
}
#company table th,
#company table td {
	padding:10px 12px 7px;
}
#company table td span{
	font-weight:bold;
	color:#F7465F;
}

/*-------------------------------------------------------------------
	#map
-------------------------------------------------------------------*/
#content #map {
	width: 640px;
	height: 380px;
	margin-bottom: 35px;
}
/*-------------------------------------------------------------------
	#table
-------------------------------------------------------------------*/
th {
	padding:5px;
	margin:5px;
}

div.box{
	margin:5px;
}
　
div.box ul{
	border: solid #000 1px;
}