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

/*----------------------------------------
2019追加
-----------------------------------------*/
/*タブ*/
.tab {
	overflow:hidden;
}
.tab li {
	background:#ccc;
	border-radius: 5px 5px 0 0;	
	padding:15px 0;
	float:left;
	margin-right:1px;
	font-weight: bold;
	width: 147px;
	cursor: pointer;
	box-sizing: border-box;
	text-align: center;
}
.tab li:last-child {
	margin-right:0;
}
.tab li:hover {
	opacity: 0.8;
}
.tab li.select {
	background: #eee;
	border-bottom: none;
	border-radius: 5px 5px 0 0;	
}
.content li {
	background:#eee;
	padding: 2px;
}
.hide {
	display:none;
}
/*----------------------------------------
2024追加
-----------------------------------------*/
.subject_area {
	padding:5px 10px;
	background-color:#E0E0E0;
	border:1px solid #CCC;
	margin:20px 0 15px;
}
ul.subject_list li {
	margin: 0px 0px 10px 0px;
	display: flex;
	align-items: center;
}
ul.subject_list li span {
	margin-left: 1.25em;
}
@media screen and (max-width: 767px) {
ul.subject_list li {
	display: inline-block;
width: 100%;
}
ul.subject_list li span {
display: block;
	width: 100%;
}
}
ul.subject_list li::before {
	content: '●';
	margin-right: .25em;
}
