.table .tr .td {
	display: table-cell;
	background-color: white;
	width: 100%;
}

.table .tr .td-edit {
	display: table-cell;
	background-color: white;
	width: 100%;
	border-left: 1px solid #ccc;
}


.input_err {
	color: #f30;
	padding:0px 0 0;
	margin:0px 0 0;
}

.label-danger {
	padding: 3px 3px;
	
}

.year {
		display:inline !important;
		width: 70px;
}
.month,.day {
		display:inline !important;
		width: 40px;
}

.next {
		display: inline-block;
		margin-right: 5px;
}

.next-right-end {
		display: inline-block;
}

.birthday-input-box span {
		margin:0px !important;
}

button.next,
button.next-right-end
 {
		background: #fff;
		-webkit-box-shadow: none;
		box-shadow: none;
		outline: none;
		border: none;
		padding: 3px 10px;
		font-size: 1.2rem !important;
		border-radius: 3px;
		border: 1px solid #ccc;
}

button.this-page {
		background: #ece9dc;
		-webkit-box-shadow: none;
		box-shadow: none;
		outline: none;
		border: none;
		padding: 3px 10px;
		font-size: 1.2rem !important;
		border-radius: 3px;
		border: 1px solid #ccc;
		
}

.this-page-middle {
	margin-right: 5px;
}

.checkbox_text_170{
	width:170px;
}

.cp_tooltip {
	position: relative;
	display: inline-block;
	cursor: pointer;
/* 	background: linear-gradient(transparent 60%, #f19ec2 60%); */
}
.cp_tooltip .cp_tooltiptext {
	position: absolute;
	z-index: 1;
	bottom: 210%;
	left: -71px;
	visibility: hidden;
	width: auto;
	white-space: nowrap;
	padding: 0.3em 0.5em;
	transition: opacity 1s;
	text-align: center;
	opacity: 0;
	color: #ffffff;
	border-radius: 6px;
	background-color: #da3c41;
}
.cp_tooltip .cp_tooltiptext::after {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	content: ' ';
	border: 5px solid transparent;
	border-top-color: #da3c41;
}
.cp_tooltip:hover .cp_tooltiptext {
	visibility: visible;
	opacity: 1;
}

.sunday{
	color:#eac5bb;
}

.saturday{
	color:#bbd9ea;
}

.td-calendar {
	position: relative;
	font-size: 12px;
}

.dt {
	position: absolute;
	top: 2px;
	left: 3px;
	background-color: #fff;
	width: 35px;
	height: 25.5px;
	border-radius: 7px;
	border: 1px solid #ececec;
	font-size: 10px;
	padding: 4px;
	margin: 0;
}

.btn-detail {
	padding: 3px 6px;
}


a.open_btn:before {
  content: " \f077";
  font-family: FontAwesome;
  color: #000;
}
/*aria-expanded="true"はコンテンツが開いている状態のときに動的に記述される要素です。*/
a.open_btn[aria-expanded="false"]:before {
  content: " \f078";
  font-family: FontAwesome;
  color: #000;
}

.list_style {
	list-style-type:disc; 
	padding:5px 0 0 30px;
}


.table_user>tbody>tr>td, .table_user>tbody>tr>th, .table_user>tfoot>tr>td, .table_user>tfoot>tr>th, .table_user>thead>tr>td, .table_user>thead>tr>th {
	padding: 5px 5px;
	font-size:12px;
}

.table_user tr th, .table_user tr td  {
	//font-size:12px;
}
.table_user tr td  {
	background-color: #fff;
}
.table_user tr td.h {
	background-color: #f3f6fa;
	font-size: 11px !important;
}
.table_user tr td.bt {
 border-top:1px solid #f00; !important;
}
.table_user tr td.bb {
 border-bottom:3px double #ccc !important;
}
.table_user tr td.bb2 {
 border-bottom:2px solid #ccc !important;
}


.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin:0px 0;
}
.tab-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #9B1C38;
  display: block;
  order: -1;
}
.tab-label {
  color: White;
  background: LightGray;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  padding: 5px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}
.tab-label:not(:last-of-type) {
  margin-right: 5px;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.tab-switch:checked+.tab-label {
  background: #9B1C38;
}
.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 15px 10px 10px;
  opacity: 1;
  transition: .5s opacity;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.tab-switch {
  display: none;
}

.inquiry_textarea {
	min-width:100%;
	max-width:100%;
	/*border:none;*/
	border:1px solid #f0f0f0;
	padding:5px;
	box-shadow: initial;
}

.inquiry_datearea {
	text-align: center;
	width:90px;
	border:none;
	padding:5px;
	box-shadow: initial;
}

.btn_inq_select {
	padding: 3px 12px;
}

.invoice_line_span {
	padding:0;
	margin:0;
	float:right;
}

.input_bg_gray {
	background:#eee !important;
}

.sticky_table {
	overflow:initial;
}
.sticky_table thead th {
	/* 縦スクロール時に固定する */
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
	/* tbody内のセルより手前に表示する */
	z-index: 1;
}
.sticky_table thead tr th {
	padding:0;
	border-left:none;
}
.sticky_table thead tr th .val {
	padding: 10px 10px;
	margin: 0px;
	border-left:1px solid #ccc;
}

.sticky_table tbody td.sticky {
	/* 縦スクロール時に固定する */
	position: -webkit-sticky;
	position: sticky;
	left: 0px;
	/* tbody内のセルより手前に表示する */
	z-index: 0;
	
	//background:transparent;
}
.sticky_table tbody td.sticky .val {
	//background:#fff;
}
.sticky_table tbody tr td.hd {
	//background:#fff !important;
}

