<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#schedule li
{ behavior: url("../iepngfix.htc") }


/* スケジュール */

#title{
	width			: 930px;
	height			: 50px;
	background		: url(./img/title.png) no-repeat;
	margin			: 0 0 0 24px;
}

#title p{
	height			: 50px;
	font-size		: 16px;
	line-height		: 50px;
	text-indent		: 38px;
}

#title p font{
	color			: #993399;
}

#title div{
	width			: 480px;
	font-size		: 0;
	line-height		: 0;
	text-align		: right;
	margin			: -50px 0 0 450px;
}

#title div img{
	margin			: 0 0 0 8px;
}

#schedule ul{
	display			: block;
	padding			: 20px 0 0 24px; 
}

#schedule li{
	width		: 190px;
	height		: 410px;
	font-size	: 10px;
	background	: url(./img/box.gif) no-repeat;
	float		: left;
}

#schedule .photo p{
	padding		: 10px 0 8px 10px;
}

#schedule .prof{
	width		: 148px;
	margin		: 0 0 7px 0;
}

#schedule .prof a{
	font-size	: 14px;
	font-weight	: bold;
}

#schedule .prof div{
	font-size	: 11px;
	line-height	: 16px;
	padding		: 0 0 0 14px;
}

#schedule .prof p{
	font-size	: 11px;
	line-height	: 20px;
	padding		: 0 0 0 14px;
}

#schedule .prof span{
	color		: #9966ff;
	font-size	: 10px;
}

#schedule .come{
	width		: 170px;
	height		: 20px;
	font-size	: 10px;
	line-height	: 14px;
	text-align	: center;
	color		: #ffff00;
}

#schedule .icon{
	width		: 170px;
	text-align	: left;
	font-size	: 0;
	line-height	: 0;
	margin		: 0 0 2px 10px;
}

#schedule .icon img{
	margin		: 0 3px 3px 0;
}

#schedule .time{
	width		: 190px;
	font-size	: 13px;
	line-height	: 16px;
	text-align	: center;
	color		: #993399;
}</pre></body></html>