/*#shopbanner {
display: none;
}*/
#content > section.topFree > div {
padding: 0 !important;
}




/**************************出勤一覧テスト*******************************************/
#top #content #schedule ul.profile li:nth-of-type(3n) {
	margin-right: 5px;
}
#top #content #schedule ul.profile li img {
	width: 100%;
	height: auto;
	max-width: inherit;
	max-height: inherit;
}

#top #schedule ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 20px;
}
#top #schedule ul li {
	flex-shrink: 0;
	width: 48% !important;
}
#top #content #schedule ul.profile li span.photo {
	height: auto;
}