@charset "UTF-8";
/*
//背景画像
$img-path: "../img/";
$bgimg: "";

//上部ヘッダー
$info_bg_color:transparent;
$info_shadow_color:transparent;
$info_bdr_color:transparent;
$info_hover_color:transparent;

//上部右ディスプレイ切替え
$display_bg_color:transparent;
$display_hover_color:transparent;

//検索パネル
$widget_bg_color:transparent;
$widget_shadow_color:transparent;
$widget_bdr_color:transparent;

//メニュー(1階層)
$menu_bg_color:transparent;
$menu_shadow_color:transparent;
$menu_hover_color:transparent;
$menu_bdr_top_color:transparent;
$menu_bdr_btm_color:transparent;

//メニュー(2階層)
$menu2_bg_color:transparent;
$menu2_hover_color:transparent;
$menu2_bdr_top_color:transparent;
$menu2_bdr_btm_color:transparent;

//メニュー(3階層)
$menu3_bg_color:transparent;
$menu3_hover_color:transparent;
$menu3_bdr_btm_color:transparent;

//ツールボタン
$operation_bg_color:transparent;
$operation_bdr_color:transparent;
$operation_em_color:inherit;

//詳細画面
$detail_head_bg_color:transparent;
$detail_head_bdr_color:transparent;
$detail_h3_bg_color:transparent;
$detail_h2_bdr_color:inherit;
$detail_infoarea_bg_color:transparent;
$detail_infoarea_bdr_color:transparent;

//詳細画面(タブ)
$detail_tab_bg_color:transparent;
$detail_tab_default_color:transparent;
$detail_tab_active_color:transparent;

//テーブル(simple)
$table_simple_th_color:transparent;
$table_simple_bg_title:transparent;
$table_simple_bg_checked_title:transparent;
$table_simple_bdr_color:inherit;
$table_simple_mobile_bdr_color:inherit;
$table_simple_odd_color:transparent;
$table_simple_even_color:transparent;

//テーブル(regular)
$table_regular_th_color:transparent;
$table_regular_bdr_color:transparent;

//テーブル(共通)
$table_count_bdr_color:transparent;
$table_tr_hover:transparent;

//ボタン関連
$btn_font_color_light:transparent;
$btn_reg_bggradient_a:transparent;
$btn_reg_bggradient_b:transparent;
$btn_reg_bordercolor:transparent;
$btn_default_bgcolor:transparent;
$btn_default_bordercolor:transparent;
$btn_cancel_bgcolor:transparent;
$btn_cancel_bordercolor:transparent;
$btn_agree_bgcolor:transparent;
$btn_agree_bordercolor:transparent;
$btn_warning_bgcolor:transparent;
$btn_warning_bordercolor:transparent;

//0829追加

//ボタン関連
$btn_sort_bg_color:transparent;

//スクロールバー
$scrollbar_bg_color:transparent;
$scrollbar_bg_hover_color:transparent;

//検索パネルの予約開始時間・修了時間
$timepicker_bg_color:transparent;
$timepicker_arw_bg_color:transparent;

//検索パネルの予約開始日・修了日
$datepicker_bg_color:transparent;
$datepicker_bdr_color:transparent;

//検索パネルを引き出すボタン（背景）　スマホ
$shrink_bg_color:transparent;

//検索パネルのソート順
$sort_target_bg_color:transparent;
$sort_items_bg_color:transparent;

//テーブル(simple)　スマホ
$table_simple_mobile_bdr_color:transparent;
$table_simple_mobile_bdr_checked_color:transparent;
$table_simple_mobile_td_font_color:transparent;
$table_simple_mobile_th_font_color:transparent;

//ナビアイコン　スマホ
$toggle_bg_color:transparent;

//ローディング
$loading_bgcolor:transparent;
$loader_bgcolor:#fff;
$loader_bdrstyle:2px solid #c1ddff;
*/
#content {
  display: block;
  position: relative;
  overflow-x: scroll;
  overflow-y: scroll;
  background-color: #fff;
  margin-top: 5px;
}

#reserve .daycal #selector,
#reserve_booked_prof .daycal #selector {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  float: left;
  background-color: #DEEDFE;
  padding: 2px 5px 2px 10px;
  margin: 1px 10px 0px 2px;
  border: solid 1px #B3D5FD;
}
#reserve .daycal #selector span,
#reserve_booked_prof .daycal #selector span {
  padding-top: 4px;
  display: inline-block;
}
#reserve .daycal #selector select,
#reserve_booked_prof .daycal #selector select {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 2px 10px 1px 10px;
  border: solid 1px #CCC;
  margin-top: -4px;
}

#schedulerTitle {
  position: absolute;
  background: #fff;
  z-index: 88;
}
#schedulerTitle div[class^="period"] {
  text-align: center;
  -moz-user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  line-height: 30px;
  position: absolute;
  overflow: hidden;
  height: 71px;
}

#schedulerTitleLabel {
  position: absolute;
  left: 698px;
  width: 200px;
  padding-top: 30px;
  padding-bottom: 18px;
  padding-left: 10px;
  border-bottom: 1px solid #CBD2E4;
  border-right: 1px solid #CBD2E4;
  background-color: #fff;
  z-index: 9;
}

#schedulerTitleTimeline {
  padding-top: 33px;
  position: relative;
  border-bottom: 1px solid #CBD2E4;
  z-index: 1;
  right: 0px;
}
#schedulerTitleTimeline tr {
  line-height: 20px;
}
#schedulerTitleTimeline tr.hour, #schedulerTitleTimeline tr.half {
  line-height: 5px !important;
}
#schedulerTitleTimeline tr.quater {
  line-height: 3px !important;
}
#schedulerTitleTimeline td {
  border-width: 0px 1px;
}
#schedulerTitleTimeline td div {
  position: relative;
  right: 1em;
}
#schedulerTitleTimeline td.time {
  border-color: transparent;
}
#schedulerTitleTimeline td.hour {
  border-color: transparent #5469A3 transparent transparent;
}
#schedulerTitleTimeline td.half {
  border-color: transparent #A6B3D2 transparent transparent;
}
#schedulerTitleTimeline td.quarter {
  border-color: transparent #CBD2E4 transparent transparent;
}

#schedulerBody div[class^="period"] {
  cursor: default;
  opacity: 0.5;
  position: absolute;
  overflow: hidden;
  height: 10401px;
}

#schedulerBodyLabel {
  position: absolute;
  width: 200px;
  left: 698px;
  z-index: 87;
  background-color: #EEE;
  border-right: 1px solid #CBD2E4;
  border-bottom: 1px solid #CBD2E4;
}
#schedulerBodyLabel div {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  cursor: pointer;
  height: 52px;
  padding: 10px;
  border-top: 1px solid #CBD2E4;
}
#schedulerBodyLabel div ul {
  line-height: 100%;
  font-size: 12px;
}
#schedulerBodyLabel div ul li {
  display: inline;
  padding-right: 7px;
}
#schedulerBodyLabel div.kyoin {
  background-color: #EEE;
}
#schedulerBodyLabel div.syokuin {
  background-color: #fbf9f9;
  cursor: default;
}
#schedulerBodyLabel div:hover {
  background-color: #FFF;
}

#schedulerTitlePeriodElements,
#schedulerBodyPeriodElements,
#schedulerSchedules {
  overflow: hidden;
  width: 0px;
}

#schedulerTitleTimeline,
#schedulerBodyTimeline {
  margin-left: 200px;
}

#schedulerTitleTimeline td,
#schedulerBodyTimeline td {
  border-width: 0px 1px 1px;
  border-style: solid;
  min-width: 21px;
  width: 21px;
  *min-width: 13px;
  *width: 13px;
}

#schedulerBodyTimeline {
  margin-top: 70px;
}
#schedulerBodyTimeline td {
  cursor: default;
  -moz-user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  height: 52px;
}
#schedulerBodyTimeline td.hour {
  border-color: #CBD2E4 #5469A3 #CBD2E4 transparent;
}
#schedulerBodyTimeline td.half {
  border-color: #CBD2E4 #A6B3D2 #CBD2E4 transparent;
}
#schedulerBodyTimeline td.quarter {
  border-color: #CBD2E4 #CBD2E4 #CBD2E4 transparent;
}
#schedulerBodyTimeline .floatSchedule {
  background: #3399DD;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=80);
  position: absolute;
  padding-top: 4px;
  padding-right: 4px;
  padding-bottom: 3px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
#schedulerBodyTimeline .schedule {
  width: 121px;
  height: 47px;
  position: absolute;
  border: solid 2px #ccc;
  letter-spacing: 0;
  line-height: 1.5;
  font-size: 86%;
  padding: 0;
  cursor: pointer;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f7f7f7));
  background: -moz-linear-gradient(#ffffff, #f7f7f7);
  background: -webkit-linear-gradient(#ffffff, #f7f7f7);
  background: linear-gradient(#ffffff, #f7f7f7);
  border-radius: 4px;
  box-shadow: 0 1px 5px rgba(153, 153, 153, 0.3);
}
#schedulerBodyTimeline .notLesson {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U3ZjNmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RlZWVmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e7f3ff), color-stop(100%, #deeeff));
  background: -moz-linear-gradient(#e7f3ff, #deeeff);
  background: -webkit-linear-gradient(#e7f3ff, #deeeff);
  background: linear-gradient(#e7f3ff, #deeeff);
  border: solid 2px #becdde;
}
#schedulerBodyTimeline .scheduleWrap {
  z-index: 1;
  padding: 6px 8px 0 8px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
#schedulerBodyTimeline .scheduleWrap:after {
  content: attr(data-kojinum);
  display: block;
  font-size: 300%;
  position: absolute;
  right: 3px;
  top: 4px;
  line-height: 1;
  font-family: Century Gothic, Helvetica, verdana, sans-serif;
  font-style: italic;
  color: #e8e8e8;
  z-index: -1;
}
#schedulerBodyTimeline .scheduleWrap .purpose {
  color: #444;
}
#schedulerBodyTimeline .scheduleWrap .user {
  color: #8a8a8a;
}
#schedulerBodyTimeline .notLesson .scheduleWrap:after {
  color: #fafcff;
}

#schedulerBodyTimeline .schedule[data-kojicd="01"] .scheduleWrap,
#schedulerBodyTimeline .schedule[data-kojicd="02"] .scheduleWrap,
#schedulerBodyTimeline .schedule[data-kojicd="03"] .scheduleWrap,
#schedulerBodyTimeline .schedule[data-kojicd="04"] .scheduleWrap,
#schedulerBodyTimeline .schedule[data-kojicd="05"] .scheduleWrap,
#schedulerBodyTimeline .schedule[data-kojicd="06"] .scheduleWrap {
  padding-right: 15px;
}
#schedulerBodyTimeline .long .scheduleWrap {
  padding-right: 40px;
}

.schedule[data-kojicd="07"] .scheduleWrap:after {
  display: none !important;
}

#schedulerBodyTimeline .tentative {
  border: dashed 2px #fc2e2e;
}
#schedulerBodyTimeline .tentative .purpose {
  padding-left: 10px;
}
#schedulerBodyTimeline .tentative .purpose:before {
  position: absolute;
  left: -5px;
  top: -2px;
  text-align: center;
  content: "仮";
  display: block;
  width: 28px;
  height: 28px;
  padding: 8px 0 0 0;
  border-radius: 14px;
  color: #ff7373;
  border: 1px solid #ff7373;
  font-size: 120%;
  line-height: 1;
  -webkit-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  transform: rotate(-20deg);
  opacity: 0.5;
}
#schedulerBodyTimeline .unable {
  background: #e5e5e5;
}
#schedulerBodyTimeline .unable .scheduleWrap:before,
#schedulerBodyTimeline .unable .scheduleWrap:after {
  position: absolute;
  right: 15px;
  top: 50%;
  display: block;
  content: "";
  width: 3px;
  height: 26px;
  margin-top: -13px;
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #f6f6f6;
}
#schedulerBodyTimeline .unable .scheduleWrap:after {
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#schedulerBodyTimeline .limitation,
#schedulerBodyTimeline .from {
  overflow: hidden !important;
}
#schedulerBodyTimeline .limitation:after,
#schedulerBodyTimeline .from:after {
  content: "";
  position: absolute;
  display: inline-block;
  right: -17px;
  bottom: -30px;
  width: 36px;
  height: 60px;
  padding: 3px 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  z-index: 2;
}
#schedulerBodyTimeline .limitation:before,
#schedulerBodyTimeline .from:before {
  content: "";
  position: absolute;
  right: -1px;
  bottom: 0;
  width: 16px;
  height: 16px;
  display: block;
  z-index: 3;
}
#schedulerBodyTimeline .limitation {
  border: solid 2px #ff7373;
}
#schedulerBodyTimeline .limitation:after {
  background: #ff7373;
}
#schedulerBodyTimeline .limitation:before {
  bottom: 1px;
  background: transparent url(../img/ico/scheduler_limitation.png) 0 0 no-repeat;
  background-size: auto 16px;
}
#schedulerBodyTimeline .from {
  border: solid 2px #0ba7da;
}
#schedulerBodyTimeline .from:after {
  background: #0ba7da;
}
#schedulerBodyTimeline .from:before {
  background: transparent url(../img/ico/scheduler_from.png) 0 0 no-repeat;
  background-size: auto 16px;
}
#schedulerBodyTimeline .plural .user:before {
  content: "";
  background-image: url(../img/cmn/ico-star.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 12px 11px;
  padding-left: 12px;
}
#schedulerBodyTimeline .recording .purpose:before {
  margin-right: 2px;
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background: transparent url(../img/ico/scheduler_recording.png) 0 -1px no-repeat;
  background-size: auto 16px;
  vertical-align: top;
}

.persons #schedulerBodyLabel div {
  cursor: default;
}

.persons #schedulerBodyTimeline .schedule {
  cursor: default;
}

.persons #schedulerBodyTimeline .schedule:hover {
  border-color: inherit;
}

.period01 {
  left: 936px;
  width: 126px;
  background: #ffe9bf;
}

.period02 {
  left: 1083px;
  width: 127px;
  background: #fff7b3;
}

.period03 {
  left: 1273px;
  width: 126px;
  background: #f0ffb3;
}

.period04 {
  left: 1420px;
  width: 126px;
  background: #ccffe8;
}

.period05 {
  left: 1567px;
  width: 126px;
  background-color: #e7eaff;
}

.period06 {
  left: 1714px;
  width: 126px;
  background: #ffe6ef;
}

.period07 {
  left: 1861px;
  width: 335px;
}

/** 2019/04/12 */
#schedulerBodyTimeline .duplication .dup_ribbon {
  position: absolute;
  top: -7px;
  right: 6px;
  display: inline-block;
  background-color: #FB817C;
  color: #fff;
  padding: 5px 0px 1px;
  width: 20px;
  text-align: center;
  z-index: 10;
}
#schedulerBodyTimeline .duplication .dup_ribbon em {
  font-size: 13px;
  font-weight: bold;
}
#schedulerBodyTimeline .duplication .dup_ribbon:before, #schedulerBodyTimeline .duplication .dup_ribbon:after {
  content: '';
  position: absolute;
}
#schedulerBodyTimeline .duplication .dup_ribbon:before {
  top: 0;
  right: -5px;
  border: none;
  border-bottom: solid 6px #d07676;
  border-right: solid 5px transparent;
}
#schedulerBodyTimeline .duplication .dup_ribbon:after {
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 5px solid #fa8383;
}

/** 2020/01/28 */
/** 予約アイコンドラッグ **/
.dragSchedule {
  width: 121px;
  height: 47px;
  position: absolute;
  border: solid 2px #ccc;
  letter-spacing: 0;
  line-height: 1.5;
  font-size: 86%;
  padding: 0;
  cursor: pointer;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f7f7f7));
  background: -moz-linear-gradient(#ffffff, #f7f7f7);
  background: -webkit-linear-gradient(#ffffff, #f7f7f7);
  background: linear-gradient(#ffffff, #f7f7f7);
  border-radius: 4px;
  box-shadow: 0 1px 5px rgba(153, 153, 153, 0.3);
}
.dragSchedule.notLesson {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U3ZjNmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RlZWVmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e7f3ff), color-stop(100%, #deeeff));
  background: -moz-linear-gradient(#e7f3ff, #deeeff);
  background: -webkit-linear-gradient(#e7f3ff, #deeeff);
  background: linear-gradient(#e7f3ff, #deeeff);
  border: solid 2px #becdde;
}
.dragSchedule .scheduleWrap {
  z-index: 1;
  padding: 6px 8px 0 8px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.plural .dragUser:before {
  content: "";
  background-image: url(../img/cmn/ico-star.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 12px 11px;
  padding-left: 12px;
}
.dragUser {
  color: #8a8a8a;
}
.dragSchedule.limitation,
.dragSchedule.from {
  overflow: hidden !important;
}

.dragSchedule.limitation:after,
.dragSchedule.from:after {
  content: "";
  position: absolute;
  display: inline-block;
  right: -17px;
  bottom: -30px;
  width: 36px;
  height: 60px;
  padding: 3px 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  z-index: 2;
}
.dragSchedule.limitation:before,
.dragSchedule.from:before {
  content: "";
  position: absolute;
  right: -1px;
  bottom: 0;
  width: 16px;
  height: 16px;
  display: block;
  z-index: 3;
}
.dragSchedule.limitation {
  border: solid 2px #ff7373;
}
.dragSchedule.limitation:after {
  background: #ff7373;
}
.dragSchedule.limitation:before {
  bottom: 1px;
  background: transparent url(../img/ico/scheduler_limitation.png) 0 0 no-repeat;
  background-size: auto 16px;
}
.dragSchedule.from {
  border: solid 2px #0ba7da;
}
.dragSchedule.from:after {
  background: #0ba7da;
}
.dragSchedule.from:before {
  background: transparent url(../img/ico/scheduler_from.png) 0 0 no-repeat;
  background-size: auto 16px;
}
.dragSchedule.recording .purpose:before {
  margin-right: 2px;
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background: transparent url(../img/ico/scheduler_recording.png) 0 -1px no-repeat;
  background-size: auto 16px;
  vertical-align: top;
}
.dragSchedule.tentative {
  border: dashed 2px #fc2e2e;
}
.dragSchedule.tentative .purpose {
  padding-left: 10px;
}
.dragSchedule.tentative .purpose:before {
  position: absolute;
  left: -5px;
  top: -2px;
  text-align: center;
  content: "仮";
  display: block;
  width: 28px;
  height: 28px;
  padding: 8px 0 0 0;
  border-radius: 14px;
  color: #ff7373;
  border: 1px solid #ff7373;
  font-size: 120%;
  line-height: 1;
  -webkit-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  transform: rotate(-20deg);
  opacity: 0.5;
}
.dragSchedule.unable {
  background: #e5e5e5;
}
.dragSchedule.unable .scheduleWrap:before,
.dragSchedule.unable .scheduleWrap:after {
  position: absolute;
  right: 15px;
  top: 50%;
  display: block;
  content: "";
  width: 3px;
  height: 26px;
  margin-top: -13px;
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #f6f6f6;
}
.dragSchedule.unable .scheduleWrap:after {
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*20210326 #6475:予約入替機能のレイアウト修正(クリアボタンをテキストボックス内に)*/
.reserve #operation .scroll_head #diffDateExchange input[type = "text"]{
    padding-right: 26px!important;
}
.reserve #operation .scroll_head #diffDateExchange .clear-exchange1,
.reserve #operation .scroll_head #diffDateExchange .clear-exchange2 {
    position: absolute;
    top: 6px;
    background: none;
}
.reserve #operation .scroll_head #diffDateExchange .clear-exchange1 {
    right: 252px;
}
.reserve #operation .scroll_head #diffDateExchange .clear-exchange2 {
    right: 78px;
}
.reserve #operation .scroll_head #diffDateExchange .clear-exchange1 img,
.reserve #operation .scroll_head #diffDateExchange .clear-exchange2 img {
    width: 10px;
    height: 10px;
    margin-bottom: 3px;
}
/*操作バー横スクロールここから*/
.reserve #operation {
    overflow-y: hidden;
    overflow-x: auto;
    height: auto;
}
.reserve #operation .scroll_head {
    min-width: 1150px;
    position: relative;
    white-space: nowrap;
}
.reserve #operation .scroll_head #column {
    padding: 5px 0 2px 8px;
}
.reserve #operation .scroll_head #column .action_tool {
    margin-right: 0;
}
.reserve #operation .scroll_head #diffDateExchange {
    margin: 2px 0 0 0;
}
.reserve #operation .scroll_head #diffDateExchange input[type = "text"]{
    width: 170px;
}