@font-face {
	font-family: 'ElegantIcons';
	src:url('font/ElegantIcons.eot');
	src:url('font/ElegantIcons.eot?#iefix') format('embedded-opentype'), 
		url('font/ElegantIcons.woff') format('woff'),
		url('font/ElegantIcons.ttf') format('truetype'),
		url('font/ElegantIcons.svg#ElegantIcons') format('svg');
	font-weight: normal;
	font-style: normal;
}
.iconFont{
	font-family: 'ElegantIcons';
	font-weight: normal !important;
	font-style: normal  !important;
}
/*ブロック（幅100%）のボタンの中に放り込んだとき（iタグ限定！！！）*/
.btn-block > i.iconFont{
	position: absolute;
	right:8px;
}
