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

.p-school__mv__link {
  position: absolute;
  bottom: 0;
  right: 0; }
  .p-school__mv__link ul li {
	text-align: right;
	margin-bottom: 25px; }
	.p-school__mv__link ul li:last-child {
	  margin-bottom: 0; }
  .p-school__mv__link a {
	color: #003fa4;
	font-size: 17px;
	font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, 游ゴシック体, "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	font-weight: bold;
	background: url(/assets/images/common/ico-inlink.png) no-repeat right center;
	padding-right: 30px; }
	.p-school__mv__link a:hover {
	  text-decoration: none;
	  color: #ccc;
	  background: url(/assets/images/common/ico-inlink-on.png) no-repeat right center; }