@charset "utf-8";
/* CSS Document */


.textCenter {
	text-align:center;
}

.fs16 {
	font-size:16px;
}

.boxfix {
	overflow:hidden;
}

.linkul {
	margin:20px 0;
}
.linkul li {
	list-style:none;
	float:left;
}

.lh15 {
	line-height:1.5;
}


.schoolname a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}

.wd-233{
	width:233px;
}

.wd-435{
	width:435px;
}

.movie-background{
	background-image:url(../images/movie-background.gif);
}

.thumnail{
	margin:11px 0px 10px 17px;
}

.play-btn{
	margin:0px 0px 10px 17px;
}

.title{
	font-weight:bold;
	margin:0px 0px 5px 17px;
}

.cap{
	font-size:80%;
	margin:0px 0px 10px 17px;
}

.place_title{
	font-weight:bold;
	font-size:14px;
	margin:0px 0px 5px 0px;
	color:#333333;
}

/*----------------------------------------
2011追加
-----------------------------------------*/
/*スケジュール*/
dl.scheduleBox {
	margin-bottom:20px;
}
dl.scheduleBox dt {
	float:left;
	width:80px;
	clear:both;
	padding:5px 0 0 0;
	border-top:1px dotted #CCC;
}
dl.scheduleBox dd {
	float:left;
	width:640px;
	padding:8px 0 10px 20px;
	line-height:1.6;
	border-top:1px dotted #CCC;
}
dl.scheduleBox dd img {
	float:left;
	margin-right:10px;
}
	
