body {
    font-size: 15px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: 500;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background: #fff;
}
a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #293747;
}
a:hover, a:focus, a:active {
  outline: none;
  text-decoration: underline;
  color:#407e8b;
}
img{
max-width:100%;
	vertical-align: bottom;
}
svg{
	margin-right:7px;
}



.pc{
	display:table-cell !important;
}

.pc-inline {
  display: inline;
}

.sp{
	display:none !important;
}

.container-fluid {
    max-width: 1300px !important;
}


.aContainer{
	width:100%;
	max-width: 2000px;
	margin: 0 auto;
}


input, select, textarea {
  border: 1px solid #ccc;
  border-radius: 4px;
}
input[type="file"]{
	border:none;
}
input[type="text"], input[type="password"]{
	width:100%;
}


/* Bootstrapのガター幅を調整するための汎用CSS */
.row-0{ margin-left:0px;  margin-right:0px}
.row-0 >div{ padding-right:0px;  padding-left:0px}
.row-10{ margin-left:-5px;  margin-right:-5px}
.row-10 >div{ padding-right:5px;  padding-left:5px}
.row-20{ margin-left:-10px;  margin-right:-10px}
.row-20 >div{ padding-right:10px;  padding-left:10px}
.row-30{ margin-left:-15px;  margin-right:-15px}
.row-30 >div{ padding-right:15px;  padding-left:15px}
.row-40{ margin-left:-20px;  margin-right:-20px}
.row-40 >div{ padding-right:20px;  padding-left:20px}
.row-50{ margin-left:-25px;  margin-right:-25px}
.row-50 >div{ padding-right:25px;  padding-left:25px}




/*見出し*/
.h2 {
  font-size: 16px;
	margin: 0;
}


/*背景*/
.bg-green{
	background:rgba(20,165,191,0.05);
	border-radius: 8px;
}

/*文字色*/
.cl-green {
  color: #14a5bf;
}


/*横幅*/
.w-100p{
	width:100%;
}
.th-w2em {
  width: 2em;
}
.th-w5em {
  width: 5em;
}
.min-w-1140{
	min-width: 1140px;
}




/*basic-table*/
table.basic-table {
    width: 100%;
	color: #212529;
	margin-bottom: 2px;
}
table.basic-table th, table.basic-table td {
    /*padding: 3px 5px 2px;*/
	vertical-align: top;
	border: 1px solid #efefef;
	background: #fff;
	vertical-align: middle;
	text-align: center;
	border-bottom: 1px solid #ccc;
  padding: 10px 5px;
}

table.basic-table th {
    vertical-align: middle;
    background: #8A8C8E;
    text-align: left;
    font-size: 13px;
    font-weight: 700;
	border-bottom:none;
	color:#fff;
	text-align: center;
	line-height: 1.1;
	white-space: nowrap;
}

.scroll {
    overflow-x: auto;
  }


/*ボタン*/
.btn{
	padding: 2px 0.75rem;
}

.btn-pink{
    background: #ee859a;
	font-weight: 500;
	color:#fff;
	 -webkit-transition: all 0.2s ease;
	  -moz-transition: all 0.2s ease;
	  -ms-transition: all 0.2s ease;
	  -o-transition: all 0.2s ease;
	  transition: all 0.2s ease;
	letter-spacing: -0.5px;
	font-size: 15px;
	white-space: nowrap;
}
.btn-pink:hover{
	background: #da667d;
	color:#fff;
}

.btn-yellow{
  background: #E4C068	;
	font-weight: 500;
	color:#fff;
	 -webkit-transition: all 0.2s ease;
	  -moz-transition: all 0.2s ease;
	  -ms-transition: all 0.2s ease;
	  -o-transition: all 0.2s ease;
	  transition: all 0.2s ease;
	letter-spacing: -0.5px;
	font-size: 15px;
	white-space: nowrap;
}

.btn-yellow:hover{
	background: #C7A252;
	color:#fff;
}


button.edit-btn {
  border: none;
  background: transparent;
  color: #C9AB53;
}
button.edit-btn svg{
	margin-right: 0;
}
.btn-secondary {
  color: #fff;
  background-color: #999;
  border-color: #999;
}

/*ヘッダー*/
header.admin-header{
	width: 100%;
	height: 43px;
	padding-top: 5px;
	color: #fff;
	background: #222;
	position: fixed;
	top: 0;
	box-sizing: border-box;
	z-index: 1000;
}
img.page-logo{
	padding-right:5px;
	vertical-align: middle;
	height: 33px;
}
span.pc-logo {
  font-size: 16px;
  font-weight: bold;
	display: inline-block;
padding-top: 3px;
	color: #fff;
}

/*コンテンツheader*/
.mainContent {
	padding-top: 43px;
	transition: all .5s;
	padding-bottom: 80px;
}
.content-header {
    background: #fff;
    height: 43px;
    font-size: 18px;
    font-weight: 700;
    line-height: 43px;
    border-bottom: 1px solid #ccc;
	color: #666;
}

.content-inner {
  padding: 20px 0;
}
.nav-link {
  display: block;
  padding: 0;
}


.nsew-area input,.gaisyu-area input{
  display: inline-block;
  width: 85%;
}

.gaisyu-area select {
  width: 150px;
}

.border-none.not-bg {
  border: none !important;
  background: #fff !important;
}

/*------------------------------
顧客一覧 
-----------------------------------*/
.search-area {
  display: flex;
  align-items: center;
}
::placeholder{
  color:#999;
}
.search-day {
  display: flex;
  align-items: center;
  width: 110px;
}
.detail-area.mt-5 {
  background: #f2f2f2;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.detail-area ul {
  margin: 0;
}
.detail-area ul li {
  padding-bottom: 5px;
}


/*モーダル*/
.modal-title {
  font-size: 16px;
}
.modal-header {
  padding: 10px 20px;
}
.modal-footer {
	justify-content: space-between;
}

/* ページャー */
.Pagination {
  display: flex;
  align-items: center;
	justify-content: center;
	margin-top:10px;
}
.Pagination-Item-Link {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  background: #fff;
  border: solid 1px #14a5bf;
  font-size: 13px;
  color: #14a5bf;
  font-weight: bold;
  transition: all 0.15s linear;
}
.Pagination-Item-Link-Icon {
  width: 20px;
}
.Pagination-Item-Link.isActive {
  background: #14a5bf;
  color: #fff;
  pointer-events: none;
}
.Pagination-Item-Link:not(.isActive):hover {
  background: #f2f2f2;
  color: #14a5bf;
	text-decoration: none;
}
.Pagination > * + * {
  margin-left: 8px;
}
.previous-btn .Pagination-Item-Link, .next-btn .Pagination-Item-Link {
  border: none;
}
.previous-btn .Pagination-Item-Link:not(.isActive):hover, .next-btn .Pagination-Item-Link:not(.isActive):hover {
  background: #fff;
  color: #14a5bf;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .nsew-area input, .gaisyu-area input {
    display: inline-block;
    width: 80%;
  }
}



@media screen and (max-width: 768px) {
	.search-area {
	  display: block;
	}
	
	.pc,.pc-inline {
    display:none !important;
  }
  .sp{
    display:block !important;
  }

  .gaisyu-area select {
    width: 100%;
}
}

