@charset "UTF-8";

@import "../../css/common.css";

#lstHistory dd {
	margin-bottom: 1.5em;
}

#lstHistory dd.ta {
	margin-bottom: 0em;
}

.tblHistory {
	border-bottom: solid 1px #e3e3e3;
	width: 100%;
}

.tblHistory th {
	width: 8em;
	padding: 10px;
	background-color: #f6f6f6;
	vertical-align: top;
	border-top: solid 1px #e3e3e3;
}

.tblHistory td {
	padding: 10px;
	border-top: solid 1px #e3e3e3;
}

