@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/news/number_circle.png);
	cursor:default;
	color:#db3d24;
}

#newsList {
	width:543px;
	margin:0px auto;
	padding:30px 108px;
	background:url(../../img/news/illust.png);
	font-size:12px;
	
	color:#6B4D4D;
	
	min-height:400px;
}

#newsList li {
	background:url(../../img/news/line_blue.png);
	background-repeat:no-repeat;
	padding-top:20px;
	position:relative;
}

#newsList li.hasFlag {
	background:url(../../img/news/line_pink.png);
	background-repeat:no-repeat;
}

.bulletFlag {
	background:url(../../img/news/check_icon.png);
	width:12px;
	height:18px;
	position:absolute;
	left: -20px;
	top: 23px;
}

.newsTitle {
	font-size:16px;
	font-weight:bold;
	line-height:1.4em;
}

.newsDate {
	font-size:10px;
	color:#a98d89;
}

.newsArticle {
	font-size:12px;
	margin-top:15px;
	padding-bottom:20px;
	line-height:1.6em;
}

#btnBack2Top {
	width:266px;
	height:81px;
	overflow:hidden;
	cursor:pointer;
	
	margin:0px auto;
	margin-top:20px;
}

#btnBack2Top:hover img {
	margin-top:-81px;
}