@charset "utf-8";

#midashibar {
	background-color: #6CD1FD;
}
.llbox{
    border-left-color: #57DEBD;
}

@media only screen and (min-width: 1000px) {
	body {
		background-image: url("../img/member/bg.jpg");
	}
}


.thumb {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 0 1px;
	margin: auto;
	justify-content: center;
}
.thumb li {
	margin: 0 1px 1px 0;
	cursor: pointer;
}
@media (min-width:724px) {
	.thumb {
		width: 438px;
		padding-top: 27px;
	}
}
@media (max-width:723px) {
	.thumb {
		width: 264px;
		padding-top: 0;
	}
}
