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

* {
	
}
.button {
	margin: 0 auto;
}
.button a {
	position: relative;
	overflow: hidden;
	width: 1999px;
	height: 655px;
	display: block;
}
.button a span.shiny {
	position: absolute;
	left: -120px;
	top: -50px;
	z-index: 30;
}
.button a span.shiny {
	display: block;
	width: 68px;
	height: 655px;
	margin-top: 7px;
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	background-image: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, #ffffff rgba(255,255,255,1),rgba(255,255,255,0) 100%);
	background-image: linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
 	background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,1)),color-stop(100%,rgba(255,255,255,0)));
}
.button a span.btn_shine {
	position: absolute;
	left: 0;
	top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	display: block;
	text-decoration: none;
}	
