@charset 'utf-8';

/* 会社概要 */
table {
	color: #333;
	font-size: 26px;
}

table th,
table td {
	padding: 20px;
	border: 2px solid #bdd2dd;
}

table th {
	width: 30%;
	font-weight: normal;
	line-height: 1.4;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #d9f2ff;
	border-left: none;
}

table td {
	line-height: 1.4;
	background-color: #fff;
	border-right: none;
}

table tr:nth-child(even) th {
	background-color: #c8ecff;
}

table tr:nth-child(even) td {
	background-color: #fffff3;
}

/*
--------------------------------------------------------------------------------
 END OF CSS
--------------------------------------------------------------------------------
*/
