co_offer_list.offer_detail {
  position: relative;
  background: #fff;
  overflow: hidden;
  width:660px;
  margin: 3px 0 0 0;
  clear: both;
}
.offer_detail em {
	clear: both;
  display: block;
  background: #AE0000;
  width:80px;
  margin: 0px 0 10px 0;
  color: #FFF;
  padding:2px 10px;
  text-align:center;
  height: 20px;
  line-height:20px;
}
.offer_detail #offer_title {
  margin:30px 0 10px 0;
  border-top: 1px solid #669900;
  border-bottom: 1px solid #669900;
  color:#4E6820 ;
  padding:10px ;
  font-size: 16px;
  background: #F5FBE1;
}
.offer_detail #offer_title h2{
  font-size:20px;
  margin:0;
  color:#000000;
  border-bottom:1px dotted #D5DFB5;
}
.offer_detail #offer_title h3{
  font-size: 14px;
  margin:0;
}
.offer_detail #offer_title h3 span{
  font-size:12px;
  color:#999;
}




.offer_detail h3{
  font-size: 16px;
}
.top_txt {
	overflow: hidden;
	_display:inline-block;
}
.top_txt p{
  float: left;
  margin:0 0 20px 0;
  }
.top_txt p img{
  margin:0 20px 0px 0;
}
.top_txt p span {
  display:block;
  max-width:300px;
  line-height: 14px;
}
.offer_detail table.pic {
  width: 655px;
  overflow: hidden;
  margin:20px 0;
  }
.offer_detail table.pic td {
  width:217px;
  overflow: hidden;
  text-align:center;
}
.offer_detail table.pic td img{
	max-height: 155px;
	}
/**
	width:expression(document.body.clientheight < 502? "50px" : document.body.clientheight > 152? "150px" : "auto");
	width:expression(document.body.clientWidth < 52? "50px" : document.body.clientWidth > 202? "200px" : "auto");
**/
.offer_detail table.main {
  border-collapse: collapse;
  width:100%;
  margin-bottom:10px;
}
.offer_detail table.main th,
.offer_detail table.main td {
  border: 1px solid #AAA;
  padding: 10px;
  font-size: 12px;
}
.offer_detail table.main th {
  background: #f2f2f2;
  width:20%;
}
.offer_detail table.main td.top {
  width:100%;
  font-size:16px;
  background: url(../img/common/line_bar01.gif) repeat-x left top;
  overflow: hidden;
  color:#FFF;
  font-weight:bold;
}
.offer_detail table.main td.top a{
  color:#FFF;
}
/**************前のページへ戻るボタン***/
.offer_retune_btn {
  position: absolute;
  top:35px;
  left: 15px;
  
}
.offer_retune_btn a{
  width:120px;
  height:52px;
  display:block;
  background: url(../img/offer_detail/offer_retune_btn.gif) no-repeat left top;
  text-indent: -99999em;
}
/*********アフィリエイト左***************/
.o_a_left {
	position: absolute;
	left: 15px ;
	top: 93px;
}

/*********アフィリエイト右***************/
.o_a_right {
	position: absolute;
	right: 15px ;
	top: 90px;
}
.o_a_right02 {
	position: absolute;
	right: 15px ;
	top: 35px;
}

/*********応募ボタン********************/
.btn_top {
  position:absolute;
  right: 0;
  top:0;
}
.btn_top a{
  float: right;
  margin:0 0 0 10px;
}
a.apply_contact {
  display: block;
  width:240px;
}
a.oubo_btn {
  display: block;
  width:193px;
  height:35px;
  overflow:hidden;
  text-indent:-99999em;
  background: url(../img/offer_detail/oubo_btn.gif) no-repeat left top;
  margin: 0 auto;
}
a.oubo_btn:hover {
  background-position: left -35px;
}



.btn_center {
  clear: both;
  margin:10px 0;
  text-align: center;
}
/****************企業詳細ボタン*****************/
a.co_d_l {
  display: block;
  width:139px;
  height:23px;
  float: right;
  overflow:hidden;
  text-indent:-99999em;
  background: url(../img/offer_detail/co_detail_btn.gif) no-repeat left top;
}
a.co_d_l:hover {
  background-position: left -23px;
}

/***********************企業詳細ページのみ*****************************/

.co_offer_list {
	width: 300px;
	border-radius:8px ;
	-moz-border-radius:8px ;
	-webkit-border-radius:8px ;
	border: 1px solid #aaa;
	margin:0 0 10px 0;
	overflow:hidden;

}
.co_offer_list h3{
	font-size: 14px;
	padding: 7px;
	margin: 0;
	background: #F8F8ED;
	border-bottom: 1px solid #aaa;
	-moz-border-radius-topleft:7px ;
	-moz-border-radius-topright:7px ;
	-webkit-border-top-left-radius:7px ;
	-webkit-border-top-right-radius:7px ;
}

.co_offer_list ul{
  border-top: none;
  padding:10px 5px;
  background: #FFF url(../img/common/gra01.gif) repeat-x left top;
	-moz-border-radius-bottomleft:7px ;
	-moz-border-radius-bottomright:7px ;
	-webkit-border-bottom-left-radius:7px ;
	-webkit-border-bottom-right-radius:7px ;
}
.co_offer_list ul li a{
  display: block;
  border-bottom:1px dotted #aaa;
  padding:5px 0 5px 8px;
  background: url(../img/common/list01.gif) no-repeat left center;
}
.co_offer_list ul li a:hover{
  background: #ddd url(../img/common/list01.gif) no-repeat left center;
}
.co_txt_bottom {
	overflow: hidden;
  border: 1px solid #86693E;
  border-top: none;
  padding:10px;
  background: #FFF url(../img/common/gra01.gif) repeat-x left top;
}
co_txt_bottom {}
/**企業詳細タイトル**/
table.main th.co_t_title {
	background: url(../img/common/bg04.gif) repeat-x left top;
	color: #FFF;
	font-weight: bold;
}
.corp_map {
	width: 300px;
	border-radius:8px ;
	-moz-border-radius:8px ;
	-webkit-border-radius:8px ;
	border: 1px solid #aaa;
	overflow:hidden;
}
.corp_map h3{
	font-size: 14px;
	padding: 7px;
	margin: 0;
	background: #F8F8ED;
	border-bottom: 1px solid #aaa;
	-moz-border-radius-topleft:7px ;
	-moz-border-radius-topright:7px ;
	-webkit-border-top-left-radius:7px ;
	-webkit-border-top-right-radius:7px ;
}
#gmap {
	-moz-border-radius-bottomleft:7px ;
	-moz-border-radius-bottomright:7px ;
	-webkit-border-bottom-left-radius:7px ;
	-webkit-border-bottom-right-radius:7px ;
	width: 300px;
	height: 330px;
}

/******************************************************************
							サンプル表示用（背景を#FFF）
******************************************************************/
.offer_sample_wrapper {
	background: #FFF;
	padding: 20px;
}

/**********************************************************************************/
						/*	ハローワーク表示　
/**********************************************************************************/
.hw_bottom {
	background: #FFF url(../img/offer_detail/hw_bg.gif) repeat-x left top;
	padding:0 10px 10px 10px;
	color: #111;
}
.hw_bottom h3{
	font-size: 14px;
	color:#FFF;
	line-height:30px;
}

/****************問い合わせボタン************************/
a.oubo_btn2 {
  display: block;
  width:273px;
  height:55px;
  overflow:hidden;
  text-indent:-99999em;
  background: url(../img/offer_detail/oubo_btn2.gif) no-repeat left top;
  margin: 0 auto;
}
a.oubo_btn2:hover {
  background-position: left -55px;
}

/*********ハローワーク整理番号**********/
#hw_offer_title {
	background: #FFCC00;
	padding:5px;
	margin:0 0 20px 0;
	text-align: center;
}
#hw_offer_title .top_txt{
	margin:20px 0;
	color:#111;
	font-size: 16px;
	text-align: center;
}

#hw_offer_title dl {
	background: #FFFCE8;
	padding: 10px 0;
}
#hw_offer_title dl h2{
	padding: 3px 20px;
	color:#000;
	font-size:20px;
	margin:0;
}
#hw_offer_title dl h2 span{
	padding: 3px 20px;
	color:#CC0000;
	font-size:24px;
	margin:0;
}

#hw_offer_title dl dd{
	padding: 10px;
	margin:10px 10px 0 10px;
}

#hw_offer_title dl h3{
	padding: 3px 20px;
	margin: 0;
	font-size: 14px;
	color:#CC0000;
}

#hw_offer_title dl h3 span{
	color:#666;
}
/****/
#hw_offer_title #gmap {
	border: 1px solid #9C8D65;
	width: 500px;
	height: 300px;
	margin: 0 auto;
}

/***********ハローワーク求人について*************/
dl.hwkt {
	border:1px solid #2B6693;
	margin:0 0 10px 0;
	padding:1px ;
	}
dl.hwkt dt {
	background: #2665A4;
	color:#fff;
	font-weight:bold;
	padding:7px ;
	font-size:16px;
	text-align:center;
}
dl.hwkt dd{
	background: #DEEBF8;
	padding:10px 20px;
}
/*****************他の情報を見る******************************/
.of_bottom_link {
	border: 1px solid #ccc;
	background: url(../img/common/gra_under.gif) repeat-x left bottom;
	padding:15px;
	margin:10px 0 0 0;
}
.of_bottom_link a {padding:1px 0 1px 20px;display:block;color:#111;}
.of_bottom_link a.job_l {background: url(../img/common/icons/clipboard_16.png) no-repeat left center;}
.of_bottom_link a.ofl_l {background: url(../img/common/icons/label_16.png) no-repeat left center;}
.of_bottom_link a.area_l {background: url(../img/common/icons/globe_16.png) no-repeat left center;}


/*******************kikin_area****************/
.kikin_area {
	font-family: 'ＭＳ Ｐゴシック';
	border: 1px solid #FF6600;
	width: 118px;
	margin:0 0 10px 0;
	background: #F4FBE6;
}
.kikin_area h3{
	font-size: 14px;
	margin: 0;
	background:#FF6600 ;
	padding:5px;
}
.kikin_area h3 a{
	color: #333;
	line-height:130%;
	color:#FFF;
}
.kikin_area p{
	margin: 0 5px;
	line-height: 130%;
}
.kikin_area .links a{
	color: #FF6600;
	font-size: 90%;
	text-decoration:none;
	margin: 0 5px 5px 5px;

}
.kikin_area .kikin {
	color:#006600;
}
/*******存在しないページの場合***********/

#hw_no_page {
	height: 900px;
	margin: 64px 30px;
}
#hw_no_page p{
}

