@charset "utf-8";

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

a {
  cursor: pointer;
}

.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;
}

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

.button {
  cursor: pointer;
}

/*
a.button.button--green  { background-color: #096 }
a.button.button--blue   { background-color: #369 }
a.button.button--gray   { background-color: #666 }
a.button.button--purple { background-color: #936 }
a.button.button--red    { background-color: #c33 }
a.button.button--yellow { background-color: #f90 }
a.button.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;
}

.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: fixed;
  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;
}

.p_table {
  margin: 0px !important;
}

.sp_join {
  float: left !important;
}

#user_photo {
  height: 50px;
  margin-top: -18px;
}

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

#timecard {
  margin-bottom: 50px;
  width: 800px;
}
.big_button {
  margin-top: 0px;
  width: 300px;
  height: 52px;
  font-size: 18pt;
}
.casting_button {
  margin: 0 0 5px 0;
  width: 640px;
  height: 52px;
  font-size: 14pt;
  line-height: 32px;
}

@media(max-width: 640px) {
  .casting_button {
    height: auto;
  }
  #timecard {
    text-align: center;
    width: 100%;
  }
  .big_button {
    width: 100%;
  }
  .casting_button {
    width: 90%;
  }
}

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

.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;
  }
  select#datepicker_year_calendar1, select#datepicker_month_calendar1, select.max_row_select, .dialog_contents select {
    width: auto !important;
  }
}

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

.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;
}

#casting {
  font-size: 12pt;
}

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

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

}

.telework_button {
  height: 52px !important;
  background-color: #e07070 !important;
  margin-top: 20px;
  line-height: 40px;
}
.telework_blank {
  width: 300px;
  display: inline-block;
}
.timecard_start_button {
  line-height: 40px;
}
.timecard_end_button {
  height: 124px;
  line-height: 115px;
}
.timecard_start_area {
  float: left;
}
.timecard_end_area {
  float: right;
}

.button_area {
  width: 620px;
  margin: 0 auto;
}

@media(max-width: 640px) {
  .button_area {
    width: 100%;
  }
  .timecard_start_area, .timecard_end_area {
    width: calc(50% - 10px);
  }
  .timecard_start_button, .timecard_end_button, .telework_button {
    font-size: 11pt;
  }
  .timecard_start_button, .telework_button {
    line-height: 35px;
  }
  .timecard_end_button {
    line-height: 110px;
  }
}

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