@charset "utf-8";

/*----------------------------------------------------

	table

----------------------------------------------------*/

table.tableCompany {
    border-collapse: collapse;
    border-spacing: 0;
	margin:25px auto;
}

table.tableCompany th {
    padding: 10px;
	border:#05394e solid;
	border-width:1px 0 1px 0;
    background: #e7f8fb;
    font-weight: bold;
    text-align: left;
	color:#05394e;
	vertical-align:top;
}

table.tableCompany td {
    padding: 10px;
	border-bottom:#999999 solid 1px;
	border-top:#999999 solid 1px;
	border-left:#cecece solid 1px;
    text-align: left;
	vertical-align:top;
}

table.tableCompany ul.business{
	font-size:100%;
	list-style:disc outside;
	margin-left:20px;
}

table.tableCompany ul.business li{
	list-style:disc outside;
	padding-bottom:
}

.table01 th.color01,
.table01 td.color01{
	background:#ffd967;
}

.table01 th.color02,
.table01 td.color02{
	background:#ffb0d9;
}

.table01 th.color03,
.table01 td.color03{
	background:#8cc5fB;
}
