@CHARSET "UTF-8";

/* company/list/list.phpの表 */



#list_header{
	font-size: 95%;
	margin: 0px 0px 0px 10px;  /* 上右下左 */
	line-height : 2;

}

div.company_all_list table {
	width: 100%;
	font-size: 95%;
	color: #333333;
	border-top: 1px solid #CCCCCC;
	border-right: 0px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 5px 0px 20px 0px;
}

div.company_all_list caption {
	/* color: #FFFFFF;*/
	color: #000000;
	font-size: 90%;
	background-image: url(../images/bgd_hyo-caption-career.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

div.company_all_list th {
	text-align: center;
	background-image: url(../images/bgd_hyo-th02.gif);
	background-repeat: repeat;
	background-position: left top;
	border-top: 0px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
}

div.company_all_list td {
	text-align: center;
	border-top: 0px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
	margin: 0px;
	padding: 0px;

}

div.company_all_list .no {
	width: 5%;
}
div.company_all_list .name {
	width: 40%;
}
div.company_all_list .type{
	width: 10%;
}
div.company_all_list .regidate{
	width: 10%;
}
div.company_all_list .industry{
	width: 20%;
}

div.company_all_list .offer_false{
	background-color: gainsboro;
}

div.company_all_list .offer_true{
	background-color: skyblue;

}


