@charset "UTF-8";

/*--------------------------------------------------------------------
 *	共通の記述
 *--------------------------------------------------------------------*/
body#universities main table {
	width: 100%;
}
body#universities main table tr th.facility {
	width: 40%;
}
body#universities main table tr th.location {
	width: 30%;
}
body#universities main table tr th.agreement {
	width: 30%;
}

body#universities main table a {
    text-decoration: none;
}
body#universities main table a:hover {
	opacity: 0.5 ;
}
body#universities main table a.youtube {
	display: flex;
	align-items: center;
	padding: 5px 8px;
	background-color: #d7faeb;
	font-size: 1.0rem;
	line-height: 1.2;
	color: #333;
}
body#universities main table a.youtube span {
	display: block;
}
body#universities main table a.youtube span:nth-child(1) {
	max-width: 60px;
}
body#universities main table a.youtube span:nth-child(2) {
	margin-left: 8px;
}


/*--------------------------------------------------------------------
 *	736px以下用（SP用）の記述
 *--------------------------------------------------------------------*/

@media screen and (max-width: 736px) {
/* 736px以下用（SP用）の記述 */


body#universities main map,
body#universities main map area {
	display: none;
}



/* 736px以下用（SP用）の記述 end */
}


/*--------------------------------------------------------------------
 *	737px以上用（PC用）の記述
 *--------------------------------------------------------------------*/
@media screen and (min-width: 737px), print {
/* 737px以上用（PC用）の記述 */




/* 印刷用（PC表示）の記述 end */
}


/*--------------------------------------------------------------------
 *	印刷用（PC表示）の記述
 *--------------------------------------------------------------------*/
@media print {
/* 印刷用（PC表示）の記述 */




/* 印刷用（PC表示）の記述 end */
}


/*------------------------------------------ clear */
body#news #content main ul li {
	zoom: 100%;
}

body#news #content main ul li:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}