@charset "UTF-8";
/* リセット系 */
ul,
ul li {
  list-style: none;
}

a, p, ul, ol, li, dl, dl dt, dl dd, table {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

ol ol, ol ul, ul ol, ul ul {
  margin: 0;
  padding: 0;
}

table {
  border: none;
  width: auto;
  margin: 0;
}
table thead {
  border: none;
  background: none;
}
table tbody {
  border: none;
  background: none;
}
table tbody tr:nth-child(odd),
table tbody tr:nth-child(even) {
  background-color: inherit;
}
table tbody th,
table tbody td {
  padding: 0;
  border: none;
}
table tfoot {
  border: none;
  background: none;
}

input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
textarea {
  width: 100%;
  display: inline-block;
  margin-bottom: 0 !important;
  border: 1px solid #abb3bb;
  padding: 6px 6px;
  font-size: 0.94rem;
  border-radius: 4px;
  color: inherit;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
}

input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time], input[type=url] {
  height: 38px;
  line-height: 38px;
  padding: 0px 8px;
}

input[type=checkbox],
input[type=radio],
input[type=file] {
  vertical-align: -0.08rem;
  margin-bottom: 0;
  margin-right: 0.3rem;
}

button[disabled],
html input[disabled],
html input:read-only {
  cursor: initial;
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

input[list] {
  line-height: initial;
}

select,
.select2-selection--single {
  margin-bottom: 0 !important;
  border: 1px solid #b9c4cf !important;
  padding: 0px 5px;
  height: 38px;
  line-height: 38px;
  font-size: 0.94rem;
  border-radius: 4px;
  cursor: pointer;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  background: linear-gradient(top center, #fafcfc 0%, #edf1f3 100%);
  background: -moz-linear-gradient(top center, #fafcfc 0%, #edf1f3 100%);
  background: -webkit-gradient(linear, center top, center bottom, from(#fafcfc), to(#f6f8f8));
}

select:hover,
.select2-selection--single:hover {
  background: linear-gradient(top center, #f5f6f8 0%, #ebf0f5 100%);
  background: -moz-linear-gradient(top center, #f5f6f8 0%, #ebf0f5 100%);
  background: -webkit-gradient(linear, center top, center bottom, from(#f5f6f8), to(#ebf0f5));
}

.select2-selection--single {
  height: auto !important;
  line-height: auto !important;
}

.select2-results {
  font-size: 0.94rem;
}
.select2-results .select2-results__option {
  padding: 4px 6px;
}

select:disabled {
  color: #888;
  background: linear-gradient(top center, #e8e8e8 0%, #ebebeb 100%);
  background: -moz-linear-gradient(top center, #e8e8e8 0%, #ebebeb 100%);
  background: -webkit-gradient(linear, center top, center bottom, from(#e8e8e8), to(#ebebeb));
}

input.inline {
  display: inline-block;
  width: auto;
}

select[size] {
  height: auto;
}

textarea {
  height: auto;
}

[type=checkbox] + label, [type=radio] + label {
  display: inline-block;
  margin: 0;
}

/* 初期設定 ------------------------------------- */
body {
  line-height: 1.5;
  position: relative;
  background: #ffffff;
  height: 100%;
  color: #263340;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

h2 {
  font-size: 1.16rem;
  line-height: 1.5;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

h3 {
  font-size: 1.16rem;
  line-height: 1.5;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

a {
  color: #2e8ae5;
}
a:hover {
  text-decoration: none;
}

a.link_block {
  display: block;
  overflow: hidden;
  color: #000000 !important;
}

a.link_block:hover {
  color: #000000 !important;
}

.bold {
  font-weight: bold;
}

.clearfix {
  zoom: 1; /* for IE7- */
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

select[readonly],
input[type=radio][readonly],
input[type=checkbox][readonly],
[readonly] + label {
  pointer-events: none;
}

[readonly] {
  background-color: #E0E0E0;
  opacity: 0.6;
}

.gutter_right_none {
  padding-right: 0 !important;
}

.gutter_left_none {
  padding-left: 0 !important;
}

.l_float {
  float: left !important;
}

.r_float {
  float: right !important;
}

.l_text,
.lt {
  text-align: left !important;
}

.r_text,
.rt {
  text-align: right !important;
}

.c_text {
  text-align: center !important;
}

.vm_text {
  position: relative;
  top: -50%;
}

/* パディング初期化 */
.pa_none {
  padding: 0 !important;
}

.pt_none {
  padding-top: 0 !important;
}

.pr_none {
  padding-right: 0 !important;
}

.pb_none {
  padding-bottom: 0 !important;
}

.pl_none {
  padding-left: 0 !important;
}

/* マージン数字 */
.mt_none {
  margin-top: 0 !important;
}

.mt_0 {
  margin-top: 0px !important;
}

.mt_5 {
  margin-top: 5px !important;
}

.mt_10 {
  margin-top: 10px !important;
}

.mt_15 {
  margin-top: 15px !important;
}

.mt_20 {
  margin-top: 20px !important;
}

.mt_25 {
  margin-top: 25px !important;
}

.mt_30 {
  margin-top: 30px !important;
}

.mr_none {
  margin-right: 0 !important;
}

.mr_0 {
  margin-right: 0px !important;
}

.mr_5 {
  margin-right: 5px !important;
}

.mr_10 {
  margin-right: 10px !important;
}

.mr_15 {
  margin-right: 15px !important;
}

.mr_20 {
  margin-right: 20px !important;
}

.mr_25 {
  margin-right: 25px !important;
}

.mr_30 {
  margin-right: 30px !important;
}

.mr_35 {
  margin-right: 35px !important;
}

.mr_40 {
  margin-right: 40px !important;
}

.mr_45 {
  margin-right: 45px !important;
}

.mr_50 {
  margin-right: 50px !important;
}

.mb_none {
  margin-bottom: 0 !important;
}

.mb_0 {
  margin-bottom: 0px !important;
}

.mb_5 {
  margin-bottom: 5px !important;
}

.mb_10 {
  margin-bottom: 10px !important;
}

.mb_15 {
  margin-bottom: 15px !important;
}

.mb_20 {
  margin-bottom: 20px !important;
}

.mb_25 {
  margin-bottom: 25px !important;
}

.mb_30 {
  margin-bottom: 30px !important;
}

.ml_none {
  margin-left: 0 !important;
}

.ml_0 {
  margin-left: 0px !important;
}

.ml_5 {
  margin-left: 5px !important;
}

.ml_10 {
  margin-left: 10px !important;
}

.ml_15 {
  margin-left: 15px !important;
}

.ml_20 {
  margin-left: 20px !important;
}

.ml_25 {
  margin-left: 25px !important;
}

.ml_30 {
  margin-left: 30px !important;
}

.ma_none {
  margin: 0 !important;
}

/* パディング数字 */
.pt_none {
  padding-top: 0 !important;
}

.pt_0 {
  padding-top: 0px !important;
}

.pt_5 {
  padding-top: 5px !important;
}

.pt_10 {
  padding-top: 10px !important;
}

.pt_15 {
  padding-top: 15px !important;
}

.pt_20 {
  padding-top: 20px !important;
}

.pt_25 {
  padding-top: 25px !important;
}

.pt_30 {
  padding-top: 30px !important;
}

.pr_none {
  padding-right: 0 !important;
}

.pr_0 {
  padding-right: 0px !important;
}

.pr_5 {
  padding-right: 5px !important;
}

.pr_10 {
  padding-right: 10px !important;
}

.pr_15 {
  padding-right: 15px !important;
}

.pr_20 {
  padding-right: 20px !important;
}

.pr_25 {
  padding-right: 25px !important;
}

.pr_30 {
  padding-right: 30px !important;
}

.pr_35 {
  padding-right: 35px !important;
}

.pr_40 {
  padding-right: 40px !important;
}

.pr_45 {
  padding-right: 45px !important;
}

.pr_50 {
  padding-right: 50px !important;
}

.pb_none {
  padding-bottom: 0 !important;
}

.pb_0 {
  padding-bottom: 0px !important;
}

.pb_5 {
  padding-bottom: 5px !important;
}

.pb_10 {
  padding-bottom: 10px !important;
}

.pb_15 {
  padding-bottom: 15px !important;
}

.pb_20 {
  padding-bottom: 20px !important;
}

.pb_25 {
  padding-bottom: 25px !important;
}

.pb_30 {
  padding-bottom: 30px !important;
}

.pl_none {
  padding-left: 0 !important;
}

.pl_0 {
  padding-left: 0px !important;
}

.pl_5 {
  padding-left: 5px !important;
}

.pl_10 {
  padding-left: 10px !important;
}

.pl_15 {
  padding-left: 15px !important;
}

.pl_20 {
  padding-left: 20px !important;
}

.pl_25 {
  padding-left: 25px !important;
}

.pl_30 {
  padding-left: 30px !important;
}

/* ボーダー初期化 */
.border_none {
  border: none !important;
}

.main.right {
  float: right !important;
}

.main.left {
  float: left !important;
}

.sub.right {
  float: right !important;
}

.sub.left {
  float: left;
}

.text_tiny {
  font-size: 0.7em !important;
}

.text_small {
  font-size: 0.81rem !important;
}

.text_medium {
  font-size: 1rem !important;
}

.text_large {
  font-size: 1.19rem !important;
}

.w5 {
  width: 5% !important;
}

.w10 {
  width: 10% !important;
}

.w15 {
  width: 15% !important;
}

.w20 {
  width: 20% !important;
}

.w25 {
  width: 25% !important;
}

.w30 {
  width: 30% !important;
}

.w35 {
  width: 35% !important;
}

.w40 {
  width: 40% !important;
}

.w45 {
  width: 45% !important;
}

.w50 {
  width: 50% !important;
}

.w55 {
  width: 55% !important;
}

.w60 {
  width: 60% !important;
}

.w65 {
  width: 65% !important;
}

.w70 {
  width: 70% !important;
}

.w75 {
  width: 75% !important;
}

.w80 {
  width: 80% !important;
}

.w85 {
  width: 85% !important;
}

.w90 {
  width: 90% !important;
}

.w95 {
  width: 95% !important;
}

.w100 {
  width: 100% !important;
}

.w20px {
  width: 20px !important;
}

.w30px {
  width: 30px !important;
}

.w40px {
  width: 40px !important;
}

.w50px {
  width: 50px !important;
}

.w60px {
  width: 60px !important;
}

.w70px {
  width: 70px !important;
}

.w80px {
  width: 80px !important;
}

.w90px {
  width: 90px !important;
}

.w100px {
  width: 100px !important;
}

.w110px {
  width: 110px !important;
}

.w120px {
  width: 120px !important;
}

.w130px {
  width: 130px !important;
}

.w140px {
  width: 140px !important;
}

.w150px {
  width: 150px !important;
}

.w160px {
  width: 160px !important;
}

.w170px {
  width: 170px !important;
}

.w180px {
  width: 180px !important;
}

.w190px {
  width: 190px !important;
}

.w200px {
  width: 200px !important;
}

.w210px {
  width: 210px !important;
}

.w220px {
  width: 220px !important;
}

.w230px {
  width: 230px !important;
}

.w240px {
  width: 240px !important;
}

.w250px {
  width: 250px !important;
}

.w300px {
  width: 300px !important;
}

.w350px {
  width: 350px !important;
}

.w400px {
  width: 400px !important;
}

.w450px {
  width: 450px !important;
}

.w500px {
  width: 500px !important;
}

.h70px {
  height: 70px !important;
}

.h100px {
  height: 100px !important;
}

.h150px {
  height: 150px !important;
}

/* テーブル関係 ----------------------------- */
.fruid {
  min-width: 50px !important;
}

.fixed10 {
  width: 10px;
}

.fixed20 {
  width: 20px;
}

.fixed30 {
  width: 30px;
}

.fixed40 {
  width: 40px;
}

.fixed50 {
  width: 50px;
}

.fixed60 {
  width: 60px;
}

.fixed70 {
  width: 70px;
}

.fixed80 {
  width: 80px;
}

.fixed90 {
  width: 90px;
}

.fixed100 {
  width: 100px;
}

.fixed110 {
  width: 110px;
}

.fixed120 {
  width: 120px;
}

.fixed130 {
  width: 130px;
}

.fixed140 {
  width: 140px;
}

.fixed150 {
  width: 150px;
}

.fixed200 {
  width: 200px;
}

.ws_nowrap {
  white-space: nowrap !important;
}

.ws_normal {
  white-space: normal !important;
}

/* ボタン ----------------------------- */
/* その他 ----------------------------- */
.hide {
  display: none;
}

.show {
  display: block;
}

/* エラーテキスト */
/*-------------------------------------------------------
パーツ
------------------------------------------------------- */
.yen-group {
  position: relative;
  display: inline-block;
}
.yen-group .label {
  position: absolute;
  top: 11px;
  left: 6px;
  color: #666;
  font-size: 0.94rem;
  font-weight: normal;
}
.yen-group input {
  padding-left: 21px;
}

.unit-last-group {
  position: relative;
  display: inline-block;
}
.unit-last-group .label {
  position: absolute;
  top: 10px;
  right: 7px;
  color: #666;
  font-size: 0.94rem;
  font-weight: normal;
}
.unit-last-group input {
  padding-right: 25px;
}

.input-group {
  display: flex;
  border-collapse: separate;
  margin-bottom: 0;
}
.input-group .input-group-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #fcfcfc;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: table-cell;
  width: 40px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group input[type=text] {
  border-radius: 0 3px 3px 0;
  display: table-cell;
  width: 100%;
  margin-bottom: 0;
  float: left;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group .input-group-label:first-child {
  border-right: 0;
}

.label {
  color: #333;
  background: none;
  padding: 0;
}

label {
  cursor: pointer;
  display: inline-block;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

label.file-btn {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 5px;
  color: #ffffff;
  background: #3498DB;
  cursor: pointer;
}
label.file-btn input {
  display: none;
}

.section {
  margin-bottom: 25px;
}

.input_group {
  overflow: hidden;
  display: flex;
}
.input_group .ex_input,
.input_group input {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input_group .td_label {
  font-size: 0.75rem;
  color: #666;
}
.input_group > input:first-child,
.input_group > .ex_input:first-child input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.input_group > input.last,
.input_group > .ex_input.last input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left-style: none;
}
.input_group > input:last-child,
.input_group > .ex_input:last-child input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left-style: none;
}
.input_group > input:only-child,
.input_group > .ex_input:only-child input {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-left-style: solid;
}

.one-column {
  padding: 0 !important;
}

.row.expanded .row.one-column {
  margin: 0 -0.9375rem !important;
}

.ui-datepicker {
  z-index: 3000 !important;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  height: 2.3125em !important;
  line-height: 2.3125em;
  margin: 2px 0;
}

.button_group {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.button_group.mini li label {
  font-size: 0.81rem;
  padding: 3px 7px;
}
.button_group li {
  padding: 0;
  margin: 0;
  display: inline-block;
}
.button_group li label {
  display: block;
  font-size: 0.88rem;
  text-align: center;
  padding: 5px 9px;
  margin: 0;
  background: #eee !important;
  color: #444;
  background-image: linear-gradient(top, #f9f9f9, #eee) !important;
  background-image: -ms-linear-gradient(top, #f9f9f9, #eee) !important;
  background-image: -moz-linear-gradient(top, #f9f9f9, #eee) !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#eee)) !important;
  -moz-box-shadow: 1px 1px 2px #eee;
  -webkit-box-shadow: 1px 1px 2px #eee;
  cursor: pointer;
  border: 1px solid #d6d6d6;
  margin-left: -1px;
  font-weight: normal !important;
}
.button_group li input:disabled + label {
  background: #ddd !important;
  /*
  background-image: linear-gradient(top, #ccc, #ddd) !important;
  background-image: -ms-linear-gradient(top, #ccc, #ddd) !important;
  background-image: -moz-linear-gradient(top, #bbb, #ddd) !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#ccc)) !important;
  */
  border: 1px solid #bbb !important;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.7) !important;
  color: #888 !important;
  opacity: 0.7 !important;
}
.button_group li input {
  display: none;
}
.button_group li input:checked + label {
  background: #448de0 !important;
  /*
  background-image: linear-gradient(top, #208bf7, #55a4f5);
  background-image: -ms-linear-gradient(top, #208bf7, #55a4f5);
  background-image: -moz-linear-gradient(top, #208bf7, #55a4f5);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#208bf7), to(#55a4f5));
  */
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.13) inset;
  color: #fff;
  border: 1px solid #397bc6;
  text-shadow: 1px 1px 0.5px rgba(66, 66, 66, 0.3);
}
.button_group li input:checked + label.atte {
  background: #e23333 !important;
  /*
  background-image: linear-gradient(top, #e91212, #f55555);
  background-image: -ms-linear-gradient(top, #e91212, #f55555);
  background-image: -moz-linear-gradient(top, #e91212, #f55555);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e91212), to(#f55555));
  */
  color: #fff;
  border: 1px solid #c01c1c;
}
.button_group li input:checked + label.dis {
  background: #838383 !important;
  /*
  background-image: linear-gradient(top, #838383, #a4a4a4);
  background-image: -ms-linear-gradient(top, #838383, #a4a4a4);
  background-image: -moz-linear-gradient(top, #838383, #a4a4a4);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#838383), to(#a4a4a4));
  */
  color: #fff;
  border: 1px solid #6d6d6d;
}
.button_group li input:checked + label.comp {
  background: #6cce41 !important;
  /*
  background-image: linear-gradient(top, #53bd0d, #60e308);
  background-image: -ms-linear-gradient(top, #53bd0d, #60e308);
  background-image: -moz-linear-gradient(top, #53bd0d, #60e308);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#53bd0d), to(#60e308));
  */
  color: #fff;
  border: 1px solid #49b21a;
}
.button_group li input:checked + label.status_2 {
  background: #edb200 !important;
  /*
  background-image: linear-gradient(top, #e69900, #edb200);
  background-image: -ms-linear-gradient(top, #e69900, #edb200);
  background-image: -moz-linear-gradient(top, #e69900, #edb200);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e69900), to(#edb200));
  */
  color: #fff;
  border: 1px solid #dba400;
}
.button_group li input:checked + label.status_3 {
  background: #89d713 !important;
  /*
  background-image: linear-gradient(top, #61c500, #85da03);
  background-image: -ms-linear-gradient(top, #61c500, #85da03);
  background-image: -moz-linear-gradient(top, #61c500, #85da03);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#61c500), to(#85da03));
  */
  color: #fff;
  border: 1px solid #6fb30a;
}
.button_group li input:checked + label.status_4 {
  background: #888888 !important;
  /*
  background-image: linear-gradient(top, #606060, #888888);
  background-image: -ms-linear-gradient(top, #606060, #888888);
  background-image: -moz-linear-gradient(top, #606060, #888888);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#606060), to(#888888));
  */
  color: #fff;
  border: 1px solid #777777;
}
.button_group li:first-child label {
  border-radius: 6px 0 0 6px;
  margin-left: 0;
}
.button_group li:last-child label {
  border-radius: 0 6px 6px 0;
}

.button {
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  font-size: 0.94rem;
  margin: 0;
  padding: 11px 34px;
  line-height: 1;
  display: inline-block;
  border: 1px solid #226eb9;
  font-weight: bold;
  background: rgb(30, 132, 233); /* Old browsers */
  background: -moz-linear-gradient(top, rgb(25, 129, 233) 20%, rgb(24, 111, 204) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(25, 129, 233) 20%, rgb(24, 111, 204) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(25, 129, 233) 20%, rgb(24, 111, 204) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.button .fa {
  margin-right: 8px;
}

.button:hover {
  background: rgb(70, 141, 211); /* Old browsers */
  background: -moz-linear-gradient(top, rgb(21, 119, 218) 20%, rgb(11, 89, 173) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(21, 119, 218) 20%, rgb(11, 89, 173) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(21, 119, 218) 0%, rgb(11, 89, 173) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.button.add {
  background: #fafafa; /* Old browsers */
  background: -moz-linear-gradient(top, #fafafa 15%, #efefef 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fafafa 15%, #efefef 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fafafa 15%, #efefef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fafafa", endColorstr="#efefef",GradientType=0 ); /* IE6-9 */
  color: #297acc;
  border: 1px solid #c2c2c2;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.button.add .fa {
  color: #72afeb;
}

.button.add:hover {
  background: #ededed; /* Old browsers */
  background: -moz-linear-gradient(top, #f6f6f6 15%, #e0e0e0 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f6f6f6 15%, #e0e0e0 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f6f6f6 15%, #e0e0e0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f6f6f6", endColorstr="#e0e0e0",GradientType=0 ); /* IE6-9 */
  color: #297acc;
  border: 1px solid #c2c2c2;
}

.button.cancel {
  background: #f7f7f7; /* Old browsers */
  background: -moz-linear-gradient(top, #f7f7f7 15%, #efefef 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f7f7f7 15%, #efefef 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f7f7f7 15%, #efefef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f7f7f7", endColorstr="#efefef",GradientType=0 ); /* IE6-9 */
  color: #333;
  border: 1px solid #ccc;
}

.button.cancel:hover {
  background: #f7f7f7; /* Old browsers */
  background: -moz-linear-gradient(top, #eeeeee 15%, #dddddd 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #eeeeee 15%, #dddddd 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #eeeeee 15%, #dddddd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#eeeeee", endColorstr="#dddddd",GradientType=0 ); /* IE6-9 */
  color: #333;
  border: 1px solid #ccc;
}

.button.delete {
  color: #db211a;
  background: #fff;
  background: -moz-linear-gradient(top, #fff 15%, #fff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fff 15%, #fff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fff 15%, #fff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fff", endColorstr="#fff",GradientType=0 ); /* IE6-9 */
  border: #db211a 1px solid;
}

.button.delete:hover {
  background: #db211a;
  border: #db211a 1px solid;
  color: #fff;
}

.button.action {
  border: 1px solid rgb(75, 100, 134);
  background: #4c71a5;
  background: -moz-linear-gradient(to bottom, #668cc0 0%, #4c71a5 100%);
  background: -webkit-linear-gradient(to bottom, #668cc0 0%, #4c71a5 100%);
  background: linear-gradient(to bottom, #668cc0 0%, #4c71a5 100%);
  color: #fff;
  font-weight: normal;
  padding: 6px 16px;
  line-height: normal;
  border-radius: 3px;
}

.button.action:hover {
  background: #3f6499;
  background: -moz-linear-gradient(to bottom, #577eb4 0%, #3f6499 100%);
  background: -webkit-linear-gradient(to bottom, #577eb4 0%, #3f6499 100%);
  background: linear-gradient(to bottom, #577eb4 0%, #3f6499 100%);
}

.button:disabled {
  color: #aaa !important;
  background: #e6e6e6 !important; /* Old browsers */
  background: -moz-linear-gradient(top, #e6e6e6 15%, #e6e6e6 100%) !important; /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e6e6e6 15%, #e6e6e6 100%) !important; /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e6e6e6 15%, #e6e6e6 0%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e6e6e6", endColorstr="#e6e6e6",GradientType=0 ) !important; /* IE6-9 */
  box-shadow: none !important;
}

.button.list {
  padding: 5px 12px !important;
  font-size: 0.88rem !important;
  border-radius: 3px;
}

.button.mini {
  padding: 8px 12px 8px !important;
  font-size: 0.88rem !important;
  border-radius: 3px;
  line-height: 1;
}
.button.mini .fa {
  margin-right: 7px;
}

.reserve_label {
  display: inline-block;
  padding: 2px 11px;
  font-size: 0.81rem;
}

.status_1 {
  background: #96ccff !important;
}

.status_2 {
  background: #ffd700 !important;
}

.status_3 {
  background: #adff2f !important;
}

.status_4 {
  background: #ddd !important;
}

.status_5 {
  background: #c0c0c0 !important;
  color: #fff;
}

.girls_label {
  display: inline-block;
  font-size: 0.72rem;
  line-height: 1;
  text-align: center;
  padding: 2px 5px;
  margin-right: 3px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #888;
  color: #888;
  vertical-align: middle;
}

.girls_label.jk {
  border: 1px solid #f69;
  color: #f69;
}

.girls_label.ol {
  border: 1px solid #2e8ae5;
  color: #2e8ae5;
}

.girls_label.er {
  border: 1px solid #f33;
  color: #f33;
}

.girls_label.hd {
  border: 1px solid #36d431;
  color: #36d431;
}

.staff_label,
.driver_label,
.etc_label {
  display: inline-block;
  font-size: 0.81rem;
  padding: 1px 9px;
  background: #fff;
  border-radius: 3px;
}

.staff_label {
  border: 1px solid #2cb519;
  color: #2cb519;
}

.driver_label {
  border: 1px solid #ff7b24;
  color: #ff7b24;
}

.etc_label {
  border: 1px solid #59c8ff;
  color: #59c8ff;
}

.customer_rank {
  display: inline-block;
  background: #ddd;
  border-radius: 3px;
  font-size: 0.81rem;
  padding: 1px 10px;
}

.customer_ng_rank {
  display: inline-block;
  background: #ddd;
  border-radius: 3px;
  font-size: 0.81rem;
  padding: 1px 10px;
}

.ajax_popup_wrap {
  margin: 30px auto;
  width: 60%;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
  position: relative;
  padding: 24px 24px;
}
.ajax_popup_wrap .popup_title {
  margin: -24px -24px 20px;
  padding: 12px 20px 8px;
  position: relative;
  background: #e1edf7;
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid #ddd;
}
.ajax_popup_wrap .popup_title h2 {
  margin: 0;
  padding: 0;
  font-size: 1.32rem;
  font-weight: normal;
}
.ajax_popup_wrap .popup_title .action {
  position: absolute;
  top: 10px;
  right: 20px;
}
.ajax_popup_wrap .popup_title .action .button {
  padding: 10px 34px;
  font-size: 0.88rem;
}
.ajax_popup_wrap .mfp-close {
  top: 5px;
  right: 5px;
  font-size: 2.13rem;
}
.ajax_popup_wrap .result .customer_list {
  max-width: 400px;
  overflow: auto;
}
.ajax_popup_wrap h3 {
  margin: 0;
  padding: 0 0 15px 0;
}
.ajax_popup_wrap .wrap {
  border: 1px solid #ccc;
  padding: 15px;
  margin-bottom: 15px;
}
.ajax_popup_wrap .detail_box {
  border: 1px solid #ccc;
  margin-top: 10px;
  margin-bottom: 0px;
  border-radius: 6px;
  padding: 22px 14px 0 14px;
  position: relative;
  background: #fff;
}
.ajax_popup_wrap .detail_box h3 {
  font-size: 1rem;
  background: #fff;
  padding: 0 6px;
  position: absolute;
  top: -10px;
  left: 10px;
  font-weight: bold;
}
.ajax_popup_wrap .submit_box {
  text-align: center;
  padding: 16px 0;
}
.ajax_popup_wrap.customer_list {
  width: 80%;
  max-height: 700px;
  overflow-y: auto;
}

#ui-tab.ui-tabs {
  padding: 0;
}
#ui-tab .tabs {
  padding: 0 0px !important;
  margin: 0 0 30px 0 !important;
  border: none !important;
  border-bottom: 1px solid #ccc !important;
  background: transparent;
}
#ui-tab .tabs li {
  float: left;
  padding: 0px 0px 0 0px;
  margin: 0;
}
#ui-tab .tabs li a {
  display: block;
  float: none !important;
  text-align: center;
  padding: 6px 19px;
  border-bottom: none;
  outline: none;
  border: 1px solid #ccc;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  background: #fff;
  margin-right: 6px;
  color: #297acc;
  font-size: 0.88rem;
  position: relative;
  bottom: -1px;
}
#ui-tab .tabs li a:hover {
  background: #f5f7fa;
}
#ui-tab .tabs li.ui-tabs-active a {
  color: #333;
  background: #e9f0f7;
  border: 1px solid #ccc;
  border-radius: 4px 4px 0 0;
  border-bottom: 1px solid #e9f0f7;
}
#ui-tab .tabs:before,
#ui-tab .tabs:after {
  content: "";
  display: table;
  border-collapse: collapse;
  clear: both;
}

.tab_panel {
  border-top: 0 !important;
  padding: 0px 0px 0 0px !important;
}

/* ==================================================================================== */
/*  PC＆パッド
/* ==================================================================================== */
@media screen and (min-width: 640px) {
  .pc_view {
    display: block !important;
  }
  .pc_i_view {
    display: inline !important;
  }
  .pc_hide {
    display: none !important;
  }
  .pad_hide {
    display: none !important;
  }
}
/* ==================================================================================== */
/*  PC用
/* ==================================================================================== */
@media screen and (min-width: 1025px) {
  .pad_hide {
    display: block !important;
  }
}
/* ==================================================================================== */
/*  モバイル用 640px以下
/* ==================================================================================== */
@media screen and (max-width: 640px) {
  .w5-m {
    width: 5% !important;
  }
  .w10-m {
    width: 10% !important;
  }
  .w15-m {
    width: 15% !important;
  }
  .w20-m {
    width: 20% !important;
  }
  .w25-m {
    width: 25% !important;
  }
  .w30-m {
    width: 30% !important;
  }
  .w35-m {
    width: 35% !important;
  }
  .w40-m {
    width: 40% !important;
  }
  .w45-m {
    width: 45% !important;
  }
  .w50-m {
    width: 50% !important;
  }
  .w55-m {
    width: 55% !important;
  }
  .w60-m {
    width: 60% !important;
  }
  .w65-m {
    width: 65% !important;
  }
  .w70-m {
    width: 70% !important;
  }
  .w75-m {
    width: 75% !important;
  }
  .w80-m {
    width: 80% !important;
  }
  .w85-m {
    width: 85% !important;
  }
  .w90-m {
    width: 90% !important;
  }
  .w95-m {
    width: 95% !important;
  }
  .w100-m {
    width: 100% !important;
  }
}/*# sourceMappingURL=common.css.map */