@charset "UTF-8";
/* CSS Document */


/* inner link button square type */

.lfd-label-inner-wrap {
	display: flex;
	justify-content: center;
	border: none;
	padding: 0px;
	margin-bottom: 50px;
}
.cmn-inner-link{
	padding: 12px 19px;
	border-radius: 4px;
	background-color: #767676;
	color: #fff;
	font-size: 0.8125rem!important;
	line-height: 1!important;
	transition: 0.3s;
}
.cmn-inner-link:hover{
	border-radius: 4px;
	background-color: #101319;
}

/* height: auto; */
.rdc_hautoi{
	height: auto!important;
}

.mb2em {
	display:inline-block;
	margin-bottom: 2em;
}
