@charset "utf-8";

/*.dmal:before*/
.dmal:not("noic"):before {
	content: "\f0e0";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	padding-right: 3px;
}

.dmal {
	display: inline-block;
	text-decoration: none;
	transition: color linear 0.3s;
}

.dmal:not("nolink") {
	cursor: pointer;
}

.dmal:hover { 
}

.dmal_pre:after { 
	content: "\0040";
}

.dmal_post:before { 
	content: "zen-ika";
}

.dmal_post:after { 
	content: ".com";
}

