@charset "UTF-8";

/* ========================================
	マリオメーカー共通バックナンバー
======================================== */
#mashiko-bn {
	width: 100%;
	/*padding: 0 0 20px 0;*/
	background-image: url('../../img/supermariomaker/bg.png');
	background-position: left top;
	background-size: 100%;
	background-repeat: repeat-y;
	position: relative;
}
#mashiko-bn .bn-list {
	padding: 20px 10px 1px;
}
#mashiko-bn:after,
#mashiko-bn .bn-list:after {
	content: '';
	display: block;
	clear: both;
}
#mashiko-bn .bn-item {
	width: 48%;
	margin: 0 0 20px;
}
#mashiko-bn .bn-item:nth-of-type(odd) {
	clear: both;
	float: left;
}
#mashiko-bn .bn-item:nth-of-type(even) {
	float: right;
}
#mashiko-bn .bn-btn {
	display: block;
}
#mashiko-bn img {
	width: 100%;
	height: auto;
}
#mashiko-bn .bn-chara {
	/*float: right;*/
	max-width: none;
	width: 100%;
	/*width: 48%;*/
	height: auto;
	/*text-align: right;*/
}
#mashiko-bn .bn-chara.abso {
	position: absolute;
	bottom: 0;
	right: 0;
}
/* 160309
#mashiko-bn .bn-item:nth-of-type(8),
#mashiko-bn .bn-item:nth-of-type(9) {
	margin: 20px 0 0 0;
}
#mashiko-bn .bn-item:nth-of-type(8) {
	clear: both;
	float: left;
}
#mashiko-bn .bn-item:nth-of-type(9) {
	clear: none;
	float: right;
} */


