@charset "utf-8";

/*
	* Name: recruit.css
	* License: MIT License
	  - http://sourceforge.jp/projects/opensource/wiki/licenses%2FMIT_license
*/


/* Stylesheet Document */

@media all {

	/* ========================================
	   * 領域設定 - レイアウト -
	======================================== */

	body.recruit {
	}


	/* ========================================
	   * 個別設定 - 新卒採用 -
	======================================== */

	body.recruit.grad #main ol.commentlist > li > p:last-child {
		margin-bottom: 0
	}

}