@charset "utf-8";
/* CSS Document */

@import url("guideline.css");/* guidelineフォルダ内共通 */

/*■□■□■□■□■□■□■□ 共通項目 ■□■□■□■□■□■□■□*/


#licenseplan h4{ /* ライセンスプランメインイメージ */
	background:url(../img/licenseplan_tit.jpg) no-repeat;
	height:400px;
	text-indent:-9999px;
}

#licenseplan dl.ex{ /* 「技術を身につけてさらに上のプロフェッショナルへ」の表 */
	background:url(../img/licenseplan_ex.jpg) no-repeat;
	margin-top:20px;
}

#licenseplan dl.ex dt{ /* 消してます */
	display:none;
	visibility:hidden;
}

#licenseplan dl.ex dd{ /* 「技術を身につけてさらに上のプロフェッショナルへ」の文字部分 */
	background:url(../img/licenseplan_if.gif) no-repeat;
	margin-left:255px;
	padding:0 15px;
	height:120px;
}

#licenseplan dl.ex dd em{ /* 「例えばこんな未来」です。消してます */
	display:block;
	height:40px;
	text-indent:-9999px;
}

 /* 他校へのリンク */
 
 
#licenseplan ul.schools { /* 他校へのリンクです */
	background:url(../img/licenseplan_school.gif) no-repeat;
	margin:10px 0 20px 0;
	height:40px;
}
#licenseplan ul.schools li{ /* 他校へのリンクです */
	display:block;
	float:left;
	height:40px;
}
#licenseplan ul.schools li a{ /* 他校へのリンクです */
	display:block;
	height:40px;
	text-indent:-9999px;
}

#licenseplan li.schools01,
#licenseplan li.schools01 a{width:203px;} /* 栄 */

#licenseplan li.schools02,
#licenseplan li.schools02 a{width:203px;} /* 菓 */

#licenseplan li.schools03,
#licenseplan li.schools03 a{width:228px;} /* キャリ */


 /* 申込ボタン */

#licenseplan_apply a{
	background:url(../img/licenseplan_apply.jpg) no-repeat;
	display:block;
	width:470px;
	height:50px;
	margin:20px auto;
	text-indent:-9999px;
}

/* 学生さんインタビュー */

#licenseplan dl.st dt,
#licenseplan dl.st dd strong{ /* 消す */
	display:none;
	visibility:hidden;
}

#licenseplan dl.st dd{ /* 学生さんインタビューの文字部分 */
	padding:60px 0 30px 160px;
}

#licenseplan dd.st01{ /* 学生さんインタビューの背景 */
	background:url(../img/licenseplan_st01.jpg) no-repeat;	
}

#licenseplan dd.st02{ /* 学生さんインタビューの背景 */
	background:url(../img/licenseplan_st02.jpg) no-repeat;	
}
#licenseplan dd.st03{ /* 学生さんインタビューの背景 */
	background:url(../img/licenseplan_st03.jpg) no-repeat;	
}

