@charset "UTF-8";
.card_dropd {
  color: #151515;
  font-size: 1rem;
  width: 100%;
  height: 40px;
  margin: 10px 0 0 0;
}

.images {
  display: flex;
  flex-flow: wrap;
  padding: 0 15px 15px 15px;
}

.images div {
  position: relative;
  padding: 20px 5px 50px 5px;
  border: 1px solid #dedee0;
  margin: 0 15px 15px 0;
}

.images div:hover {
  border: 1px solid #c4c4c7;
}

.images div a {
  position: absolute;
  top: 0px;
  right: 10px;
  text-decoration: none;
  color: #151515;
}

.images div a:hover {
  color: #c4c4c7;
}

.images div span {
  width: 100%;
  font-size: 12px;
  word-wrap: break-word;
  position: absolute;
  bottom: 5px;
  left: 5px;
}

.blankbutton {
	padding: 0;
	border: none;
	background: none;
	cursor: pointer;
}

.indetext{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}