/*********************************************************************
 * お仕事検索 CSS
 * （jr_GnsAY0020Servlet）
 *
 * @author  C.Yamauchi (Nesty)
 * @version 1.00 (2019/01/21) create
*********************************************************************/
@charset "Shift_JIS";

/* フォーム部分 */
#input_form {
  width: 920px;
  margin: 0 auto;

}

/* 項目タイトル */
.ds_form_title {
  font-weight:bold;
  font-size:13px;
  margin-bottom: 5px;
}

/* 検索条件畳込部分 */
.ds_form_link {
  width: 850px;
  height:30px;
  background-color:#A1BCED;
  margin: 0 auto;
  cursor: pointer;
}
.ds_form_link_close_radius {
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
}
.ds_form_link_open_radius {
  -moz-border-radius:4px 4px 0px 0px;
  -webkit-border-radius:4px 4px 0px 0px;
  border-radius:4px 4px 0px 0px;
}

.ds_form_link:hover {
  background-color:#6E99E5;
}
.ds_form_link span {
  text-decoration: none;
  color:#ffffff;
  font-size:14px;
  font-weight:bold;
  position:relative;top:4px;
}
.ds_form_link span img {
  position:relative;top:2px;
}

/* 検索部分枠 */
.ds_form_search_header {
-moz-border-radius:0px 0px 4px 4px;
-webkit-border-radius:0px 0px 4px 4px;
border-radius:0px 0px 4px 4px;
width: 850px;
margin: 0 auto;
background-color:#A1BCED;
}

.ds_form_search_contents {
background-color:#FFFFFF;
-moz-border-radius:0px 0px 4px 4px;
-webkit-border-radius:0px 0px 4px 4px;
border-radius:0px 0px 4px 4px;
width: 844px;
position: relative;left:3px;
}

/* 検索条件見出し共通 */
.ds_form_title2 {
  width: 330px;
  text-align: left;
  padding-left:10px;
  margin-left: 20px;
  background-color:#f2c071;
  margin-bottom: 5px;
}
.ds_form_title2 div {
  padding-left:5px;
  background-color: #ffffff;
  border-bottom: 2px solid #f2c071;
}

/* 検索条件共通 */
.ds_form_content {
  width: 880px;
  margin-left:40px;
  margin-bottom: 20px;
  text-align: left;
}

/* エリア */
.ds_area_table td {
  width:140px;
}


/* 職種 */
.ds_work_div_table th {
  background-color: #eeeeee;
  text-indent: 0.1em;
  text-align: left;
  width: 210px;
}
.ds_work_div_table td {

  vertical-align: top;
}

.ds_work_div_inner_table td {
  width:210px;

}

.ds_work_div_table_border {
  background-color: #dddddd;
  height: 1px;
  padding: 0px 0px;
}

/* 時給 */
.ds_money {
  text-align:right;
  width:60px;
  ime-mode:inactive;
}

/* こだわり条件 */
.ds_work_cond_table td {
  width:140px;
}

/* 検索ボタン */
.ds_form_button {
  margin-top: 20px;
  text-align: center;
}

/* 線 */
.ds_form_border {
  height: 1px;
  background-color: #cccccc;
  width: 850px;
  margin: 0 auto;
}

/* 1行スペース */
.ds_line_space {
  height:10px;
}


/* お仕事情報明細 */
.ds_work_detail_table {
  width: 712px;
  height: 136px;
  text-align: left;
}
.ds_work_detail_table th {
  width: 100px;
  height: 20px;
  background-color: #eeeeee;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  padding: 5px;
  text-align: center;
}
.ds_work_detail_table TD {
  word-break: break-all;
}

.ds_work_detail_table_border {
  height: 1px;
  background-color: #dddddd;
  padding: 0px 0px;
}

/* お仕事情報明細・アイコン部分 */
.ds_work_detail_table_title {
  height: 20px;
  text-align: left;
}

/* お仕事情報明細・内容部分 */
.ds_work_detail_table_contents {
  height: 50px;
}

/* お仕事情報明細・項目部分 */
.ds_work_detail_table_column {
  height: 25px;
}
.ds_work_detail_table_column td {
  width: 256px;
}

/* お仕事情報明細・ボタン */
.ds_work_detail_table_button {
  padding-top: 10px;
  text-align: center;
}