@charset 'UTF-8';
/*---------------------------------------------------------------------------------
area
-----------------------------------------------------------------------------------
font size
147% = 24px
135% = 22px
122% = 20px
110% = 18px
97%  = 16px
85%  = 14px
72%  = 12px
60%  = 10px
---------------------------------------------------------------------------------*/

/*
メイン
---------------------------------------------------------------------------------*/
#content {
  background: url(../img/static/bgContent.gif) repeat-y;
}

/*
メイン表示部分
---------------------------------------------------------------------------------*/
#main {
  width: 670px;
}

/*
エリア名表示部分
---------------------------------------------------------------------------------*/
#areaName {
  background: url(../img/system/search/bgArea.gif) no-repeat;
  color: #600;
  font-size: 85%;
  height: 40px;
  margin: 0 0 5px;
  padding: 5px 10px 0;
  text-align: left;
  width: 650px;
}

#areaName span {
  font-size: 147%;
  font-weight: bold;
  margin-right: 15px;
}

/*
検索部分
---------------------------------------------------------------------------------*/
#wrapSearch {
  overflow: hidden;
  width: 670px;
}

.wrapNoSelect {
  background: #e4e4e4;
  border: 1px solid;
  color: #999;
  float: left;
  margin-right: 10px;
  overflow: auto;
  overflow-x: hidden;
  text-align: left;
}

.wrapSelect {
  border: 1px solid;
  float: left;
  margin-right: 10px;
  overflow: auto;
  overflow-x: hidden;
  text-align: left;
}

#wrapSearch h5 {
  color: #fff;
  font-size: 85%;
  margin: 0 0 5px;
  padding: 5px;
}

#wrapSearch ul {
  font-size: 72%;
  list-style: none;
  margin: 0;
  padding: 0 5px 5px;
}

#wrapSearch input {
  vertical-align: bottom;
}

/*
エリア
---------------------------------------------------------------------------------*/
#detailArea {
  border-color: #9c6;
  width: 243px;
}

#detailArea h5 {
  background: #9c6;
  width: 243px;
}

/*
業種
---------------------------------------------------------------------------------*/
#detailIndustry {
  border-color: #09f;
  width: 233px;
}

#detailIndustry h5 {
  background: #09f;
  width: 233px;
}

/*
待遇
---------------------------------------------------------------------------------*/
#detailTreat {
  border-color: #f60;
  margin-right: 0;
  width: 168px;
}

#detailTreat h5 {
  background: #f60;
  width: 168px;
}

/*
検索ボタン
---------------------------------------------------------------------------------*/
#wrapBtn {
  background: #fee;
  margin: 10px auto 40px;
  padding: 7px 0 5px;
  width: 670px;
}

#btnSearch {
  background: url(../img/system/search/btnSearch.gif) no-repeat;
  border: none;
  cursor: pointer;
  display: block;
  height: 45px;
  margin: 0 auto;
  width: 315px;
}

/*
コンテンツ共通
---------------------------------------------------------------------------------*/
.wrapCnt {
  border: 1px solid #a0a0a0;
  line-height: 1.5;
  margin: 0 0 10px;
  overflow: hidden;
  padding: 2px;
  width: 664px;
}

.wrapCnt h3 {
  margin: 0;
}

/*
コンテンツ - 新着HOTニュース
---------------------------------------------------------------------------------*/
#hotNews h3 {
  background: #FF7383;
  color: #fff;
  font-size: 110%;
  font-weight: normal;
  padding: 2px 5px;
}

#hotNews #newsList {
  height: 430px;
  overflow: auto;
  width: 664px;
}

#newsList dl {
  margin: 0;
  overflow: hidden;
  width: 100%;
}

#newsList dt,
#newsList dd {
  border-bottom: 1px dotted #a0a0a0;
  display: block;
  padding: 2px 4px;
}

#newsList dt {
  color: #39f;
  float: left;
  font-size: 72%;
  margin: 0;
  padding: 3px 4px 1px;
  width: 44px;
}

#newsList dd {
  margin: 0 0 0 50px;
  text-align: left;
  width: auto;
}

#newsList dd a {
  color: #f33;
  font-size: 85%;
}

#newsList dd a:hover {
  color: #630;
}

.color {
  background: #fffcf5;
}

#newsList ul {
  font-size: 72%;
  list-style: none;
  margin: 0 0 0;
  overflow: hidden;
  padding: 0;
}

#newsList li {
  float: left;
  padding-right: 5px;
  width: auto;
}

#newsList .industryArea {
  width: auto;
}

/*
サブ表示部分
---------------------------------------------------------------------------------*/
#sub {
  width: 260px;
}

/*
サブ表示部分
---------------------------------------------------------------------------------*/
#sub .wrapCnt h3 {
  margin: 0;
  padding: 0;
}

#sub .wrapCnt {
  border: 1px solid #a0a0a0;
  line-height: 1.5;
  margin: 0 0 10px;
  overflow: hidden;
  width: 258px;
}

#sub a {
  color: #39f;
}

#sub a:hover {
  color: #f90;
}

/*
サブ - オススメ求人
---------------------------------------------------------------------------------*/
#sub #recommend {
  border-color: #a0a0a0;
  margin: 0 0 10px;
  padding: 0;
  width: 258px;
}

#sub #recommend dl {
  margin: 0 auto 10px;
  width: 245px;
}

#sub #recommend dt,
#sub #recommend dd {
  margin: 0;
  padding: 0;
}

#sub #recommend dt {
  font-size: 72%;
  padding-top: 10px;
  text-align: left;
}

#sub #recommend a,
#sub #recommend img {
  display: block;
}

#sub #recommend dd img {
  width: 245px;
}

#sub #recommend a:hover {
  left: 1px;
  position: relative;
  top: 1px;
}

/*
サブ - スピードサーチ
---------------------------------------------------------------------------------*/
#speedSearch p {
  font-size: 72%;
  font-weight: bold;
  margin: 5px;
  text-align: center;
}

#speedSearch span {
  color: #c00;
  font-size: 135%;
}

#speedSearch dl {
  margin: 5px;
  overflow: hidden;
  padding: 0;
  width: 247px;
}

#speedSearch dt,
#speedSearch dd {
  font-size: 72%;
  text-align: left;
  margin: 0;
  overflow: hidden;
}

#quickKeyword dt.keyword {
  margin-top: 5px;
}

#quickKeyword dt {
  color: #f66;
  font-size: 85%;
  padding-bottom: 2px;
}

#quickKeyword select,
#quickKeyword input {
  margin-bottom: 5px;
  width: 245px;
}

#quickKeyword option:nth-child(2n) {
  background: #ffefef;
}

#quickKeyword input {
  border: 1px solid #a0a0a0;
  padding: 0;
}

#quickKeyword .btnSearch {
  background: url(../img/static/sub/search/btnSearch.gif) no-repeat;
  float: right;
  border: 0;
  cursor: pointer;
  height: 25px;
  width: 90px;
}

#speedSearch #selectSearch {
  display: block;
  height: 30px;
  margin: 0 auto 5px;
  overflow: hidden;
  text-indent: -9999px;
  width: 248px;
}

#speedSearch .panel {
  cursor: pointer;
}

#speedSearch .panel a {
  text-decoration: none;
}

#speedSearch .panel-up {
  background: url(../img/static/sub/search/btnOpen.gif) no-repeat scroll 0 0;
}

#speedSearch .panel-down {
  background: url(../img/static/sub/search/btnClose.gif) no-repeat scroll 0 0;
}

#speedSearch .panel-closed {
  display: none;
}

#selectCondition dt {
  background: #fee;
  font-weight: bold;
  margin: 5px 0 3px 0;
  padding: 3px 0;
  text-align: center;
}

#selectCondition dt.uniqueWord {
	clear: both;
}

#selectCondition dd {
  padding: 0 0 5px;
}

#selectCondition dd.treatment {
  float: left;
  width: 120px;
}

/*
サブ - バナー
---------------------------------------------------------------------------------*/
#sub .banner a {
  display: block;
  margin-bottom: 10px;
}

#sub .banner a:hover {
  left: 1px;
  position: relative;
  top: 1px;
}

#sub .banner img {
  border: 1px solid #a0a0a0;
  width: 258px;
}

/*
サブ - 運営サイト
---------------------------------------------------------------------------------*/
#site ul {
  list-style: none;
  margin: 9px 0 4px 9px;
  padding: 0;
  text-align: left;
}

#site li {
  margin: 0;
  overflow: hidden;
  padding: 0 9px 5px 0;
}

#site a {
  display: block;
  float: left;
}

#site p {
  font-size: 60%;
  margin: 0 0 0 125px;
}

/*
サブ - クライアント様向け情報
---------------------------------------------------------------------------------*/
#client ul {
  list-style: none;
  margin: 4px;
  overflow: hidden;
  padding: 0;
  text-align: left;
}

#client li {
  float: left;
  margin: 0;
  padding: 5px;
  width: 115px;
}

#client img {
  vertical-align: bottom;
}