@charset "UTF-8";

/* ////////////////////////////////////////////////////////////////////////////////

    career/index.html

//////////////////////////////////////////////////////////////////////////////// */

/*ページごとのcss*/

#main-body {
	text-align:left;
}

h4 {
	text-align:left;
	font-weight:normal;
	margin:30px 0;
}



/*	見出し（カラーのみ）	*/
h5{
	color:#7FC1F1;
}

/*	見出し（募集中の職種詳細タイトル）----------------------------------	*/
h6{
	font-size:120%;
	font-weight:bold;
	line-height:1.3;
	text-align:left;
	margin:0 0 15px 0;
	color:#7FC1F1;
}

