@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/*ベース色*/
/*パネルヘッダ背景色*/
/*ボタン*/
/*テーブル*/
/*テキスト*/
/* Scss Document */
/*@import "compass/css3/box-shadow";
@import "compass/css3/images";*/
/* 共通項目
===================================*/
/* line 7, app/assets/stylesheets/sass/_base.scss */
body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  color: #000;
}

/* line 13, app/assets/stylesheets/sass/_base.scss */
a {
  color: #333;
  text-decoration: none;
}

/* line 17, app/assets/stylesheets/sass/_base.scss */
a:hover {
  color: #333;
  text-decoration: underline;
}

/* line 23, app/assets/stylesheets/sass/_base.scss */
.btn-default {
  color: #FFF;
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 27, app/assets/stylesheets/sass/_base.scss */
.btn-default:focus, .btn-default.focus {
  color: #FFF;
  background-color: #ec971f;
  border-color: #985e0d;
}

/* line 33, app/assets/stylesheets/sass/_base.scss */
.btn-default:hover {
  color: #FFF;
  background-color: #ec971f;
  border-color: #d58412;
}

/* line 38, app/assets/stylesheets/sass/_base.scss */
.btn-default:active, .btn-default.active {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58412;
}

/* line 46, app/assets/stylesheets/sass/_base.scss */
.form-control {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 51, app/assets/stylesheets/sass/_base.scss */
h2 {
  font-size: 18px;
  font-weight: bold;
}

/* line 56, app/assets/stylesheets/sass/_base.scss */
input[type=file] {
  width: 100%;
}

@media (min-width: 768px) {
  /* line 61, app/assets/stylesheets/sass/_base.scss */
  .container {
    width: 1170px;
  }
}

/** ヘッダ
===================================*/
/* line 68, app/assets/stylesheets/sass/_base.scss */
#title {
  position: absolute;
  z-index: 100;
  width: 100%;
  margin: auto;
}

/* line 73, app/assets/stylesheets/sass/_base.scss */
#title h1 {
  margin: 15px 0 0 0;
  font-size: 20px;
  text-align: center;
  color: #FFF;
}

/* line 79, app/assets/stylesheets/sass/_base.scss */
#title #btn-home {
  position: absolute;
  top: 10px;
  left: 15px;
}

/* line 86, app/assets/stylesheets/sass/_base.scss */
.navbar-default {
  background-color: #1d38a2;
  font-weight: bold;
}

/* line 89, app/assets/stylesheets/sass/_base.scss */
.navbar-default .navbar-toggle {
  z-index: 200;
  margin-top: 5px;
  margin-right: 5px;
  position: relative;
  border-width: 0px;
}

/* line 95, app/assets/stylesheets/sass/_base.scss */
.navbar-default .navbar-toggle:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  text-align: center;
  content: 'メニュー';
  font-size: 8px;
  color: #FFF;
}

/* line 105, app/assets/stylesheets/sass/_base.scss */
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

/* line 108, app/assets/stylesheets/sass/_base.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
  width: 24px;
  height: 3px;
}

/* line 112, app/assets/stylesheets/sass/_base.scss */
.navbar-default .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}

/* line 119, app/assets/stylesheets/sass/_base.scss */
#gnavi-wrap {
  background: #f2f0f0;
  padding-left: 0;
  padding-right: 0;
}

/* line 125, app/assets/stylesheets/sass/_base.scss */
.nav > li {
  border-bottom: 1px solid #939393;
}

/* line 127, app/assets/stylesheets/sass/_base.scss */
.nav > li a {
  background: url(/assets/arrow_maru-09cb547f180458d05e3ce3253e00464e580ad527fc274cb88514f327b94f818a.svg) no-repeat;
  background-position: right 15px center;
  background-size: 15px 15px;
  padding: 15px 15px;
  color: #0000ee !important;
}

/* line 133, app/assets/stylesheets/sass/_base.scss */
.nav > li a:hover, .nav > li a.active {
  background-color: #FFF !important;
}

/* line 138, app/assets/stylesheets/sass/_base.scss */
.nav > li.login_info {
  display: none;
}

/* line 142, app/assets/stylesheets/sass/_base.scss */
.navbar-nav {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 147, app/assets/stylesheets/sass/_base.scss */
.navbar {
  border: none;
}

@media (min-width: 768px) {
  /* line 154, app/assets/stylesheets/sass/_base.scss */
  #title {
    position: relative;
    height: auto;
  }
  /* line 157, app/assets/stylesheets/sass/_base.scss */
  #title h1 {
    margin: 20px 0;
    font-size: 22px;
    color: #1d38a2;
    text-align: left;
    line-height: 22px;
  }
  /* line 167, app/assets/stylesheets/sass/_base.scss */
  #gnavi-wrap {
    background: #1d38a2;
  }
  /* line 169, app/assets/stylesheets/sass/_base.scss */
  #gnavi-wrap .container {
    position: relative;
  }
  /* line 174, app/assets/stylesheets/sass/_base.scss */
  #headerMenu {
    position: absolute;
    right: 0;
    top: -3.7em;
    text-align: right;
    list-style: none;
    padding: 10px;
    z-index: 100;
  }
  /* line 182, app/assets/stylesheets/sass/_base.scss */
  #headerMenu li {
    display: inline-block;
    font-size: 14px;
  }
  /* line 185, app/assets/stylesheets/sass/_base.scss */
  #headerMenu li:before {
    content: '｜';
    display: inline-block;
    color: #000;
  }
  /* line 190, app/assets/stylesheets/sass/_base.scss */
  #headerMenu li:last-child:after {
    content: '｜';
    display: inline-block;
    color: #000;
  }
  /* line 196, app/assets/stylesheets/sass/_base.scss */
  #headerMenu a {
    display: inline-block;
    color: #1d38a2;
    text-decoration: none;
  }
  /* line 200, app/assets/stylesheets/sass/_base.scss */
  #headerMenu a:hover {
    color: #1d38a2;
    text-decoration: underline;
    background: none !important;
  }
  /* line 208, app/assets/stylesheets/sass/_base.scss */
  #gnavi {
    display: table;
    width: 100%;
    margin: 8px 0;
  }
  /* line 212, app/assets/stylesheets/sass/_base.scss */
  #gnavi li {
    position: relative;
    display: table-cell;
    padding: 0 5px;
    width: 10.0%;
    text-align: center;
    font-size: 12px;
    border-left: 1px solid #FFF;
  }
  /* line 220, app/assets/stylesheets/sass/_base.scss */
  #gnavi li:last-child {
    border-right: 1px solid #FFF;
  }
  /* line 223, app/assets/stylesheets/sass/_base.scss */
  #gnavi li a {
    padding: 5px 0;
    color: #FFF !important;
  }
  /* line 226, app/assets/stylesheets/sass/_base.scss */
  #gnavi li a:hover, #gnavi li a.active {
    background: #728ae6 !important;
    border-radius: 5px;
  }
  /* line 234, app/assets/stylesheets/sass/_base.scss */
  .nav > li {
    border: none;
  }
  /* line 236, app/assets/stylesheets/sass/_base.scss */
  .nav > li a {
    background: none;
  }
  /* line 241, app/assets/stylesheets/sass/_base.scss */
  .nav > li.login_info {
    display: inline;
    padding: 15px 10px;
  }
}

/** フッタ
===================================*/
/* line 251, app/assets/stylesheets/sass/_base.scss */
footer {
  background: #1d38a2;
  text-align: center;
  padding: 15px 0;
}

/* line 257, app/assets/stylesheets/sass/_base.scss */
#footer-logo {
  margin-bottom: 10px;
}

/* line 259, app/assets/stylesheets/sass/_base.scss */
#footer-logo img {
  width: 92px;
}

/* line 264, app/assets/stylesheets/sass/_base.scss */
footer small {
  color: #FFF;
  font-size: 10px;
}

/** コンテンツ
===================================*/
/* line 273, app/assets/stylesheets/sass/_base.scss */
.panel-default .panel-heading {
  background-color: #4fa4e2;
  border-color: #4fa4e2;
  color: #FFF;
  font-size: 18px;
  line-height: 1;
}

/* line 279, app/assets/stylesheets/sass/_base.scss */
.panel-default .panel-heading.gray {
  background: #CCC;
  border-color: #CCC;
  color: #666;
}

/* line 284, app/assets/stylesheets/sass/_base.scss */
.panel-default .panel-heading.icon-alert:before {
  display: inline-block;
  content: '';
  width: 23px;
  height: 23px;
  margin-right: 5px;
  background: url(/assets/icon_head_alert-639125b5c7d32bf5ae5aceb82f8649190e58598d5c473052752e44bf902bac4c.svg) no-repeat;
  vertical-align: text-bottom;
}

/* line 293, app/assets/stylesheets/sass/_base.scss */
.panel-default .panel-heading.icon-schedule:before {
  display: inline-block;
  content: '';
  width: 23px;
  height: 23px;
  margin-right: 5px;
  background: url(/assets/icon_head_schedule-8157abdebeab76b963fd4ad83a6300452f355072764cef90f7657bb7a4906bb7.svg) no-repeat;
  vertical-align: text-bottom;
}

/* line 302, app/assets/stylesheets/sass/_base.scss */
.panel-default .panel-heading.icon-news:before {
  display: inline-block;
  content: '';
  width: 23px;
  height: 23px;
  margin-right: 5px;
  background: url(/assets/icon_head_news-d17915e7232e19d0b33049628aec4c7de89d4ab752be0c97ecc29aafa9e808e5.svg) no-repeat;
  vertical-align: text-bottom;
}

/* line 311, app/assets/stylesheets/sass/_base.scss */
.panel-default .panel-heading.icon-info-edit:before {
  display: inline-block;
  content: '';
  width: 23px;
  height: 23px;
  margin-right: 5px;
  background: url(/assets/icon_head_info_edit-5a9a86bf1e788fe8c390feef47276e2730a9ac6f758fa621908ac4f3ab8d2701.svg) no-repeat;
  vertical-align: text-bottom;
}

/* line 321, app/assets/stylesheets/sass/_base.scss */
.panel-default .list-group {
  margin-bottom: 0;
}

/* line 323, app/assets/stylesheets/sass/_base.scss */
.panel-default .list-group .list-group-item {
  border-left: none;
  border-right: none;
  border-radius: 0;
}

/* line 328, app/assets/stylesheets/sass/_base.scss */
.panel-default .list-group:not(.list-group:first-of-type) li:first-child {
  border-top: 0;
}

/* line 334, app/assets/stylesheets/sass/_base.scss */
.list-group .list-group-item a {
  display: block;
  background: url(/assets/arrow_maru-09cb547f180458d05e3ce3253e00464e580ad527fc274cb88514f327b94f818a.svg) no-repeat;
  background-position: right 5px center;
  background-size: 15px 15px;
}

/* line 341, app/assets/stylesheets/sass/_base.scss */
.icon-search {
  position: absolute;
  z-index: 100;
  top: 15px;
  left: 10px;
  display: block;
  width: 20px;
  height: 20px;
  background: url(/assets/icon_search-679413f129c596ae629b26545cd25b780dfb49ae19046474eff6b3b76e7dbb1f.svg) no-repeat;
}

/* line 352, app/assets/stylesheets/sass/_base.scss */
.icon-alert {
  line-height: 1;
}

/* line 354, app/assets/stylesheets/sass/_base.scss */
.icon-alert a {
  padding-left: 25px;
  padding-top: 4px;
}

/* line 358, app/assets/stylesheets/sass/_base.scss */
.icon-alert.round-red:before {
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  background: url(/assets/icon_alert_round_red-dec5db1daeafa30f9d7873fa8a0a7acbc3c4b38df85743645b7ee2fdb123d7a5.svg) no-repeat;
}

/* line 365, app/assets/stylesheets/sass/_base.scss */
.icon-alert.round-yellow:before {
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  background: url(/assets/icon_alert_round_yellow-f2a56ad2f81398ef6aec5812ece9b124f5c45139fae5f33ac3dcb84fdd40a6d1.svg) no-repeat;
}

/* line 372, app/assets/stylesheets/sass/_base.scss */
.icon-alert.round-blue:before {
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  background: url(/assets/icon_alert_round_blue-55a320099edf8ae930f7bf8443aa7fd5af52693efecf7d8fb823123a582d09b9.svg) no-repeat;
}

/* line 379, app/assets/stylesheets/sass/_base.scss */
.icon-alert.tri-red:before {
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  background: url(/assets/icon_alert_tri_red-a544943b8876284535e9fa1a30a726e08f76c56f35e3517f0a5ce09963f8dba8.svg) no-repeat;
}

/* line 386, app/assets/stylesheets/sass/_base.scss */
.icon-alert.tri-yellow:before {
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  background: url(/assets/icon_alert_tri_yellow-45b7714c2870c9bddeabd3b686b10083e850a33948553392108ed68fce27043c.svg) no-repeat;
}

/* line 395, app/assets/stylesheets/sass/_base.scss */
.error-message {
  color: #c90a0a;
}

/* line 397, app/assets/stylesheets/sass/_base.scss */
.error-message:not(:empty) {
  margin-bottom: 20px;
}

/* line 405, app/assets/stylesheets/sass/_base.scss */
.custom-dropdown__select {
  font-size: inherit;
  /* inherit size from .custom-dropdown */
  padding: .5em;
  /* add some space*/
  margin: 0;
  /* remove default margins */
  width: 100%;
}

/* line 412, app/assets/stylesheets/sass/_base.scss */
.custom-dropdown__select--white {
  background-color: #fff;
  color: #444;
}

/* line 417, app/assets/stylesheets/sass/_base.scss */
span.custom-dropdown.custom-dropdown--white {
  width: 100%;
}

@supports (pointer-events: none) and ((-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none)) {
  /* line 426, app/assets/stylesheets/sass/_base.scss */
  .custom-dropdown {
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  /* line 432, app/assets/stylesheets/sass/_base.scss */
  .custom-dropdown__select {
    padding-right: 2.5em;
    /* accommodate with the pseudo elements for the dropdown arrow */
    border: 1px solid #CCC;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  /* line 441, app/assets/stylesheets/sass/_base.scss */
  .custom-dropdown::before,
.custom-dropdown::after {
    content: "";
    position: absolute;
    pointer-events: none;
  }
  /* line 448, app/assets/stylesheets/sass/_base.scss */
  .custom-dropdown::after {
    /*  Custom dropdown arrow */
    content: "\25BC";
    height: 1em;
    font-size: 12px;
    line-height: 1;
    right: 15px;
    top: 50%;
    margin-top: -.5em;
    color: #FFF;
  }
  /* line 458, app/assets/stylesheets/sass/_base.scss */
  .custom-dropdown::before {
    /*  Custom dropdown arrow cover */
    width: 2em;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0 3px 3px 0;
  }
  /* line 464, app/assets/stylesheets/sass/_base.scss */
  .custom-dropdown__select[disabled] {
    color: rgba(0, 0, 0, 0.3);
  }
  /* line 468, app/assets/stylesheets/sass/_base.scss */
  .custom-dropdown.custom-dropdown--disabled::after {
    color: rgba(0, 0, 0, 0.1);
  }
  /* White dropdown style */
  /* line 473, app/assets/stylesheets/sass/_base.scss */
  .custom-dropdown--white::before {
    background-color: #bdc3c7;
    border: 1px solid #CCC;
    width: 40px;
  }
  /* line 479, app/assets/stylesheets/sass/_base.scss */
  .custom-dropdown--white::after {
    color: #FFF;
  }
  /* FF only temp fix */
  @-moz-document url-prefix() {
    /* line 485, app/assets/stylesheets/sass/_base.scss */
    .custom-dropdown__select {
      padding-right: .9em;
    }
    /* line 486, app/assets/stylesheets/sass/_base.scss */
    .custom-dropdown--large .custom-dropdown__select {
      padding-right: 1.3em;
    }
    /* line 487, app/assets/stylesheets/sass/_base.scss */
    .custom-dropdown--small .custom-dropdown__select {
      padding-right: .5em;
    }
  }
}

/* line 491, app/assets/stylesheets/sass/_base.scss */
.label-title {
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 496, app/assets/stylesheets/sass/_base.scss */
th {
  background-color: #ffeaa7;
  text-align: center;
}

/* line 501, app/assets/stylesheets/sass/_base.scss */
td a {
  color: #0000ee;
  text-decoration: underline;
}

/* line 506, app/assets/stylesheets/sass/_base.scss */
.link {
  width: 150px;
}

/* line 510, app/assets/stylesheets/sass/_base.scss */
.reload-info-edit a {
  display: inline-block;
  content: '';
  width: 23px;
  height: 23px;
  margin-right: 5px;
  background: url(/assets/icon_head_info_edit-5a9a86bf1e788fe8c390feef47276e2730a9ac6f758fa621908ac4f3ab8d2701.svg) no-repeat;
  vertical-align: text-bottom;
}

/* line 520, app/assets/stylesheets/sass/_base.scss */
.reload-schedule a {
  display: inline-block;
  content: '';
  width: 23px;
  height: 23px;
  margin-right: 5px;
  background: url(/assets/icon_head_schedule-8157abdebeab76b963fd4ad83a6300452f355072764cef90f7657bb7a4906bb7.svg) no-repeat;
  vertical-align: text-bottom;
}

/* Scss Document */
/* line 4, app/assets/stylesheets/sass/_top.scss */
#k {
  padding-left: 35px;
  padding-top: 10px;
}

/* line 7, app/assets/stylesheets/sass/_top.scss */
#k:placeholder-shown {
  padding-left: 35px;
  padding-top: 18px;
}

/* line 14, app/assets/stylesheets/sass/_top.scss */
#k:focus + .icon-search {
  display: none;
}

/* line 21, app/assets/stylesheets/sass/_top.scss */
.notifications_area .more {
  text-align: center;
  background: #DBDBDB;
  padding: 10px;
  cursor: pointer;
}

/* line 26, app/assets/stylesheets/sass/_top.scss */
.notifications_area .more:hover {
  text-decoration: underline;
}

/* line 33, app/assets/stylesheets/sass/_top.scss */
.schedules_area table {
  height: 195px;
}

/* line 35, app/assets/stylesheets/sass/_top.scss */
.schedules_area table a {
  text-decoration: underline;
}

/* line 38, app/assets/stylesheets/sass/_top.scss */
.schedules_area table th {
  height: 25px;
  background: #ffeaa7;
  text-align: center;
  border: 1px solid #ffb678;
}

/* line 44, app/assets/stylesheets/sass/_top.scss */
.schedules_area table td {
  border-left: 1px solid #ddd;
}

/* line 46, app/assets/stylesheets/sass/_top.scss */
.schedules_area table td:first-child {
  border: none;
}

/* line 49, app/assets/stylesheets/sass/_top.scss */
.schedules_area table td .info-02 {
  margin-bottom: 20px;
}

/* line 54, app/assets/stylesheets/sass/_top.scss */
.schedules_area .label {
  color: #000;
  margin-bottom: 5px;
  display: inline-block;
}

/* line 59, app/assets/stylesheets/sass/_top.scss */
.schedules_area .label-yellow {
  background: #fff200;
}

/* line 62, app/assets/stylesheets/sass/_top.scss */
.schedules_area .label-pink {
  background: #ffb9b9;
}

/* line 67, app/assets/stylesheets/sass/_top.scss */
.schedule-mark {
  padding-left: 18px;
  position: relative;
}

/* line 70, app/assets/stylesheets/sass/_top.scss */
.schedule-mark:before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  display: block;
  width: 14px;
  height: 14px;
  background: url(/assets/icon_schedule_mark-ffddd6e555a7e91135f034aa28f55312e908973747af5e101569daff8778ae14.svg) no-repeat;
}

@media (min-width: 768px) {
  /* line 84, app/assets/stylesheets/sass/_top.scss */
  .schedules_area {
    float: right;
  }
  /* line 86, app/assets/stylesheets/sass/_top.scss */
  .schedules_area table {
    height: 600px;
  }
}

/* Scss Document */
/* line 3, app/assets/stylesheets/sass/_schedule.scss */
#schedule .navi {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 8, app/assets/stylesheets/sass/_schedule.scss */
#schedule .schedule_date {
  width: 0px;
  height: 0px;
  text-align: center;
  border: none;
  background-color: #ffffff;
  color: #ffffff;
}

/* line 16, app/assets/stylesheets/sass/_schedule.scss */
#schedule .table-responsive {
  border-color: #ffb678;
}

/* line 19, app/assets/stylesheets/sass/_schedule.scss */
#schedule .scroll_div {
  border-color: #ffb678;
  overflow: auto;
  width: 100%;
  height: 480px;
}

/* line 25, app/assets/stylesheets/sass/_schedule.scss */
#schedule table {
  font-size: 6px;
  table-layout: fixed;
  width: 768px;
}

/* line 29, app/assets/stylesheets/sass/_schedule.scss */
#schedule table a {
  color: #0000ee;
  text-decoration: underline;
}

/* line 33, app/assets/stylesheets/sass/_schedule.scss */
#schedule table th {
  padding: 6px;
  background: #ffeaa7;
  border-color: #ffb678;
  text-align: center;
  border-top: none;
  width: 42px;
  word-break: break-all;
  white-space: normal;
  /* font-weight: normal; */
  font-size: 8px;
}

/* line 44, app/assets/stylesheets/sass/_schedule.scss */
#schedule table th.studio-name {
  width: 60px;
}

/* line 48, app/assets/stylesheets/sass/_schedule.scss */
#schedule table td {
  padding: 4px;
  /* text-align:center; */
  vertical-align: middle;
  border-color: #ffb678;
  word-break: break-all;
  /* white-space:normal; */
  white-space: normal;
  /* overflow:hidden; */
  /* text-overflow:ellipsis; */
}

/* line 58, app/assets/stylesheets/sass/_schedule.scss */
#schedule table td.studio-name {
  background: #fef8e3;
  font-weight: bold;
}

/* line 62, app/assets/stylesheets/sass/_schedule.scss */
#schedule table td.incharge {
  /*元の色　background:#fcb029; //担当スケジュールの背景色*/
  background: #fc8229;
}

/* line 66, app/assets/stylesheets/sass/_schedule.scss */
#schedule table td:empty {
  background: #e2e2e2;
  height: 18px;
}

/* line 73, app/assets/stylesheets/sass/_schedule.scss */
#schedule .date {
  margin-bottom: 20px;
}

/* line 75, app/assets/stylesheets/sass/_schedule.scss */
#schedule .date a {
  color: #0000ee;
  text-decoration: underline;
}

/* line 82, app/assets/stylesheets/sass/_schedule.scss */
#schedule .ex a {
  color: #0000ee;
  text-decoration: underline;
}

/* line 88, app/assets/stylesheets/sass/_schedule.scss */
#schedule .comment {
  margin-bottom: 30px;
}

/* line 90, app/assets/stylesheets/sass/_schedule.scss */
#schedule .comment .panel-body {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

/* line 94, app/assets/stylesheets/sass/_schedule.scss */
#schedule .comment .panel-body ul {
  padding: 0;
  margin-bottom: 20px;
  height: 300px;
  overflow-y: auto;
  border-bottom: 1px dotted #CCC;
}

/* line 100, app/assets/stylesheets/sass/_schedule.scss */
#schedule .comment .panel-body ul::-webkit-scrollbar {
  width: 10px;
}

/* line 103, app/assets/stylesheets/sass/_schedule.scss */
#schedule .comment .panel-body ul::-webkit-scrollbar-track {
  background: #DDDDDD;
}

/* line 106, app/assets/stylesheets/sass/_schedule.scss */
#schedule .comment .panel-body ul::-webkit-scrollbar-thumb {
  background: #aaa;
}

/* line 110, app/assets/stylesheets/sass/_schedule.scss */
#schedule .comment .panel-body ul li {
  list-style: none;
  padding: 10px 15px;
  border-bottom: 1px dotted #CCC;
}

/* line 114, app/assets/stylesheets/sass/_schedule.scss */
#schedule .comment .panel-body ul li:last-child {
  border-bottom: none;
}

/* line 122, app/assets/stylesheets/sass/_schedule.scss */
#schedule .back {
  margin-top: 30px;
}

/* line 129, app/assets/stylesheets/sass/_schedule.scss */
#schedule_list .navi {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 135, app/assets/stylesheets/sass/_schedule.scss */
#schedule_list .schedule_date {
  width: 0px;
  height: 0px;
  text-align: center;
  border: none;
}

/* line 141, app/assets/stylesheets/sass/_schedule.scss */
#schedule_list .table-responsive {
  border-color: #ffb678;
}

/* line 144, app/assets/stylesheets/sass/_schedule.scss */
#schedule_list .scroll_div {
  border-color: #ffb678;
  overflow: auto;
  width: 100%;
  height: 480px;
}

/* line 150, app/assets/stylesheets/sass/_schedule.scss */
#schedule_list table {
  font-size: 12px;
  table-layout: fixed;
  width: 100%;
}

/* line 154, app/assets/stylesheets/sass/_schedule.scss */
#schedule_list table a {
  color: #0000ee;
  text-decoration: underline;
}

/* line 158, app/assets/stylesheets/sass/_schedule.scss */
#schedule_list table th {
  padding: 6px;
  background: #ffeaa7;
  border-color: #ffb678;
  text-align: center;
  border-top: none;
  word-break: break-all;
  white-space: normal;
  /* font-weight: normal; */
  /*font-size: 8px;*/
}

/* line 169, app/assets/stylesheets/sass/_schedule.scss */
#schedule_list table th.studio-name {
  text-align: center;
  width: 60px;
}

/* line 173, app/assets/stylesheets/sass/_schedule.scss */
#schedule_list table th.time {
  width: 86px;
}

/* line 176, app/assets/stylesheets/sass/_schedule.scss */
#schedule_list table th.sales-name {
  width: 90px;
}

/* line 180, app/assets/stylesheets/sass/_schedule.scss */
#schedule_list table td {
  padding: 4px;
  text-align: center;
  vertical-align: middle;
  border-color: #ffb678;
  word-break: break-all;
  /* white-space:normal; */
  white-space: normal;
  /* overflow:hidden; */
  /* text-overflow:ellipsis; */
  /*
    &:empty{
     background:#e2e2e2;
     height: 18px;
    }
*/
}

/* line 190, app/assets/stylesheets/sass/_schedule.scss */
#schedule_list table td.studio-name {
  background: #fef8e3;
  font-weight: bold;
}

/* line 194, app/assets/stylesheets/sass/_schedule.scss */
#schedule_list table td.incharge {
  /*元の色　background:#fcb029; //担当スケジュールの背景色*/
  background: #fc8229;
}

/* line 204, app/assets/stylesheets/sass/_schedule.scss */
#schedule_list table td.left {
  text-align: left;
}

@media (max-width: 768px) {
  /* line 213, app/assets/stylesheets/sass/_schedule.scss */
  #schedule_list .navi {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  /* line 218, app/assets/stylesheets/sass/_schedule.scss */
  #schedule_list .table-responsive {
    border-color: #ffb678;
  }
  /* line 221, app/assets/stylesheets/sass/_schedule.scss */
  #schedule_list .scroll_div {
    border-color: #ffb678;
    overflow: auto;
    width: 100%;
    height: 480px;
  }
  /* line 227, app/assets/stylesheets/sass/_schedule.scss */
  #schedule_list table {
    font-size: 12px;
    table-layout: fixed;
    width: 768px;
  }
  /* line 231, app/assets/stylesheets/sass/_schedule.scss */
  #schedule_list table a {
    color: #0000ee;
    text-decoration: underline;
  }
  /* line 235, app/assets/stylesheets/sass/_schedule.scss */
  #schedule_list table th {
    padding: 6px;
    background: #ffeaa7;
    border-color: #ffb678;
    text-align: center;
    border-top: none;
    word-break: break-all;
    white-space: normal;
  }
  /* line 243, app/assets/stylesheets/sass/_schedule.scss */
  #schedule_list table th.studio-name {
    text-align: center;
    width: 60px;
  }
  /* line 247, app/assets/stylesheets/sass/_schedule.scss */
  #schedule_list table th.title-name {
    width: 100px;
  }
  /* line 250, app/assets/stylesheets/sass/_schedule.scss */
  #schedule_list table th.time {
    width: 86px;
  }
  /* line 253, app/assets/stylesheets/sass/_schedule.scss */
  #schedule_list table th.staff {
    width: 90px;
  }
  /* line 256, app/assets/stylesheets/sass/_schedule.scss */
  #schedule_list table th.sub-title {
    width: 90px;
  }
  /* line 259, app/assets/stylesheets/sass/_schedule.scss */
  #schedule_list table th.company {
    width: 90px;
  }
  /* line 262, app/assets/stylesheets/sass/_schedule.scss */
  #schedule_list table th.station-name {
    width: 60px;
  }
  /* line 265, app/assets/stylesheets/sass/_schedule.scss */
  #schedule_list table th.sales-name {
    width: 90px;
  }
  /* line 268, app/assets/stylesheets/sass/_schedule.scss */
  #schedule_list table th.remarks {
    width: 90px;
  }
  /* line 272, app/assets/stylesheets/sass/_schedule.scss */
  #schedule_list table td {
    padding: 4px;
    text-align: center;
    vertical-align: middle;
    border-color: #ffb678;
    word-break: break-all;
    white-space: normal;
    /* overflow:hidden; */
    /* text-overflow:ellipsis; */
    /*
    &:empty{
     background:#e2e2e2;
     height: 18px;
    }
*/
  }
  /* line 281, app/assets/stylesheets/sass/_schedule.scss */
  #schedule_list table td.studio-name {
    background: #fef8e3;
    font-weight: bold;
  }
  /* line 291, app/assets/stylesheets/sass/_schedule.scss */
  #schedule_list table td.left {
    text-align: left;
  }
}

/* Scss Document */
/* line 4, app/assets/stylesheets/sass/_information.scss */
#information a {
  color: #0000ee;
  text-decoration: underline;
}

/* line 8, app/assets/stylesheets/sass/_information.scss */
#information .new-information {
  margin-bottom: 15px;
}

/* line 11, app/assets/stylesheets/sass/_information.scss */
#information .attach {
  margin-bottom: 20px;
}

/* line 14, app/assets/stylesheets/sass/_information.scss */
#information .comment {
  margin-bottom: 80px;
}

/* line 16, app/assets/stylesheets/sass/_information.scss */
#information .comment .panel-body {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

/* line 20, app/assets/stylesheets/sass/_information.scss */
#information .comment .panel-body ul {
  padding: 0;
  margin-bottom: 20px;
  height: 300px;
  overflow-y: auto;
  border-bottom: 1px dotted #CCC;
}

/* line 26, app/assets/stylesheets/sass/_information.scss */
#information .comment .panel-body ul::-webkit-scrollbar {
  width: 10px;
}

/* line 29, app/assets/stylesheets/sass/_information.scss */
#information .comment .panel-body ul::-webkit-scrollbar-track {
  background: #DDDDDD;
}

/* line 32, app/assets/stylesheets/sass/_information.scss */
#information .comment .panel-body ul::-webkit-scrollbar-thumb {
  background: #aaa;
}

/* line 36, app/assets/stylesheets/sass/_information.scss */
#information .comment .panel-body ul li {
  list-style: none;
  padding: 10px 15px;
  border-bottom: 1px dotted #CCC;
}

/* line 40, app/assets/stylesheets/sass/_information.scss */
#information .comment .panel-body ul li:last-child {
  border-bottom: none;
}

/* line 47, app/assets/stylesheets/sass/_information.scss */
#information .files {
  position: relative;
  margin-bottom: 5px;
}

/* line 50, app/assets/stylesheets/sass/_information.scss */
#information .files label {
  width: 100%;
  padding: 8px 65px 0 10px;
  margin-bottom: 0;
  background: #FFF;
  border: 1px solid #CCC;
  border-radius: 4px;
  text-align: left;
  min-height: 36px;
}

/* line 60, app/assets/stylesheets/sass/_information.scss */
#information .files button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 55px;
  border-radius: 0 4px 4px 0;
}

/* line 70, app/assets/stylesheets/sass/_information.scss */
#information .designated-user .panel-body {
  height: 300px;
  padding-top: 0;
  overflow-y: auto;
}

/* line 74, app/assets/stylesheets/sass/_information.scss */
#information .designated-user .panel-body::-webkit-scrollbar {
  width: 10px;
}

/* line 77, app/assets/stylesheets/sass/_information.scss */
#information .designated-user .panel-body::-webkit-scrollbar-track {
  background: #DDDDDD;
}

/* line 80, app/assets/stylesheets/sass/_information.scss */
#information .designated-user .panel-body::-webkit-scrollbar-thumb {
  background: #aaa;
}

/* line 84, app/assets/stylesheets/sass/_information.scss */
#information .designated-user .checkbox {
  border-bottom: 1px dotted #CCC;
  padding: 10px 0;
}

/* line 87, app/assets/stylesheets/sass/_information.scss */
#information .designated-user .checkbox label {
  width: auto;
  background: none;
  padding-left: 20px;
  height: auto;
  line-height: inherit;
  text-align: left;
}

/* line 97, app/assets/stylesheets/sass/_information.scss */
#information .hidden-group {
  display: none;
}

/* line 102, app/assets/stylesheets/sass/_information.scss */
#info-edit-date-cal {
  height: 34px;
  width: 36px;
  background: url(/assets/icon_head_schedule-8157abdebeab76b963fd4ad83a6300452f355072764cef90f7657bb7a4906bb7.svg) no-repeat center center;
  background-size: 25px;
}

/* line 109, app/assets/stylesheets/sass/_information.scss */
#info-edit-alert-wrap, #info-edit-destination-wrap {
  margin-bottom: 15px;
}

/* line 111, app/assets/stylesheets/sass/_information.scss */
#info-edit-alert-wrap input, #info-edit-destination-wrap input {
  display: none;
}

/* line 114, app/assets/stylesheets/sass/_information.scss */
#info-edit-alert-wrap label, #info-edit-destination-wrap label {
  display: block;
  float: left;
  cursor: pointer;
  width: 33.3%;
  margin: 0;
  padding: 10px 0px;
  background: #bdc3c7;
  color: #FFF;
  font-size: 14px;
  text-align: center;
  line-height: 1;
}

/* line 126, app/assets/stylesheets/sass/_information.scss */
#info-edit-alert-wrap label:first-of-type, #info-edit-destination-wrap label:first-of-type {
  border-radius: 6px 0 0 6px;
  border-right: 2px solid #FFF;
}

/* line 130, app/assets/stylesheets/sass/_information.scss */
#info-edit-alert-wrap label:last-of-type, #info-edit-destination-wrap label:last-of-type {
  border-radius: 0 6px 6px 0;
  border-left: 2px solid #FFF;
}

/* line 135, app/assets/stylesheets/sass/_information.scss */
#info-edit-alert-wrap input[type="radio"]:checked + label, #info-edit-destination-wrap input[type="radio"]:checked + label {
  background-color: #408dcc;
}

/* line 140, app/assets/stylesheets/sass/_information.scss */
#info-edit-destination-wrap {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  /* line 147, app/assets/stylesheets/sass/_information.scss */
  #information label {
    width: 150px;
    background: #CCC;
    padding: 0 10px;
    text-align: center;
    height: 36px;
    line-height: 36px;
    vertical-align: top;
  }
  /* line 156, app/assets/stylesheets/sass/_information.scss */
  #information .custom-dropdown__select, #information span.custom-dropdown.custom-dropdown--white {
    width: 380px;
  }
  /* line 159, app/assets/stylesheets/sass/_information.scss */
  #information #info-edit-title, #information #info-edit-contents {
    display: inline-block;
    width: 950px;
  }
  /* line 163, app/assets/stylesheets/sass/_information.scss */
  #information .float-left {
    width: 50%;
    float: left;
    overflow: hidden;
    padding: 0 15px 0 0;
  }
  /* line 169, app/assets/stylesheets/sass/_information.scss */
  #information .float-right {
    width: 50%;
    float: right;
    overflow: hidden;
    padding: 0 0 0 15px;
  }
  /* line 176, app/assets/stylesheets/sass/_information.scss */
  #information .files label {
    padding-top: 0px !important;
  }
  /* line 179, app/assets/stylesheets/sass/_information.scss */
  .hidden-group {
    display: none;
  }
}

/* Scss Document */
/* line 4, app/assets/stylesheets/sass/_search-results.scss */
#search-results .keyword {
  margin-bottom: 15px;
}

/* Scss Document */
/* line 3, app/assets/stylesheets/sass/_user.scss */
#user .new-user {
  margin-bottom: 15px;
}

/* line 5, app/assets/stylesheets/sass/_user.scss */
#user .new-user a {
  color: #0000ee;
  text-decoration: underline;
}

/* line 12, app/assets/stylesheets/sass/_user.scss */
#user-edit-retirement-cal {
  height: 34px;
  width: 36px;
  background: url(/assets/icon_head_schedule-8157abdebeab76b963fd4ad83a6300452f355072764cef90f7657bb7a4906bb7.svg) no-repeat center center;
  background-size: 25px;
}

/* Scss Document */
/* line 3, app/assets/stylesheets/sass/_group.scss */
#group .new-group {
  margin-bottom: 15px;
}

/* line 5, app/assets/stylesheets/sass/_group.scss */
#group .new-group a {
  color: #0000ee;
  text-decoration: underline;
}

/* line 12, app/assets/stylesheets/sass/_group.scss */
#group-user {
  margin-bottom: 20px;
}

/* line 14, app/assets/stylesheets/sass/_group.scss */
#group-user .panel-body {
  height: 300px;
  padding-top: 0;
  overflow-y: auto;
}

/* line 18, app/assets/stylesheets/sass/_group.scss */
#group-user .panel-body::-webkit-scrollbar {
  width: 10px;
}

/* line 21, app/assets/stylesheets/sass/_group.scss */
#group-user .panel-body::-webkit-scrollbar-track {
  background: #DDDDDD;
}

/* line 24, app/assets/stylesheets/sass/_group.scss */
#group-user .panel-body::-webkit-scrollbar-thumb {
  background: #aaa;
}

/* line 28, app/assets/stylesheets/sass/_group.scss */
#group-user .checkbox {
  border-bottom: 1px dotted #CCC;
  padding: 10px 0;
}

/* line 1, app/assets/stylesheets/sass/_datepicker.scss */
.ui-datepicker {
  font-size: normal;
  background-color: #fff;
  border: 1px solid #66AFE9;
  border-radius: 4px;
  box-shadow: 0 0 8px rgba(100, 175, 200, 0.5);
  display: none;
  margin-top: 4px;
  padding: 10px;
  width: 240px;
}

/* line 12, app/assets/stylesheets/sass/_datepicker.scss */
.ui-datepicker a,
.ui-datepicker a:hover {
  text-decoration: none;
}

/* line 16, app/assets/stylesheets/sass/_datepicker.scss */
.ui-datepicker a:hover,
.ui-datepicker td:hover a {
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}

/* line 23, app/assets/stylesheets/sass/_datepicker.scss */
.ui-datepicker .ui-datepicker-header {
  margin-bottom: 4px;
  text-align: center;
}

/* line 29, app/assets/stylesheets/sass/_datepicker.scss */
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  cursor: default;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: bold;
  height: 20px;
  line-height: 1;
  margin-top: 2px;
  width: 30px;
}

/* line 41, app/assets/stylesheets/sass/_datepicker.scss */
.ui-datepicker .ui-datepicker-prev {
  float: left;
  text-align: left;
}

/* line 45, app/assets/stylesheets/sass/_datepicker.scss */
.ui-datepicker .ui-datepicker-next {
  float: right;
  text-align: right;
}

/* line 49, app/assets/stylesheets/sass/_datepicker.scss */
.ui-datepicker .ui-datepicker-prev:before {
  content: "\e079";
}

/* line 52, app/assets/stylesheets/sass/_datepicker.scss */
.ui-datepicker .ui-datepicker-next:before {
  content: "\e080";
}

/* line 55, app/assets/stylesheets/sass/_datepicker.scss */
.ui-datepicker .ui-icon {
  display: none;
}

/* line 58, app/assets/stylesheets/sass/_datepicker.scss */
.ui-datepicker .ui-datepicker-calendar {
  table-layout: fixed;
  width: 100%;
}

/* line 62, app/assets/stylesheets/sass/_datepicker.scss */
.ui-datepicker .ui-datepicker-calendar th {
  text-align: center;
  padding: 4px 0;
}

/* line 66, app/assets/stylesheets/sass/_datepicker.scss */
.ui-datepicker .ui-datepicker-calendar td {
  text-align: center;
  padding: 4px 0;
}

/* line 70, app/assets/stylesheets/sass/_datepicker.scss */
.ui-datepicker .ui-datepicker-calendar td {
  border-radius: 4px;
  -webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  -moz-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}

/* line 77, app/assets/stylesheets/sass/_datepicker.scss */
.ui-datepicker .ui-datepicker-calendar td:hover {
  background-color: #eee;
  cursor: pointer;
}

/* line 81, app/assets/stylesheets/sass/_datepicker.scss */
.ui-datepicker .ui-datepicker-calendar td a {
  text-decoration: none;
}

/* line 84, app/assets/stylesheets/sass/_datepicker.scss */
.ui-datepicker .ui-datepicker-current-day {
  background-color: #4289cc;
}

/* line 87, app/assets/stylesheets/sass/_datepicker.scss */
.ui-datepicker .ui-datepicker-current-day a {
  color: #fff;
}

/* line 90, app/assets/stylesheets/sass/_datepicker.scss */
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
  background-color: #fff;
  cursor: default;
}

/* line 94, app/assets/stylesheets/sass/_datepicker.scss */
.ui-datepicker-trigger {
  display: inline-block;
  content: '';
  width: 23px;
  height: 23px;
  margin-right: 10px;
  background: url(/assets/Calendar_001-9322420d0f04a33d860bf09e1022bbc0c625b768e46894c13b59528c676535c0.png) no-repeat;
  background-size: contain;
  vertical-align: text-bottom;
  border: none;
  outline: none;
}

/* Scss Document */
/* line 6, app/assets/stylesheets/sass/_destination-address-management.scss */
.form-label label {
  margin-left: 15px;
}

/* line 11, app/assets/stylesheets/sass/_destination-address-management.scss */
#info-edit-send-wrap {
  margin-bottom: 5px;
}

/* line 13, app/assets/stylesheets/sass/_destination-address-management.scss */
#info-edit-send-wrap input {
  display: none;
}

/* line 16, app/assets/stylesheets/sass/_destination-address-management.scss */
#info-edit-send-wrap label {
  display: block;
  float: left;
  cursor: pointer;
  width: 76px;
  margin: 0;
  padding: 10px 0px;
  background: #bdc3c7;
  color: #FFF;
  font-size: 14px;
  text-align: center;
  line-height: 1;
}

/* line 28, app/assets/stylesheets/sass/_destination-address-management.scss */
#info-edit-send-wrap label:first-of-type {
  border-radius: 6px 0 0 6px;
  border-right: 2px solid #FFF;
}

/* line 32, app/assets/stylesheets/sass/_destination-address-management.scss */
#info-edit-send-wrap label:last-of-type {
  border-radius: 0 6px 6px 0;
  border-left: 2px solid #FFF;
}

/* line 37, app/assets/stylesheets/sass/_destination-address-management.scss */
#info-edit-send-wrap input[type="radio"]:checked + label {
  background-color: #408dcc;
}
