@charset "utf-8";
/* CSS Document */

#top_body {
	background-image: url(../image/top_back.jpg);
	background-repeat: repeat-x;
}
#top_container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#top_img {
	background-repeat: no-repeat;
	background-position: center top;
	height: 494px;
	width: 900px;
	position: relative;
	z-index: 10;
}
#top_navi {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	top: 407px;
	z-index : 20;
}
#top_navi ul {
	margin:0px;
	padding:0px;
}
#top_navi li {
	float: left;
	list-style-type: none;
}
#top_navi li a {
	margin: 0px;
	padding: 0px;
	}

.top_contents_top {
	display: flex;}
.movie {
	padding:20px;}
.inst {
	padding:20px 0px;}

.top_contents {
	display: flex;}

#info {
	width: 581px;
	float: left;
	margin-top: 10px;
}
#info dl {
	text-align: left;
}
#info dl dt {
	float: left;
	background-image: url(../image/info_day.gif);
	background-repeat: no-repeat;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #86CBE0;
	padding-left: 20px;
	width: 110px;
}
#info dl dd {
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #86CBE0;
	margin-left: 120px;
}




#feed_area {
	width: 880px;
	float: left;
	margin-top: 10px;
}
#feed_area p {
	font-size:16px;}

#feed {
	text-align: left;
}
#feed dt {
	float: left;
	background-image: url(../image/info_day.gif);
	background-repeat: no-repeat;
	background-position:left;
	line-height: 50px;
	padding-left: 20px;
	width: 100px;
	clear: both;
	font-size : 16px;
}
#feed dd {
	line-height: 50px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #86CBE0;
	margin-left: 110px;
	font-size : 20px;
	font-weight:bold;
}


#top_navi_sab {
	float: right;
	width: 270px;
	margin-top: 10px;
	margin-right: 10px;
}
#top_navi_sab ul {
	margin: 0px;
	padding: 0px;
}
#top_navi_sab li {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#top_navi_sab li.school_link {
	font-size:22px;
	text-align:left;
	}
#top_navi_sab li.school_link a {
	display:block;
	padding:10px 8px 10px 36px;
	margin:15px auto;
	border:#2B66A8 2px solid;
	text-decoration: none;
	border-radius: 5px;
	position: relative;
	
}
#top_navi_sab .school_link a::before {
  content: "\1F56E"; 
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1em;
}



#top_navi_sab_moushikomi {
	background-image: url(../image/menu_moushikomi.jpg);
}
#top_navi_sab_access {
	background-image: url(../image/menu_access.jpg);
}

