

/*テーブルセル全て*/
.d_table_ct_c th,
.d_table_ct_c td{
	padding:0px 7px;
	height:32px;
}

/*テーブル行*/
.d_table_ct_c tr{
	box-sizing:border-box;
	border-color:#b2b8bb;
	border-spacing:0px;
}

.d_table_ct_c thead th{
	font-weight:normal;
	background-color:#d2d8dd !important;
	border-bottom:1px solid #c2c8cb;
	border-right:1px solid #c2c8cb;	
	text-align: left;
}
.d_table_ct_c td{
	border-right:1px solid #c2c8cb;
	border-bottom:1px solid #c2c8cb;
}

.d_table_ct_c thead tr th{
	height:32px;
	font-size:14px;
	color:#333333;
}

.d_table_ct_c thead tr td{
	height:32px;
	border:solid 1px #B0B0BC;
	font-size:16px;
	color:#333333;
}

.d_table_ct_c tbody th{
	font-weight:normal;
	background-color:#d2d8dd !important;
	border-bottom:1px solid #c2c8cb;
	border-right:1px solid #c2c8cb;	
	text-align: left;
}
.d_table_ct_c td{
	border-right:1px solid #c2c8cb;
	border-bottom:1px solid #c2c8cb;
}

.d_table_ct_c tbody tr th{
	height:32px;
	font-size:14px;
	color:#333333;
}

.d_table_ct_c thead tr td{
	height:32px;
	border:solid 1px #B0B0BC;
	font-size:16px;
	color:#333333;
}


.d_table_ct_c tr:active td{
	background-color:#4788cb;
	color:#fff;
}
