@charset "utf-8";

/*
******************************************************************************************
* company_list.css
* site name : DC Hino
* description : 企業一覧ページ指定
* since : 2009/07/06
******************************************************************************************
*/

/*
------------------------------------------------------------------------------
* テキスト
------------------------------------------------------------------------------
*/

	p.txt{
		background:url("../image/listofcompanies/bg_kigyo_txt.gif") no-repeat right top;
		height:100px;
	}

	p.update{
		margin:10px 8px 0 8px;
		text-align:right;
	}

	h3{
		margin:0;
		padding:0;
	}
/*
------------------------------------------------------------------------------
* 大学一覧
------------------------------------------------------------------------------
*/
	div.seikyo_box{
		clear:left;
		margin:15px 0 0 8px;
		padding:0;
		overflow:hidden;
	}

/* 大学一覧リスト */
	ul.university_list{
		margin:5px 0 15px 0;
		padding:0;
		list-style-type:none;
	}

	ul.university_list li{
		margin:0;
		padding:0 0 0 13px;
		background:url("../image/characteristic/ico_arrow_black.gif") no-repeat 2px 8px;
		width:210px;
		float:left;
	}

	p.img{
		margin:10px 0 0 7px;
	}

