
/*PagiNavi*/
.wp-pagenavi {
	padding-top: 10px;
	padding-bottom: 25px;
	text-align: center;
}
.wp-pagenavi a,
.pages,
.current {
	margin-right: 4px;
	padding: 3px 6px;
	border: 1px solid #925B94;
	background: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #925B94;
}
.wp-pagenavi a:hover,
.current{
	color: #fff;
	background: #925B94;
}


/*Custom Field Template*/
#top_news_box .box_in .left .img,#top_news_box .box_in .left_r .img {
	width:200px;
	height:auto;
	padding-bottom:10px;
}
#top_news_box .box_in .left .img img,#top_news_box .box_in .left_r .img img {
	width:100%;
	height:auto;
}

#top_news_box .box_in .left_r{
	width:200px;
	float:right;
}

#top_news_box .box_in .right_l{
	width:440px;
	float:left;
	margin:0px 20px 0px 0px;
}

#top_news_box .box_in .right_l .title{
	background-image: url(../img/top_news_icon.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	font-size: 13px;
	font-weight: bold;
	color: #808634;
	padding:0px 0px 0px 12px;
}

#top_news_box .box_in .right_l .comment{
	padding:8px 0px 0px 12px;
	font-size: 13px;
	line-height: 20px;	
}
