@charset "utf-8";

/* ------------------------------------------------------------

	filename:	jobs.css
	created:	090730
	update:		090804
	
------------------------------------------------------------ */

/* ------------------------------------------------------------ 社内風景 */
div#mainContents table.gallery {
	border-right: none;
	border-bottom: none;
}

div#mainContents table.gallery td {
	border-top: none;
	border-left: none;
	text-align: center;
}

/* ------------------------------------------------------------ 採用ページ */
/* 待遇・雇用条件 */
div#mainContents table.jobs th { width: 80px; }

/* ------------------------------------------------------------ エントリーフォーム */
table input,
table textarea,
table select { margin: 2px; }

input.txtJp { ime-mode: active; }

input.txtEn { ime-mode: inactive; }

div#mainContents table.form th { width: 120px; }

div#mainContents table.form textarea {
	width: 400px;
	ime-mode: active;
}

div#mainContents p.submitBtn { text-align: center; }

div#mainContents p.submitBtn input {
	padding: 2px 9px;
	background-color: #5D5D5D;
	border: none;
	color: #F5F5F5;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	cursor: pointer;
}

div#mainContents p.submitBtn input:hover { background-color: #C0C0C0; }

/* EOF */
