/* for SP */
.forsmart {
	background: rgb(251,0,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(251,0,0,1) 0%, rgba(180,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,0,0,1)), color-stop(100%,rgba(180,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(251,0,0,1) 0%,rgba(180,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(251,0,0,1) 0%,rgba(180,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(251,0,0,1) 0%,rgba(180,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(251,0,0,1) 0%,rgba(180,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb0000', endColorstr='#b40000',GradientType=0 ); /* IE6-9 */
  
  color: #fff;
  font-size: 80px;
  font-weight: bold;
  height: 182px;
  line-height: 182px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 1000px;
}

.forsmart a {
	color: #fff;
  height: 182px;
}

.forsmart a:hover,
.forsmart a:visited {
	color: #fff;
}


.test {
	background: #009;
  height: 182px;
  margin: 0;
  text-align: center; 
  width: 1000px;
}
/* end */