.schedule-divinerList .inner{
	width: calc(100% - 300px);
	max-width: none;
	min-width: 1140px;
}
.schedule-divinerList table.attmgr_guide_weekly{
	width: 1140px;
	margin: 0 auto 50px;
	border: solid 2px #577ca2;
}
.schedule-divinerList table.attmgr_guide_weekly td{
	border: 1px solid #577ca2!important;
}
.schedule-divinerList table.attmgr_guide_weekly td a{
	padding: 7px 0;
}
.schedule-divinerList table.attmgr_guide_weekly td a span{
	font-weight: 600;
}
.schedule-divinerList table.attmgr_guide_weekly td.current{
	background-color: #d9f1fa;
}
.schedule-divinerList .staff_block{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.schedule-divinerList .staff_block li{
	box-sizing: border-box;
	width: 25%!important;
	padding: 0 2vw!important;
	float: none;
}
.schedule-divinerList .staff_block li .thumb{
	border-radius: 20px;
}
.schedule-divinerList .staff_block li .thumb a{
	position: relative;
}
.schedule-divinerList .staff_block li .thumb a::before {
	content: "";
	display: block;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	background-image: url("../img/schedule/img_waku.png");
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.schedule-divinerList .staff_block li .thumb img{
	max-width: none;
	width: 100%;
}
.schedule-divinerList .alert{
	display: block;
	width: 1140px;
	margin: 30px auto 0;
	text-align: center;
}


@media screen and (max-width:767px){

	.schedule-divinerList .inner{
		width: 100%;
		max-width: none;
		min-width: 100%;
		padding: 0;
		text-align: center;
	}
	.schedule-divinerList table.attmgr_guide_weekly{
		width: calc(100% - 40px);
		margin: 0 auto 20px;
		border: solid 2px #577ca2;
	}
	.schedule-divinerList table.attmgr_guide_weekly tr{
		display: flex;
		flex-wrap: wrap;
	}
	.schedule-divinerList table.attmgr_guide_weekly td{
		border: 1px solid #577ca2!important;
		display: block;
		box-sizing: border-box;
		width: 50%;
		padding: 0;
	}
	.schedule-divinerList table.attmgr_guide_weekly td:last-of-type{
		width: 100%
	}
	.schedule-divinerList table.attmgr_guide_weekly td a{
		padding: 10px 0;
	}
	.schedule-divinerList table.attmgr_guide_weekly td a span{
		font-weight: 600;
		display: inline;
		font-size: 1.4rem;
	}
	.schedule-divinerList table.attmgr_guide_weekly td.current{
		background-color: #d9f1fa;
	}
	.schedule-divinerList .staff_block{
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;
		padding: 0 10px;
	}
	.schedule-divinerList .staff_block li{
		box-sizing: border-box;
		width: 50%!important;
		padding: 0 2vw!important;
		float: none;
	}
	.schedule-divinerList .staff_block li .thumb{
		border-radius: 10px;
	}
	.schedule-divinerList .staff_block li .thumb a{
		position: relative;
	}
	.schedule-divinerList .staff_block li .thumb a::before {
		content: "";
		display: block;
		width: calc(100% - 5px);
		height: calc(100% - 5px);
		background-image: url("../img/common/other/img_divinerList-waku.png");
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.schedule-divinerList .staff_block li .thumb img{
		max-width: none;
		width: 100%;
	}
	.schedule-divinerList .alert{
		display: block;
		width: 80%;
		margin: 50px auto 0;
		text-align: center;
	}

}
