body {
	font-family:Arial,-apple-system,BlinkMacSystemFont,"Helvetica Neue","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","游ゴシック Medium",YuGothic,YuGothicM,メイリオ,Meiryo,sans-serif;
	color:#222;
	text-align:center;
	line-height:1.75;
	-webkit-font-feature-settings : "palt";
	        font-feature-settings : "palt";
	letter-spacing:1px;
	font-size:16px;
	background: #110;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; 
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.cvr{
	background:linear-gradient(#ffcc33 0%, #c49727 100%);
}
.bg{
	background: url("../img/bg.png") top center/cover no-repeat;
}
a img:hover{
	filter: brightness(120%);
	transform: translateY(-.5em);
}