/*informer*/ progress{
	position: fixed;
	left: 0;
	width: 100%;
	height: 2px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	top: 0px;
	background-color: transparent;
	z-index: 99999999999;
} 
progress::-webkit-progress-bar{background:transparent;border-radius:0} progress::-webkit-progress-value{background:url(../image/anime/informer.gif);border-radius:2px} progress::-moz-progress-bar{background:#FF81C4;border-radius:0} .progress-container{ 	width: 100%; 	position: fixed; 	top: 0; 	left: 0; 	height: 2px; 	display: block; 	background-color: transparent; } .progress-bar{
	width: 0;
	display: block;
	height: inherit;
	background-color: transparent;
	z-index: 99999999999;
} 
@media (max-width:1024px){  

} 

@media (max-width:480px){ } 
