@charset "utf-8";
/* CSS Document */

#note_body {
	padding-top:35px;
}

.pageNavigator {
	text-align:center;
	font-size:10px;
}

.pageNav_prev {
	display:inline-block;
	margin-right:10px;
}

.pageNav_next {
	display:inline-block;
	margin-left:10px;
}

.pageNav_pages {
  display:inline-block;
}

.pageNav_next, .pageNav_prev {
	cursor:pointer;
}

.pageNav_next.deactive, .pageNav_prev.deactive {
	opacity:0.1;
	cursor:default;
}

.pageNavigator ul li {
	display:inline-block;
	width:29px;
	height:25px;
	line-height:25px;
	text-align:center;
	color:#7e3c3d;
	cursor:pointer;
}

.pageNavigator ul li:hover {
	color:#db3d24;
}

.pageNavigator ul li.active {
	background:url(../../img/history/number_circle.png);
	cursor:default;
	color:#db3d24;
}

#historyList {
	width:543px;
	margin:0px auto;
	padding:30px 108px;
	background:url(../../img/history/illust.png);
	font-size:12px;
	
	color:#6B4D4D;
	min-height:400px;
}

#historyList li {
	background:url(../../img/history/line.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	padding-bottom:5px;
	margin-top:12px;
}

#historyList li:first-child {
	margin-top:0px;
}

#historyList span {
	font-size:10px;
	display:inline-block;
	padding-right:10px;
}