@charset "utf-8";

#midashibar {
	background-color: #F53AFC;
}
.listbox {
	padding: 20px;
}
.listbox li {
	text-align: center;
	margin-bottom: 20px;
}
.listbox li:last-child {
	margin-bottom: 0;
}

@media only screen and (min-width: 1000px) {
	body {
		background-image: url("../img/live/bg.jpg");
	}
}

.listbox li img {
	width: 100%;
	max-width: 506px;
}
