@charset "UTF-8";


.table_accountant{
	width:100%;
	margin:0px 0px 5px 0px;
	padding:0px;
	border-collapse: collapse;
}
.table_accountant th{
	margin:0px;
	padding:15px 10px;
	background-color:#e7eef5;
	text-align:center;
	vertical-align:top;
	line-height:1.2em;
	font-size:81%;
}
.table_accountant th.th_02{
	width:150px;
}
.table_accountant th.th_03{
	width:150px;
}
.table_accountant th span{
	display:block;
	font-size:90%;
}

.table_accountant td{
	margin:0px;
	padding:10px 15px;
	text-align:left;
	line-height:1.7em;
	font-size:81%;
}
.table_accountant td.color{
	margin:0px;
	padding:10px 15px;
	background-color:#f1f1f1;
}
.table_accountant td.right{
	text-align:right;
}
.table_accountant td span{
	font-size:73%;
	color:#ff4444;
	margin:0px 0px 0px 3px;
}
























