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

/*-----------------------------------------------*/
/* backnumber-navi                                       */
/*-----------------------------------------------*/

#bn-navi{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin:0 auto;
	padding:0 3%;
}

#bn-navi li{
	text-align: center;
	color:#fff;
	width:50px;
	margin:10px;
	border-radius: 5px;
	border:1px solid #eeece4;
	background: #b4b096;	/*背景色*/
	font-size: 12px;
}

#bn-navi li a{
	display: block;
	text-align: center;
	color:#fff;
	text-decoration: none;
	padding: 5px;
	font-weight: bold;
}

#bn-navi li a:hover{
	background: #fff;	/*背景色*/
	font-weight: bold;
	color:#b4b096;
}