@charset "utf-8";

/* -----------------------------------------------------------------------
 * top.css [トップページ用スタイル]
 * -------------------------------------------------------------------- */
#top .gNavi_banner {
	display: none;
}

/* -----------------------------------------------------------------------
## Top page ##############################################################
----------------------------------------------------------------------- */

.schoolName {
	padding: 137px 0 166px 12px;
	text-align: center;
}

/* ### infomation ### */

.infomation {
	margin: 0 0 22px;
	padding: 15px 15px 5px;
	border-radius: 3px;
	background: #fff;
	box-shadow: 0 0 5px rgba(9, 1, 3, .25);
}

.infoNavi {
	position: relative;
	margin: 0 0 15px;
	padding: 6px 7px;
	background: #f2f2f2;
}

.infoNavi li {
	float: left;
	padding: 0 0 0 10px;
}

.infoNavi li:first-child {
	padding: 0;
}

.infoNavi a {
	font-size: .923em;
	padding: 3px 10px;
	color: #666;
	border-radius: 3px;
}

.infoNavi_list {
	float: right !important;
}

.infoNavi_list a {
	padding: 3px 10px 3px 22px;
	color: #fff;
	background: #8a8a8a url(../img/icon/ic_arrow.png) no-repeat 10px 6px;
}

.infoNavi .on a {
	color: #fff;
	background: #b10049;
}

.infoNavi .pict {
	position: absolute;
	top: -4px;
	right: 105px;
}

.infoList > dl {
	font-size: .923em;
	display: none;
}

.infoList > .infoList_all {
	display: block;
}

.infoList dt {
	float: left;
	padding: 11px 12px 8px 0;
}

.infoList_icon {
	font-size: .833em;
	display: inline-block;
	float: left;
	width: 80px;
	margin: 0 10px 0 12px;
	padding: 2px 0;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	*display: inline;
	*zoom: 1;
}

.infoList_icon.is-etc {
	background: #93C322;
}
.infoList_icon.is-exam {
	background: #e0558e;
}
.infoList_icon.is-schoollife {
	background: #f90;
}
.infoList_icon.is-student {
	background: #6D9CD2;
}


.infoList dd {
	padding: 11px 0 10px;
	border-top: 1px dotted #8a8a8a;
}


/* ### banners ### */

.banners {
	margin: 0 0 30px;
}

.banners li {
	float: right;
	box-shadow: 0 0 5px rgba(9, 1, 3, .25);
}

.banners li:first-child {
	float: left;
}

.banners a:hover {
	opacity: .85;
}

/* ### relation ### */

.relation {
	margin: 0 0 380px;
}

.relation_title {
	margin: 0 0 14px;
}

.relation_list {
	margin: 0 0 0 -20px;
}

.relation_list li {
	float: left;
	margin: 0 0 0 20px;
}

.relation a:hover {
	opacity: .85;
}


/* --　movie -- */
.background-wrap {
	position: fixed;
	top: 0px;
	left: 0;
	z-index: -1;
	min-width: 100%;
	min-height: 100%;
	overflow: hidden;
}
.background-movie {
	position: relative;
}
#sample {
	width: 100%;
	height: 100%;
}
.background-cover {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.infomation {
	clear: both;
}


@media screen and (min-width: 769px){/*PC*/
	.bg01, .bg02 {
		display: none;
	}
	.bnr_movie {
		display: none;
	}
	.dNoPC{
		display: none;
	}
}
@media screen and (max-width: 768px){/*iPad*/
	.background-wrap {
		display: none;
	}
	.bnr_movie {
		width: 60%;
		max-width: 240px;
		display: block;
		margin: 0 auto 180px;
		box-shadow: 0 0 5px rgba(9, 1, 3, 0.25);
	}
	.bnr_movie img {
		width: 100%;
		border-radius: 2px;
	}
	.schoolName {
		padding-bottom: 10px;
	}
}
@media screen and (max-width: 640px){/*SP*/
	.bnr_movie {
		float: none;
		margin: 0 auto 50px;
	}
	.dNoSP{
		display: none;
	}
	.bnr{
		margin-bottom: 10px;
	}
	.bnr img{
		box-shadow: 0 0 4px gray;
	}
}

.un_festival{
	text-align: center;
	margin-bottom: 20px;
}

