@-webkit-keyframes growDialog {
	0%   {
		-webkit-transform:scale(0, 0);
		opacity:0
	}
	100% {
		-webkit-transform:scale(1, 1);
		opacity:1
	}
}

@font-face {
	font-family: 'ZurmoGamificationSymblyReguRg';
	src: url('../fonts/zurmogamificationsymblyregular-regular-webfont.eot');
	src: url('../fonts/zurmogamificationsymblyregular-regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/zurmogamificationsymblyregular-regular-webfont.woff') format('woff'),
	url('../fonts/zurmogamificationsymblyregular-regular-webfont.ttf') format('truetype'),
	url('../fonts/zurmogamificationsymblyregular-regular-webfont.svg#ZurmoGamificationSymblyReguRg') format('svg');
	font-weight: normal;
	font-style: normal;
	unicode-range: U+00-FFFF; /*http://www.tamasoft.co.jp/en/general-info/unicode.html*/
}
