@charset "UTF-8";

.marioBox ,
.peachBox ,
.kinopioBox {
	position: relative;
}
.marioBox a ,
.peachBox a ,
.kinopioBox a {
	position: absolute;
	display: block;
}
.marioBox a {
	width: 37.34375%;
	left: 0;
	bottom: 0;
}
.peachBox a {
	width: 35.46875%;
	right: 0;
	bottom: 0;
}
.kinopioBox a {
	width: 30.46875%;
	left: 0;
	bottom: 0;
}
