@charset "UTF-8";


.none{
	display: none;
}

.indent{
	text-indent:-1.1em;
	padding-left:1.1em;
}

/*　job
--------------------------------------------------*/
#job #container{
	height: 620px;
	background: url(../img/job/bg_job.jpg) no-repeat center bottom;
	position:relative;
}

#job .next{
	margin: 478px 0 0 220px;
}

#job .next a{
	width: 220px;
	height: 70px;
	display: block;
}

.add_txt{
	color:#F00;
	position:absolute;
	top:550px;
	left:580px;
	width:400px;
	font-weight:bold;
	line-height:1.3;
}

/*　アルバイトエントリーフォーム（job_entry）
--------------------------------------------------*/
#job_entry{
	width: 859px;
	margin: 25px auto 0 auto;
}

#job_entry .top{
	height: 70px;
	padding: 50px 0 0 204px;
	background: url(../img/job/job_paper_top.png) no-repeat left top;
	font-size: 80%;
}

#job_entry .top h3{
	width: 453px;
	height: 70px;
	margin: 0 0 10px 0;
}

#job_entry .h3_entry{
	background: url(../img/job/job_title_entry.png) no-repeat center top;
}

#job_entry .h3_info{
	background: url(../img/job/job_title_info.png) no-repeat center top;
}

#job_entry .body{
	padding: 25px 90px;
	background: url(../img/job/job_paper_body.png) repeat-y left top;
}

.remark{
	padding-left:125px;
	font-size:12px;
}

.job_table{
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 10px 0;
}

.job_table th, .job_table td{
	border: 1px solid #231815;
	vertical-align: top;
}
.job_table th{
	width: 120px;
	padding: 5px;
	white-space: nowrap;
	font-weight: normal;
	text-align: left;
	background: #dbdcdc;
}

.job_table td{
	padding: 8px;
}

.intb{
	width: 100%;
	margin: 0;
}

.intb td{
	font-size: 90%;
	padding: 5px 2px;
	white-space: nowrap;
	border: none;
}

.pd0{
	padding: 0 ! important;
}

.col_gray{
	background: #dbdcdc;
}

input{
	margin: 0 2px;
}

.form_box{
	height: 20px;
	margin: 2px;
	border: 1px solid #231815;
}

.form_text{
	width: 99%;
	height: 150px;
	margin: 0 2px;
	border: 1px solid #231815;
	font-size:12px;
}

/*フォーム幅*/
.w_max{
	width: 99%;
}

.w_160{
	width: 160px;
}

.w_100{
	width: 100px;
}

.w_70{
	width: 70px;
}

.w_60{
	width: 60px;
}

.submit{
	margin: 20px 0;
	text-align: center;
}


/*　アルバイト募集要項（job_info）
--------------------------------------------------*/
#job_entry .info{
	width: 100%;
	border-collapse: collapse;
}

#job_entry .info th, #job_entry .info td{
	border-bottom: 1px dotted #b4b4b5;
	vertical-align: top;
	padding: 10px 0;
}

#job_entry .info th{
	width: 180px;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
}

#job_entry .info li{
	padding-left: 14px;
	background:url(../img/job/icon.gif) no-repeat left 4px;

}

#job_entry .btn{
	text-align: center;
	padding: 20px;
	margin: 30px 0;
	background: #eee;
}

#job_entry .privacy{
	background: url(../img/job/privacy_top.gif) repeat-x left top;
}

#job_entry .privacy_in{
	height: 170px;
	padding: 8px;
	font-size: 90%;
	overflow-y: scroll;
	border: 1px solid #595757;
	background: url(../img/job/privacy_left.gif) repeat-y left top;
}

