@charset "UTF-8";

/* company.phpl専用css */

/* -------------- #menu -------------- */

/* --- .menu05 --- */
#menu .menu05 a {
	cursor: default;
}

/* -------------- #footer -------------- */

/* --- .menu05 --- */
#footer .menu05 a {
	cursor: default;
}

/* ---------- #main #sub_title --------- */
#main #sub_title {
	width: 720px;
	height: 150px;
	text-indent: -9999px;
	background:url(../img/t_recruit.png) no-repeat 0 0;
}

/* -------------- #main -------------- */
#main p {
	margin: 30px 0 0 0;
	font-size: 16px;
}
#main table {
	width: 720px;
	margin-top: 15px;
}
#main tr {
	border-top: 1px solid #cccccc;
}
#main th {
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	vertical-align: top;
	width: 80px;
	padding: 15px 20px 15px 20px;
	line-height: 1.5;
	border-bottom: 1px solid #cccccc;
	background-color: #dff7c4;
}
#main td {
	font-size: 14px;
	padding: 15px 20px 15px 20px;
	line-height: 1.5;
	border-bottom: 1px solid #cccccc;
}
