/*-------- NRS --------*/
.nav-nrs {
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  font-size: .835rem;
}
.bg-nrs {
  background-color: #e50012;
}
.bg-nrs-light {
  background-color: #FFE4E1;
}
/*-------- 小/大コンテンツ --------*/
.container {
  max-width: none !important;
  width: 1200px;
}
.onLayout .container {
  margin-left: 0;
}
.container-small {
  max-width: none !important;
  width: 700px;
 }
.container-large {
  max-width: none !important;
  width: 2000px;
 }
/*-------- 共通 --------*/
main {
    display: block; /* IE11対応 */
}
.main {
    position: relative;
    top: 57px;
    bottom: 0;
    left: 0;
}
.fs-12 {
  font-size: 12px;
}
.fs-14 {
  font-size: 14px;
}
.error-msg {
  color: red;
}
.error-td {
  background-color: #F08080;
}
.error-title {
	color: red;
  margin-bottom: auto;
  margin-top: 10px;
}
.error-msg-area {
  background-color: rgba(255,0,0,0.1);
  margin-bottom: 5px;
  margin-top: 10px;
  padding: 5px;
  border-radius: 3px;
  width: 50%;
}
.login .error-msg-area {
  width: auto;
}
.date-text-align {
	text-align: center;
}
.circle {
	text-align: center;
    display: inline-block;
    width: 19px;
    height: 19px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #F9F9F9;
}

.circle:hover {
	background-color: #007BFF;
	color: #F9F9F9;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.circle {
	padding-left: 2px;
	padding-top: 0.5px;
}
}
/*-------- ヘッダー --------*/
header .navbar {
  height: 56px;
}
/*-------- サイドバー --------*/
.sidebar {
    top: 57px;
}
.nav-pills .show>.nav-link {
  background-color: #FFE4E1;
}
.nav-pills .current {
  background-color: #FFE4E1;
}
.nav-item a {
  font-size: 13px;
}
.dropdown-menu a {
  font-size: 12px;
}
/*-------- パンくず --------*/
.breadcrumb {
  background-color: #fff;
}
.breadcrumb > li + li:before {
  content: ">";
}
/*-------- table --------*/
.table-fixed {
  table-layout: fixed;
}
.table-check-btn {
  text-align: center;
  vertical-align: middle;
}
.table-row thead th,
.table-row thead td {
  vertical-align: middle;
}
/*-------- 直近特割 --------*/
.table-rnt {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table-rnt tr,
.table-rnt th,
.table-rnt td,
.table-rnt td input,
.table-rnt td select {
  white-space: nowrap;
  font-size: 12px;
}
.table-rnt thead th,
.table-rnt thead td,
.table-rnt thead tr th,
.table-rnt thead tr td {
  padding-left: 5px;
  vertical-align: middle;
}
.table-rnt .form-group {
  margin-bottom: 0px;
}
.table-bordered-rnt thead th,
.table-bordered-rnt thead td {
  color: #212529;
  background-color: #e9ecef;
}
.table-bordered-rnt thead th,
.table-bordered-rnt thead td,
.table-bordered-rnt th,
.table-bordered-rnt td {
  border: 1px solid #212529;
}
.overflow-rnt thead,
.overflow-rnt tbody{
  display: block;
  width: 1996px;
}
.overflow-rnt tbody {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 329px; /* 41px × 表示行数 + 1px? */
}
.overflow-rnt td input,
.overflow-rnt td select {
  margin: auto;
}
.overflow-rnt th.bottom-row {
  width: 93px;
}
.overflow-rnt .bottom-row th,
.overflow-rnt td.bottom-row {
  width: 82px;
}
.overflow-rnt td {
  width: 93px;
}

/* 初期表示 (データが1行もない場合)
#base-row tr:first-child {
  display: none;
} */

/*-------- 直近特割プラン --------*/
.table-rnt {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table-rnt tr,
.table-rnt th,
.table-rnt td,
.table-rnt td input,
.table-rnt td select {
  font-size: 12px;
}
.table-rnt thead th,
.table-rnt thead td,
.table-rnt thead tr th,
.table-rnt thead tr td {
  padding-left: 5px;
  vertical-align: middle;
}
.table-rnt .form-group {
  margin-bottom: 0px;
}
/*-------- セルフレンタカー --------*/
.table-self {
  width: 80%;
  max-width: 100%;
  margin-bottom: 0.2rem;
  background-color: transparent;
}
.table-self tr,
.table-self th,
.table-self td,
.table-self td input,
.table-self td select {
  white-space: nowrap;
  font-size: 12px;
}
.table-self thead th,
.table-self thead td,
.table-self thead tr th,
.table-self thead tr td {
  padding-left: 5px;
  vertical-align: middle;
  width: 125px;
}
.table-self .form-group {
  margin-bottom: 0px;
}
.table-bordered-self thead th,
.table-bordered-self thead td {
  color: #212529;
  background-color: #e9ecef;
}
.table-bordered-self thead th,
.table-bordered-self thead td,
.table-bordered-self th,
.table-bordered-self td {
  border: 1px solid #212529;
}
/*-------- 回送 --------*/
.table-fwd {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table-fwd tr,
.table-fwd th,
.table-fwd td,
.table-fwd td input,
.table-fwd td select {
  /*white-space: nowrap;*/
  font-size: 12px;
}
.table-bordered-fwd thead th,
.table-bordered-fwd thead td,
.table-bordered-fwd th,
.table-bordered-fwd td {
  border: 1px solid #212529;
}
/*-------- 回送情報照会 --------*/
.list-fwd thead th,
.list-fwd thead tr th,
.list-fwd tbody td,
.list-fwd tbody tr td {
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: middle;
  width: 80px;
  word-break: break-all;
}
.list-fwd .form-group {
  margin-bottom: 0px;
}
.overflow-list-fwd thead,
.overflow-list-fwd tbody{
  display: block;
  width: 5540px; /* 80px x 69項目 + 余白20px */
}
.overflow-list-fwd tbody {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 390px; /* 21px × 表示行数 + a */
}
/*-------- 回送情報登録 --------*/
.regist-fwd thead th,
.regist-fwd thead tr th,
.regist-fwd tbody td,
.regist-fwd tbody tr td {
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: middle;
  word-break: break-all;
}
.regist-fwd .form-group {
  margin-bottom: 0px;
}
.overflow-regist-fwd thead,
.overflow-regist-fwd tbody{
  display: block;
  width: 5860px; /* 5840px + 余白20px */
}
.overflow-regist-fwd tbody {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 352px; /* 35px × 表示行数 + a */
}
.overflow-regist-fwd td input,
.overflow-regist-fwd td select {
  margin: auto;
}
/* tableをblock化したためwidth指定に使用 */
.regist-fwd .w20 {
  width: 20px;
}
.regist-fwd .w30 {
  width: 30px;
}
.regist-fwd .w40 {
  width: 40px;
}
.regist-fwd .w50 {
  width: 50px;
}
.regist-fwd .w55 {
  width: 55px;
}
.regist-fwd .w60 {
  width: 60px;
}
.regist-fwd .w65 {
  width: 65px;
}
.regist-fwd .w70 {
  width: 70px;
}
.regist-fwd .w80 {
  width: 80px;
}
.regist-fwd .w90 {
  width: 90px;
}
.regist-fwd .w100 {
  width: 100px;
}
.regist-fwd .w110 {
  width: 110px;
}
.regist-fwd .w120 {
  width: 120px;
}
.regist-fwd .w130 {
  width: 130px;
}
.regist-fwd .w140 {
  width: 140px;
}
.regist-fwd .w150 {
  width: 150px;
}
.bg-fwd_red {
  background-color: #963634;
}
.bg-fwd_brown {
  background-color: #494529;
}
.bg-fwd_blue {
  background-color: #366092;
}
.bg-fwd_purple {
  background-color: #60497A;
}
.bg-fwd_yellow {
  background-color: #BF901C;
}
.bg-fwd_black {
  background-color: #404040;
}
table.table-fwd th.return2-btn:hover,
table.table-fwd th.return3-btn:hover {
  filter:alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
  cursor: pointer;
}
.search-fwd {
  font-size: 14px;
}
.search-fwd .search-left label {
  width: 80px;
  margin-right: 0.3em;
}
.search-fwd .search-right label {
  width: 100px;
  margin-right: 0.3em;
}
.search-fwd .form-group {
  margin-bottom: 0.5em;
}
/*-------- 会員 --------*/
.license-fixed {
  position: fixed;
  top: 60px;
}
.btn-group .member-active {
  background:#e50012;
  color: #fff;
}
/*-------- 予約通知 --------*/
div.jq-toast-wrap {
  width: 420px;
}
/*-------- 予約一覧 --------*/
.bg-self {
  background:#fffacd;
}
/*-------- ダイアログ --------*/
.dialog {
  overflow: hidden;
  position: fixed;
  top: 10%;
  left: 40%;
  height: auto;
  width: 300px;
  display: none;
  border:1px solid #aaa;
  z-index:1000;
}
.dialog-header {
  border: 1px solid #aaa;
  background: #cccccc;
  color: #222222;
  font-weight: bold;
  overflow: hidden;
  padding:5px;
}
.dialog-title {
  float: left;
}
.dialog-close {
  border: 1px solid #d3d3d3;
  background: #e6e6e6;
  font-weight: normal;
  color: #555555;
}
.dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: #fff;
  overflow: auto;
  width: auto;
  height: auto;
}