@charset "UTF-8";

@import url("../common/css/common.css");


/* #content */
.main h3 {
	padding-bottom:20px;
	clear:both;
}

.main h4 {
	padding-bottom:10px;
	padding-left:13px;
	font-size:14px;
	font-weight:bold;
	clear:both;
}

.main .btnL {
	width:315px;
	float:left;
	overflow:hidden;
	padding-bottom:40px;
}
.main .btnR {
	width:315px;
	float:right;
	overflow:hidden;
	padding-bottom:40px;
}
.main .btnL dt,
.main .btnR dt {
	background:url(../images/company/recruit-ico.gif) no-repeat 5px;
	padding:0 0 0 18px;
}
.main .voice {
	width:290px;
	float:left;
	padding:0 23px 40px 5px;
}
.main .voice.last {
	width:290px;
	padding-right:0;
}
.main .voice dt {
	background:url(../images/company/recruit-voice.gif) 1px 1px no-repeat;
	padding:0 0 0 28px;
	font-size:14px;
	font-weight:bold;
	line-height:1.2;
	margin-bottom:8px;
}
.main .voice dd {
	color:#444444;
}

.main p.txt{
	margin-bottom:50px;
	padding:0 15px 0 15px;
}



/* #table */

.main table{
	width:600px;
	margin:0 0 40px 15px;
}
.main table th{
	background:url(../images/company/table_bg.jpg) no-repeat left 8px;
	border-bottom:1px solid #d9d9d9;
	border-collapse: collapse;
	font-weight:normal;
	padding:6px 0 6px 12px;
	vertical-align:top;
	width:160px;
}
.main table td{
	border-bottom:1px solid #d9d9d9;
	border-collapse: collapse;
	font-weight:normal;
	padding:6px 0;
}
.main table .fir th,
.main table .fir td{
	padding-top:0;
	background-position:left 3px;
}
.main table .last th,
.main table .last td{
	border-bottom:none;
}
.main table td span{
	padding-left:-1em;
	text-indent:1em;
}