/**********************************************
	サイト設定
**********************************************/
.businessTable {
	width:100%;
	background-color:#fff;
}

.businessTable th {
	padding:0.5rem;
	text-align:left;
	white-space:nowrap;
	font-size:0.9rem;
	background-color:#bdc3c7;
	border:1px solid #333;
}

.businessTable td {
	padding:0.5rem;
	vertical-align:top;
	text-align:left;
	font-size:1rem;
	font-weight:300;
	border:1px solid #333;
}

