@charset "utf-8";

/*---------------------------------
  Content:グラフ関連
-----------------------------------*/

/*　テーブル
-----------------------------------*/

.qirContent_table table,
.qirContent_table th,
.qirContent_table td {
	border-color: #E9E7E7;
}
.qirContent_table thead th {
	background-color: #F5F5F8;
}
.qirContent_table tbody th {
	background-color: #F5F5F8;
	font-weight: normal;
}
.qirContent_table{
	min-width: 600px;
	overflow-x: scroll;
}
.qirContent_table_unit {
	display: none;
}