@charset "utf-8";
/* CSS Document */
.news #news_wrap {
	height: 30px;
	width: auto;
	//background:#081447;
	background: url(../images/news_bg.png);
}

@media screen and (max-width: 630px) {
	.news{
		height:35px;
	}
	.news #news_head{
		height:35px;
	}
	.news #news_wrap{
		height:	35px;
	}
	.ticker{
		height:35px;
	}
}

@media screen and (max-width: 320px) {
	.news{
		height:45px;
	}
	.news #news_head{
		height:35px;
	}
	.news #news_wrap{
		height:	35px;
	}
	.ticker{
		height:35px;
	}
}

