/* =========================================================
   client_list.php 専用
========================================================= */

.contents_search {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin: 20px auto;
  padding: 30px;
}

.search_box {
  margin: 0 auto;
  width: 60%;
}

.search_box th {
  color: #666;
  font-size: 90%;
  font-weight: normal;
  padding: 10px;
  text-align: left;
  width: 150px;
}

.search_box td {
  padding: 10px 0;
}

/* コントロール行 */
.control_row_top_h { text-align: left; }

.control_row_bottom {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  width: 100%;
}

.control_row_bottom_h {
  align-items: center;
  display: flex;
  font-size: 85%;
  justify-content: space-between;
  margin-bottom: 5px;
  width: 100%;
}

.list_controls { margin: 0; }

/* CSVダウンロード */
.csv_download_h {
  background:#999;
  display:inline-block;
  padding:5px 10px;
  border-radius:4px;
}

.csv_download_h a {
  color:#fff;
  text-decoration:none;
  font-size:80%;
}

/* =========================================================
   Branch List
========================================================= */
.branch_list { list-style:none; padding:0; margin:10px 0; }

.branch_list li {
  display:flex;
  justify-content:space-between;
  align-items:center;
  background:#fdfdfd;
  border:1px solid #eee;
  border-left:4px solid #4a90e2;
  border-radius:4px;
  margin-bottom:8px;
  padding:10px 15px;
}

.branch_list li:hover {
  background:#f0f7ff;
  border-color:#4a90e2;
}

/* =========================================================
   client_table
========================================================= */
.client_table {
  border-collapse:collapse;
  width:100%;
  border:1px solid #ccc;
}

.client_table th {
  background:#777;
  border:1px solid #ccc;
  color:#fff;
  font-size:70%;
  padding:5px 10px;
  text-align:center;
}

.client_table td {
  background:#fff;
  border:1px solid #ccc;
  color: #444;
  cursor: pointer;
  font-size:78%;
  padding: 5px 10px;
}

.client_table tr:hover td {
  background:#f0f7ff !important;
}

.client_table tbody tr:hover {
  outline: 1px solid #4a90e2;
  outline-offset: -1px;
}

.client_table tbody tr:hover td {
  background: #f0f7ff !important;
}

/* 左上表示件数 */

.list_head_left {
  margin: 0 0 15px;
}

.client_list_page .control_row_bottom {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  width: 100%;
}

.control_row_bottom_h {
  align-items: center;
  display: flex;
  font-size: 85%;
  justify-content: space-between;
  margin-bottom: 5px;
  width: 100%;
}

.search_result1 {
  font-size:100%;
  color:#444;
  margin: 0;
}

.search_result1_h {
  font-size:85%;
  color:#666;
  margin: 0;
}

.select_wrapper_h {
  color: #555;
  font-size:85%;
}

.select_wrapper_h select {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  font-size:100%;
  padding: 4px 2px 3px;
}



/* 一覧下ページネーション */
.pagination {
  margin: 5px 0;
  text-align: center;
}

.pagination ul {
  display: inline-flex;
  gap: 5px;
  list-style: none;
  padding: 0;
}

.pagination li a,
.pagination li.current {
  border-radius: 4px;
  display: block;
  font-size: 85%;
  padding: 8px 14px;
  text-decoration: none;
}

.pagination li a {
  background: #fff;
  border: 1px solid #ccc;
  color: #666;
}

.pagination li.current {
  background: #d57594;
  color: #fff;
}



/* =========================================================
   検索フォーム(new_client_list.php)
========================================================= */

.form_container {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin: 20px auto;
  padding: 0 30px 40px;
  width: 100%;
}

.form_section { margin-bottom: 10px; }

.form_section h3 {
  border-bottom: 2px solid #d57594;
  color: #d57594;
  display: inline-block;
  font-size: 95%;
  margin: 30px 0 5px;
  padding-bottom: 3px;
}

.form_row {
  display: flex;
  margin-bottom: 0;
  padding: 5px 0;
}

.form_label {
  align-items: center;
  background: #f9f9f9;
  border-left: 4px solid #d57594;
  color: #666;
  display: flex;
  font-size: 85%;
  justify-content: space-between;
  margin-right: 20px;
  padding: 12px 15px;
  width: 250px;
}

.required {
  background: #dd0000;
  border-radius: 3px;
  color: #fff;
  font-size: 70%;
  padding: 2px 6px;
}

.form_input {
  align-items: center;
  display: flex;
  flex: 1;
  padding: 0;
}

.form_input textarea {
  border: 1px solid #ccc;
  border-radius: 6px;
  color: #555;
  font-family: 'メイリオ',Meiryo,'ゴシック',sans-serif;
  padding: 8px;
  width: 100%;
}

.form_note {
  align-self: center;
  color: #888;
  font-size: 75%;
  margin: 0 0 0 10px !important;
}

.sch_bt_box2 {
padding: 20px 0;
}

.sch_btn_new2 {
  background: #4a90e2;
  border: none;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  color: #fff;
  cursor: pointer;
  font-size: 80%;
  letter-spacing: 2px;
  font-size: 75%;
  padding: 8px 20px;
  text-decoration: none;
  transition: 0.6s;
}

/* =========================================================
   店舗別メニュー一覧(new_store_edit.php)
========================================================= */

.form_container h3 {
  border-bottom: 2px solid #d57594;
  color: #d57594;
  display: inline-block;
  font-size: 95%;
  margin: 30px 0 5px;
  padding-bottom: 3px;
}
