/* css sprite */
.sprite-sprite, .sprite-program_arrow, .sprite-recommend_title {
  background: url('../../images/pc/sprite-sb4011dde04.png') no-repeat;
}

.sprite-program_arrow {
  background-position: 0 -33px;
  height: 15px;
  width: 8px;
}

.sprite-recommend_title {
  background-position: 0 0;
  height: 33px;
  width: 300px;
}

.spriter {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.main_bnr {
  margin-bottom: 5px;
}
.main_bnr a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}
.main_bnr a:active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.main_bottom_bnr {
  margin-bottom: 15px;
}
.main_bottom_bnr a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}
.main_bottom_bnr a:active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.banner_area {
  margin-bottom: 15px;
}
.banner_area p {
  margin-bottom: 5px;
}
.banner_area p:last-child {
  margin-bottom: 0;
}
.banner_area a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}
.banner_area a:active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.sprite-recommend_title {
  position: relative;
  margin-bottom: 6px;
}
.sprite-recommend_title span {
  position: absolute;
  top: 10px;
  left: 46px;
  font-size: 14px;
  font-weight: bold;
  color: #525252;
}

.recommend_area {
  width: 300px;
  margin-bottom: 15px;
  background-color: white;
}
.recommend_area li {
  clear: both;
  border-bottom: 1px dotted #cccccc;
}
.recommend_area li a {
  padding-top: 6px;
  padding-bottom: 6px;
  width: 100%;
  display: block;
}
.recommend_area li a:hover {
  background-color: #f8f8f8;
  text-decoration: none;
}
.recommend_area li a:active {
  background-color: #e9e9e9;
}
.recommend_area li span {
  font-size: 12px;
  color: #525252;
  -webkit-transition: all ease;
  -webkit-transition-delay: 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.recommend_area li span:active {
  color: black;
}
.recommend_area img {
  margin-right: 8px;
  width: 112px;
  height: 63px;
  display: table-cell;
  display: inline-block\9;
  vertical-align: middle;
}

.a_inner {
  overflow: hidden;
  position: relative;
}

.heading {
  display: table;
  table-layout: fixed;
}

.program_name {
  display: table-cell;
  width: 140px;
  vertical-align: middle;
  line-height: 1.5;
  text-shadow: -1px 1px 0 white;
}

.sprite-program_arrow {
  margin-top: -8px;
  position: absolute;
  top: 50%;
  right: 0;
}

.bnr-image {
  max-width: 100%;
}