@charset "utf-8";
/* 採用案内 */
div.recrult h3 {
	font-size:100%;
	color:#893b3a;
	border-top:1px solid #e5cdc3;
	background:#f1f1ea;
	padding:5px 0 5px 10px;
	}
	
div.recrult table {
	width:525px;
	margin-bottom:20px;
	border-bottom:1px solid #e5cdc3;
	}	
	
div.recrult th {
	background:#fff;
	width:150px;
	padding:10px 0 10px 20px;
	font-weight:normal;
	border-bottom:1px dotted #ddd;
	vertical-align:top;
	}	
	
div.recrult td {	
	padding:10px 0 10px 20px;
	border-bottom:1px dotted #ddd;
	border-left:1px solid #e5cdc3;
	}
	
/*応募フォーム*/
p.setumei {
	font-size:85%;
	text-align:right;
	}
	
span {
	color:#bb2525;
	font-weight:bold;
	font-size:70%;
	vertical-align:top;
	}

div.form table { 
	width:525px;
	}
	
div.form th {
	font-weight:normal;
	padding:10px 0 10px 20px;
	border-bottom:1px solid #ddd;
	}
	
div.form td {
	padding:10px 0 10px 30px;
	border-bottom:1px solid #ddd;
	}
	
div.form td label {
	margin-right:5px;
	}
	
div.form td label input {
	border:none;
	}	
	
div.form input,textarea {
	border: 1px solid #666666;
	padding:2px 0 2px 3px;
	vertical-align:bottom;
	font-size:95%;
	}
	
div.form textarea {
	width:100px;
	}	
	
div.form p.btn {
	text-align:center;
	border-bottom:1px solid #ddd;
	margin-bottom:10px;
	
	}
	
div.form p.btn input {	
	cursor:pointer;
	margin:10px 0;
	}
			


/*rightコンテンツ*/
div.form-btn {
	width:300px;
	background:#f1f1ea;
	margin-bottom:10px;
	}
	
div.form-btn img {
	margin:10px;
	}
	
div.personal {
	margin-bottom:10px;
	border:1px solid #ddd;
	padding-bottom:5px;
	}	
	
div.personal h3 {
	font-size:100%;
	background:#f1f1ea;
	border-bottom:1px solid #ddd;	
	padding:5px 0 5px 7px;
	}
	
div.personal p {
	width:280px;
	padding:3px 10px 0;
	}	
	
p.text-right {
	text-align:right;
	margin:0;
	}			
	

