/*body {
	color: #333;
	padding: 0 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
}
*/
.panel {
	clear: both;
	display: none;
	border: 3px solid #CCC;
	padding: 1em;
}
.panel.active-tab-body {
	display: block;
}
#tabs {
	list-style: none;
}

#tabs li {
	float: left;
}

#tabs a {
	float: left;
	padding: 5px 8px;
	margin-left: 6px;
	background-color: #F2F2F2;
	text-decoration: none;
	color: #999999;
}

#tabs a.active-tab {
	background-color: #CCC;
	border-top: 3px solid #999;
	padding-top: 3px;
	color: #000;
}
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
}
input.validation-failed, textarea.validation-failed {
	color : #555555	;
}
input.validation-passed, textarea.validation-passed {
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FFFFFF;
	color : #FF0000	;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

fieldset {
	padding: 0em;
	margin-bottom: 0.5em;
}

label {
	font-weight: bold;
}
.form-row {
	clear: both;
	padding: 0.5em;
}

.field-label {

}

.field-widget {

}

/*====================================================================
	recruitment
====================================================================*/

/*フォーム*/

form {
	margin:0;
}

.recruitForm fieldset,
.recruitForm fieldset p {
	border: 0;
	margin: 0;
	padding: 0;
}

/*フォーム内テキストエリア内の余白*/
textarea {
	padding: 2px 5px;
}

/*フォームなどの必須項目*/
.necessity {
	color: #CC0000;
}	

.recruitForm {
	width: 512px;
	margin: 0 auto;
}

.recruitForm dl {
	width: 512px;
	overflow: hidden;
	position: relative;
}

.recruitForm dl:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

/*\*/
* html .recruitForm dl {
	height: 1em;
	overflow: visible;
}
/**/


.recruitForm dt {
	width: 130px;
	padding: 5px 0px 5px 10px;
	float:left;
	clear:both;
	/*border-top: 1px solid #DEDEDE;*/
}

.recruitForm > dd {
	float:left;
	width: 350px;
	padding: 5px 0px;
	/*border-top: 1px solid #DEDEDE;*/
}

.recruitForm dd {
	width: 350px;
	padding: 5px 0px;
	float:left;
	margin: 0;
	/*margin-left: 150px;*/
	/*border: 1px solid #DEDEDE;*/
} 

*:first-child+html .recruitForm dd {
	float:none;
	padding: 5px 0px 5px 10px;
	/*border-top: 1px solid #DEDEDE;*/
}

/*\*/
* html .recruitForm dd {
	width: 350px;
	float:none;
	margin: 0;
	/*margin-left: 150px;*/
	/*border-top: 1px solid #DEDEDE;*/
	padding: 5px 0px 5px 10px;
}
/**/

.recruitForm #name,
.recruitForm #kana,
.recruitForm #officeposition1 {
	width: 200px;
}

.recruitForm #postNum {
	width: 100px;
}

.recruitForm #add,
.recruitForm #mail,
.recruitForm #remail {
	width: 300px;
}

.recruitForm #quest {
	width: 300px;
	height: 150px;
}

.recruitForm #motive,
.recruitForm #pr,
.recruitForm #careerprofile1,
.recruitForm #careerprofile2,
.recruitForm #careerprofile3,
.recruitForm #vision1,
.recruitForm #vision2,
.recruitForm #vision3,
.recruitForm #vision4,
.recruitForm #schoolprofile1,
.recruitForm #qualification {
	width: 300px;
	height: 100px;
}

/*フォーム内入力エリア*/
.recruitForm dl input,
.recruitForm dl textarea {
	padding: 2px;
	border: 1px solid #A4B97F;/*構築サイトに応じて変更*/
	/*background-color: #E1E1E1;/*構築サイトに応じて変更*/
}

input {
	line-height: 1.4;
}

/*テキスト入力エリアにマウスオーバー時の設定*/
.recruitForm dl input:hover,
.recruitForm dl textarea:hover {
	border: 1px solid #666666;/*構築サイトに応じて変更*/
}

/*テキスト入力エリアにフ選択時の設定*/
/*.recruitForm dl input:focus,*/
/*.recruitForm dl textarea:focus {
	border: 1px solid #222222;/*構築サイトに応じて変更*/
/*	background:#E6F7FF;/*構築サイトに応じて変更*/
/*}*/

.submitBtn {
	padding: 1em 0 30px 0;
	text-align: center;
}

.recruitForm .careerList li {
	list-style: none;
	margin-bottom: 5px;
	clear: both;
}

.joiningBox {
	width: 170px;
}