@charset "utf-8";
/*======================================================================
  従業員ページ用 ヘルプ機能CSS
========================================================================*/
/*** 連絡パーツ ***/
.help-contact-button.ui-btn,
.help-contact-button.ui-btn:visited {
  background-color: #0f0;
  border: 1px solid #ddd;
  font-size: 14px;
}
.help-contact-parts.ui-grid-a > .ui-block-a > a {
  display: none;
}
.help-contact-parts.ui-grid-a > .ui-block-a {
  width: 0%;
}
.help-contact-parts.ui-grid-a > .ui-block-b {
  width: 100%;
}

/*** 登録制TOP ***/
.help-top.ui-content {
  padding: 0;
}
.help-top-blink {
  animation: flash 1s linear infinite;
}
.help-top-warning {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 36px;
  height: 36px;
}
.help-top .ui-block-a .apply,
.help-top .ui-block-a .apply9,
.help-top .ui-block-a .urgent,
.help-top .ui-block-b .confirm {
  border: 1px solid #ddd;
  color: #000;
}
.help-top .ui-block-a .single,
.help-top .ui-block-b .single {
  font-size: 20px;
  height: 120px;
  margin: 0 3px 6px 3px;
  padding-top: 40px;
}
.help-top .ui-block-a .multi {
  font-size: 18px;
  padding-top: 18px;
  margin: 0 3px 6px 3px;
}
.help-top .ui-block-a .apply {
  background-color: #deebf7;
  line-height: 1;
}
.help-top .ui-block-a .apply9 {
  background-color: #dedbd4;
  color: #c3c0b9;
  pointer-events: none;
}
.help-top .ui-block-a .urgent {
  background-color: #fbe5d6;
}
.help-top .ui-block-a .confirm,
.help-top .ui-block-b .confirm {
  background-color: #fff2cc;
}
.help-top .ui-block-a .apply > span,
.help-top .ui-block-a .apply9 > span,
.help-top .ui-block-a .urgent > span,
.help-top .ui-block-a .confirm > span,
.help-top .ui-block-b .confirm > span,
.help-top .ui-block-a .apply > span > span,
.help-top .ui-block-a .apply9 > span > span,
.help-top .ui-block-a .urgent > span > span,
.help-top .ui-block-a .confirm > span > span,
.help-top .ui-block-b .confirm > span > span {
 font-weight: bold !important;
}
.help-top .ui-block-a .apply > span > span,
.help-top .ui-block-a .apply9 > span > span,
.help-top .ui-block-a .urgent > span > span,
.help-top .ui-block-a .confirm > span > span,
.help-top .ui-block-b .confirm > span > span {
  font-size: 14px;
}
.help-top-asist-banner.ui-btn {
  padding: 0;
  margin: 0;
  border: 1px solid #999;
}
.help-top-asist-banner.ui-btn img {
  width: 100%;
  height: auto;
}
.help-top-asist-button.ui-btn {
  padding: 4px 0;
  margin: 0;
  border: 1px solid #999;
}
.help-top-asist-button.ui-btn img {
  width: 30%;
  height: auto;
}
.help-top-asist-button.ui-btn div {
  font-size: 13px;
  line-height: 13px;
}
.help-top-point {
  text-align: right;
  padding-right: 8px;
}
.help-top-point-title {
  font-size: 14px;
}
.help-top-point-value {
  font-size: 18px;
  margin: 0 2px 0 4px;
}
.help-top-point-icon {
  width: 16px;
  height: 18px;
  padding-bottom: 2px;
}

/*** 登録制申請画面および回答・スケジュール画面 ***/
.help-schedule.ui-content,
.help-apply.ui-content {
  padding: 0.5em;
  padding-top: 4px;
}
.help-schedule-date-from-to.ui-block-a,
.help-apply-date-from-to.ui-block-a {
  position: relative;
  margin-bottom: 4px;
  margin-top: 4px;
}
.help-schedule-date-from-to.ui-block-a .text,
.help-apply-date-from-to.ui-block-a .text {
  text-align: center;
  background-color: #3a4652;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 2.5em;
  line-height: 40px;
  font-size: 1em
}
.help-schedule-date-from-to.ui-block-a button,
.help-apply-date-from-to.ui-block-a button {
  background-color: transparent;
  border: none;
  width: 42px;
  border-radius: 2.5em;
  position: absolute;
  top: 0;
  margin: 0;
  height: 100%;
}
.help-schedule-date-from-to.ui-block-a button:active,
.help-schedule-date-from-to.ui-block-a button:focus,
.help-schedule-date-from-to.ui-block-a button:hover,
.help-schedule-date-from-to.ui-block-a button:visited,
.help-apply-date-from-to.ui-block-a button:active,
.help-apply-date-from-to.ui-block-a button:focus,
.help-apply-date-from-to.ui-block-a button:hover,
.help-apply-date-from-to.ui-block-a button:visited {
  background-color: #3a4652;
}
.help-schedule-date-from-to.ui-block-a button.ui-icon-arrow-l,
.help-apply-date-from-to.ui-block-a button.ui-icon-arrow-l {
  left: 0;
}
.help-schedule-date-from-to.ui-block-a button.ui-icon-arrow-r,
.help-apply-date-from-to.ui-block-a button.ui-icon-arrow-r {
  right: 0;
}
.help-schedule-date.ui-block-a,
.help-apply-date.ui-block-a {
  padding: 0 1.5px 4px 0;
  width: 30%;
}
.help-schedule-date.ui-block-a button,
.help-schedule-date.ui-block-a button:visited,
.help-apply-date.ui-block-a button,
.help-apply-date.ui-block-a button:visited {
  margin: 0;
  padding: 0;
  height: 45px;
  line-height: 1em;
  background-color: #3a4652;
  border: none;
  color: #fff;
  opacity: 1;
}
/* 未使用 @media (min-height: 600px) {
  .help-apply-date.ui-block-a button,
  .help-apply-date.ui-block-a button:visited {
    height: 45px;
  }
}*/
.help-schedule-date.ui-block-a button {
  height: 60px;
}
.help-schedule-date.ui-block-a button.non,
.help-apply-date.ui-block-a button.non,
#help-answer .ui-header div.non,
#help-detail .ui-header div.non,
#help-apply .ui-header div.non {
  background-color: #3a4652;
}
.help-schedule-date.ui-block-a button.sat,
.help-apply-date.ui-block-a button.sat,
#help-answer .ui-header div.sat,
#help-detail .ui-header div.sat,
#help-apply .ui-header div.sat {
  background-color: #399ac9;
}
.help-schedule-date.ui-block-a button.sun,
.help-apply-date.ui-block-a button.sun,
#help-answer .ui-header div.sun,
#help-detail .ui-header div.sun,
#help-apply .ui-header div.sun {
  background-color: #ff003c;
}
.help-schedule-shift.ui-block-b,
.help-apply-shift.ui-block-b {
  padding: 0 0 4px 1.5px;
  width: 70%;
}
.help-schedule-shift.ui-block-b button,
.help-apply-shift.ui-block-b button {
  margin: 0;
  padding: 0;
  height: 45px;
  line-height: 1em;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.15);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,.15);
  box-shadow: 0 1px 3px rgba(0,0,0,.15);
  border-color: #ccc;
  background-color: #f6f6f6;
}
.help-schedule-shift.ui-block-b button:disabled,
.help-apply-shift.ui-block-b button:disabled {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  opacity: 1;
}
.help-schedule-shift.ui-block-b button {
  height: 60px;
}
/* 未使用 @media (min-height: 700px) {
  .help-apply-date.ui-block-a button,
  .help-apply-shift.ui-block-b button {
    height: 60px;
  }
}
@media (min-height: 800px) {
  .help-apply-date.ui-block-a button,
  .help-apply-shift.ui-block-b button {
    height: 70px;
  }
} */
.help-schedule-shift.ui-block-b button.dayoff,
.help-apply-shift.ui-block-b button.dayoff {
  background-color: #f6f6f6;
}
.help-schedule-shift.ui-block-b button.work,
.help-apply-shift.ui-block-b button.work {
  background-color: #ffdb4f;
}
.help-schedule-shift.ui-block-b button.move,
.help-apply-shift.ui-block-b button.move {
  background-color: #dff5ff;
  color: #777;
}
.help-schedule-shift.ui-block-b button.leave,
.help-apply-shift.ui-block-b button.leave {
  background-color: #3a4652;
  color: #fff;
}
.help-schedule-shift.ui-block-b button .store,
.help-schedule-shift.ui-block-b button .break-time {
  line-height: 18px;
  font-size: 12px;
}
.help-schedule-shift.ui-block-b button .work {
  line-height: 18px;
  font-size: 15px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.help-schedule-shift.ui-block-b button .times,
.help-apply-shift.ui-block-b button .times {
  font-size: 1em;
}
.help-schedule-shift.ui-block-b button .store.four-line,
.help-schedule-shift.ui-block-b button .break-time.four-line {
  line-height: 13px;
}
.help-schedule-shift.ui-block-b button .work.four-line {
  font-size: 12px;
  line-height: 13px;
}
.help-apply-shift.ui-block-b button .hours {
  font-size: .8em;
}
.help-apply-shift.ui-block-b button .hours .hours-value {
  font-size: 1.25em;
  margin: 0 2px 0 2px;
}
.help-apply .ui-controlgroup-label {
  margin-bottom: 2px;
}
.help-urgent .items-time-from-to .ui-select,
.help-apply .items-time-from-to .ui-select {
  margin: 0 0 4px 0;
}
.help-urgent .items-time-to .ui-select,
.help-apply .items-time-to .ui-select {
  margin: 0 0 4px 0;
}
.help-urgent-filter .items-date,
.help-urgent-filter .items-time,
.help-urgent-filter .items-store,
.help-urgent-filter .items-work {
  margin: 0 0 4px 0;
}
.help-apply .items-hours {
  text-align: center;
}
.help-apply .items-hours input {
  margin: 0;
  border: 1px solid #ddd;
  border-style: solid;
  text-align: center;
  webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
  -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
  box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
  color: #333;
  width: 40px;
  padding: 10px 0;
}
.help-apply .items-break {
  text-align: right;
}
.help-apply-footer {
  height: 50px;
  padding: 0;
  width: 414px;
  border: 1px solid #ccc;
}
.help-apply-footer [class*=ui-block-]>button.ui-btn {
  height: 50px;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.help-apply-footer-status {
  text-align: center;
  line-height: 14px;
  font-size: 14px;
  height: 50px;
  border: 1px solid #ccc;
  border-left: none;
}
/* 未使用 @media (min-height: 700px) {
  .help-apply-footer,
  .help-apply-footer [class*=ui-block-]>button.ui-btn,
  .help-apply-footer-status {
    height: 60px;
  }
  .help-apply-footer-status {
    line-height: 24px;
  }
}
@media (min-height: 800px) {
  .help-apply-footer,
  .help-apply-footer [class*=ui-block-]>button.ui-btn,
  .help-apply-footer-status {
    height: 70px;
  }
  .help-apply-footer-status {
    line-height: 34px;
  }
} */
.help-apply-footer-status.notapplied {
  background-color: #ffdb4f;
  color: #333;
}
.help-apply-footer-status.applied {
  background-color: #f6f6f6;
  color: #333;
}
.help-apply-footer-status .status-icon {
  height: 16px;
  margin-top: 3px;
  position: relative;
}
.help-apply-footer-status .status-icon {
  height: 16px;
  margin-top: 3px;
  position: relative;
}
.help-apply-footer button.help-apply-footer-status.noapply {
  background-color: #ff003c;
  color: #fff;
}
.help-apply-footer button.help-apply-footer-apply,
.help-apply-footer button.help-apply-footer-apply:active,
.help-apply-footer button.help-apply-footer-apply:focus,
.help-apply-footer button.help-apply-footer-apply:hover,
.help-apply-footer button.help-apply-footer-apply:visited {
  animation: flash 1s linear infinite;
  background-color: #ff003c;
  color: #fff;
  border: none;
  border-top: 1px solid #ccc;
}
.help-apply-footer button.help-apply-footer-apply:disabled {
  animation: none;
  background-color: #f9f9f9;
  color: #333;
}
.help-apply-footer button.help-apply-footer-cancel {
  animation: none;
  border: none;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.help-schedule-shift.ui-block-b button .unfixed {
  background-color: red;
  color: white;
  border: none;
  font-size: .8em;
  border-radius: 4px;
  position: absolute;
  padding: .1em;
  top: 39px;
  right: 2px;
}
.help-schedule-shift.ui-block-b button .unfixed.off {
  display: none;
}
.help-schedule-shift.ui-block-b button .unfixed.on {
  display: block;
}
.help-schedule-shift.ui-block-b button .change {
  background-color: #fff;
  color: #000;
  border: solid 1px #000;
  font-size: .8em;
  border-radius: 4px;
  position: absolute;
  padding: .1em;
  top: 37px;
  left: 2px;
}
.help-schedule-shift.ui-block-b button .change.none {
  display: none;
}
.help-schedule-shift.ui-block-b button .change.disp {
  display: block;
}
.help-schedule-shift.ui-block-b button .disabled-text {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.4);
  border-radius: .3125em;
  color: white;
  text-align: center;
  line-height: 50px;
  font-size: 12px
}

#help-apply-time1h,
#help-apply-time1m,
#help-apply-time2h,
#help-apply-time2m {
  text-indent: 34px;
}

/*** メール問合せ画面 ***/
.help-mail {
  padding: 0.5em;
  text-align: center;
}

/*** 登録制補助画面 ***/
.help-asist {
  padding: 0.5em;
}
.help-asist,
.help-asist-contact {
  font-size: 14px;
}
.help-asist dt,
.help-asist-contact dt {
  background-color: #eee;
  padding: 8px 4px;
  margin-top: 16px;
  margin-bottom: 4px;
}
.help-asist dd,
.help-asist-contact dd {
  padding-left: 8px;
  margin-bottom: 8px;
  font-size: 14px;
}
.help-asist-qa .ui-collapsible-content {
  padding: .5em .5em;
}
.help-asist-qa .collapse-header {
  padding: 12px 6px 12px 30px;
  font-size: 15px;
  margin: 0;
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  cursor: pointer;
  background-image: url(../img/icon/icon-caret-d.png);
  background-repeat: no-repeat;
  background-size: 22px;
  background-position-y: center;
  background-position-x: 6px;
}
.help-asist-qa .collapse-header[aria-expanded="true"] {
  background-image: url(../img/icon/icon-caret-u.png);
}
.help-asist-qa .collapse-header[aria-expanded="false"] {
  background-image: url(../img/icon/icon-caret-d.png);
}
.help-asist-qa .collapse-body {
  padding: 6px;
  border: 1px solid #ccc;
  border-top: none;
}

.help-asist-link .ui-btn,
.help-asist-qa .ui-btn {
  font-size: 14px;
  line-height: 24px;
  white-space: pre-wrap;
  text-align: left;
}
.help-asist-shoplist .ui-select {
   font-size: 14px;
}

/*** シフト回答・スケジュール詳細ダイアログ ***/
.help-answer-help-info.ui-btn {
  width : 100%;
  border: 1px solid #ccc;
  padding: 2px;
  margin: 0;
  position: relative;
}
.help-answer-help-store,
.help-answer-help-works,
.help-answer-help-times {
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.help-answer-help-store {
  font-size: 12px;
}
.help-answer-help-times >span.ja,
.help-answer-help-times >span.en {
  margin-left: 4px;
  font-size: 12px;
}
.help-answer-help-workcomment {
  font-size: 14px;
  overflow: hidden;
  line-height: 1em;
  white-space: pre-wrap;
  max-height: 40px;
  text-align: left;
  margin-left: 4px;
}
.help-answer-admin-message {
  border: 1px solid #ccc; 
  border-radius: 0.3125em;
  font-size: 12px;
  padding: 2px;
  min-height: 46px;
  max-height: 68px;
  margin-bottom: 8px;
}
.help-answer-staff-comment-title {
  border-top: 1px solid #ddd;
  padding-top: 4px;
  margin-top: 16px;
}
.help-answer-staff-comment > textarea {
  margin-top: 0;
  resize: none;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
}
.help-answer-error {
  margin-top: 4px;
  font-size: 13px;
  text-align: left;
  color: #f00;
  height: auto;
  min-height: 34px;
  white-space: pre-wrap;
}

.help-detail-comment {
  border: 1px solid #ccc; 
  border-radius: 0.3125em;
  font-size: 12px;
  padding: 2px;
  min-height: 46px;
  max-height: 68px;
  margin-bottom: 8px;
}
.help-detail-help-info.ui-btn {
  width : 100%;
  border: 1px solid #ccc;
  padding: 6px 2px;
  margin: 0;
  position: relative;
}
.help-detail-help-store {
  font-size: 12px;
}
.help-detail-help-work,
.help-detail-help-time {
  font-size: 15px;
}
.help-detail-help-workcomment {
  font-size: 14px;
  overflow: hidden;
  line-height: 1em;
  white-space: pre-wrap;
  max-height: 40px;
  text-align: left;
  margin-left: 4px;
}
.help-detail-staff {
  border: 1px solid #999;
  border-radius: 0.3125em;
  font-size: 14px;
  text-align: left;
  max-height: 160px;
  padding-bottom: 1px;
}
.help-detail-staff-row {
  border-top: 1px solid #999;
  height: 30px;
  position: relative;
  font-size: 14px; 
}
.help-detail-staff-row:first-child {
  border-top: none;
  border-bottom: 2px solid #999;
}
.help-detail-staff-row .name {
  font-size: 14px;
  line-height: 16px;
  padding: 0 2px;
  position: absolute;
  top: 0;
  left: 0;
}
.help-detail-staff-row .base {
  font-size: 13px; 
  line-height: 14px;
  position: absolute;
  bottom: 1px;
  left: 10px;
  text-align: right;
  padding-right: 8px;
  padding-left: 12px;
}
.help-detail-staff-row .time {
  font-size: 14px;
  line-height: 14px;
  position: absolute;
  bottom: 1px;
  right: 0;
  padding: 0 2px;
}
.help-detail-staff-row .break-time {
  font-size: 14px;
  line-height: 14px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 2px;
}

/*** 緊急募集画面  ***/
.help-urgent {
  padding: 0.5em;
}
.help-urgent .ui-grid-solo .ui-block-a {
  padding: 1px;
}
.help-urgent .ui-grid-solo .no_request {
  text-align: center;
  color: #ff003c;
  margin-top: 50px;
}
.help-urgent .ui-grid-solo .ui-block-a button {
  text-align: left;
  position: relative;
  margin: 0;
  padding: .2em .2em;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.15);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,.15);
  box-shadow: 0 1px 3px rgba(0,0,0,.15);
  border-color: #ccc;
  margin-bottom: 2px;
}
.help-urgent .ui-grid-solo .ui-block-a button:disabled {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  opacity: 1;
}
.help-urgent .ui-grid-solo .ui-block-a button.applied {
  background-color: #fff799;
}
.help-urgent .ui-grid-solo .ui-block-a button.pending {
  background-color: #f2dede;
}
.help-urgent .ui-grid-solo .ui-block-a .disabled-text {
  height: 97%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.4);
  border-radius: .3125em;
  color: white;
  text-align: center;
  /*line-height: 70px;*/
  display: none;
}
.help-urgent .ui-grid-solo .ui-block-a .disabled-text.disabled-show {
  display: block;
}
.help-urgent .items-datetime {
  font-size: 1em;
  margin-left: 0;
}
.help-urgent .items-store {
  font-size: .9em;
  margin-left: 0;
  white-space: normal;
}
.help-urgent .items-work {
  font-size: .95em;
  margin-left: 0;
  white-space: normal;
}
.help-urgent .items-needcount {
  font-size: 1em;
  margin-left: 8px;
}
.help-urgent .items-needcount_unit {
  font-size: .7em;
  margin-left: 1px;
}
.help-urgent .items-addedsalary_title {
  font-size: .9em;
  margin-left: 8px;
}
.help-urgent .items-addedsalary {
  font-size: 1em;
  margin-left: 2px;
}
.help-urgent .items-addedsalary_unit {
  font-size: .7em;
  margin-left: 1px;
}
.help-urgent .items-work-comment {
  font-size: 13px;
  overflow: hidden;
  line-height: 1em;
  margin-right: 2px;
  margin-bottom: 4px;
  white-space: pre-wrap;
  max-height: 27px;
}
@media screen and (min-width:   0px) { .help-urgent .items-work-comment { max-height: 27px; font-size: 11.6px; } }
@media screen and (min-width: 321px) { .help-urgent .items-work-comment { max-height: 27px; font-size: 13px; } }
@media screen and (min-width: 361px) { .help-urgent .items-work-comment { max-height: 27px; font-size: 13.5px; } }
@media screen and (min-width: 376px) { .help-urgent .items-work-comment { max-height: 27px; font-size: 14px; letter-spacing: 1.2px; } }
.help-urgent .items-deadline {
  font-size: .75em;
  line-height: .9em;
  text-align: right;
  color: #ff003c;
  display: none;
}
.help-urgent .items-deadline.deadline-show {
  display: block;
}
.help-urgent .items-applied {
  background-color: yellow;
  border: 1px solid #999;
  border-radius: .3125em;
  position: absolute;
  top: 2px;
  right: 1px;
  font-size: 12px;
  padding: 2px 1px;
  display: none;
}
.help-urgent .items-applied.applied-show {
  display: block;
}
.help-urgent .items-applied.is-pending {
  background-color: #ff003c;
  color: #fff;
}
