@charset "UTF-8";

/*----------------------------------------------------
	☆Uniq
----------------------------------------------------*/


#contents section.history{
	margin-bottom:40px;
	width:970px;
	
	position:relative;
}

#contents section.history h2{
	font-size:0;
	line-height:0;
	margin-bottom:15px;
}

#contents section.history div.historyList{
	margin-left:60px;
	width:856px;
}

#contents section.history ul{
	width:100%;
	
	overflow:hidden;
}

#contents section.history ul li{
	float:left;
	margin-right:14px;
	width:276px;
}

#contents section.history a.prev{
	background:url(../images/btn_prev.gif) left top no-repeat;
	display:block;
	font-size:0;
	line-height:0;
	height:31px;
	width:31px;
	
	position:absolute;
	top:150px;
	left:0;
}

#contents section.history a.next{
	background:url(../images/btn_next.gif) left top no-repeat;
	display:block;
	font-size:0;
	line-height:0;
	height:31px;
	width:31px;
	
	position:absolute;
	top:150px;
	right:0;
}

#contents section.historyBtm{
	margin-bottom:0;
	width:970px;
}

#contents section.historyBtm ul{
	width:970px;
}

#contents section.historyBtm ul li{
	float:left;
	margin-right:14px;
}

#contents section.historyBtm ul li.last{
	margin-right:0;
}

