#schedule li
{ behavior: url("../iepngfix.htc") }


#day_select{
	display: flex;
	justify-content: center;
	margin: 0 auto 10px auto;
}

#day_select > a,
#day_select > span{
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	margin: 0 5px;
	border-radius: 50%;
	text-decoration: none;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#day_select > a{
	color: #333;
	background: #ffe1ff;
}
#day_select > a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#day_select > span{
	color: #fff;
	background: #db249d;
}

#day_select > span font{
	color: #fff !important;
}

#day_select font{	width: 100%;}


/* スケジュール */

#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;
}