@charset "UTF-8";
/*---------------------------------------------------------------------------------
company
---------------------------------------------------------------------------------*/

/*
import
---------------------------------------------------------------------------------*/
@import "base.css";

/*
タイトル
---------------------------------------------------------------------------------*/
div#left h3{
	width: 710px;
	margin: 0px 0px 30px;
	padding: 0px 0px 2px;
	text-align: left;
	border-bottom: 3px solid #66CC33;
}

div#left h4{
	width: 600px;
	margin: 15px auto 0px;
	padding: 0px 0px 5px;
	text-align: left;
	border-bottom: 3px solid #666666;
}

/*
囲み枠
---------------------------------------------------------------------------------*/
div#left div.wrap_cnt{
	width: 630px;
	margin: 0px auto 30px;
	border: 1px solid #CCCCCC;
}

table.tbl_company{
	width: 600px;
	margin: 15px auto;
}

/*
会社概要・沿革・求人情報
---------------------------------------------------------------------------------*/

table.tbl_company th,
table.tbl_company td{
	padding: 5px 0px;
	text-align: left;
	vertical-align: top;
	line-height: 130%;
	font-size: 75%;
}

table.tbl_company table th,
table.tbl_company table td{
	padding: 0px;
	font-size: 100%;
}

table.tbl_company th{ width: 100px; }

table.tbl_company ul{
	margin: 0px 0px 0px 15px;
	padding: 0px;
}

table.tbl_company a{
	font-weight: bold;
	color: #FF0000;
}

div#outline table.tbl_company td.no_spc table{ border-left: 3px solid #66CC33; }

div#outline table.tbl_company table th{	border-right: 3px solid #66CC33; }

div#outline table.tbl_company table td{
	width: 300px;
	padding: 0px 0px 0px 5px;
}

div#outline table.tbl_company table td.map{ width: 100px; }

div#outline table.tbl_company p{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}

div#history table.tbl_company td.month{
	width: 25px;
	padding: 5px 10px 5px 0px;
	text-align: right;
}

/*
求人
---------------------------------------------------------------------------------*/
div#recruit table.tbl_company th{ padding: 8px 0px; }

div#recruit table.tbl_company td{ padding: 5px 0px; }

div#recruit table.tbl_company p{
	margin: 0px;
	padding: 3px 0px 3px 10px;
	font-size: 100%;
	border-left: 3px solid #66CC33;
}
