@charset "UTF-8";

h2 {
	text-align:center;
}


/* -- 地図 -- */
#mapbox {
	clear:both;
	width:694px;
	height:480px;
	margin-top:1em;
	background:url(/company/img/map.gif) no-repeat center bottom;
}

/* -- 会社概要 -- */
#summary {
	font-size:small;
	border-top:2px solid #666;
	border-bottom:2px solid #666;
}
#summary th {
	text-align:center;
	white-space:nowrap;
	color:#fff;
	padding-left:0.2em;
	padding-right:0.2em;
	background:#AE424A;
	border-bottom:1px solid #666;
}
#summary td {
	padding-left:0.2em;
	padding-right:0.2em;
	border-bottom:1px solid #666;
}

/* -- 営業時間 -- */
#biztime {
	width:17em;
	text-align:center;
	color:#fff;
	margin-top:0.5em;
	background:#AE424A;
}
