@charset "utf-8";

/*
	* 名前: career_school.css
	* 説明: career_schoolページ用CSS
	* バージョン: 1.0
	* 最終更新日: 2009.02.16
	* 制作者: Hiroaki Nakagawa

	* 目次:
	  - 02. 領域設定 - ブロック -
	    - 02-07. 領域設定 - メイン -
*/

/* 外部CSSファイルの読み込み */

/* Import用CSS */
@import url("../../common/css/import.css");


/* Stylesheet Document */

@media screen {

	/* ========================================
	   * 02-07. 領域設定 - メイン -
	======================================== */

	#main table.bluetype tbody tr th,
		#main table.bluetype tbody tr td {
			font-size: 100%;
	}

	#main table.bluetype tbody tr th {
		width: 130px;
	}

	#main table.bluetype tbody tr td {
		text-align: left;
	}

	#main table.bluetype tbody tr td ul {
		list-style: none;
		margin-left: 0;
	}

	h2,h3 {
		position: relative;
	}
	
	h2 span {
	position: absolute;
	left: 451px;
	top: 3px;
	}
	
	h3 span {
	position: absolute;
	left: 396px;
	top: -4px;
	}
	
	.btn_ac {
		width: 100%;
	}

}

