@charset "UTF-8";
body,
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
}

/*
 error message
----------------------------*/
.error {
  margin-top: 5px;
  color: #dd4b39;
}

.form-value {
  padding-top: 6px;
  margin: 0;
}

/*
 alert
----------------------------*/
.alert-fixed-warp {
  text-align: center;
  position: fixed;
  left: 10px;
  right: 10px;
  top: 50px;
}

.alert {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 15px 30px;
}
.alert.alert-dismissable, .alert.alert-dismissible {
  padding: 15px 30px;
}

.datepicker.dropdown-menu {
  z-index: 10011 !important;
}

/*
 file-upload
----------------------------*/
.file-upload-area .file-upload-list {
  margin: 0 0;
  padding: 0;
  list-style: none;
}
.file-upload-area .file-upload-list .item {
  position: relative;
  font-size: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  border: 1px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
  word-break: break-all;
}
.file-upload-area .file-upload-list .item.item-tmpl {
  display: none;
}
.file-upload-area .file-upload-list .item .item-link {
  width: 80px;
  text-align: center;
  color: #333;
  background: #fff;
  padding: 0 5px 5px;
  display: block;
}
.file-upload-area .file-upload-list .item .item-link img {
  max-width: 100%;
  height: auto;
  padding-top: 5px;
}
.file-upload-area .file-upload-list .item .item-link.item-link-lg {
  width: auto;
  max-width: 450px;
}
.file-upload-area .file-upload-list .item .file-icon {
  display: block;
  font-size: 40px;
}
.file-upload-area .file-upload-list .item .file-icon .fa {
  width: auto;
}
.file-upload-area .file-upload-list .item .file-name {
  display: block;
}
.file-upload-area .file-upload-list .item .progress {
  margin: 5px 0 0;
}
.file-upload-area .file-upload-list .item .action--delete {
  position: absolute;
  right: -10px;
  top: -15px;
  color: #333;
  font-size: 22px;
}
.file-upload-area .file-upload-list .item .action--delete:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.file-upload-area .file-upload-dropzone {
  text-align: center;
  padding: 20px 0;
  border: 2px dotted #ddd;
  color: #9e9e9e;
  background: #fff;
  margin-bottom: 10px;
}
.file-upload-area .file-upload-dropzone span {
  margin: 0 5px;
}
.file-upload-area.in .file-upload-dropzone {
  border: 2px solid #ddd;
}
.file-upload-area.hover .file-upload-dropzone {
  background: #eaeaea;
}
.file-upload-area .input-ajax-upload {
  display: none;
}

.colorpicker-result {
  width: 25px;
  height: 25px;
}

.form-control[readonly="readonly"] {
  background: #fff;
}

.form-control-md {
  width: 200px;
  display: inline-block;
}
.form-control-md.input-group {
  display: table;
}

.form-control-sm {
  width: 150px;
  display: inline-block;
}
.form-control-sm.input-group {
  display: table;
}

.form-control-xs {
  width: 90px;
  padding: 6px 2px;
  font-size: 12px;
  min-height: 0;
  height: auto;
  display: inline-block;
}
.form-control-xs.input-group {
  display: table;
}

.title-secnodery {
  font-weight: bold;
  padding: 5px 15px;
  border-left: 4px solid #248740;
  border-bottom: 1px solid #248740;
}
.title-secnodery:before {
  display: none !important;
}

.table.table-timetable {
  border-top: 1px solid #d2d6de;
}
.table.table-timetable > tbody > tr > td,
.table.table-timetable > tfoot > tr > td,
.table.table-timetable > thead > tr > td,
.table.table-timetable > tbody > tr > th,
.table.table-timetable > tfoot > tr > th,
.table.table-timetable > thead > tr > th {
  padding: 5px 10px;
  border: 1px solid #d2d6de;
  text-align: center;
}
.table.table-timetable > tbody > tr > th,
.table.table-timetable > tfoot > tr > th,
.table.table-timetable > thead > tr > th {
  background: rgba(210, 214, 222, 0.1);
  vertical-align: middle;
}
.table.table-timetable > tbody > tr > td {
  padding: 0;
  position: relative;
}
.table.table-timetable > tbody > tr > td .select {
  display: block;
  border-bottom: 1px solid #d2d6de;
  background: rgba(210, 214, 222, 0.1);
}
.table.table-timetable > tbody > tr > td select {
  font-size: 13px;
  display: block;
  margin: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: none;
  border: none;
  width: 100%;
  height: 20px;
}
.table.table-timetable > tbody > tr > td .select ~ .item {
  top: 20px;
}
.table.table-timetable > tbody > tr > td .item {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.table.table-timetable > tbody > tr > td .item > label {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  line-height: 50px;
}
.table.table-timetable > tbody > tr > td .item > label select {
  height: 100%;
}
.table.table-timetable > tbody > tr > td .item.item-half > label {
  height: 50%;
  position: relative;
  line-height: 25px;
}
.table.table-timetable > tbody > tr > td .item.item-half > label:first-child {
  border-bottom: 1px dashed #d2d6de;
}
.table.table-timetable > tbody > tr > td label {
  margin: 0;
}
.table.table-timetable .time {
  font-size: .8em;
  font-weight: normal;
}
.table.table-timetable[data-input="0"] > tbody > tr > td .item > label {
  line-height: 1;
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  left: 0;
  right: 0;
  height: auto;
}
.table.table-timetable[data-input="0"] > tbody > tr > td .item.item-half:after {
  content: " ";
  display: block;
  height: 0;
  top: 50%;
  position: absolute;
  left: 0;
  right: 0;
  border-bottom: 1px dashed #d2d6de;
}
.table.table-timetable[data-input="0"] > tbody > tr > td .item.item-half > label:first-child {
  border: none;
  top: 25%;
}
.table.table-timetable[data-input="0"] > tbody > tr > td .item.item-half > label:last-child {
  top: 75%;
}

.form-billings {
  *zoom: 1;
}
.form-billings:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.form-billings .form-billing {
  width: 50%;
  float: left;
}
.form-billings .form-billing .title {
  font-weight: bold;
  text-align: center;
  padding: 0;
  border: 1px solid #d2d6de;
  border-bottom: none;
}
.form-billings .form-billing .title .form-control {
  border: none;
  padding: 7px 10px;
}
.form-billings .form-billing .title .form-value {
  padding: 7px 10px;
}
.form-billings .form-billing:last-child {
  margin-left: -1px;
}

.table.table-billing {
  table-layout: fixed;
}
.table.table-billing > tbody > tr > td,
.table.table-billing > tfoot > tr > td,
.table.table-billing > thead > tr > td,
.table.table-billing > tbody > tr > th,
.table.table-billing > tfoot > tr > th,
.table.table-billing > thead > tr > th {
  padding: 7px 10px;
  border: 1px solid #d2d6de;
}
.table.table-billing > tbody > tr > td.has-input,
.table.table-billing > tfoot > tr > td.has-input,
.table.table-billing > thead > tr > td.has-input,
.table.table-billing > tbody > tr > th.has-input,
.table.table-billing > tfoot > tr > th.has-input,
.table.table-billing > thead > tr > th.has-input {
  padding: 0;
}
.table.table-billing > tbody > tr > th,
.table.table-billing > tfoot > tr > th,
.table.table-billing > thead > tr > th {
  width: 65%;
  border-right: none;
}
.table.table-billing > tbody > tr > th .form-control,
.table.table-billing > tfoot > tr > th .form-control,
.table.table-billing > thead > tr > th .form-control {
  padding-right: 5px;
}
.table.table-billing > tbody > tr > td,
.table.table-billing > tfoot > tr > td,
.table.table-billing > thead > tr > td {
  text-align: right;
  white-space: nowrap;
  border-left: none;
}
.table.table-billing > tbody > tr > td .form-control,
.table.table-billing > tfoot > tr > td .form-control,
.table.table-billing > thead > tr > td .form-control {
  padding-left: 5px;
}
.table.table-billing > tfoot > tr:first-child > th,
.table.table-billing > tfoot > tr:first-child > td {
  border-top-width: 2px;
}
.table.table-billing > tfoot > tr:last-child > th,
.table.table-billing > tfoot > tr:last-child > td {
  border-top-width: 3px;
  border-top-style: double;
}
.table.table-billing .form-control {
  border: none;
  padding: 7px 10px;
}
.table.table-billing .input-group .form-control {
  padding-right: 0;
}
.table.table-billing .input-group .input-group-addon {
  border: none;
  padding: 0 10px 0 5px;
  font-size: .8em;
}

.form-area .table {
  margin: 0;
}
.form-area .table > thead > tr > th,
.form-area .table > tbody > tr > th,
.form-area .table > tfoot > tr > th,
.form-area .table > thead > tr > td,
.form-area .table > tbody > tr > td,
.form-area .table > tfoot > tr > td {
  text-align: left;
}
