/* recruit
**********************************************/
.menutitle {
	font-size: 90%;
	font-weight: bold;
	margin-bottom: 10px;
	border-left: 5px solid #000;
	padding-left: 8px;
	margin-top: 30px;
}




div.recruitimgs {
	margin: 20px 0px 0px 40px;
}
div.recruitimgs ul {
	height: 100%;
}
div.recruitimgs ul span {
	display: none;
}
div.recruitimgs ul li a {
	display: block;
	width: 220px;
	height: 80px;
}

div.recruitimgs ul li.one {
	float: left;
	
}
div.recruitimgs ul li.two {
	float: left;
	margin: 0px 0px 0px 30px;
}


/* 各ボタン画像設定
**********************************************/
div.recruitimgs ul li.blank {
	background: url("/recruit/img/logo_blank.gif") no-repeat;
	width: 220px;
	height: 80px;
}

div.recruitimgs ul li.fresh {
	background: url("/recruit/img/btn_fresh.gif") no-repeat;
}
div.recruitimgs ul li.fresh a:hover {
	background: url("/recruit/img/btn_fresh_on.gif") no-repeat;
}

div.recruitimgs ul li.career {
	background: url("/recruit/img/btn_career.gif") no-repeat;
}
div.recruitimgs ul li.career a:hover {
	background: url("/recruit/img/btn_career_on.gif") no-repeat;
}



/*-- recruitボタン ------------------------------------------------------------*/
li.smenu_fresh {
	background: url("/shared/img/sidemenu/sbtn_fresh.gif") no-repeat #CCC;
	height: 27px;
}
li.smenu_fresh_on {
	background: url("/shared/img/sidemenu/sbtn_fresh_on.gif") no-repeat #CCC;
	height: 27px;
}
li.smenu_fresh a {
	height: 27px;
}
li.smenu_fresh_on a {
	height: 27px;
}
li.smenu_fresh a:hover {
	background: url("/shared/img/sidemenu/sbtn_fresh_on.gif") no-repeat;
}


li.smenu_career {
	background: url("/shared/img/sidemenu/sbtn_career.gif") no-repeat #CCC;
	height: 27px;
}
li.smenu_career_on {
	background: url("/shared/img/sidemenu/sbtn_career_on.gif") no-repeat #CCC;
	height: 27px;
}
li.smenu_career a {
	height: 27px;
}
li.smenu_career_on a {
	height: 27px;
}
li.smenu_career a:hover {
	background: url("/shared/img/sidemenu/sbtn_career_on.gif") no-repeat;
}

/*------- recruitエントリーフォームボタン -------*/
ul.eform {
	list-style-type: none;
	margin: 15px auto 0px;
	padding: 0px;
	width: 178px;
}
ul.eform li {
	width: 178px;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}
ul.eform span {
	display: none;
}
ul.eform a {
	display: block;
}

li.eform_btn {
	background: url("/recruit/img/btn_form.gif") no-repeat #FFF;
	height: 28px;
}
li.eform_btn a {
	height: 28px;
}
li.eform_btn a:hover {
	background: url("/recruit/img/btn_form_on.gif") no-repeat;
}



/* 新卒採用エントリーフォーム
******************************************/
table.table_fresh {
	width: 100%;
	font-size: 80%;
}

table.table_fresh td {
	padding: 3px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

table.table_fresh td.menu {
	width: 120px;
	text-align: right;
	padding: 3px;
	background-color: #D7DDF9;
}

table.table_fresh td.menutop {
	width: 120px;
	text-align: right;
	vertical-align: top;
	padding: 3px;
	background-color: #D7DDF9;
}

table.table_fresh td.area {
	padding: 3px;
	background-color: #F6F6FD;
}

.cont_title {
	font-size: 90%;
	border-left: 5px solid #000;
	padding-left: 15px;
	color: #000;
	margin-top: 25px;
	margin-bottom: 10px;
}

.prodcts_s {
	font-size: 85%;
	margin-top: 10px;
	padding-left: 5px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #999;
}



form {
	margin : 0;
	padding : 0;
}

.form_table table {
	width : 502px;
}

.form_table th {
	width : 110px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
	padding-bottom : 5px;
	font-size : 12px;
	text-align : right;
	font-weight : normal;
	vertical-align : top;
	background-color : #E9E9E9;
}

.form_table td {
	width : 372px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
	padding-bottom : 5px;
	font-size : 12px;
	text-align : left;
	font-weight : normal;
	vertical-align : top;
	background-color : #F2F2F2;
}

.form_table td input.text {
	width:340px;
	margin : 0;
}

.form_table td input.text-long {
	width:340px;
	margin : 0;
}

.form_table td textarea.text {
	width:340px;
	height:100px;
	margin : 0;
}

.form_table td textarea.textarea-long {
	width:340px;
	height:300px;
	margin : 0;
}

p.error {
	margin-top : 3px;
}