/* 会社概要ページ用スタイル
   元ページは <br><center><h2> + <div align="center"><table border="1" cellpadding="10" cellspacing="0">
   テーブル幅は未指定なのでコンテンツ幅で中央寄せ、各cellに font-size:80% */

.company {
	text-align: center;
}

.company h2 {
	/* ブラウザデフォルトに近い見た目に */
	font-size: 1.5em;
	font-weight: bold;
	margin: .83em 0;
	text-align: center;
}

.company-table {
	margin: 0 auto 4em;
	border-collapse: collapse;
	border: 2px solid #000;
}

.company-table th,
.company-table td {
	border: 2px solid #000;
	padding: 10px;
	vertical-align: middle;
	line-height: 1.6;
	font-size: 80%;
}

.company-table th {
	background-color: #cce4ff;
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
}

.company-table td {
	text-align: left;
}

.company-table tbody tr:nth-child(even) td {
	background-color: #f9f9f9;
}

.company-footer {
	margin-top: 2em;
	font-size: 50%;
	line-height: 1.8;
}

.company-footer a {
	color: #000;
	text-decoration: underline;
}

.company-copyright {
	margin: .5em 0 0;
}
