/*===========================================================
学内追加用CSSファイル
=============================================================*/

/* ここから下に追加のコードを書いていく */

.contents-1 .schedule-block ul li.off {
	position: relative;
    opacity: .6;
    pointer-events: all;
    transition: .2s; 
}
.contents-1 .schedule-block ul li.off:after {
	content: "";
	background-image: url("../img/schedule-shuryo.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 152px;
	height: 34px;
	top: 0px;
	z-index: 2;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	transition: .2s; 
}