@charset "utf-8";
/* CSS Document */

@import url("style_course.css");/* courseフォルダ内共通 */

/*■□■□■□■□■□■□■□ 学科選択スケジュール ■□■□■□■□■□■□■□*/

#schedule ul.go2go li{
	display:inline;
	background:url(../../img/common/ico_nextcursor.gif) no-repeat;
	padding:3px 0 3px 18px;
}

#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;
}

#schedule .course .w138{/* 学科選択スケジュール　4分割用 */
	width:138px;
}

#schedule td.bg_midashi span{
	display:block;
}

#schedule strong.bg_midashi{
	display:block;
	background:url(../img/bg_tit.gif) repeat-x;
	padding:5px;
	margin:20px 0 10px;
}