@charset "utf-8";
/* CSS Document */

/*--entry.html,contact.html--*/
#border #main #contener div #entryform, #border #main #contener div #contact {
	font-size: small;
	width: 480px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	border-collapse: collapse;
	border: 0px;
	overflow: hidden;

}
#border #main #contener div #entryform tr th {
	width: 90px;
}
#border #main #contener div #entryform tr th, #border #main #contener div #contact tr th {
	border: 1px solid #666;
	padding-left: 10px;
	font-weight: bold;
	background: #EEE;
	vertical-align: top;
	padding-top: 5px;
}
#border #main #contener div #entryform tr td, #border #main #contener div #contact tr td {
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 5px 10px;
}
#border #main #contener div #entryform tr .infosec {
	border-top-style: none;
	border-bottom-style: none;
	overflow: hidden;
}
#border #main #contener div #entryform tr .infosec ul .infoli {
	font-weight: bold;
	width: 9em;
}
#border #main #contener div #entryform tr .infosec ul li, #border #main #contener div #formBtn li {
	float: left;
}

#border #main #contener .h3contents #formBtn .secBtn {
	margin-left: 20px;
}

#border #main #contener div #entryform tr td input, #border #main #contener div #contact tr td input {
	font-size: small;
	line-height: 24px;
	height: 21px;
	border: 1px solid #666;
}
#border #main #contener div #entryform tr td #name {
	width: 260px;
}
#border #main #contener div #entryform tr td #JobObjective {
	width: 180px;
}
#border #main #contener div #entryform tr td #address {
	width: 100%;
}
#border #main #contener div #formBtn, #border #main #contener div #formBtn, #border #main #contener div #formBtn {
	height: 50px;
	width: 420px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}



#wrapper #border #main #contener div #contact tr th {
	width: 150px;
}
#wrapper #border #main #contener div #contact tr td {
	width: 330px;
}

#border #main #contener .h3contents #entry #entryform tr th {
	width: 100px;
}
#border #main #contener .h3contents #entry #entryform tr td {
	width: 380px;
}



/*フォーム入力エリアサイズ*/
/*名前／会社名*/
#contactForm #contact tr td #name, #contactForm #contact tr td #company {
	width: 250px;
}
/*希望職種*/
#entryform tr td #JobObjective {
	width: 180px;
}
/*住所*/
#entryform tr td #address {
	height: 3em;
	line-height: 1.5em;
}
/*コメント*/
#contactForm #contact tr td #message, #entry #entryform tr td #message {
	width: 100%;
	height: 7em;
	line-height: 1.5em;
	border: 1px solid #666;
}
/*E-メールアドレス*/
#contact tr td #email, #entryform tr .infosec ul li #email {
	width: 200px;
}
/*自宅電話・携帯電話*/
#entry #entryform tr .infosec ul li #homeNumber, #entry #entryform tr .infosec ul li #mobileNumber {
	width: 160px;
}
