#u3084
{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF, endColorstr=#FFB8B8B8, GradientType=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFB8B8B8', GradientType=0)";
}

@media (min-width: 361px)
{
	#u3084
	{
		background: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF),color-stop(100%, #B8B8B8));
		background: -webkit-linear-gradient(top,#FFFFFF ,#B8B8B8 100%);
		background: linear-gradient(to bottom,#FFFFFF ,#B8B8B8 100%);
	}

	#u3084_align_to_page
	{
		max-width: 960px;
	}

}

@media (min-width: 321px) and (max-width: 360px)
{
	#u3084
	{
		background: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF),color-stop(100%, #B8B8B8));
		background: -webkit-linear-gradient(top,#FFFFFF ,#B8B8B8 100%);
		background: linear-gradient(to bottom,#FFFFFF ,#B8B8B8 100%);
	}

	#u3084_align_to_page
	{
		max-width: 360px;
	}

}

@media (max-width: 320px)
{
	#u3084
	{
		background: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF),color-stop(100%, #B8B8B8));
		background: -webkit-linear-gradient(top,#FFFFFF ,#B8B8B8 100%);
		background: linear-gradient(to bottom,#FFFFFF ,#B8B8B8 100%);
	}

	#u3084_align_to_page
	{
		max-width: 320px;
	}

}

