.nav-page li{
	width: 32% !important;
}
.bdl a{
	border-left: 1px solid #717171;
}





/* form common
------ ------ ------ ------ ------ ------ */
.entryBody form table th{
	width: 200px;
}
form table th span{
	/*font-size: 10px;*/
	color: #BD0808;
}
form table input,
form table textarea,
form table select{
	padding: 5px;
	border: 1px solid #CCC;
	background: rgba(255,255,255,0.6);
}
form table input:focus,
form table textarea:focus{
	border: 1px solid #EC6800;
	background: rgba(255,255,255,1);
}
form table input{
	width: 70%;
}
form table textarea{
	width: 90%;
	height: 10em;
}
form table select{
	width: 70%;
}

.fcRed{color: red;}
form .addressSearch{
font-weight: bold;
padding: 6px 6px;
display: inline-block;
background: #ec6800;
color: #fff;
text-align: center;
margin-bottom: 0.4em;
}
form table th{white-space: nowrap;}
form table input#email,
form table input#emailConf{ width: 70%;}
form table input#zip1{ width: 3em;}
form table input#zip2{ width: 4em;}
form table input#graduation1{ width: 4em;}
form table input#birth1{ width: 4em;}
form table input#graduation2{ width: 2em;}
form table input#birth2{ width: 2em;}
form table input#birth3{ width: 2em;}
form table input#caddress1,
form table input#address1{ width: 70%; margin-bottom: 0.4em;}
form table input#caddress2,
form table input#address2{ width: 70%;}

form table input#founding{ width: 5em;}
form table input#capital,
form table input#annualSales{ width: 10em;}
form table input#employees{ width: 8em;}
form table input#deliveryRatio,
form table input#suppliersRatio{ width: 4em;}
form table input#tradingYes,
form table .tradingYes{ cursor: pointer;}
form table input#tradingYes{ width: auto;}
form table input#tradingYear{ width: 5em;}


/* checkbox系*/
form table .checkIndustry,
form table .checkWorkplace,
form table .checkWorkday,
form table .checkItem,
form table .checkIso{ padding: 0 !important;}
form table .checkWorkplace li {width: 33%; float: left;}
form table .checkWorkday li {width: 25%; float: left;}
form table .checkWorkplace li.w250 {width: 250px; float: left;}
form table .checkIndustry li,
form table .checkItem li,
form table .checkIso li{ width: 165px; float: left;}
form table .checkIso li:first-child{ width: 120px;}
form table .tenure,
form table .sex,
form table .situation,
form table .checkIndustry label,
form table .checkWorkplace label,
form table .checkWorkday label,
form table .checkItem label,
form table .checkIso label{ cursor: pointer;}
form table #sex1,
form table #sex2,
form table #situation1,
form table #situation2,
form table #male,
form table #female,
form table #tenureYes,
form table #tenureNo,
form table .checkIndustry input,
form table .checkWorkplace input,
form table .checkWorkday input,
form table .checkItem input,
form table .checkIso input{ width: auto;}

form table #sex1,
form table #sex2,
form table #situation1,
form table #situation2,
form table #male,
form table #female{vertical-align: -1px;}
form table #tenureYes,
form table #tenureNo{vertical-align: -1px;}
form table #schedule1{ margin-bottom: 4px;}

.tac{text-align: center;}

.consent{
	text-align: center;
	}
	.consent button{
		height: 48px;
		border: none;
		background: #CCC;
		cursor: pointer;
		vertical-align: top;
		font-weight: bold;
		color: #FFF;
	}
	.consent button.send{
		width: 250px;
		background: #EC6800;
		line-height: 1.3;
	}
	.consent button.confSend{
		width: 150px;
		background: #EC6800;
		line-height: 1.3;
		font-size: 16px;
	}
	.consent button.reset{
		width: 150px;
		background: #959595;
		font-size: 16px;
	}
	.consent button.send:hover,
	.consent button.confSend:hover{background: #EC6800;}
	.consent button.reset:hover{background: #B5B5B5;}