﻿@charset "utf-8";

/*-------------------------------------------------------------------

	　　　　　　　　　　	求人検索
							
-------------------------------------------------------------------*/

/*-------------------------------------------------------------------
							clear-fix
-------------------------------------------------------------------*/
p.tag:after,
div#searchResult:after,
.article-header .bg1:after,
.article-header h3 span:after,
div.article-header-detail:after,
div#main:after,
div.detail:after,
div.staff:after,
p.page-top:after{
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

/* Win IE7 */
*:first-child+html div#searchResult,
*:first-child+html p.tag,
*:first-child+html .article-header,
*:first-child+html .article-header .bg1,
*:first-child+html .article-header h3 span,
*:first-child+html div.article-header-detail,
*:first-child+html div#main,
*:first-child+html div.detail,
*:first-child+html div.staff,
*:first-child+html p.page-top{
	height: 1%;
}
/* End Win IE7 */

/* Win IE6 \*/
* html p.tag,
* html div#searchResult
* html .article-header,
* html .article-header .bg1,
* html .article-header h3 span,
* html div.article-header-detail,
* html div#main,
* html div.detail,
* html div.staff,
* html p.page-top
{
	height: 1%;
}
/* End Win IE6 */

/* Mac IE\*//*/
p.tag,
div#searchResult,
.article-header,
.article-header .bg1,
.article-header h3 span,
div.article-header-detail,
div#main,
div.detail,
div.staff,
p.page-top{
	display: inline-table;
}
/* End Mac IE */

/*-------------------------------------------------------------------
						テキスト画像代替
-------------------------------------------------------------------*/
.btn-detail a,
.btn-close a,
.btn-agent a,
.page-top a,
.counceling a
{
	display: block;
	text-indent: -10000px;
/* Hides from Mac IE \*/
	overflow: hidden;
/* */
}


/*-------------------------------------------------------------------
					検索結果画面のみ、背景を消す。
-------------------------------------------------------------------*/

div#container{
	background: none;
}

#copyright {
	width: 856px;
}
/*-------------------------------------------------------------------
							body
-------------------------------------------------------------------*/

body.preview{
	margin-bottom: 0px;
	padding-bottom: 5px;
}

/*-------------------------------------------------------------------
							main-image
-------------------------------------------------------------------*/
#main-image{
	width: 800px; height: 150px;
	background: url(../../search/images/main_image.jpg) no-repeat scroll left top;
}


#main-search{
	margin-top: 0px;
}



/*-------------------------------------------------------------------
						search-condition
-------------------------------------------------------------------*/
#search-condition{
	width: 790px;
	margin: 10px 10px 10px 10px; padding: 20px 0px 0px 0px;
	border-top: 1px dotted #cccccc;

}

#search-condition h2{
	position: relative;
	width: 777px; 
	height: 19px;
	padding: 8px 0px 3px 13px;
	background: url(../../search/images/condition_h2.gif) no-repeat scroll left top;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

#search-condition h2 span#search-list{
	font-weight: bold;
}

#search-condition h2 span#search-update{
	position: absolute;
	bottom: 8px; right: 5px;
	text-indent: 0;
	color: #333333;

}


#search-condition .body{
/*	width: 800px;*/
	padding: 10px 20px;
	background-color: #dcdcdc;
}
/* Win IE6 \*/
* html #search-condition .body{
/*	width: 720px;*/
}
/* End Win IE6 */

#search-condition h3{
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 12px;
}
#search-condition p{
	display: inline;
	margin-right: 10px;
	line-height: 1.2;
	font-size: 12px;
}




/*-------------------------------------------------------------------
							page-nav
-------------------------------------------------------------------*/
.page-nav{
	width: 790px;
	margin: 10px 10px;
	clear: both;
	font-size: 12px;
}

.page-nav .body{
	margin-bottom: 10px;
	padding: 5px 0px 5px 12px;
	background: url(../../search/images/circle.gif) no-repeat scroll 0em 0.5em;
	border-bottom: 1px dotted #cccccc;
}

.config,.page-list{
	text-align: right;
}

.config a,a.next,a.prev{
	text-decoration: underline;
}

/*-------------------------------------------------------------------
						div#searchResult
-------------------------------------------------------------------*/

div#searchResult{
	width: 580px;
	font-size: 12px;
	clear: both;
	line-height: 20px;
	color: #4c4c4c;
}

/*-----[ 各項目のタイトル]-----*/

div#searchResult h4{
	/*width: 151px;*/
	margin: 0px; 
	padding: 10px 0px 3px 13px;
	background: url(../../search/images/detail_tab.gif) no-repeat left bottom;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

div.detail h4{
	/*width: 250px!important;*/
	background-image: url(../../search/images/detail_tab_w.gif)!important;

}
div#searchResult h4 span{

}
/*-------------------------------------------------------------------
							view
-------------------------------------------------------------------*/
#view{
	width: 790px;
	margin: 10px 0px 20px 10px; padding: 0px 0px 0px 0px;
	border-bottom: 1px dotted #cccccc;
}



body.preview #view,
body.preview #main,
body.preview #contents-body,
body.preview div#container,
body.preview div#searchResult{
	margin-bottom: 0px;
	padding-bottom: 0px!important;
	width: 760px!important;
}



/*-------------------------------------------------------------------
						.article-header
-------------------------------------------------------------------*/


.article-header{
	width: 790px;
	margin-top: 20px;
	padding-top: 30px;
}



body.preview .article-header{
	margin-top: 0px!important;
	padding-top: 0px!important;
	margin-left: 10px!important;
}


.article-header div.infoHead{
	padding: 0 0px;
	border-bottom: 1px dotted #999999;
}

.article-header p.tag{
	display: block;
	padding-top: 10px;
}

.article-header p.tag img{
	float: left;
	margin-right: 5px;
}


/*-------------------------------------------------------------------
						div.infoHead 
-------------------------------------------------------------------*/
div.infoHead{
	position: relative;
}

div.infoHead p.job-no{
	position: absolute;
	top: 5px;
	right: 10px;

}


/*-------------------------------------------------------------------
						article-header-detail
-------------------------------------------------------------------*/

div.article-header-detail{
	margin: 10px 0px;
	padding: 0px;
	clear: both;
}

.article-header-detail p.logo{
	float: left;
	width: 174px;
	height: 40px;
	text-align: center;
	margin-right: 26px;

}

.article-header-detail p,
.article-header-detail h3{
	vertical-align: bottom;
}


/*-------------------------------------------------------------------
						各、中央寄せ
-------------------------------------------------------------------*/

div.base-info,
div.detail,
div.companyInfomation{
	width: 790px;
	margin: 0 auto;
}


/*-------------------------------------------------------------------
						table
-------------------------------------------------------------------*/
div.tableBg{
	width: 768px;
	margin: 0 0px 10px;
	padding: 10px;
	background-color: #FAFAFA;
	border: 1px solid #E0E0E0;
}

div#searchResult table{
	width: 768px!important;
	border-top: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
	border-left: 1px solid #DCDCDC;

}

div#searchResult table th,
div#searchResult table td{

}

div#searchResult table th{
	width: 25%;
	padding: 7px 10px;
	background-color: #fafafa;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
}


div#searchResult table th:last-child,
div#searchResult table td:last-child{
	/*border-bottom: none;*/
}

div#searchResult table th.mini{
	width: 100px;
	border-left: 1px solid #dcdcdc;
}
div#searchResult table td{
	padding: 7px 22px;
	background-color: #ffffff;
	border-bottom: 1px solid #dcdcdc;

}




span.caption{
	display: block;
	padding: 10px 5px 0;
	font-family: "ＭＳ ゴシック",Osaka,"ヒラギノ角ゴ Pro W3" !important;
	font-size: 80%;
	text-align: center;
}






/*-------------------------------------------------------------------
						pagetop
-------------------------------------------------------------------*/

p.page-top{
	margin-bottom: 70px;
	padding-top: 15px;
	border-top: 1px dotted #a0a0a0;
}

body.preview p.page-top{
	margin-bottom: 0px;
	padding: 0px;
}

.page-top a {
    background: url("../../images/cmn/btn_page_top.gif") no-repeat scroll left top transparent;
    float: right;
    height: 13px;
    width: 60px;
}


/*------------------------------詳細---------------------------------*/
.detail{
/*	display: none;*/
	
}
div.detail{
	width: 790px;
	margin-bottom: 5px;


}
div.detail h4{
	margin-left: 0px!important;
	background: url("../../search/images/adviser_profile.gif") no-repeat scroll left bottom !important;
	
}
div.detail div.staff{
	padding: 10px 0px;
	border-top: 1px solid #a0a0a0;
	border-bottom: 1px dotted #a0a0a0;
	clear: both;
}

div.detail p.staffImage{
	float:left;
	width: 140px;
	margin-left: 0px;
	background-color: #ffffff;
}

div.staffAdvise{
	float: right;
	width: 580px;
	margin-top: 5px;
	margin-right: 5px;
}

* html div.staffAdvise{
	margin-right: 5px;


}

div.detail p.staffName{
	margin: 0 0 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-bottom: 1px dotted #a0a0a0;
	font-size: 12px;
	font-weight: bold;
}
div.detail p.comment{
	margin-top: 5px;
	padding: 0 20px;
}



/*--------------------------ボタン類---------------------------------*/
.btn-detail{
	padding-bottom: 10px;
	text-align: center;
}
.btn-detail a{
	width: 84px; height: 24px;
	margin: 0 auto;
	background: url(../../search/images/btn_detail.gif) no-repeat scroll left top;
}
.btn-detail a:hover,.btn-detail a:active{
	background: url(../../search/images/btn_detail_ov.gif) no-repeat scroll left top;
}

.btn-close{
	padding-bottom: 10px;
	text-align: center;
}
.btn-close a{
	width: 102px; height: 24px;
	margin: 0 auto;
	background: url(../../search/images/btn_close.gif) no-repeat scroll left top;
}
.btn-close a:hover,.btn-close a:active{
	background: url(../../search/images/btn_close_ov.gif) no-repeat scroll left top;
}

.btn-agent{
	margin: 25px 0 30px; 
	text-align: center;
}
.btn-agent a{
	width: 210px; height: 35px;
	margin: 0 auto;
	background: url(../../search/images/btn_agent2.gif) no-repeat scroll left top;
}
.btn-agent a:hover,.btn-agent a:active{
	background: url(../../search/images/btn_agent2_ov.gif) no-repeat scroll left top;
}





/*-------------------------------------------------------------------
						k
-------------------------------------------------------------------*/
div#ask-Soudan{
	position: relative;
	width: 580px;
	height: 210px;
	margin-top: -30px;
	margin-left: 0px;
	padding-bottom: 20px;
	background: url(../../search/images/asksearch.gif) no-repeat scroll left top;
}

* html div#ask-Soudan{
	height: 233px;
}

/*-----[NCbNGg[{^]-----*/
div#ask-Soudan p.call1{
	position: absolute;
	top: 144px;
	left: 34px;
}
div#ask-Soudan p.call1,
div#ask-Soudan p.call1 a{
	width: 125px;
	height: 40px;
	margin: 0px!important;
}

div#ask-Soudan p.call1 a{
	background:	url("../../images/home/syusei2_03_03.gif") no-repeat scroll left top;
}

div#ask-Soudan p.call1 a:hover{
	background:	url("../../images/home/syusei2_03_03_ov.gif") no-repeat scroll left top;
}

/*-----[LAGg[{^]-----*/

div#ask-Soudan p.call2{
	position: absolute;
	top: 144px;
	left: 169px;
}
div#ask-Soudan p.call2,
div#ask-Soudan p.call2 a{
	width: 125px;
	height: 40px;
}

div#ask-Soudanp.call2 a{
	background:	url("../../images/home/syusei2_03_05.gif") no-repeat scroll left top;
}

div#ask-Soudan p.call2 a:hover{
	background:	url("../../images/home/syusei2_03_05_ov.gif") no-repeat scroll left top;
}

/*-----[LAJEZ[ﾉ遡{^]-----*/

div#ask-Soudan p.counceling{
	position: absolute;
	top: 53px;
	right: 47px;
}

div#ask-Soudan p.counceling,
div#ask-Soudan p.counceling a{
	width: 200px;
	height: 70px;
}

div#ask-Soudan p.counceling a{
	background: url(../../search/images/entry.gif) no-repeat scroll left top transparent;
}

div#ask-Soudan p.counceling a:hover{
	background: url(../../search/images/entry_ov.gif) no-repeat scroll left top transparent;
}

/*-----[]-----*/
div#ask-Soudan p.note{
	position: absolute;
	left: 0px;
	bottom: 0px;
	color: #333333;
}

* html div#ask-Soudan p.note{
	xfont-size: 11px!important;
	line-height: 1.5em;
}







































































/*--------------------------企業名---------------------------------*/
.article-header h3{
	margin-right: 10px;
	padding: 5px 0px 5px 0px;
	font-weight: bold;
	font-size: 120%;
}
.article-header h3.new{
	padding: 5px 0px 5px 40px;
	background: url(../../search/images/new.gif) no-repeat scroll 0px 4px;
}
.article-header h3 span{
	display: block;
	padding-top: 10px;
}
.article-header h3 span img{
	float: left;
	margin-right: 5px;
}

article-header-detail{

}


/*--------------------------求人情報---------------------------------*/
.base-info{
	position: relative;
}

.article h4{
	min-height: 19px;
	margin: 3px 8px 0px 8px; padding: 3px 5px;
	background-color: #5a93ff;
	border: 1px solid #848c9c;
	font-size: 110%;
}
/* Win IE6 \*/
* html .article h4{
	height: 27px;
}
/* End Win IE6 */

.article h4 span{
	display: block;
	padding: 1px 5px;
	border-left: 6px solid #ffffff;
	color: #ffffff;
	font-weight: bold;
	line-height: 1.3;
}



.article table{
	margin: 0px 8px 10px 9px;
	border-collapse: collapse;
	border: 1px solid #848c9c;
}
/* Win IE7 */
*:first-child+html .article table
{
	margin-left: 8px;
}
/* End Win IE7 */
/* Win IE6 \*/
* html .article table
{
	margin-left: 8px;
}
/* End Win IE6 */


.article th{
	width: 90px;
	padding: 5px;
	background-color: #eee;
	border: 1px solid #848c9c;
	text-align:left;
	vertical-align: middle;
	line-height: 1.3;
	font-weight:bold;
	color:#4c4c4c;
}

.article td{
	padding: 5px;
	background-color: #ffffff;
	border: 1px solid #848c9c;
	text-align: left;
	vertical-align: middle;
	line-height: 1.3;
	color:#4c4c4c;
}





/*------------------------------右カラム・アドバイス---------------------------------*/

#advise th{
	width: 130px;
	padding: 0px;
	background-color: #ffffff;
}

#advise td{
	padding: 10px;
	vertical-align: top;
}





