.dtbs-list-table{
	display: table;
	width: 100%;
	margin: 20px 0;
	border-collapse: collapse;
	border: 2px solid #d6d6d6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.dtbs-list-table dl{
	display: table-row;
}

.dtbs-list-table dt,
.dtbs-list-table dd{
	display: table-cell;
	border: solid #d6d6d6;
	padding: 1em;
	margin: 0;
	border-width: 1px 0;
}

.dtbs-list-table dt{
	width: 120px;
	white-space: nowrap;
}

.dtbs_list {
	margin: 0;
	padding: 20px;
}

.dtbs_list  dt {
	font-weight: bold;
}
.dtbs_list  dd {
	margin: 0;
	padding: 0;
}

.dtbs_list  dd  label {
	margin-right: 1em;
	display: inline-block;
}

.dtbs_list  dd  select {
	padding: .15em;
}

.dtbs_list  dd  input[type="checkbox"],
.dtbs_list  dd  input[type="radio"] {
	margin-right: 0.5em;
}

.dtbs_list + .dtbs_list {
	border-top: 1px solid #d6d6d6;
}

.cdi_id_r{
	display: flex;
	flex-wrap: wrap;
	margin-top: -10px;
}

.cdi_id_r > label{
	margin: 10px 10px 0 0;
	border-radius: 4px;
}

.cdi_id_r > label input{
	display: none;
}

.cdi_id_r > label i{
	display: inline-block;
	height: 1em;
	width: 1em;
	border: 1px solid #d6d6d6;
	border-radius: 100%;
	vertical-align: middle;
	margin-right: 5px;
	position: relative;
	box-sizing: border-box;
}

.cdi_id_r > label input:checked + span i::before{
	content: "";
	width: 50%;
	height: 50%;
	background: #f00;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	border-radius: 100%;
}

.dtbs_list_result {
	display: flex;
	justify-content: space-between;
	margin: 1em 0;
	align-items: center;
	background: rgba(0,0,0,.035);
	padding: 1em 1.2em 1em 1.5em;
}

@media screen and (max-width:360px) { 
	.dtbs_list_result {
	display: block;
	padding: 1em 1.5em;
	text-align: center;
	}
}

.dtbs_count_view {
	opacity: .75;
	font-size: 0.8em;
}

.dtbs_count_view >span{
	display: block;
	font-size: 2em;
}

.dtbs_list_submitWrap {
	margin: 0 0 0 auto;
	text-align: right;
}

@media screen and (max-width:360px) {
	.dtbs_list_submitWrap {
	text-align: center;
	margin-top: 1em;
	}
}

.dtbs-list-submit{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 100px;
	border: none;	
	background: rgba(0,0,0,.8);
	color: #fff;
	height: 2.6em;
	padding: 0 1em;
	min-width: 120px;
	font-size: 1em;
	letter-spacing: .1em;
	cursor: pointer;
}

@media screen and (max-width:360px) {
	.dtbs-list-submit{
	width: 100%;
	}
}

/* 日付範囲（開催日）ピッカー: 指定日表示フィールド + タップでカレンダー */
.dtbs_date_range_picker_wrap {
  display: block;
  position: relative;
}

.dtbs_date_range_trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  padding: 0.75em 1em;
  font-size: 1em;
  line-height: 1.4;
  color: inherit;
  text-align: left;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  cursor: pointer;
  appearance: none;
  box-sizing: border-box;
}

.dtbs_date_range_trigger:hover {
  border-color: rgba(0, 0, 0, 0.25);
}

.dtbs_date_range_trigger:focus {
  outline: 2px solid rgba(0, 0, 0, 0.2);
  outline-offset: 2px;
}

.dtbs_date_range_display {
  flex: 1;
  min-width: 0;
}

.dtbs_date_range_placeholder {
  color: #999;
}

.dtbs_date_range_icon {
  flex-shrink: 0;
  width: 1.25em;
  height: 1.25em;
  margin-left: 0.5em;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E") center/contain no-repeat;
}

/* カレンダーポップアップ */
.dtbs_date_range_calendar {
  position: absolute;
  z-index: 1000;
  margin-top: 4px;
  padding: 1em;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.dtbs_cal_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.75em;
  font-weight: 600;
}

.dtbs_cal_prev,
.dtbs_cal_next {
  padding: 0.25em 0.5em;
  font-size: 1em;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
}

.dtbs_cal_prev:hover:not(:disabled),
.dtbs_cal_next:hover:not(:disabled) {
  background: rgba(0, 0, 0, 0.06);
}

.dtbs_cal_prev:disabled,
.dtbs_cal_next:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.dtbs_cal_table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9em;
}

.dtbs_cal_table th {
  padding: 0.35em 0;
  font-weight: 600;
  color: #666;
}

.dtbs_cal_table td {
  padding: 2px;
  text-align: center;
  vertical-align: middle;
}

.dtbs_cal_empty {
  visibility: hidden;
}

.dtbs_cal_day {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2em;
  height: 2em;
  padding: 0;
  font-size: 1em;
  border: none;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.dtbs_cal_day:hover:not(:disabled) {
  background: rgba(0, 0, 0, 0.08);
}

.dtbs_cal_day.dtbs_cal_has_event {
  font-weight: 600;
  color: #333;
}

.dtbs_cal_day.dtbs_cal_disabled,
.dtbs_cal_day:disabled {
  color: #bbb;
  cursor: not-allowed;
}