@charset "utf-8";

/*-------------------------------------------------------------------------

エムアンドアールのお仕事検索部分のcssです

-------------------------------------------------------------------------*/

/*----------------------------------------------------
	共通
----------------------------------------------------*/

body.staffs #main .jobbox {
	margin:16px 0;
	padding:6px 16px 16px;
	border:1px solid #bdbdbd;
	border-top-color:#ff8673;
	background:url(../img/form-bg.jpg);
}


/*----------------------------------------------------
	検索
----------------------------------------------------*/

body.staffs #main .jobbox div.legend  {
	display:block;
	width:500px;
	padding:25px 0 25px 80px;
}

body.staffs #main .jobbox div.category {background:url(../img/search-icon-category.png) no-repeat;}
body.staffs #main .jobbox div.location {background:url(../img/search-icon-location.png) no-repeat;}
body.staffs #main .jobbox div.keyword  {background:url(../img/search-icon-keyword.png) no-repeat;}

body.staffs #main .jobbox div.legend span {
	display:block;
	background:url(../img/search-dashborder.gif) repeat-x bottom left;
	font-size:133%;
	line-height:1.5;
	font-weight:bold;
	color:#223062;
}

body.staffs #main .jobbox div.legend span:first-letter {
	color:#ff8673;
}

body.staffs #main .jobbox .jobbox2 {
	padding:16px 12px;
	border-top:1px solid #7a7a7a;
	border-left:1px solid #7a7a7a;
	background:#FFF;
}

body.staffs #main .jobbox p.category-discription {
	margin-bottom:0;
}

body.staffs #main .jobbox div.state {
	margin:6px 5px 5px 0;
	background:#f6e6bb;
}

body.staffs #main .jobbox div.ku {
	margin-left:2em;
}

body.staffs #main .jobbox label {
	margin-right:0.5em;
}

body.staffs #main .jobbox label input{
	vertical-align:middle;
}

body.staffs #main .jobbox div.btn-category {
	margin:16px 0 0 370px;
	padding:10px 0;
	border:1px solid #ff8673;
	text-align:center;
}

body.staffs #main .jobbox div.btn-category input {
	display:block;
	margin:0 auto;
	padding:0;
	border:none;
	width:211px;
	height:35px;
	overflow:hidden;
	background:url(../img/btn-category.jpg) no-repeat 0 0;
	text-indent:-9999px;
}

body.staffs #main .jobbox div.btn-category input:hover {
	background-position:0 -35px;
}

body.staffs #main .jobbox input.keyword {
	float:left;
	margin:13px 0 0;
	width:25em;
}

body.staffs #main .jobbox p.keyword-discription {
	clear:left;
	float:left;
	margin:5px 0 0;
	width:28em;
}

body.staffs #main .jobbox div.btn-keyword {
	margin:0 0 0 370px;
	padding:10px 0;
	border:1px solid #ff8673;
	text-align:center;
}

body.staffs #main .jobbox div.btn-keyword input {
	display:block;
	margin:0 auto;
	padding:0;
	border:none;
	width:211px;
	height:35px;
	overflow:hidden;
	background:url(../img/btn-keyword.jpg) no-repeat 0 0;
	text-indent:-9999px;
}

body.staffs #main .jobbox div.btn-keyword input:hover {
	background-position:0 -35px;
}


/*----------------------------------------------------
	検索結果
----------------------------------------------------*/

body.staffs #main p.btn-back {
}

body.staffs #main p.btn-back a {
	display:block;
	width:186px;
	height:30px;
	background:url(../img/btn-back.jpg) no-repeat;
	text-indent:-7777px;
}

body.staffs #main p.btn-back a:hover {
	background-position:0 -30px;
}

body.staffs #main div.jb-result p.catch {
	margin:5px 0;
	background:url(../img/search-dashborder.gif) repeat-x bottom left;
	font-size:116%;
	line-height:1.5;
	font-weight:bold;
	color:#223062;
}

body.staffs #main div.jb-result p.labels {
	margin:5px 0;
	text-align:right;
}

body.staffs #main div.jb-result p.labels img {
	margin:0 0 3px 5px;
}

body.staffs #main div.jb-result table.jobbox2 {
	width:100%;
}

body.staffs #main div.jb-result table.jobbox2 th,
body.staffs #main div.jb-result table.jobbox2 td {
	padding:0.5em 1em;
}

body.staffs #main div.jb-result table.jobbox2 th {
	width:11em;
	font-weight:bold;
	text-align:left;
}

body.staffs #main div.jb-result table.jobbox2 tr.type th,
body.staffs #main div.jb-result table.jobbox2 tr.type td {
	background:#f6e6bb;
}

body.staffs #main div.jb-result table.jobbox2 tr.type td div {
	text-align:right;
}

body.staffs #main div.jb-result table.jobbox2 tr.welcome th,
body.staffs #main div.jb-result table.jobbox2 tr.welcome td {
	background:#FFF493;
}

body.staffs #main div.jb-result table.jobbox2 td.footer {
	margin:0;
	padding:10px;
}

body.staffs #main div.jb-result table.jobbox2 td.footer div.inner {
	padding:5px;
	border:1px solid red;
	overflow:hidden;
	_height:1%;
}

body.staffs #main div.jb-result table.jobbox2 td.footer table.contact {
	float:left;
	width:320px;
}

body.staffs #main div.jb-result table.jobbox2 td.footer table.contact th,
body.staffs #main div.jb-result table.jobbox2 td.footer table.contact td {
	margin:0;
	padding:0.2em 0;
}

body.staffs #main div.jb-result table.jobbox2 td.footer table.contact th {
	width:10em;
}

body.staffs #main form.apply {
	margin:0 10px 0 0;
}

body.staffs #main form.apply input.apply-btn {
	float:right;
	display:block;
	padding:0;
	border:none;
	width:245px;
	height:59px;
	overflow:hidden;
	background:url(../img/btn-apply.jpg) no-repeat 0 0;
	text-indent:-9999px;
}

body.staffs #main form.apply input.apply-btn:hover {
	background-position:0 -59px;
}


/*----------------------------------------------------
	お仕事応募入力ページ
----------------------------------------------------*/

body.staffs #main form.jb-apply table.jobbox2 {
	margin:15px 0;
	width:100%;
}

body.staffs #main form.jb-apply table th,
body.staffs #main form.jb-apply table td {
	padding:0.5em 1em;
	border-bottom:1px dotted #000;
}

body.staffs #main form.jb-apply table th {
	width:12em;
	font-weight:bold;
	text-align:left;
}

body.staffs #main form.jb-apply table tr.type th,
body.staffs #main form.jb-apply table tr.type td {
	background:#f6e6bb;
}

body.staffs #main form.jb-apply table input.name {width:10em}
body.staffs #main form.jb-apply table input.zip1 {width:4ex}
body.staffs #main form.jb-apply table input.zip2 {width:5ex}
body.staffs #main form.jb-apply table input.address {width:30em;margin-top:5px}
body.staffs #main form.jb-apply table input.tel  {width:5ex}
body.staffs #main form.jb-apply table input.mail {width:14em}
body.staffs #main form.jb-apply table input.hope_time     {width:30em}
body.staffs #main form.jb-apply table input.hope_week_day {width:30em}
body.staffs #main form.jb-apply table textarea.other {width:25em;height:7em}

body.staffs #main span.error {
	color:red;
}

body.staffs #main form.jb-apply table span.need {
	margin-left:0.5em;
	font-size:83%;
	font-weight:normal;
	color:red;
}

body.staffs #main form.jb-apply table span.ps {
	display:block;
	font-size:83%;
	font-weight:normal;
}

body.staffs #main form.jb-apply table div.help {
	color:#999;
}

body.staffs #main form.jb-apply table tr.confirm-button a.privacy {
	float:left;
	margin-right:55px;
	position:relative;
	top:1em;
}

body.staffs #main form.jb-apply table tr.confirm-button input {
	display:block;
	padding:0;
	border:none;
	width:223px;
	height:48px;
	overflow:hidden;
	background:url(../img/btn-confirm.jpg) no-repeat 0 0;
	text-indent:-9999px;
}

body.staffs #main form.jb-apply table tr.confirm-button input:hover {
	background-position:0 -48px;
}

/*----------------------------------------------------
	確認画面
----------------------------------------------------*/

form.jb-apply table tr.send-button td {

}

form.jb-apply table tr.send-button div.alert {
	font-weight:bold;
	color:red;
	text-align:center;
}

form.jb-apply table tr.send-button input.back {
	float:left;
	display:block;
	margin:6px 25px 0 0;
	padding:0;
	border:none;
	width:150px;
	height:32px;
	overflow:hidden;
	background:url(../img/btn-conback.jpg) no-repeat 0 0;
	text-indent:-9999px;
}

form.jb-apply table tr.send-button input.back:hover {
	background-position:0 -32px;
}

form.jb-apply table tr.send-button input.send {
	display:block;
	padding:0;
	border:none;
	width:223px;
	height:48px;
	overflow:hidden;
	background:url(../img/btn-send.jpg) no-repeat 0 0;
	text-indent:-9999px;
}

form.jb-apply table tr.send-button input.send:hover {
	background-position:0 -48px;
}