/* ==================================== フォーム要素 ==================================== */
input, select, textarea {
font-size: 0.96em;
font-family:"ＭＳゴシック", "MS PGothic", Sans-Serif;
}

/* チェックボックステーブル */
table.checkbox {
  margin: 8px auto;
  width: auto;
}
table.checkbox td {
  padding: 0px 6px 0px;
}
/* チェックボックス */
.input-checkbox input[type="checkbox"] {
  display: none;
}
.input-checkbox label {
  position: relative;
  padding-left: 1.5em;
  display: inline-block;
  cursor: pointer;
  line-height:1.2;
}
.input-checkbox label:before, .input-checkbox label:after {
  content: '';
  position: absolute;
  display: inline-block;
}
.input-checkbox label:before {
  border: 1px solid #9e9e9e;
  background-color: #e6e6e6;
  left: 0;
  top: .1em;
  width: 1em;
  height: 1em;
}
.db label:before {
  background-color: gray;
}
.input-checkbox label:after {
  width: .4em;
  height: .8em;
  left: .3em;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-radius: 1.5px;
  transform: rotate(45deg);
  transition: border-bottom-color, border-right-color .2s ease;
}
.input-checkbox input[type="checkbox"]:checked + label:after {
  border-color: #14854a;
}
.site_search table.checkbox {
  margin: 0px auto;
}
.site_search table.checkbox td {
  padding: 0px 10px 0px 0px;
}
.service_order_list td.input-checkbox {
  position: relative;
}
.service_order_list td.input-checkbox label {
  left: 0.4em;
}
/* ==================================== ボタン ==================================== */
/* ブラウザデフォルトのボタンを非表示にするための記述です */
input#send, input#search, input#search_all, input#search_past, input#filter, input#cancel,
input#submit, input#submit2, input#submit3, input#submit4, input#submit5, input#submit6, input#submit7, input#submit8, input#submit9, input#submit10,
input#add, input#add1, input#add2, input#add3, input#add4, input#add5, input#add6, input#add7, input#add8, input#add9, input#add10,
input#addnew, input#reculc, input#fix, input#csvdl, input#show, input#hide, input#close, input#plus, input#minus, input#register, input#apply,
input#reuse, input#history, input#return, input#close, input#upload, input#print1, input#print2,
input#change1, input#change2, input#change3, input#change4, input#change5, input#change6, input#change7, input#change8, input#change9, input#change10,
input#search1, input#search2, input#search3, input#search4, input#search5,input#search6, input#search7, input#search8, input#search9, input#search10,
input#select {
  display: none;
}
/* グレー検索ボタン */
.search_btn_grey {
  display: inline-block;
  border: 1px solid #32b16c;
  background-color: #f2f2f2;
  color: #00813d;
  border-radius: 3px;
  padding: 6px 18px 6px 24px;
  cursor: pointer;
  background-image: url("../img/btn_search_gr.svg");
  background-position: center left;
  background-repeat: no-repeat;
  margin: 0 2px;
}
.btn_reg {
  display: inline-block;
  border: 1px solid #32b16c;
  background-color: #f2f2f2;
  color: #00813d;
  border-radius: 3px;
  padding: 5px 8px;
  cursor: pointer;
}
/* 通常ボタン固定サイズ */
.btn_reg_120 {
  display: inline-block;
  border: 1px solid #32b16c;
  background-color: #f2f2f2;
  color: #00813d;
  border-radius: 3px;
  padding: 8px 0;
  text-align: center;
  width: 120px;
  cursor: pointer;
}
.service_order_list .btn_reg {
  padding: 5px 4px;
}
/* 定時資材購入申請一覧・発注内容登録 リスト〜ではボタン幅を小さくする */
.site_orderlist_grey .btn_reg, .site_orderlist_green .btn_reg {
  padding: 3px 4px 4px;
  margin: 0;
}
.order_spec .btn_reg, .spec_detail th .btn_reg {
  padding: 4px 5px;
}
/* オレンジ検索ボタン */
.search_btn_orange {
  border: 1px solid #ff8400;
  background-color: #ff8400;
  color: #ffffff;
  border-radius: 3px;
  padding: 6px 16px 6px 26px;
  cursor: pointer;
  background-image: url("../img/btn_search.svg");
  background-position: 1px;
  background-repeat: no-repeat;
}
/* オレンジ検索ボタン */
/*#5812対応　画像差し替え--*/
.search_btn_orange_past {
    border: 1px solid #ff8400;
    background-color: #ff8400;
    color: #ffffff;
    border-radius: 3px;
    padding: 6px 16px 6px 26px;
    cursor: pointer;
    background-image: url("../img/btn_cart.svg");
    background-size:auto;
    background-position: 1px;
    background-repeat: no-repeat;
}
/* 定時資材発注用 「発注した商品が見付からない」オレンジ検索ボタン */
.search_btn_orange_prod {
  border: 1px solid #ff8400;
  background-color: #ff8400;
  color: #ffffff;
  border-radius: 3px;
  padding: 6px 16px 6px 26px;
  cursor: pointer;
  background-image: url("../img/btn_prod_search.svg");
  background-position: 1px;
  background-repeat: no-repeat;
}
/* 定時資材発注用　オレンジ検索ボタン */
/*#5812対応　画像差し替え--*/
.order_search .search_btn_orange, .order_search .search_btn_orange_prod, .order_search .search_btn_orange_past {
    width: 16em;
    text-align: center;
    display: block;
    margin-bottom: 5px;
}
/* 定時資材発注用 発注リストに追加ボタン */
.add_list_btn_orange {
  display: inline-block;
  border: 1px solid #ff8400;
  background-color: #ff8400;
  color: #ffffff;
  border-radius: 3px;
  padding: 6px 12px 6px 25px;
  cursor: pointer;
  background-image: url("../img/btn_order_list.svg");
  background-position: 1px;
  background-repeat: no-repeat;
}
/*#6455対応 追加ボタンの色を青に変更*/
.add_list_btn_blue {
    display: inline-block;
    border: 1px solid #3300FF;
    background-color: #3300FF;
    color: #ffffff;
    border-radius: 3px;
    padding: 6px 12px 6px 25px;
    cursor: pointer;
    background-image: url("../img/btn_order_list.svg");
    background-position: 1px;
    background-repeat: no-repeat;
    font-size:0.91em;
    line-height: 25px !important;
}
/* 現場検索エリア表示ボタン */
.show_btn_green {
  display: inline-block;
  border: 1px solid #32b16c;
  background-color: #cdfece;
  color: #00813d;
  border-radius: 3px;
  padding: 8px 25px 8px 30px;
  cursor: pointer;
  background-image: url("../img/btn_arrow_show.svg");
  background-position: center left;
  background-repeat: no-repeat;
  margin: 0 2px 8px 2px;
}
/* 現場検索エリア非表示ボタン */
.hide_btn_grey {
  display: inline-block;
  border: 1px solid #32b16c;
  background-color: #f2f2f2;
  color: #000;
  border-radius: 3px;
  padding: 8px 18px 8px 24px;
  cursor: pointer;
  background-image: url("../img/btn_arrow_hide.svg");
  background-position: center left;
  background-repeat: no-repeat;
  margin: 0 2px 8px 2px;
}
/*委託・直営発注一覧 矢印アイコン上下変更 */
.option_grey_back .show_btn_green {
  background-image: url("../img/btn_arrow_hide.svg");
}
.option_grey_back .hide_btn_grey {
  background-image: url("../img/btn_arrow_show.svg");
}
/* グレー通常ボタン */
.reg_btn_grey {
  display: inline-block;
  border: 1px solid #32b16c;
  background-color: #f2f2f2;
  color: #00813d;
  border-radius: 3px;
  padding: 6px 20px 6px 20px;
  cursor: pointer;
  margin: 0 2px;
}
/* ページをロードした時は非表示 */
.hide_btn {
  display: none;
}
.show_btn {
  display: inline-block;
}
/* オレンジ確定ボタン */
/*#5758対応*/
.file_btn_orange {
  display: inline-block;
  border: 1px solid #ff8400;
  background-color: #ff8400;
  color: #ffffff;
  border-radius: 3px;
  padding: 6px 24px 6px 30px;
  cursor: pointer;
  background-image: url("../img/btn_file.svg");
  background-repeat: no-repeat;
  background-position: center left;
  width:50px;
  height:25px;
  text-align :center;
  font-size: 20px;
  line-height: 120%;
}
/* オレンジ CSVボタン */
.csv_btn_orange {
  display: inline-block;
  border: 1px solid #ff8400;
  background-color: #ff8400;
  color: #ffffff;
  border-radius: 3px;
  text-align: center;
  width: 100px;
  padding: 8px 30px 8px 34px;
  cursor: pointer;
  background-image: url("../img/btn_csv_white.svg");
  background-repeat: no-repeat;
  background-position: center left;
  margin: 0 2px;
}
/*#6298対応 登録ボタンを赤に変更*/
.file_btn_red {
    display: inline-block;
    border: 1px solid #ff0000;
    background-color: #ff0000;
    color: #ffffff;
    border-radius: 3px;
    padding: 6px 24px 6px 30px;
    cursor: pointer;
    /*#6364対応 アイコンを変更*/
    /*background-image: url("../img/btn_file.svg");*/
    background-image: url("../img/btn_register.svg");
    background-repeat: no-repeat;
    background-position: center left;
    width: 50px;
    height: 25px;
    text-align: center;
    font-size: 20px;
    line-height: 120%;
    margin-left: 5em;
}
/*チケット#6078*/
/* グリーン CSVボタン */
.csv_btn_green {
    display: inline-block;
    border: 1px solid #14854a;
    background-color: #14854a;
    color: #ffffff;
    border-radius: 3px;
    text-align: center;
    width: 100px;
    padding: 8px 30px 8px 34px;
    cursor: pointer;
    background-image: url("../img/btn_csv_white.svg");
    background-repeat: no-repeat;
    background-position: center left;
    margin: 0 2px;
}
/* オレンジ 入力内容登録ボタン */
.register_btn_orange {
  display: inline-block;
  border: 1px solid #ff8400;
  background-color: #ff8400;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  width: 130px;
  padding: 8px 30px 8px 34px;
  cursor: pointer;
  background-image: url("../img/btn_register.svg");
  background-repeat: no-repeat;
  background-position: center left;
  margin: 0 2px;
}
/* オレンジ 印刷ボタン */
.print_btn_orange {
  display: inline-block;
  border: 1px solid #ff8400;
  background-color: #ff8400;
  color: #ffffff;
  border-radius: 3px;
  text-align: center;
  width: 140px;
  padding: 8px 30px 8px 34px;
  cursor: pointer;
  background-image: url("../img/btn_print.svg");
  background-repeat: no-repeat;
  background-position: center left;
  margin: 0 2px;
}
    /*チケット#6078対応「csv_btn_green」　追加*/
.print_btn_orange.long, .csv_btn_orange.long, .csv_btn_green {
  text-align: center;
  width: 164px;
  padding: 8px 10px 8px 18px;
}
/* 赤発注ボタン */
.order_btn_red {
  display: inline-block;
  border: 1px solid #ff0000;
  background-color: #ff0000;
  color: #ffffff;
  border-radius: 3px;
  padding: 8px 24px 8px 30px;
  cursor: pointer;
  background-image: url("../img/btn_file.svg");
  background-repeat: no-repeat;
  background-position: center left;
  margin: 0 2px;
}
/* 新規登録ボタン オレンジ */
.add_new_orange {
  display: inline-block;
  border: 1px solid #ff8400;
  background-color: #ff8400;
  color: #fff;
  border-radius: 3px;
  padding: 8px 46px 8px 48px;
  cursor: pointer;
  background-image: url("../img/btn_add_new_white.svg");
  background-repeat: no-repeat;
  background-position: center left;
  margin: 6px 20px;
}
/* 新規登録ボタン オレンジ */
.upd_list_orange {
    display: inline-block;
    border: 1px solid #ff8400;
    background-color: #ff8400;
    color: #fff;
    border-radius: 3px;
    padding: 8px 46px 8px 48px;
    cursor: pointer;
    background-image: url("../img/btn_register.svg");
    background-repeat: no-repeat;
    background-position: center left;
    margin: 6px 20px;
}
/* 新規登録ボタン（定時資材申請一覧） */
.add_new_green {
    display: inline-block;
    border: 1px solid #32b16c;
    background-color: #ffffff;
    color: #00813d;
    border-radius: 3px;
    padding: 8px 46px 8px 48px;
    cursor: pointer;
    background-image: url("../img/btn_add_new.svg");
    background-repeat: no-repeat;
    background-position: center left;
    margin: 6px 20px;
}
/* 新規登録ボタン（定時資材申請一覧） */
/* #6292 対応 */
.add_new_green_fill{
    display: inline-block;
    border: 1px solid #14854a;
    background-color: #14854a;
    color: #fff;
    border-radius: 3px;
    padding: 8px 46px 8px 48px;
    cursor: pointer;
    background-image: url("../img/btn_add_new_white.svg");
    background-repeat: no-repeat;
    background-position: center left;
    margin: 6px 20px;
}
/* #6463対応 現場登録ボタン赤（機材修理依頼） */
.registere_new_red {
    display: inline-block;
    border: 1px solid #ffffff;
    background-color: #ff0000;
    color: #ffffff;
    border-radius: 3px;
    padding: 8px 46px 8px 48px;
    cursor: pointer;
    /*#6463対応 アイコンを変更*/
    /*background-image: url("../img/btn_add_new_white.svg");*/
    background-image: url("../img/btn_register.svg");
    background-repeat: no-repeat;
    background-position: center left;
    margin: 6px 20px;
}
/* #6463対応 本支社登録ボタンオレンジ（機材修理依頼） */
.register_new_orange {
    display: inline-block;
    border: 1px solid #ff8400;
    background-color: #ff8400;
    color: #fff;
    border-radius: 3px;
    padding: 8px 46px 8px 48px;
    cursor: pointer;
    background-image: url("../img/btn_register.svg");
    background-repeat: no-repeat;
    background-position: center left;
    margin: 6px 20px;
}
/* 再計算ボタン（定時資材申請一覧） */
/* #6292 対応 */
.reculc_green {
  display: inline-block;
  border: 1px solid #14854a;
  background-color: #14854a;
  color: #fff;
  border-radius: 3px;
  padding: 8px 48px 8px 50px;
  cursor: pointer;
  background-image: url("../img/btn_calc_white.svg");
  background-repeat: no-repeat;
  background-position: center left;
  margin: 6px 20px;
}
/* 確定ボタン（定時資材申請一覧） */
/* #6292 対応 */
.fix_orange {
  display: inline-block;
  border: 1px solid #ff8400;
  background-color: #ff8400;
  color: #fff;
  border-radius: 3px;
  padding: 8px 56px 8px 56px;
  cursor: pointer;
  background-image: url("../img/btn_register.svg");
  background-repeat: no-repeat;
  background-position: center left;
  margin: 6px 20px;
}
/* CSV出力ボタン（定時資材申請一覧） */
/* #6292 対応 */
.csv_green {
  display: inline-block;
  border: 1px solid #14854a;
  background-color: #14854a;
  color:#fff;
  border-radius: 3px;
  padding: 8px 46px 8px 46px;
  cursor: pointer;
  background-image: url("../img/btn_csv_white.svg");
  background-repeat: no-repeat;
  background-position: center left;
  margin: 6px 20px;
}
/* 参照ボタン（機材修理依頼） */
.refer_green {
  display: inline-block;
  border: 1px solid #32b16c;
  background-color: #ffffff;
  color: #00813d;
  border-radius: 3px;
  padding: 8px 20px 8px 25px;
  cursor: pointer;
  background-image: url("../img/btn_search_gr.svg");
  background-repeat: no-repeat;
  background-position: center left;
  margin: 6px 20px;
}
/* 出力ボタン（機材修理依頼） */
.output_green {
  display: inline-block;
  border: 1px solid #32b16c;
  background-color: #ffffff;
  color: #00813d;
  border-radius: 3px;
  padding: 8px 20px 8px 28px;
  cursor: pointer;
  background-image: url("../img/btn_csv.svg");
  background-repeat: no-repeat;
  background-position: center left;
  margin: 6px 20px;
}
/* 戻るボタン（機材修理依頼） */
.return_green {
  display: inline-block;
  border: 1px solid #32b16c;
  background-color: #ffffff;
  color: #00813d;
  border-radius: 3px;
  padding: 8px 20px;
  cursor: pointer;
  margin: 6px 20px;
}
/* ＋／ーボタン（定時資材発注用） */
.quantity_green {
  display: inline-block;
  background-color: #2ab16b;
  /*#6267対応 ＋／ーボタンサイズ調整*/
  /*height: 26px;*/
  /*width: 26px;*/
  height: 36px;
  width: 36px;
  color: #fff;
  font-size: 14px;
  /*line-height: 24px;*/
  line-height: 36px;
  font-weight: 700;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
/* ============ ラジオボタン ============== */
/* オレンジ＆グレー切り替え検索ボタン（ラジオボタン） */
.orange_search_input {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  cursor: pointer;
}
.orange_search_label {
  display: inline-block;
  /*#6298対応 ボタンの高さ調整*/
  /*padding: 8px 16px 8px 28px;*/
  padding: 10px 16px 8px 28px;
  margin-right: 18px;
  border-radius: 3px;
  transition: all .2s;
  background-color: #f2f2f2;
  color: #00813d;
  background-image: url("../img/btn_search_gr.svg");
  background-position: center left;
  background-repeat: no-repeat;
  margin: 0 2px;
  border: solid 1px #32b16c;
  cursor: pointer;
}

/*2024.06.11 BOIS du Start*/
.phone_search_label {
    display: inline-block;
    padding: 10px 16px 8px 28px;
    background-image: url("../img/btn_search.svg");
    border-radius: 3px;
    transition: all .2s;
    background-color: #f2f2f2;
    color: #00813d;
    background-position: center left;
    background-repeat: no-repeat;
    border: solid 1px #32b16c;
    cursor: pointer;
}

.orange_search_input:checked + .phone_search_label {
    background: #14854a;
    border: solid 1px #32b16c;
    color: #ffffff;
    padding: 10px 16px 8px 28px;
    background-repeat: no-repeat;
    background-image: url("../img/btn_search.svg");
    background-position: center left;
    margin: 0 2px;
}

.orange_search_input:focus + .phone_search_label {
    outline-color: #ff8400;
    color: #ffffff;
    outline-offset: -2px;
    outline-style: auto;
    outline-width: 5px;
}

.phone_btn_red {
    display: inline-block;
    border: 1px solid #ff0000;
    background-color: #ff0000;
    color: #ffffff;
    border-radius: 3px;
    padding: 6px 24px 6px 30px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center left;
    width: 50px;
    height: 25px;
    text-align: center;
    font-size: 20px;
    line-height: 120%;
    margin-left: 73px;
    background-image: url("../img/btn_register.svg");
}

.back_btn {
    display: inline-block;
    padding: 10px 16px 8px 28px;
    margin-right: 18px;
    border-radius: 3px;
    transition: all .2s;
    background-color: #f2f2f2;
    color: #00813d;
    background-position: center left;
    background-repeat: no-repeat;
    margin-left: 5px;
    border: solid 1px #32b16c;
    cursor: pointer;
}

.phone_add_list_btn_blue {
    display: inline-block;
    border: 1px solid #3300FF;
    background-color: #3300FF;
    color: #ffffff;
    border-radius: 3px;
    padding: 6px 12px 6px 25px;
    cursor: pointer;
    background-position: 1px;
    background-repeat: no-repeat;
    font-size: 0.91em;
    line-height: 25px !important;
    background-image: url("../img/btn_order_list.svg");
}

.phone_list_btn {
    border: 1px solid #3300FF;
    background-color: #3300FF;
    color: #ffffff;
    border-radius: 3px;
    padding: 6px 12px 6px 25px;
    cursor: pointer;
    background-position: 1px;
    background-repeat: no-repeat;
    font-size: 0.91em;
    line-height: 25px !important;
    background-image: url("../img/btn_order_list.svg");
}
/*2024.06.11 BOIS du End*/

.orange_search_input:checked + .orange_search_label {
  /*#6298対応 ボタンの色変更*/
  /*background: #ff8400;*/
  /*border: solid 1px #ff8400;*/
  background: #14854a;
  border: solid 1px #32b16c;
  color: #ffffff;
  /*#6298対応 ボタンの高さ調整*/
  /*padding: 8px 16px 8px 28px;*/
  padding: 10px 16px 8px 28px;
  background-image: url("../img/btn_search.svg");
  background-repeat: no-repeat;
  background-position: center left;
  margin: 0 2px;
}
.orange_search_input:focus + .orange_search_label {
  outline-color: #ff8400;
  color: #ffffff;
  outline-offset: -2px;
  outline-style: auto;
  outline-width: 5px;
}
/* グリーン＆グレー切り替え検索ボタン（ラジオボタン） */
.green_reg_input {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  cursor: pointer;
}
.green_reg_label {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 3px;
  transition: all .2s;
  border: solid 1px #32b16c;
  background-color: #f2f2f2;
  color: #00813d;
  margin: 1px 5px;
  cursor: pointer;
}
.green_reg_input:checked + .green_reg_label {
  background: #14854a;
  color: #ffffff;
  padding: 6px 16px;
}
.green_reg_input:focus + .green_reg_label {
  outline-color: #14854a;
  color: #ffffff;
  outline-offset: -2px;
  outline-style: auto;
  outline-width: 5px;
}
/* グリーン＆グレー切り替え検索ボタン（ラジオボタン） 職種ボタンなど6文字用 */
.job_type .green_reg_label {
  /*#6299対応 職種ボタンの幅サイズ変更*/
  /*width: 6.8em;*/
  width: 5.8em;
  line-height: 25px;
  text-align: center;
}
/*#6299対応 グリーン＆グレー切り替え検索ボタン（取引月度用）*/
.fl_l .green_reg_label {
    line-height: 25px;
}
/* 定時資材発注一覧 ボタン */
.order_list_table .green_reg_label {
  padding: 4px 12px;
  font-size: 14px;
  margin: 2px 0;
}
.order_list_table .green_reg_input:checked + .green_reg_label {
  padding: 3px 12px;
}
/* 機材修理依頼画面　ボタン */
.repair_orderform .green_reg_label {
  margin-left: 0;
}
/* ==================================== 通常ラジオボタン ==================================== */
.status-input {
  display: none;
}
.status-input + label {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
  padding-top: 0px;
}
.status-input + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}
.status-input:checked + label {
  color: #14854a;
}
.status-input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #14854a;
  border-radius: 50%;
}
/* ==================================== 評価用ラジオボタン ==================================== */
.sample input {
  display: none;
}
.sample label {
  display: block;
  justify-content: space-around;
  float: left;
  cursor: pointer;
  width: 40px;
  margin: 5px;
  padding: 2px;
  background: #bdc3c7;
  color: #6f6f6f;
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
  transition: .2s;
  border-radius: 3px 3px 3px 3px;
}
.sample input[type="radio"]:checked + .switch-on {
  background-color: #a1b91d;
  color: #fff;
}
.sample input[type="radio"]:checked + .switch-off {
  background-color: #14854a;
  color: #fff;
}
.order_spec table td .sample label {margin: 0 3px;}
.sample2 input {
  display: none;
}
.sample2 label {
  display: block;
  justify-content: space-around;
  float: left;
  cursor: pointer;
  width: 120px;
  margin: 10px 25px;
  padding: 5px;
  background: #bdc3c7;
  color: #6f6f6f;
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
  transition: .2s;
  border-radius: 3px 3px 3px 3px;
}
.sample2 input[type="radio"]:checked + .switch-on {
  background-color: #a1b91d;
  color: #fff;
}
.sample2 input[type="radio"]:checked + .switch-off {
  background-color: #14854a;
  color: #fff;
}
/* ==================================== テキスト入力 ==================================== */
/*#7014対応　text_input_m6追加*/
.text_input_l, .text_input_s0, .text_input_s0n, .text_input_s1, .text_input_s1n, .text_input_s2,
.text_input_s3, .text_input_s4, .text_input_s5, .text_input_m1, .text_input_m2, .text_input_m7, .textarea_l1, .textarea_m1, .text_input_m4, .text_input_m5, text_input_m6, .text_input_flex {
    color: #333;
    border: solid 1px #b9b9b9;
    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: inner 0 0 2px rgba(0, 0, 0, 0.2);
    height: 23px;
}
.text_input_l {
  /*#6267対応 問題点入力のテキストボックスのmargin調整*/
  /*margin-right: 10px !important;*/
  margin-right: 35px !important;
  width: 630px;
}
.text_input_22 {
    display:inline-block;
    margin-right: 35px !important;
    width: 280px; /*refs#10568*/
    word-wrap: break-word;
}
.list_table .text_input_l {height: 27px;}
.text_input_s0 { /*数値*/
  width: 34px;
  text-align: right;
  padding-right: 3px;
}
.text_input_s0n { /*通常*/
  width: 27px;
}
.text_input_s1 {
  margin-right: 3px !important;
  width: 46px;
  margin-bottom: 1px;
}
.text_input_s1n {
  margin-right: 3px !important;
  width: 6ch;
  margin-bottom: 1px;
  text-align: right;
  padding-right: 2px;
}
.text_input_s2 {
  margin-right: 2px !important;
  width: 11ch;
}
.text_input_s3 {
  margin-right: 2px !important;
  width: 60px;
}
.text_input_s4 {
    margin-right: 2px !important;
    width: 100px;
}
.text_input_s5 {
    margin-right: 2px !important;
    width: 10ch;
}
.text_input_m1 {
  margin-right: 2px !important;
  width: 15em;
}
.text_input_m2 {
  margin-right: 2px !important;
  width:30em;
}
.text_input_m7 {
    margin-left: 80px !important;
    width: 9em;
}
/*#7014対応*/
.text_input_m6{
    width:830px;
}
.text_input_m8 {
  margin-right: 2px !important;
  width: 13em;
}
/* 定時資材購入申請一覧 表内テキスト入力用 */
.site_orderlist_grey td .text_input_m2, .site_orderlist_green td .text_input_m2 {
  margin-right: 2px !important;
  width:24em;  
}
.text_input_m3 {
  margin-right: 2px !important;
  width: 130px;
}
.text_input_m4 {
  width: 340px;
  margin: 0 auto;
}
.text_input_m5 {
  width: 234px;
}
.text_input_flex {
  width: 96%;
}
/* 委託・直営発注一覧 表内テキスト入力調整 */
.site_search table td .text_input_s1, .site_search table td .text_input_s1n, .site_search table td .text_input_s2, .site_search table td .text_input_flex {
  margin: 0 !important;
}
.site_search table td .text_input_s2 {
  width: 115px !important;
}
.site_search table td .text_input_s1 {
  width: 12ch !important;
}
.site_search table td .text_input_flex {
  width: 98.5%;
  margin-right:0;
}
/* 発注内容登録 表内テキスト入力調整 */
.order_spec table td .text_input_s0n, .order_spec table td .text_input_flex {
  height: 20px;
  width: 99%;
}
/* #5897対応 */
.order_spec table td .text_input_s0n, .order_spec table td .mini {
    padding:0px;
    margin-left:-2px;
}
/* モーダルウィンドウ用 */
.modal1 .text_input_m1, .modal2 .text_input_m1, .modal1 .text_input_m2, .modal2 .text_input_m2 {
    padding: 6px !important;
}
.modal1 .text_input_m2, .modal2 .text_input_m2 {
  padding: 6px !important;
  width: 31em;
}
/*#7014対応*/
.textarea_l1 {
    resize: none;
    height: 480px;
    width: 830px;
    /*height: 140px;
    width: 550px;*/
}
.textarea_l2 {
  height: 100px;
  width: 700px;
}
.textarea_l3 {
  height: 140px;
  width: 45em;
}
/*#6300対応 機材修理依頼のテキストボックスサイズCSS*/
.textarea_l4 {
    height: 100px;
    width: 50.5em;
}
.textarea_m1 {
  height: 64px;
  width: 95%;
}
/*#7523半角入力のみ*/
.ime_mode{
    ime-mode:disabled
}
/* ==================================== プルダウンメニュー ==================================== */
.cp_ipselect {
  overflow: hidden;
  width: 80px;
  margin: 4px auto;
  text-align: center;
}

.cp_ipselect select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.cp_ipselect select::-ms-expand {
  display: none;
}
.cp_ipselect.cp_sl03 {
  position: relative;
  border-radius: 0px;
  border: 1px solid #c6c6c6;
  background: #ffffff;
}
.cp_ipselect.cp_sl03::before {
  position: absolute;
  top: 0.54em;
  right: 0.2em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #c6c6c6;
  pointer-events: none;
}
.cp_ipselect.cp_sl03 select {
  padding: 0px 13px 0px 2px;
  height: 25px;
  color: #000;
}

.cpa_ipselect {
    overflow: hidden;
    width: 150px;
    margin: 4px auto;
    text-align: center;
}

.cpa_ipselect select {
        width: 100%;
        padding-right: 1em;
        cursor: pointer;
        text-indent: 0.01px;
        text-overflow: ellipsis;
        border: none;
        outline: none;
        background: transparent;
        background-image: none;
        box-shadow: none;
        -webkit-appearance: none;
        appearance: none;
    }

.cpa_ipselect select::-ms-expand {
display: none;
}

.cpa_ipselect.cp_sl03 {
position: relative;
border-radius: 0px;
border: 1px solid #c6c6c6;
background: #ffffff;
}

.cpa_ipselect.cp_sl03::before {
position: absolute;
top: 0.54em;
right: 0.2em;
width: 0;
height: 0;
padding: 0;
content: '';
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid #c6c6c6;
pointer-events: none;
}

cpa_ipselect.cp_sl03 select {
padding: 0px 13px 0px 2px;
height: 25px;
color: #000;
}

/*チケット#6108対応*/
.cp_big_large {
    width: 700px !important;
    margin-right: 10px;
}

.cp_large {
  width: 240px !important;
  margin-right: 10px;
}
.cp_ml {
  width: 180px !important;
  margin-right: 10px;
}
.cp_ml2 {
  width: 14.5em !important;
}
.cp_m {
  width: 7em !important;
}
.cp_middle {
  width: 120px !important;
}
.cp_long {
    width: 140px !important;
}
.cp_name {
  width: 10em !important;
}
.kbnp_name {
    width: 19em !important;
}
.drop1 {
    width: 210px !important;
}
.cp_ml3 {
  width: 13em !important;
}
/*#6333対応 課のプルダウン幅の設定を追加*/
.cp_name_Ka {
    width: 14em !important;
}
/* 発注内容登録画面　仕様表 */
.order_spec table td.floor_type .cp_name, .order_spec table td.job_type .cp_name, .job_edit table.spec_detail td.content2 .cp_name, .site_search table td .cp_ml2, .site_search table td .cp_m {
  margin: 0 !important;
}
.cp_name2 {
  width: 20em !important;
}
.cp_name3 {
  width: 15.5em !important;
}
.cp_machine {
  width: 26.8em !important;
}
.cp_sm {
  width: 4.8em !important;
}
.cp_short {
  width: 60px !important;
}
.cp_flex {
  width: 100% !important;
}
/* 委託・直営発注一覧・発注内容登録など 表内のプルダウン余白を消す・サイズ調整 */
.site_search table td .cp_ipselect, .order_spec table td .cp_ipselect, .repair_orderform_pd .cp_ipselect, .filter_back table td .cp_ipselect {
  margin: 0;
}
.order_spec table td .cp_ipselect.cp_sl03 select {
  height: 22px;
}
