@charset "utf-8";

#history table{
	width:100%;
	border-collapse:collapse;
}
#history tr{
	vertical-align:top;
}
#history th,
#history td{
	border:1px solid #c0c0c0;
	padding:3px;
}
#history th{
	background:#efefef;
	text-align:center;
	white-space:nowrap;
}
#history th.date,
#history td{
	font-size:12px;
}
#history th.date{
	font-weight:normal;
	white-space:nowrap;
}
#history .w10p{width:10%;}
#history .w30p{width:30%;}
#history .w90p{width:90%;}

#history .span-br{
	display:block;
	padding-top:1em;
}
