/* kintoneカスタマイズ用CSS
* 名称：合計値算出
* 機能：フィールドの合算値を表示します
* https://blog.winproject.jp/internet/kintone-get-total-specific-field/
* 2023/09/06,TT
*/

div.smart-chart {
	float:right;
	margin-left:1.5em;
	color:#3498db;
}
div.smart-chart table {
	border-radius:0.5em;
	border:1px solid #3498db;
	border-collapse:separate;
	border-spacing:1px;
}
div.smart-chart table th {
	line-height:1.5em;
	text-align:left;
	padding:0 0.5em;
}
div.smart-chart table td {
	line-height:1.5em;
	text-align:left;
	padding:0 0.5em;
}
