thead {
    background-color: #f5f5f5;
}
#search {
	width:50px;
}
#printing {
	width:50px;
}
/*member_list_title*/
div.WpVolRcrtList_title {
    background-color: #fff;
}
/*member_detail_title*/
.detail_title {
    background-color: #ffd;
}
/*member_detail_sub_title*/
.sub_title {
	background-color:#dfd;
}
/*group_list_title*/
div.WpGroupVolRcrtList_title {
    background-color: #ffd;
}
/*vol_rcrt_list_img*/
.WpVolRcrtList_status_1 {
	padding-left: 10px;
	padding-right: 10px;
	border-width:  medium;
	border-color: green;
	border-style: 2px solid;
	border-radius: 5px;
	background-color: white;
	opacity: 0.5;

	color: green;
	font-weight: bold;
	font-size: 16px;
	font-family :Quicksand, sans-serif;
	margin-top:5px;
	margin-left:5px;
}
.WpVolRcrtList_status_2 {
	padding-left: 10px;
	padding-right: 10px;
	border-width:  medium;
	border-color: gray;
	border-style: 2px solid;
	border-radius: 5px;
	background-color: white;
	opacity: 0.5;

	color: gray;
	font-weight: bold;
	font-size: 16px;
	font-family :Quicksand, sans-serif;
	margin-top:5px;
	margin-left:5px;
}
.carousel-control-prev, .carousel-control-next {
    background-color: gray !important;
    width: 20px !important;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    height: 100px;
    width: 100px;
    outline: black;
    background-color: black;
    background-size: 100%, 100%;
/*    border-radius: 20px;*/
/*    border: 1px solid black;*/
}
.example {/*親div*/
	position: relative;/*相対配置*/
}
.img_set {
	display:flex;
}
@media (min-width:992px) {
  .img_set {
    height: 200px;
  }
}
@media (min-width:768px) and (max-width:992px) {
  .img_set {
    height: 200px;
  }
}
@media (max-width:768px) {
  .img_set {
    height: 300px;
  }
}

.bor {
	border-width:  medium;
	border-color: red;
	border-style: solid;
	border-radius: 20px;
}
.example p {
	position: absolute;/*絶対配置*/
	color: red;/*文字は白に*/
	font-weight: bold; /*太字に*/
	font-size: 15px;/*サイズ2倍*/
	font-family :Quicksand, sans-serif;/*Google Font*/
	top: 0;
	right: 0;
	margin-right:20px;
}
.sample {
	width:100%;
	/*改行の禁止*/
	white-space:nowrap;
	/*はみ出した部分を隠す*/
	overflow:hidden;
	/*テキストのはみ出しを「…」で省略*/
	text-overflow:ellipsis;
}
.actKind {
	width:100%;
	height:85px;
	/*改行の禁止*/
	white-space:nowrap;
	/*はみ出した部分を隠す*/
	overflow:hidden;
	/*テキストのはみ出しを「…」で省略*/
	text-overflow:ellipsis;
}

.date {
	width:50%;
	/*改行の禁止*/
	white-space:nowrap;
	/*はみ出した部分を隠す*/
	overflow:hidden;
	/*テキストのはみ出しを「…」で省略*/
	text-overflow:ellipsis;
}
.group {
	width:50%;
	/*改行の禁止*/
	white-space:nowrap;
	/*はみ出した部分を隠す*/
	overflow:hidden;
	/*テキストのはみ出しを「…」で省略*/
	text-overflow:ellipsis;
}
.pointer {
	cursor: pointer;
}
