@charset "utf-8";
/* CSS Document */

#l_column {
	width: 560px;
	margin-bottom: 40px;
	padding: 10px 14px 20px 0;
	float:left;
}

#r_column {
	float: left;
	padding: 10px 0 40px 0;
	width: 226px;
}


/***************************************************************************
		
		　　　　求人詳細ページ内ヘッダー（会社名・職種名）
		
***************************************************************************/

#detail_header {
	width: 800px;
	height: 96px;
}

/********************　会社名　****************************/

#comp_name {
	margin: 10px 0 0 0;
	width: 800px;
	height: 60px;
	background: url(../images/details/detail_header.gif) no-repeat;
}

#comp_name h1 {
	float: left;
	width: 585px;
	padding: 20px 0 0 20px;
	font-size: 18px;
	color: #1C3E5D;
}

/****応募ボタン****/

#s_apply {
	float: left;
	margin-top: 16px;
	width: 175px;
	height: 35px;
	background: url(../images/details/apply.gif) no-repeat;
	text-indent: -99999px;
}

#s_apply a {
	display: block;
	width: 175px;
	height: 35px;
}

#s_apply a:hover {
	background: url(../images/details/apply.gif);
	background-position: 0 -35px;
}
	

/********************　職種名　****************************/

#job_name {
	width: 800px;
	height: 36px;
	background: url(../images/details/job_name.gif) no-repeat;
}

#job_name h2 {
	float:left;
	width: 585px;
	padding: 6px 0 0 20px;
	font-size: 16px;
	color: #1C3E5D;
}

*html #job_name h2 {
	padding: 10px 0 0 20px;
}

#job_number {
	float: left;
	margin-top: 10px;
	width: 195px;
	text-align: right;
}

/***************************************************************************
													左カラム
***************************************************************************/

/********************　PRページタブ　****************************/


#pr_tab ul li,#outline_tab ul li, #outline_only_tab ul li {
	float:left;
	list-style-type: none;
	text-indent: -99999px;
}

#pr_tab {
	margin-top: 30px;
	width: 560px;
	height: 34px;
	background: url(../images/details/detail_tab.gif) no-repeat;
}

#outline_tab {
	margin-top: 30px;
	width: 560px;
	height: 34px;
	background: url(../images/details/detail_tab.gif) no-repeat;
	background-position: 0 -34px; 
}

#outline_only_tab {
	margin-top: 30px;
	width: 560px;
	height: 34px;
	background: url(../images/details/outline_tab.gif) no-repeat;
}


#pr {
	padding-left: 20px;
	width: 120px;
	height: 34px;
}

#outline {
	width: 131px;
	height: 34px;
	padding-left: 20px;
}

#pr a {
	display:block;
	width: 120px;
	height: 34px;
}

#outline a{
	display: block;
	width: 131px;
	height: 34px;
}


/********************　メッセージ欄　****************************/

#comp_message_title {
	margin: 10px 0 20px 0;
	width: 560px;
	height: 34px;
	background: url(../images/details/message.gif) no-repeat;
	border-bottom: 1px #999 dotted;
	text-indent: -99999px;
}

#message_upper {
	margin-bottom: 40px;
	width: 560px;
	clear: both;
}

#message_upper img {
	padding:0 20px 40px 0;
	display: block;
	float: left;
	width: 220px;
}

#message_upper h3 {
	font-size: 15px;
	line-height: 160%;
	color: #F33;
}

#message_upper h4 {
	margin-top: 20px;
	font-size: 12px;
	color: #333;
}

#message_upper p {
	margin-top: 10px;
	line-height: 180%;
	text-align: justify;
	text-justify: distribute;
}

#messege_under {
	width: 560px;
	clear: both;
}

#message_under img {
	padding: 0 0 20px 20px;
	display: block;
	float: right;
	width: 220px;
}

#message_under h4 {
	font-size: 12px;
	color: #333;
}

#message_under p {
	margin-top: 10px;
	line-height: 180%;
	text-align: justify;
	text-justify: distribute;
}



/********************　インタビュー欄　****************************/

#interviews h4 {
	margin-top: 50px;
	width: 560px;
	height: 34px;
	background: url(../images/details/interview.gif) no-repeat;
	text-indent: -99999px;
	clear: both;
}

.interview_contents {
	padding: 5px;
	margin-bottom: 5px;
	height: auto;
	width: 548px;
	background-color: #E9E7E2;
	border: 1px #BBBDBF solid;
}

.interview_contents dt{
	float: left;
	padding: 5px 0 0 5px;
	width: 125px;
	font-weight: bold;
}

.interview_contents dd {
	float: left;
	padding: 10px 10px 10px 10px;
	width: 396px;
	border: 1px #BBBDBF solid;
	line-height: 160%;
	background-color: #FFF;
}

/********************　募集要項　応募要項欄　****************************/
#rec_outline h4 {	
	margin-top: 20px;
	width: 560px;
	height: 34px;
	background: url(../images/details/rec_outline.gif) no-repeat;
	text-indent: -99999px;
}

#apply_outline {
	margin-bottom: 40px;
}

#apply_outline h4 {	
	margin-top: 20px;
	width: 560px;
	height: 34px;
	background: url(../images/details/apply_outline.gif) no-repeat;
	text-indent: -99999px;
}

.first_child {
	width: 558px;
	background-color: #E9E7E2;
	border: 1px #BBBDBF solid;
	border-bottom: none;
}

.second_child {
	width: 558px;
	background-color: #E9E7E2;
	border: 1px #BBBDBF solid;
}

.detail_form dt, .first_child dt, .second_child dt {
	float: left;
	padding: 12px 0 12px 10px;
	width: 120px;
	font-weight: bold;
}

.detail_form dd, .first_child dd, .second_child dd{
	float: left;
	padding: 12px 10px 12px 10px;
	width: 407px;
	min-height: 54px;
	border-left: 1px #BBBDBF solid;
	background-color: #FFF;
	text-align: justify;
	text-justify: distribute;
}

*html .detail_form dd, *html .first_child dd, *html .second_child dd {
	line-height: 160%;
	height: 54px;
}

.detail_form {
	width: 558px;
	background-color: #E9E7E2;
	border-left: 1px #BBBDBF solid;
	border-right: 1px #BBBDBF solid;
	border-bottom: 1px #BBBDBF solid;
}

iframe {
	margin: 20px 0 0 0;
}

/****応募ボタン****/
#l_apply {
	margin: 20px auto 10px auto;
	width: 210px;
	height: 42px;
	background: url(../images/details/l_apply.gif) no-repeat;
	text-indent: -99999px;
}

#l_apply a {
	display: block;
	width: 210px;
	height: 42px;
}

#l_apply a:hover {
	background: url(../images/details/l_apply.gif) no-repeat;
	background-position: 0 -42px;
}

/***************************************************************************
													右カラム
***************************************************************************/

/********************　会社概要　****************************/
#comp_prof_title {
	margin-top: 30px;
	width: 226px;
	height: 34px;
	background: url(../images/details/company_prof.gif) no-repeat;
	text-indent: -99999px;
}

#comp_prof, #others {
	padding: 10px 0 10px 0;
	width: 224px;
	border-left: 1px #CCC solid;
	border-right: 1px #CCC solid;
	border-bottom: 1px #CCC solid;
}

#comp_prof_upper {
	width: 214;
	padding: 8px;
}

#comp_prof_under {
	width: 214;
	padding: 8px;
}

#comp_hpadd {
	margin:0 8px 0 8px;
	padding:10px 0 10px 0;
	width: 198;
	border-top: 1px #CCC dotted;
	border-bottom: 1px #CCC dotted;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
}

#comp_hpadd  a {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
}
	
#comp_prof_upper, #comp_prof_under {	
	font-size: 11px;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	line-height: 140%;
	text-align: justify;
	text-jutify: distribute;
}

/*****************　この会社の他の求人　****************************/

#others_title {
	margin-top: 30px;
	width: 226px;
	height: 34px;
	background: url(../images/details/other.gif) no-repeat;
	text-indent: -99999px;
}

#others ul {
		padding: 10px;
}

#others ul li {
	margin-bottom: 10px;
	padding-left: 12px;
	background: url(../images/details/tri_ora.gif) no-repeat;
	background-position: 0 5px;
	list-style-type: none;
}

/******************************************************************/


#job_footer {
	width: 800px;
	border-top: 1px #999 dotted;
	clear: both;
}






	
