@charset "UTF-8";

/*==== information ====*/
table.information {
	border-collapse: separate;
	border-spacing: 0 1em;
	border: 0;
}
table.information td.category {
	background-color : #EEE;
	border-right: 2px white dashed;
	padding: 0.5em;
	text-align:center;
	width:7em;
}
table.information td.detail {
	background-color : #EEE;
	border-right: 2px white dashed;
	padding: 0 0.5em;
	margin:0;
}
table.information td.date {
	background-color : #EEE;
	color: gray;
	padding: 0.5em;
	text-align:center;
	width:19ex;
}
