@charset "utf-8";
/*
システム全体のスタイルシート
*/

div,p,td,li {
  word-break: break-all;
}

a {
  cursor: pointer;
}

.hide {
  display: none;
}

.error {
  color: red;
}
.red {
  color: red !important;
}

.table_component th {
  background-color: #dcdcdc;
}
.table_component tr:nth-child(2n) {
  background-color: #f8f8f8;
}
.table_component th,td {
/*
  border: solid 1px #c0c0c0;
*/
  border-right: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
}
.table_component tr:first-child th{
  border-top: 1px solid #c0c0c0;
}
.table_component th:first-child{
  border-left: 1px solid #c0c0c0;
}
.table_component tr:first-child th:first-child{
  z-index: 1;
}

.button-download {
  background-color: #666 !important;  
}
.button-add {
  background-color: #666 !important;  
}
.button-delete {
  background-color: #666 !important;  
}
.button-return {
  background-color: #666 !important;  
}
.button-file {
  background-color: #666 !important;  
}
.button-upload {
  background-color: #666 !important;  
}
.button-import {
  background-color: #666 !important;  
}
.button-sendmail {
  background-color: #c33 !important;
}

.button {
  cursor: pointer;
}

.button--green  { background-color: #096 }
.button--blue   { background-color: #369 }
.button--gray   { background-color: #666 }
.button--purple { background-color: #936 }
.button--red    { background-color: #c33 }
.button--yellow { background-color: #f90 }
.button--black  { background-color: #000 }

/* datepicker */
/*
.dialog_component {
  clear: both;
  position: absolute;
  display: none;
  padding: 10px;
}
*/
.timeset_dialog {
  clear: both;
  position: fixed;
  display: none;
  padding: 10px;

  background-color: #ffffff;
  border: solid 1px #808080;
  border-radius: 5px;

  width: 250px;
  height: auto;
}
.calendar_dialog {
  clear: both;
  position: fixed;
  display: none;
  padding: 10px;

  background-color: #ffffff;
  border: solid 1px #808080;
  border-radius: 5px;

  width: 250px;
  height: auto;
}
.expireset_dialog {
  clear: both;
  position: fixed;
  display: none;
  padding: 10px;

  background-color: #ffffff;
  border: solid 1px #808080;
  border-radius: 5px;

  width: 250px;
  height: auto;
}
.dialog_datepicker_area {
  margin-top: -20px;
}
.dialog_timesetter_area {
  margin-top: -20px;
  text-align: center;
}
.dialog_expiresetter_area {
  margin-top: -20px;
  text-align: center;
}
.datepicker_component table {
  margin: 10px 2px 0px 2px;
  border-collapse: collapse;
  border: solid 1px rgba(125, 125, 125, 1);
  width: 100%;
}
.datepicker_component table td {
  border: solid 1px rgba(125, 125, 125, 1);
  text-align: center;
  line-height: 20px;
  font-size: 85%;
  cursor: pointer;
}
.sunday_head {
  color: rgba(255, 0, 0, 1);
  background: rgba(255, 150, 150, 1);
}
.sunday {
  color: rgba(255, 0, 0, 1);
  background: rgba(255, 200, 200, 1);
}
.saturday_head {
  color: rgba(0, 0, 255, 1);
  background: rgba(200, 200, 255, 1);
}
.saturday {
  color: rgba(0, 0, 255, 1);
  background: rgba(225, 225, 255, 1);
}
.monday, .tuesday, .wednesday, .thursday, .friday {
  background: rgba(255, 255, 255, 1);
}
.monday_head, .tuesday_head, .wednesday_head, .thursday_head, .friday_head {
  background: rgba(200, 200, 200, 1);
}
.prev_pickdate, .next_pickdate {
  color: rgba(150, 150, 150, 1);
}
.cur_pickdate {
}
.calendar_mark_blue {
  background-image: url(img/icon-check3-b.png);
  background-repeat: no-repeat;
  background-position: center;
}
.calendar_mark_green {
  background-image: url(img/icon-check3-g.png);
  background-repeat: no-repeat;
  background-position: center;
}
.calendar_mark_gray {
  background-image: url(img/icon-check3-gr.png);
  background-repeat: no-repeat;
  background-position: center;
}
.calendar_mark_orange {
  background-image: url(img/icon-check3-o.png);
  background-repeat: no-repeat;
  background-position: center;
}
.calendar_mark_purple {
  background-image: url(img/icon-check3-p.png);
  background-repeat: no-repeat;
  background-position: center;
}
.calendar_mark_red {
  background-image: url(img/icon-check3-r.png);
  background-repeat: no-repeat;
  background-position: center;
}
.today {
  color: #00c000;
  font-weight: bold;
}

.table_component th {
  cursor: pointer;
}
.pager a {
  cursor: pointer;
}

.linkcell {
  cursor: pointer;
}
.nolinkcell {
  cursor: default !important;
}

.delete_row {
  background-color: #e0f0ff;
}

.button {
  margin-top: 1em;
  padding: 8px 16px 8px 16px;
  font-size: 90%;
}

.float-l, .float_l {
  float: left;
}
.float-r, .float_r {
  float: right;
}
.clear {
  clear: both;
}

.form_maker_ul li {
  float: left;
  list-style-type: none;
  margin-right: 1em;
}

.table_link_color {
  color: #36c !important;
} 
.linkcell:hover {
  text-decoration: underline;
}

#form1 {
  max-width: 800px;
  margin: 0px auto;
}
.auto-center {
  max-width: 800px;
  margin: 0px auto;
}

.grid-item {
  margin-bottom: 20px;
}

.share_name {
  font-size: 16pt;
}
.share_user_area {
  margin-left: 1em;
}

.photo_search_form {
  width: 500px;
  height: 32px;
}
.store_search_form {
  width: 500px;
  height: 32px;
}

.photo_thumbnail {
  cursor: pointer;
}
.photo_dialog {
  clear: both;
  position: absolute;
  display: none;
  padding: 0px;

  background-color: #ffffff;
  border: solid 1px #808080;
  border-radius: 5px;
}
.dialog_photo_area {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.dialog_photo_area img {
  width: auto;
  height: auto;
  vertical-align: middle;
}

.cart_line {
  height: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
  border-bottom: solid 1px #c0c0c0;
}
#cart_num {
  padding-left: 6px;
  padding-right: 6px;
  color: #ffffff;
  background-color: #ff0000;
  border: solid 1px #cc0000;
  font-weight: bold;
  font-size: 9pt;
  border-radius: 10px;
}

.appli-header {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 40px;
  margin: 0px;
  padding: 10px;
  z-index: 2;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
  background-color: #e8e8e8;
  font-size: 20px !important;
}
.appli-footer {
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 40px;
  margin: 0px;
  padding: 10px;
  z-index: 2;
  border-top: 1px solid rgba(0, 0, 0, 0.2) !important;
  background-color: #e8e8e8;
  font-size: 20px !important;
}
.appli-header-inner {
  height: 30px;
  padding: 0 0 0 0 !important;
}
.appli-footer-inner {
  height: 30px;
  padding: 0 0 0 0 !important;
}
.appli-pagetop {
  z-index: 3;
  right: 5px;
  bottom: 5px;
}
.appli-pagetop img {
  width: 30px;
  height: 30px;
}

.appli-body {
  margin-top: 30px;
  margin-bottom: 30px;
}
.appli-site-title {
  font-size: 20px !important;
  font-weight: normal;
}
.appli-header-navi li {
  font-size: 1.5rem;
}

.slidemenu {
  position: absolute;
  left: -100%;
  top: 0px;
  width: 100%;
  height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2) !important;
  background-color: #777;
  overflow-y: auto;
}
.slidemenu-inner {
  margin: 40px 0 40px 0;
}

.appli-container {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  margin: 40px 0 0 0;
}
.appli-main {
  margin: 10px 10px 30px 10px;
}

html.appli {
  overflow-x: hidden;
}

@media(max-width: 640px) {
  .photo_search_form {
    width: 100%;
  }
}

.mail_to_list {
  width: 100%;
  height: 100px;
  overflow-y: auto;
}

.global-navi {
  background-color: #606060;
}
.global-navi-inner li ul li {
  background-color: #606060;
}
.global-navi-inner li ul {
  left: 0px !important;
}

.job_info, .info_panel {
  border: solid 1px #c0c0c0;
  padding: 10px 10px 0px 10px;
  line-height: 1em;
  margin-bottom: 20px;
}

.label_for_checkbox {
  display: inline !important;
}
.label_for_checkbox::after {
  content: "\A";
  white-space: pre;
}

.alert_info {
  max-height: 200px;
  overflow-y: auto;
  border: dashed 1px #808080;
  /*
  max-width: 100%;
  */
  max-width: 700px;
  margin-bottom: 20px;
}

.alert_info p.last {
  margin-bottom: 1em;
}
.alert_info h4 {
  color: #ff0000;
  font-size: 12pt;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.alert_info p {
  margin: 0px 0px 0.5em 1em;
}

.attention {
  font-size: 12pt;
  color: #ff0000;
  font-weight: bold;
}

.form_yoko {
  float: left;
  margin-right: 1em !important;
}
.padd1 {
  padding-left: 1em !important;
  padding-right: 1em !important;
}


#timecard {
  margin-bottom: 50px;
}
.big_button {
  margin-top: 0px;
  width: 300px;
  height: 52px;
  font-size: 24pt;
}

@media(max-width: 640px) {
  #timecard {
    text-align: center;
  }
  .big_button {
    width: 45%;
  }
}

.regist_status_caption {
  float: left;
  height: 60px;
  line-height: 60px;
  width: 120px;
  font-size: 14pt;
}
.regist_status_caption2 {
  float: left;
  height: 60px;
  line-height: 60px;
  width: 230px;
  font-size: 14pt;
}
.regist_status_flg {
  float: left;
  margin-left: 10px;
  height: 60px;
  font-size: 16pt;
  line-height: 60px;
  width: 100px;
}

.regist_status_link {
  float: left;
  margin-left: 20px;
  height: 60px;
  line-height: 60px;
}
@media(max-width: 640px) {
  .regist_status_link {
    clear: both;
    width: 100%;
    text-align: center;
    margin: -20px 0px 20px 0px;
  }
  .big2_button {
    width: 80%;
    height: 40px;
    font-size: 14pt;
  }

  select {
    width: 100% !important;
  }
}

@media(min-width: 641px) {
  .global-navi-inner li {
    width: 200px;
  }
}

.tab_disable {
  background-color: #808080;
}
.tab_disable a {
  color: #c0c0c0;
}
.tab_disable a:hover {
  color: #c0c0c0;
}

#current_dt {
  font-size: 16pt;
  color: #404040;
  padding: 10px;
  border: solid 1px #c0c0c0;
  width: 616px;
  text-align: center;
  margin: auto auto 20px;
  font-weight: bold;
}
@media(max-width: 640px) {
  #current_dt {
    width: 100%;
  }
}

#current_ym {
  font-size: 16pt;
}

.center {
  text-align: center;
}
.align-r, .align_r {
  text-align: right;
}
.align_c {
  text-align: center;
}

#casting {
  font-size: 12pt;
}

.table-small td, .table-small th {
  font-size: 8pt;
}

.timecard_alert {
  color: #ff0000;
}
.timecard_alert2 {
  color: #ff0000;
  font-weight: bold;
}


form div {
  margin: 0px !important;
  padding: 2px !important;
/*
  white-space: nowrap;
*/
}

.form_section {
  margin-top: 20px !important;
  border-top: solid 3px #808080 !important;
  padding-top: 20px !important;
}

.table--small th, .table--small td {
  padding: 4px 4px;
}

.rank_table_panel {
  border: solid 1px rgba(125, 125, 125, 1);
  width: 1000px;
  padding: 10px;
  margin: 10px;
  box-sizing: border-box;
}
.rank_table {
  margin: 10px 2px 0px 2px;
  border-collapse: collapse;
  border: solid 1px rgba(125, 125, 125, 1);
}
.rank_table td, .rank_table th {
  border: solid 1px rgba(125, 125, 125, 1);
  line-height: 20px;
  font-size: 85%;
  cursor: pointer;
}
.rank_table th {
  background-color: #f0fff0;
}
.rank_table td div {
  float: left;
}
.rank_table td div.input_div {
  width: 20px;
  text-align: center;
  padding-left: 2px;
}
.rank_table td div.text_div {
  width: 78px;
}
.rank_table td input {
  display: block;
  float: left;
  height: 20px;
}
.rank_table .td_blank {
  background-color: #e0e0e0;
}

.table_component thead {
  display: block;
  width: max-content;
}
.table_component tbody {
  display: block;
  width: max-content;
  /*
  overflow-y: scroll;
  */
}
.table_component tfoot {
  display: block;
  width: max-content;
}

.table_component {
  border: none;
}
.header-navi {
  top: 5px !important;
}
.h3 {
  padding: 0px;
}

.rank_hide_btn {
  border: solid 1px #808080;
  width: 20px;
  height: 20px;
  font-size: 8pt;
  cursor: pointer;
  line-height: 20px;
  text-align: center;
}

input[type="checkbox"]:checked {
  border: solid 3px red;
}

.check_msg{ 
  opacity: 0.35;
  font-weight: normal;
}
input:checked ~ .check_msg{
  opacity: 1.0;
  font-weight: bold;
}

h1 {
  height: 30px;
  line-height: 30px !important;
}
h1 a {
  height: 25px;
  line-height: 25px;
}
.subheader--medium {
  padding: 5px 0px 5px 0px;
}
.l-footer {
  padding: 5px;
}
.l-footer-inner {
  padding: 0px;
}
p.pager {
  margin: 0px;
}
table.table_component {
  margin: 3px 0px 3px 0px;
  width: max-content;

  border-spacing: 0;
}
p a.button {
  margin-top: 3px;
}

.scrollbar {
  width: 100%;
  height: 10px;
  overflow-x: scroll;
  overflow-y: hidden;
}
.scrollbar .inner {
  width: 500px;
  height: 1px;
}

/* スクロールバーのスタイル */
.scrollbar::-webkit-scrollbar,
.scrollbox::-webkit-scrollbar {
  height: 10px;
}
.scrollbar::-webkit-scrollbar-track,
.scrollbox::-webkit-scrollbar-track {
  border-radius: 5px;
}
.scrollbar::-webkit-scrollbar-thumb,
.scrollbox::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #e7e7e7;
}

.search_item_button {
  font-size: 8pt;
  border: solid 1px #d0d0d0;
  border-radius: 2px;
  background-color: #f0f0f0;
  padding: 0px 2px;
}

.fix_col {
  position: -webkit-sticky;
  position: sticky;
  background-color: #f0f0f0;
  border: solid 1px #808080 !important;
  left: 0px;
  top: 0px;
  white-space: nowrap;
}

.global-navi ul li {
  font-size: 12px;
}

.form--small input[type="text"] {
  margin: 0;
}

.pie_chart {
  width: 400px;
  height: 400px;
}

.flex {
  display: flex;
  align-items: start;
}

/* ----- pie-chart ----- */

.pie_chart {
    position: relative;
    /*
  border: solid 1px #808080;
*/
}

#pie_chart_canvas {
    position: absolute;
    left: 0px;
    top: 0px;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
}

.pie_chart_box {
    position: absolute;
    left: 0px;
    top: 0px;
    /*
  border: solid 1px #808080;
  background-color: #c0c0c0;
  opacity: 0.5;
*/
}

.pie_chart_div {
    position: absolute;
    text-align: center;
    width: 200px;
    height: 32px;
    overflow: hidden;
    font-size: 80%;
}

.pie_chart_per {
    /*width: 24px;*/
    /*height: 16px;*/
    line-height: 16px;
    height: 32px;
}
.pie_chart_per div {
  width: 200px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.form--small label {
  padding: 0px;
}

.search .form_search {
  height: 120px;
  overflow-y: auto;
}





  .sticky {
    overflow-y: auto;
/*
    height: 200px;
    width: 500px;
*/
    margin: 0 auto;
  }
  .sticky table {
    margin: 0 auto;
    padding: 0;
    border-collapse: collapse;
  }
  .sticky th, .sticky td {
    border: 1px solid #999;
    padding: 6px;
    white-space: nowrap;
  }
  .sticky tr:first-child th,
  .sticky tr th:first-child {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: white;
  }
  .sticky tr:first-child th:first-child {
    z-index: 10;
  }
  .sticky tr:first-child th:before,
  .sticky tr th:first-child:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 1px solid #999;
  }


.sticky_table thead {
  /* 縦スクロール時に固定する */
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  /* tbody内のセルより手前に表示する */
  z-index: 1;
}
.sticky_table {
  table-layout: auto;
}
body {
  overflow: visible !important;
}
.sticky_table tr:nth-child(2n) td.sticky_col {
  background-color: #fff8f0 !important;
}
.sticky_table tr:nth-child(2n+1) td.sticky_col {
  background-color: #fffcf6 !important;
}
.sticky_table .sticky_col {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}
.sticky_table td, .sticky_table th {
  border-left: 0px !important;
  border-right: 0px !important;
  text-align: center;
}

.table_component th, .table_component td {
  font-size: 9pt;
}