@charset "utf-8";
#ttl_main{
	background: #fcf8ef url("../img/ttl_schedule_bg.jpg") top right no-repeat;
	background-size: cover;
}

.lst_girl_in{
	margin:3.5rem auto 0;
	text-align:center;
	width:99.45%;
}

.lst_girl{
	-js-display : flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	-webkit-justify-content:center;
	justify-content:center;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	width: 100%;
}
