@charset "utf-8";
/* CSS Document */


.fam-armt{
	font-family: "arial rounded mt bold";
}

.color-w{
	color:#FFFFFF;
}

.color-r{
	color:red;
}

.color-bk{
	color:#000000;
}
.color-y{
	color:#f0ff00;
}
.font-sizebig{
	font-size:3em;
}

.font-sizebig{
	font-size:3em;
}
/*移過的動畫*/
h1 {
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -webkit-animation-name: slidein;
  -moz-animation-name: slidein;
}

@-webkit-keyframes slidein {
  from {
    padding-left: 100%;
    width: 140%;
  }

  to {
    padding-left: 0%;
    width: 100%;
  }
}

@-moz-keyframes slidein {
  from {
    padding-left: 100%;
    width: 140%;
  }

  to {
    padding-left: 0%;
    width: 100%;
  }
}



