/* 求人申し込みフォーム Start */
#firstload {
	height: 650px;
	overflow-x: hidden;
	overflow-y: scroll;
}
#recshop {
	width: 577px;
	font-size: 12px;
	text-align: left;
	margin: 5px auto;
}
#rectop {
	width: 577px;
	font-size: 12px;
	text-align: left;
	margin: 5px auto;
}
#recjob {
	width: 577px;
	font-size: 12px;
	text-align: left;
	margin: 5px auto;
}
#recatt {
	width: 577px;
	font-size: 12px;
	text-align: left;
	margin: 5px auto;
	color: #E30884;
}
.red {
	color: #E30884;
}
#recruit {
	width: 577px;
	margin: 5px auto;
	border-collapse: collapse;
	border: 0;
}
#recruit th {
	width: 150px;
	font-size: 12px;
	text-align: left;
	padding: 5px 0 5px 15px;
	font-weight: normal;
	background-image: url('../images/recruit/bg.gif');
	background-repeat: repeat;
	background-position: left top;
	border-bottom: 1px solid #C1C0BD;
}
#recruit td {
	width: 400px;
	font-size: 12px;
	text-align: left;
	padding: 5px 0 5px 15px;
	border-bottom: 1px solid #C1C0BD;
}
.smooth {
	font-size: 10px;
	color: #E30884;
	padding: 0 10px 0 0;
}
#recbutton {
	width: 600px;
	margin: 8px auto;
	text-align: center;
}
#button {
	width: 120px;
	height: 30px;
	border: none;
	color: #FFFFFF;
	background-color: #949494;
	cursor: pointer;
}
#button:hover {
	width: 120px;
	height: 30px;
	border: none;
	color: #FFFFFF;
	background-color: #0882AA;
}
#submit {
	width: 120px;
	height: 30px;
	border: none;
	color: #FFFFFF;
	background-color: #949494;
	cursor: pointer;
}
#submit:hover {
	width: 120px;
	height: 30px;
	border: none;
	color: #FFFFFF;
	background-color: #0882AA;
}
#reset {
	width: 120px;
	height: 30px;
	border: none;
	color: #FFFFFF;
	background-color: #949494;
	cursor: pointer;
}
#reset:hover {
	width: 120px;
	height: 30px;
	border: none;
	color: #FFFFFF;
	background-color: #0882AA;
}
#err {
	width: 577px;
	text-align: left;
	margin: 5px auto;
	color: #FF0000;
	font-weight: bold;
	border: 1px solid #000000;
}
#comptitle {
	width: 577px;
	text-align: center;
	margin: 15px auto;
	font-size: 15px;
	font-weight: bold;
}
#compmes {
	width: 577px;
	text-align: center;
	margin: 5px auto;
	font-size: 12px;
}
/* 求人申し込みフォーム End */
