@charset "utf-8";
/* CSS Document */
body {
  font-family: arial,Hiragino Kaku Gothic ProN,Meiryo,Yu Gothic,sans-serif;
}
.content {
	padding-bottom: 10px!important;
}
.fw-bold {
	font-weight: bold;
	font-size: 1.2rem;
}
.bg-info {
	background-color: #fff!important;
  color: #212529!important;
}
/* ナビゲーション */
.nav-link {
  white-space: nowrap;
}
.nav-item {
  white-space: nowrap;
}
.navbar-primary {
    background-color: #052767;
}
.main-header .navbar-nav .nav-item {
	text-align: center;
}
.form-inline {
	display: block;
}
/* 一覧 */
/*#lease_car_list .justify-content-between,
#cst_list .justify-content-between,
#ma_mailer_history_list .justify-content-between,
#ma_mailer_template_list .justify-content-between{
	border-left: 4px solid #007bff;
	border-left: 4px solid #052767;
}*/
.list-group li:nth-child(even) {
background:#f9f9f9;
}
/* badge */
.badge-warning {
	color: #fff;
	background-color: #ffc107;
}
.badge{
	padding: 0.3em 0.6em;
	border-radius: 0.75rem;
}
.badge-day {
	padding: 0;
	font-size: 90%;
	/*font-weight: normal;*/
	color: #007bff!important;
}
.badge-txt-area .badge {
	padding:0.3em 0.6em 0.3em 0;
	font-weight: normal;
	font-size: 90%;
}
.badge-txt-area .bg-light {
	color: #000000!important;
	background: none!important;
}
/* 画像 */
.img-fluid {
    border-radius: 3px;
}
/* フッター */
.main-footer {
	font-size: 13px;
	padding-bottom: 5px;
}

.masuda-color-light {
	background-color: #083ea1!important;
	border-color: #062966!important;
	color:#fff!important;
}

.masuda-color {
	background-color: #052767!important;
	border-color: #041b44!important;
	color:#fff!important;
}

#loading {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #f4f6f9;
	z-index: 2147483646;
}

#spinner {
	display: none;
	color: #fff;
	z-index: 2147483647;
}

#wrap{
	background: #fff;
	width: 100%;
}
