@charset "UTF-8";

/* ========================================
	マリオメーカー共通バックナンバー
======================================== */
#mashiko-bn {
	width: 100%;
	height: 170px;
	background-image: url('../../img/supermariomaker/bg.png');
	background-position: center;
	background-repeat: no-repeat;
}
#mashiko-bn .bn-list {
	padding: 28px 0 0 76px;
}
#mashiko-bn .bn-list:after {
	content: '';
	display: block;
	clear: both;
}
#mashiko-bn .bn-item {
	margin: 0 13px 17px 0;
	float: left;
}
#mashiko-bn .bn-item:nth-of-type(6) {
	clear: both;
}
#mashiko-bn .bn-btn {
	display: block;
}


