.funa2-brand-image {
	opacity: 1 !important;
	display: block;
	max-width: 100%;
}

body > div > div.content-wrapper > div.content > div.container-fluid {
	padding-bottom: 10rem;
}

input[type=file].form-control {
  height: auto;
  width: 50%;
}

/* サムネ周り */
a.thumb_link {
  position: relative;
  display: inline-block;
}
a.thumb_link img{
  max-width:8rem;
  height: auto;
}
a.thumb_link i {
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  color: white;
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  background-color: gray;
  border-radius: 100rem;
  padding: 0.25rem;
  text-align: center;
}


/*画像を消す奴*/
.file_btn {
	padding: 0.5rem;
}
.file_btn a {
	font-size: 0.9rem;
	color: gray;
	font-weight: bold;
}
.file_btn a i {
	margin-left: 0.8rem;
}
.file_btn button {
	cursor: pointer;
	margin-left: 0.8rem;
	color: #dc3545;
	font-weight: bold;
}