@charset "utf-8";
.history-wrap{
	padding:10px 10px 40px;
	color:#213566;
	line-height:1.6;
}
.history-wrap table{
	width:100%;
}
.history-wrap table th,
.history-wrap table td{
	padding:10px;
	border-bottom:2px solid #ffffff;
	background-color:#f0f0f0;
}
.history-wrap table th{
	width:20%;
	white-space:nowrap;
	background-color:#dbf4ff;
	vertical-align:top;
	border-right:2px solid #ffffff;
}
.history-wrap table td a{
	background:url(/common/img/icon_blank.gif) no-repeat right center;
	padding-right:12px;
}


