@charset "utf-8";
@import "common.css";


#COMPANY h1 {
	margin: 0;
	padding:5px 0;
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	font-size: 150%;
	background-color: #0197d6;
}
#COMPANY div.header {
	padding-bottom: 10px;
	zoom: 100%;
}
#COMPANY div.header:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
#COMPANY div.section {
	padding:10px;
}
#COMPANY div.booth {
	float: left;
	font-weight: bold;
}
#COMPANY div.pavilion {
	float: right;
	font-weight: bold;
}
#COMPANY table {
	margin-top: 0;
	width: 100%;
	border-collapse: collapse;
	border: solid 1px #2a8bbb;
}
#COMPANY table th,
#COMPANY table td {
	padding: 5px 10px;
	border: solid 1px #2a8bbb;
}
#COMPANY table thead th {
	font-weight: normal;
	background-color: #2eb2c4;
	color: #ffffff;
	white-space: nowrap;
}
#COMPANY table thead th span{
	font-weight: bold;
}
#COMPANY table thead th span.company{
	float: left;
}
#COMPANY table thead th span.country{
	float: right;
}
#COMPANY table tbody th {
	white-space: nowrap;
	font-weight: bold;
	background-color: #d4eaf5;
}
#COMPANY table tbody td ul {
	padding-left: 1em;
	list-style-type: disc;
}
#COMPANY table.partner {
	margin-top: 20px;
}
#COMPANY table.partner td {
	width: 100%;
}
#COMPANY table.partner td.country {
	width: auto;
	white-space: nowrap;
}
#COMPANY div.footer{
	margin-top: 20px;
	padding: 20px 0;
	text-align: center;
	border: dashed 1px #b7b5c5;
	background-color: #d4eaf5;
}
