/* company */
#outline>* {
	box-sizing: border-box;
}

#outline table {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

#outline table th,
#outline table td {
	padding: 10px;
	border: 1px solid #C7B299;
	line-height: 1.4;
}

#outline table th {
	min-width: 8em;
	text-align: right;
	color: #6A3906;
	background-color: rgba(199, 178, 153, 0.3);
}

#outline table td {
	background-color: rgba(255, 255, 255, 0.5);
}

#map iframe {
	display: block;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
