@charset "utf-8";
/* CSS Document */

@import url("course.css");/* courseフォルダ内共通 */

/*■□■□■□■□■□■□■□ 学科選択スケジュール ■□■□■□■□■□■□■□*/

#schedule p.back2top{
	padding-bottom:50px;
}

#schedule strong.bg_midashi{
	text-align:center;
}

#schedule p.img_choice{/* 学科選択の矢印 */
	display:block;
	background:url(../img/img_choice.gif) center no-repeat;
	width:200px;
	height:70px;
	text-indent:-9999px;
	margin:0 auto;
}

