@charset "utf-8";

/*
************************************************************************
* アイコン
* @copyright Revolme Inc.
* 
************************************************************************
*/

.icon-before:before
{
	content:"";
	
	display:inline-block;
	
	width:1em;
	height:1em;
	
	margin-right:0.3em;
	margin-bottom:-0.15em;
	
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
}
