/* =========================================================
 出動件数テーブル（フロント専用）
========================================================= */

.tagawa-dispatch-stats {
	max-width: 420px;
}

.tagawa-dispatch-stats table {
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed;
}

.tagawa-dispatch-stats th,
.tagawa-dispatch-stats td {
	border: 1px solid #AAA;
	padding: 7px;
	text-align: center!important;
	vertical-align: middle;
}

/* ヘッダー */
.tagawa-dispatch-stats th {
	font-weight: bold;
	background: #f5f5f5;
}

/* 左列 */
.tagawa-dispatch-stats th:first-child {
	text-align: left;
	width: 30%;
}

/* 注記 */
.tagawa-dispatch-stats + p {
	margin-top: 8px;
	font-size: 0.9em;
}