@charset "UTF-8";

/* ========================================
	うご中共通バックナンバー
======================================== */
#ugochu-bn {
	background-color: #ff6401;
	position: relative;
}
#ugochu-bn .bn_inner{
	background-image: url('../../img/ugochu/bn_bg.png');
	background-repeat: no-repeat;
	background-position: 78% bottom;
	background-size: 50px 42px;
	padding: 20px 15px 0;
}
#ugochu-bn ul {
	width: 100%;
	padding: 0 0 1px;
}
#ugochu-bn ul:after {
	content: '';
	display: block;
	clear: both;
}
#ugochu-bn li {
	width: 47%;
	margin: 0 0 20px;
}
#ugochu-bn li:nth-of-type(odd) {
	clear: both;
	float: left;
}
#ugochu-bn li:nth-of-type(even) {
	float: right;
}
#ugochu-bn li img {
	max-width: none;
	width: 100%;
	height: auto;
	display: block;
}

