@charset "UTF-8";
/*
 * /entry/error/temp.html
 *
 */

/* ==============================================
  ジョブメドレーエージェント 薬剤師　登録フォーム
============================================== */
.temp_form_01 {
  width: 718px;
  border: 1px solid #ecdde0;
  float: left;
}
  .temp_form_01 table {
    width: 100%;
  }
    .temp_form_01 table th {
      border-bottom: 1px solid #fff;
      background-color: #ecdde0;
      vertical-align: top;
      font-weight: bold;
      color: #771d37;
      width: 166px;
      padding: 13px 20px;
      overflow: hidden;
    }
    .temp_form_01 table td {
      border-bottom: 1px solid #ecdde0;
      padding: 10px 20px;
      overflow: hidden;
    }
    .temp_form_01 table th.temp_table_title_01 {
      border-bottom: 1px solid #ecdde0;
      padding: 0;
    }
    .temp_form_01 table tr.last th,
    .temp_form_01 table tr.last td {
      border-bottom: none;
    }
    .temp_form_01 table td.temp_error_td_01 {
      background-color: #f3f3f3;
    }
      .temp_form_01 table td div.temp_address_01 {
        padding: 0;
        display: block;
        min-height: 1%;
      }
      .temp_form_01 table td div.temp_address_01:after {
        clear: both;
        content:".";
        display: block;
        height: 0;
        visibility: hidden;
      }
        .temp_form_01 table td div.temp_address_01 select {
          margin-top: 1px;
        }

/* ==============================================
  input text style
============================================== */
.temp_input_01 {
  width: 290px;
  border: 1px solid #abadb3;
  padding: 3px 8px;
  margin-bottom: 2px;
}
.temp_input_02 {
  width: 32px;
  border: 1px solid #abadb3;
  padding: 3px 8px;
}

/* ==============================================
  select type
============================================== */
.temp_select_01 {
  border: 1px solid #abadb3;
}

/* ==============================================
  textarea type
============================================== */
.temp_textarea_01 {
  border: 1px solid #abadb3;
  width: 452px;
  height: 84px;
  padding: 3px 8px;
}

/* ==============================================
  例
============================================== */
.temp_example_01 {
  color: #999;
}
.temp_address_example_01 {
  margin-left: 120px;
  color: #999;
}

/* ==============================================
  電話番号ハイフン
============================================== */
.temp_tel_01 {
  color: #999;
  margin: 0 5px;
}

/* ==============================================
  かっこ書き
============================================== */
.temp_method_01 {
  color: #a2576e;
  font-size: 84%;
  vertical-align: middle;
}
.temp_method_02 {
  color: #a2576e;
  font-size: 84%;
  padding-top: 2px;
  margin-left: 15px;
  float: left;
}

/* ==============================================
  select list
============================================== */
.temp_select_list_01 {
  display: block;
  min-height: 1%;
}
.temp_select_list_01:after {
  clear: both;
  content:".";
  display: block;
  height: 0;
  visibility: hidden;
}
  .temp_select_list_01 li {
    float: left;
    margin-right: 20px;
  }
  .temp_select_list_01 li.last {
    margin-right: 0;
  }

/* ==============================================
  error
============================================== */
.temp_error_list_01 {
  border:1px solid #ed2626;
  background-color:#fcfeb9;
  margin: 15px 0 0;
  padding: 10px;
}
  .temp_error_list_01 dt {
    font-weight: bold;
    font-size: 117%;
    padding-left: 22px;
    background: url(/entry/error/img/error_icn_01.gif) no-repeat left 0.1em;
    margin-bottom: 15px;
    color: #444;
  }
  .temp_error_list_01 dd {
    font-weight: bold;
    color: #ed2626;
    background: url(/entry/error/img/error_icn_check.gif) no-repeat left center;
    padding-left:18px;
  }
.temp_error_txt_01 {
  color: #ed2626;
  margin-bottom: 3px;
}

/* ==============================================
  その他 例
============================================== */
.temp_other_example_01 {
  margin-top: 3px;
  color: #999;
  display: block;
  min-height: 1%;
}
.temp_other_example_01:after {
  clear: both;
  content:".";
  display: block;
  height: 0;
  visibility: hidden;
}
  .temp_other_example_01 .head {
    float: left;
  }
  .temp_other_example_01 .text {
    overflow: hidden;
    display: block;
  }
  /* IE7用 */
  *:first-child+html .temp_other_example_01 .text {
    zoom: 1;
  }

/* ==============================================
      利用規約　個人情報の取り扱いについて
============================================== */
.temp_terms_link_01 {
  margin-top: 30px;
  text-align: center;
}
  .temp_terms_link_01 li {
    margin-right: 30px;
    padding-left: 11px;
    background: url(/common/img/bullet/link_blt_01.png) no-repeat left 0.3em;
    display: inline-block;
  }
  /* IE7用 */
  *:first-child+html .temp_terms_link_01 li {
    display: inline;
    zoom: 1;
  }
  .temp_terms_link_01 li.last {
    margin-right: 0;
  }

/* ==============================================
  disabled
============================================== */
.disabled {
  color: #999;
  cursor: default;
}

/* ==============================================
  プライバシーポリシー
============================================== */
.temp_privacy_01 {
  float: right;
  width: 168px;
  height: 610px;
  border: 1px solid #ecdde0;
}

/* ==============================================
  必須
============================================== */
.required {
  background: url(/common/img/icon/required_icn_01.png) no-repeat right 0.1em;
  padding-right: 45px;
}

/* ==============================================
  DBエラー
============================================== */
.db-error {
color: #FF0000;
border: solid 2px #FF0000;
padding: 20px;
margin-top: 10px;
text-align: center;
background-color: #FFF4F4;
}
.db-title {
font-size: 16px;
font-weight: bold;
}
.db-icon {
margin-right: 5px;
}
.db-message {
margin-top: 10px;
}
.db-number {
font-size: 20px;
font-weight: bold;
margin-top: 20px;
line-height: 1.1;
}
.db-info {
margin-top: 5px;
}