@charset "utf-8";

/* ------------------------------------------------------------
採用ページ用
------------------------------------------------------------ */

.mainvisual .catchphrase {
	height:460px;
	background:url(/recruit/graduate/img/img_main.jpg) center no-repeat;
	display:block;			/* テキストをブロック要素にする */
	text-indent:-9999px;	/* HTMLにあるテキストを上に飛ばす */
}

.mainvisual .catch_under{
	height:153px;
	background:url(/recruit/graduate/img/img_recmain.jpg) center no-repeat;
	display:block;			/* テキストをブロック要素にする */
	text-indent:-9999px;	/* HTMLにあるテキストを上に飛ばす */
}

.main_bnr {
	margin-top:-90px;
	margin-left:-20px;
}

.main_bnr li{
	display: inline-block;
	width: 300px;
	margin-left:20px;
	vertical-align: top;
	letter-spacing: normal;
	*display: inline;  /*IE7用ハック*/
	*zoom: 1;  /*IE7用ハック*/
}


a.mod_btn_entry {
	display:block;			/* テキストをブロック要素にする */
	text-indent:-9999px;	/* HTMLにあるテキストを上に飛ばす */
	width:217px;
	height:36px;
	background:url(/recruit/graduate/img/btn_entry.png) 0 0 no-repeat;
}


a.mod_btn_entry:hover {
	background-position: 0 -36px;
}

