@charset "Shift_JIS";

/*
StyleSheet for INTERCONNECT WEB SITE
CSS FILE import.css
apply for category"recruit"

【LAST UPDATED】13 DEC 2007
*/


/* *********************************************************************
スタイルシートの構成

■import style sheets
■common areas
■各ページの個別設定

********************************************************************* */


/* *********************************************************************
import style sheets
********************************************************************* */
/* CSS for all browsers except IE5mac \*/
@import "../../css/default.css";
@import "../../css/common.css";
@import "style.css";
@import "navi.css";




#form #lead {
	width: 730px;
	margin: 20px auto;
}
#form .notice {
	padding: 5px 5px 11px 5px;
}
#form #lead textarea {
	width: 714px;
	height: 162px;
	font-size: 1em;
	margin-bottom: 10px;
}


/* エントリー│cgi-bin/recruit/index.html
********************************************************************* */
/* common styles */
#divisionF {
	width: 760px;
	margin: 0 auto;
	padding-bottom: 17px;
}
.form {
	width: 730px;
	margin: 0 auto 23px;
}
.form h3 {
	margin-bottom: 16px;
}
.form h3 img {
	vertical-align: middle;
}
.form textarea {
	width: 714px;
	font-size: 1em;
}

/* テーブルに関する設定 */
.form table {
	width: 100%;
	border-collapse: collapse;
}
.form th {
	font-weight: normal;
	background-color: #ddd;
	border: 1px solid #C9C9C9;
	width: 200px;
	padding: 9px 30px;
}
.form td {
	border: 1px solid #C9C9C9;
	padding: 9px 13px;
}


.box li {
	float: left;
	width: 33%;
	margin-bottom: 0.6em;
}
.box li.bottom {
	margin-bottom: 0;
}

/* 希望職種 */
#jobSelect .notice {
	padding: 14px 20px;
}

/* 現在または直近の職務内容 */
#presentJob .notice {
	padding: 14px 20px;
}

/* 資格・語学 */
#license textarea {
	height: 105px;
}

/* 志望理由・自己PR */
#pr textarea {
	height: 167px;
}
