#page .header{
  /*background-image: url('/image.php?url=files%2Fbanner_sp_3.jpg&width=960&height=158&fit');*/
}

#content .left{
  position: relative;
  padding-bottom: 20px;
}

#content .left>dl{
  position: absolute;
  background-color: #42423f;
  left: 25px;
  font-family: Arial;
  width: 39px;
  height: 39px;
}

#content .left>dl dt{
  display: none;
}

#content .left>dl dd{
  padding-top: 2px;
  font-size: 20px;
  color: #e6c46c;
  font-weight: 800;
  text-align: center;
  font-family: "Open Sans";
}

#content .left>dl dd span{
  position: absolute;
  display: block;
  font-size: 9px;
  color: #e6c46c;
  font-weight: 200;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  left: 0px;
  top: 25px;
}

#content .left>.article img.picture{
  float: left;
  padding-right: 15px;
  padding-bottom: 15px;
  max-width: 60%;
  cursor: pointer;
}

#content .left .article{
  padding-left: 55px;
}

#content .left .article .perex{
  font-weight: bold;
  color: white;
}

#content .left>a{
  display: -moz-inline-stack; /*Firefox 2 hack*/
  display: inline-block; 
  /* magic IE7 hack making element inline-block*/
  zoom: 1; 
  *display: inline;
  background-color: #42423f;
  border: 1px #000000 solid;
  border-radius: 4px;
  font-size: 12px;
  color: white;
  padding: 3px 10px;
  text-decoration: none;
  font-family: Arial;
  margin-left: 55px;
  text-align: center;
}

#content .left>a.sport_news_detail{
  background-color: #fafafa;
  color: #1f1d1e;
}

@media screen and (min-width: 752px) and (max-width: 959px)
{
  #content .left{
    max-width: 50%;
  }
}