@charset "utf-8";
/* CSS Document */

dl.historyList {
	border-bottom: 1px solid #eedcb3;
	margin: 5px 0;
}
dl.historyList dt {
	background-color: #eedcb3;
	padding: 5px;
}
dl.historyList dd {
	margin-left: 0;
	padding: 5px;
}
dl.historyList dd:before {
	content: "…　";
	color: #66D491;
}

#mainWrap #pageLink ul {
	margin: 0 auto;
	width: 482px;
}
