@charset "UTF-8";
/* -----------------------------------------------
	CSS Reset
----------------------------------------------- */
table, td, th {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  line-height: 1.4;
  margin: 0;
}

html,
body {
  height: 100%;
}

textarea {
  font-family: "ＭＳ Ｐゴシック",sans-serif,"ヒラギノ角ゴ Pro W3";
}

/* -----------------------------------------------
	#rakutenMembership
----------------------------------------------- */
#rakutenMembership .rakutenMemberTitle {
  padding: 6px 5px;
  color: #bf0000;
  font-weight: bold;
}

#rakutenMembership .showConfirm {
  padding: 0 5px 5px;
  zoom: 1;
}

#rakutenMembership .showConfirm:after {
  clear: both;
  content: "";
  display: block;
}

#rakutenMembership .showConfirm div {
  float: left;
}

#rakutenMembership .showConfirm span {
  float: right;
}

#rakutenMembership .showConfirm span a {
  display: inline-block;
  padding: 3px 5px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  font-size: 79%;
  color: #333333;
  border: 1px solid #c5c5c5;
  -webkit-box-shadow: 0 0 0 1px #fbfbfb inset;
          box-shadow: 0 0 0 1px #fbfbfb inset;
  background-color: #ededed;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ededed', endColorstr='#e3e3e3');
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ededed), color-stop(52%, #e3e3e3));
  background-image: -webkit-linear-gradient(top, #ededed 50%, #e3e3e3 52%);
  background-image: linear-gradient(to bottom, #ededed 50%, #e3e3e3 52%);
  text-decoration: none;
}

/* -----------------------------------------------
	newContents
----------------------------------------------- */
#newContents {
  width: 950px;
  margin: auto;
}

#newContents .leaderBnr {
  margin-top: 10px;
  text-align: center;
}

#newContents .bnrList {
  width: 100%;
  margin-top: 10px;
  overflow: hidden;
}

#newContents .bnrList li {
  float: left;
  width: 475px;
  text-align: center;
}

#newContents .bnrList li * {
  float: left;
}

/* -----------------------------------------------
	Container
----------------------------------------------- */
#container {
  width: 950px;
  margin: 10px auto 20px;
  zoom: 1;
  font-size: 82%;
  color: #333333;
}

#container:after {
  clear: both;
  content: "";
  display: block;
}

#container #mainContents {
  float: left;
  width: 740px;
}

#container #subContents {
  float: right;
  width: 190px;
  overflow: hidden;
}

#container span.gIcn {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  color: #ffffff;
  font-size: 11px;
  font-weight: normal;
  text-align: center;
}

#container span.gIcn.icnG1 {
  background: #0065fd;
}

#container span.gIcn.icnG2 {
  background: #ff0000;
}

#container span.gIcn.icnG3 {
  background: #008000;
}

#container span.gIcn.icnGraded {
  background: #ff7800;
}

#container span.sortIcn {
  display: inline-block;
  overflow: hidden;
  height: 0;
  background-image: url(/img_common/sprite_sorticn.png);
  background-position: no-repeat;
  vertical-align: middle;
  line-height: 5;
}

#container span.sortIcn.icnNighter {
  width: 16px;
  padding-top: 14px;
  background-position: -127px -10px;
}

#container span.sortIcn.icnLive {
  width: 16px;
  height: 16px;
  background-position: -148px -10px;
}

#container span.sortIcn.icnArchive {
  width: 16px;
  padding-top: 16px;
  background-position: -174px -11px;
}

#container .returnPoint {
  display: inline-block;
  padding: 3px 4px 2px;
  color: #ffffff;
  background: #ca5656;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  font-size: 79%;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

#container .moreLink {
  text-align: right;
}

#container .moreLink a {
  display: inline-block;
  border: 1px solid #b0b0b0;
  background-color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#f6f6f6');
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f6f6f6));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 100%);
}

/* -----------------------------------------------
	mainContents
----------------------------------------------- */
.topWrap {
  width: 740px;
  margin-bottom: 10px;
}

.topWrap:after {
  clear: both;
  content: "";
  display: block;
}

.cmpContents {
  float: left;
  width: 165px;
}

.raceInfo {
  float: right;
  width: 555px;
}

h2.headlineLv2 {
  margin-bottom: 10px;
  padding: 7px 15px 6px;
  border-top: 2px solid #2fbb00;
  border-bottom: 1px solid #e1e1e1;
  background: #f6f6f6;
  font-size: 110%;
}

.cmpContents h2 {
  padding: 4px 0 3px;
  color: #ffffff;
  background: #2fbb00;
  font-size: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.cmpContents .cmpBnr {
  width: 165px;
  margin-bottom: 10px;
}

.cmpContents .cmpBnr:after {
  clear: both;
  content: "";
  display: block;
}

.cmpContents .cmpBnr li {
  float: right;
}

.cmpContents .cmpBnr li.first {
  float: left;
}

.cmpContents .cmpBnr li a {
  float: left;
}

.cmpContents .prev span,
.cmpContents .next span {
  display: block;
  width: 165px;
  height: 18px;
  overflow: hidden;
  margin-bottom: 5px;
  background: url(/img_common/sprite_arrow_carousel.gif) no-repeat 0 0;
  cursor: pointer;
  text-indent: -999px;
}

.cmpContents .prev span {
  background-position: -10px -10px;
}

.cmpContents .prev span.disabled {
  background-position: -185px -10px;
  cursor: default;
}

.cmpContents .next span {
  background-position: -10px -38px;
}

.cmpContents .next span.disabled {
  background-position: -185px -38px;
  cursor: default;
}

/* carouselBnr */
div#carouselBnr {
  position: relative;
  overflow: hidden;
  margin-bottom: 5px;
}

div#carouselBnr ul.bnrs {
  zoom: 1;
}

div#carouselBnr ul.bnrs:after {
  clear: both;
  content: "";
  display: block;
}

div#carouselBnr ul.bnrs img {
  display: block;
}

div#carouselBnr ul.bnrs li {
  float: left;
  width: 100%;
  height: 60px;
  margin-bottom: 5px;
}

.carounselPage {
  text-align: center;
}

.carounselPage .current {
  font-weight: bold;
}

/* raceInfo */
.raceInfo div.head {
  padding: 4px 13px 3px;
  -webkit-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0;
  color: #ffffff;
  background: #464646;
  zoom: 1;
}

.raceInfo div.head:after {
  clear: both;
  content: "";
  display: block;
}

.raceInfo div.head h2 {
  float: left;
  font-size: 100%;
}

.raceInfo div.head span.time {
  float: right;
}

/* tabInfo */
.tabInfo ul.category {
  background-color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#f0f0f0');
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%);
  border: 1px solid #d7d7d7;
  border-bottom: 2px solid #2ba900;
}

.tabInfo ul.category li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

* html .tabInfo ul.category li {
  display: inline;
}

*:first-child + html .tabInfo ul.category li {
  display: inline;
}

.tabInfo ul.category li a {
  display: block;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
}

.tabInfo ul.category li a.current {
  color: #ffffff;
  background: #2ba900;
  cursor: default;
}

/* .tabInfo.raceInfo */
.tabInfo.raceInfo .bnrArea {
  padding-top: 10px;
  text-align: center;
}

.tabInfo.raceInfo .category {
  margin-bottom: 5px;
  border-top: none;
}

.tabInfo.raceInfo .category li {
  display: inline-block;
  width: 138.25px;
  vertical-align: top;
}

* html .tabInfo.raceInfo .category li {
  display: inline;
}

*:first-child + html .tabInfo.raceInfo .category li {
  display: inline;
}

.tabInfo.raceInfo .category.col5 li {
  width: 110.6px;
}

.tabInfo.raceInfo .category li a {
  padding: 9px 3px;
}

.raceInfo .raceList {
  margin-right: -5px;
  padding-bottom: 5px;
}

.raceInfo .raceList li.list {
  display: inline-block;
  width: 273px;
  margin: 0 5px 5px 0;
  border: 1px solid #d7d4ce;
  background: #f4f2e2;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f4f2e2', endColorstr='#e4ddc6');
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f2e2), to(#e4ddc6));
  background-image: -webkit-linear-gradient(top, #f4f2e2 0%, #e4ddc6 100%);
  background-image: linear-gradient(to bottom, #f4f2e2 0%, #e4ddc6 100%);
  -webkit-box-shadow: 0 1px 0 #beac66;
          box-shadow: 0 1px 0 #beac66;
  zoom: 1;
  vertical-align: top;
}

* html .raceInfo .raceList li.list {
  display: inline;
}

*:first-child + html .raceInfo .raceList li.list {
  display: inline;
}

.raceInfo .raceList li.nighterItem {
  border: 1px solid #c0d2d9;
  background: #f2f7fd;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f7fd', endColorstr='#cfdee4');
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f7fd), to(#cfdee4));
  background: -webkit-linear-gradient(top, #f2f7fd 0%, #cfdee4 100%);
  background: linear-gradient(to bottom, #f2f7fd 0%, #cfdee4 100%);
  -webkit-box-shadow: 0 1px 0 #a0b5c2;
          box-shadow: 0 1px 0 #a0b5c2;
}

.raceInfo .raceList li.disableItem {
  border: 1px solid #e6e6e6;
  -webkit-filter: none;
          filter: none;
  background: #e6e6e6;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}

.raceInfo .raceList li.naughtItem {
  border: 1px solid #efefef;
  -webkit-filter: none;
          filter: none;
  background: #efefef;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}

.raceInfo .raceList li.list .wrap {
  padding: 4px 4px 5px 5px;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  zoom: 1;
}

.raceInfo .raceList li.list .wrap:after {
  clear: both;
  content: "";
  display: block;
}

.raceInfo .raceList li.disableItem .wrap {
  padding: 5px;
  border: none;
}

.raceInfo .raceList li.naughtItem .wrap {
  padding: 5px;
  border: none;
}

.raceInfo .raceList .raceTrack {
  float: left;
  padding-right: 7px;
}

.raceInfo .raceList .raceTrack a {
  display: block;
  color: #ffffff;
  width: 76px;
  -webkit-border-radius: 7px;
          border-radius: 7px;
  text-decoration: none;
  border: 1px solid #532a13;
  text-align: center;
  -webkit-box-shadow: 0 0 0 1px #c3b5ab inset;
          box-shadow: 0 0 0 1px #c3b5ab inset;
  background: #a58e7e;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#a58e7e', endColorstr='#2a1400');
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a58e7e), to(#2a1400));
  background-image: -webkit-linear-gradient(top, #a58e7e 0%, #2a1400 100%);
  background-image: linear-gradient(to bottom, #a58e7e 0%, #2a1400 100%);
  text-align: center;
  cursor: pointer;
}

.raceInfo .raceList .nighterItem .raceTrack a {
  position: relative;
  border: 1px solid #313131;
  -webkit-box-shadow: 0 0 0 1px #879fc9 inset;
          box-shadow: 0 0 0 1px #879fc9 inset;
  background: #456caf;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#456caf', endColorstr='#002f60');
  background-image: -webkit-gradient(linear, left top, left bottom, from(#456caf), to(#002f60));
  background-image: -webkit-linear-gradient(top, #456caf 0%, #002f60 100%);
  background-image: linear-gradient(to bottom, #456caf 0%, #002f60 100%);
}

.raceInfo .raceList .disableItem .raceTrack a {
  position: relative;
}

#container .disableItem span.sortIcn.icnNighter,
#container .nighterItem span.sortIcn.icnNighter {
  position: absolute;
  top: 3px;
  right: 1px;
  width: 10px;
  height: 10px;
  background: url(/img_common/icn_star.gif) 0 0 no-repeat;
}

.raceInfo .raceList .disableItem .raceTrack a {
  border: 1px solid #424242;
  -webkit-box-shadow: 0 0 0 1px #b1b1b1 inset;
          box-shadow: 0 0 0 1px #b1b1b1 inset;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#898989', endColorstr='#373737');
  background-image: -webkit-gradient(linear, left top, left bottom, from(#898989), to(#373737));
  background-image: -webkit-linear-gradient(top, #898989 0%, #373737 100%);
  background-image: linear-gradient(to bottom, #898989 0%, #373737 100%);
}

.raceInfo .raceList .raceTrack a span.inner {
  display: table-cell;
  width: 76px;
  height: 56px;
  margin: 0 auto;
  padding: 5px 0;
  vertical-align: middle;
  text-align: center;
}

* html .raceInfo .raceList .raceTrack a span.inner {
  display: block;
}

*:first-child + html .raceInfo .raceList .raceTrack a span.inner {
  display: block;
}

.raceInfo .raceList .raceTrack span.name {
  display: block;
  margin-bottom: 5px;
  font-size: 122%;
  font-weight: bold;
}

.raceInfo .raceList .raceTrack .sortIcn {
  margin: 0 2px;
}

.raceInfo .raceList .detail {
  width: 80px;
  margin-right: 2px;
}

.raceInfo .raceList .disableItem .detail {
  width: 60px;
}

.raceInfo .raceList .detail .statusText {
  display: table-cell;
  width: 60px;
  height: 56px;
  vertical-align: middle;
  text-align: center;
}

.raceInfo .raceList .detail .number {
  font-weight: bold;
  font-size: 110%;
}

.raceInfo .raceList .detail .gIcn,
.raceInfo .raceList .detail .sortIcn {
  margin: 3px 0 0 3px;
}

.raceInfo .raceList .detail .time {
  margin-bottom: 5px;
  color: #666666;
}

.raceInfo .raceList .detail {
  float: left;
  padding-top: 5px;
}

.raceInfo .raceList .detail .number {
  margin-right: -10px;
}

.raceInfo .raceList .actionArea {
  float: right;
  width: 96px;
  text-align: right;
  padding-top: 5px;
}

.raceInfo .raceList .disableItem .actionArea {
  width: 113px;
}

.raceInfo .raceList .actionArea .logo {
  margin-bottom: 8px;
  font-size: 79%;
  font-weight: bold;
}

.raceInfo .raceList .actionArea .logo .courceLogo {
  display: inline-block;
  width: 36px;
  height: 20px;
  margin: 0;
  vertical-align: middle;
}

.raceInfo .raceList .actionArea .logo .courceLogo.obihiro {
  background: url(/img_common/logo_track_obihiro.gif) 0 0 no-repeat;
}

.raceInfo .raceList .actionArea .logo .courceLogo.monbetsu {
  background: url(/img_common/logo_track_hokkaido.gif) 0 0 no-repeat;
}

.raceInfo .raceList .actionArea .logo .courceLogo.morioka {
  background: url(/img_common/logo_track_iwate.gif) 0 0 no-repeat;
}

.raceInfo .raceList .actionArea .logo .courceLogo.ohi {
  background: url(/img_common/logo_track_tokyo.gif) 0 0 no-repeat;
}

.raceInfo .raceList .actionArea .logo .courceLogo.ohi {
  background: url(/img_common/logo_track_tokyo.gif) 0 0 no-repeat;
}

.raceInfo .raceList .actionArea .logo .courceLogo.funabashi {
  background: url(/img_common/logo_track_funabashi.gif) 0 0 no-repeat;
}

.raceInfo .raceList .actionArea .logo .courceLogo.kawasaki {
  background: url(/img_common/logo_track_kawasaki.gif) 0 0 no-repeat;
}

.raceInfo .raceList .actionArea .logo .courceLogo.urawa {
  background: url(/img_common/logo_track_urawa.gif) 0 0 no-repeat;
}

.raceInfo .raceList .actionArea .logo .courceLogo.kanazawa {
  background: url(/img_common/logo_track_kanazawa.gif) 0 0 no-repeat;
}

.raceInfo .raceList .actionArea .logo .courceLogo.kasamatsu {
  background: url(/img_common/logo_track_kasamatsu.gif) 0 0 no-repeat;
}

.raceInfo .raceList .actionArea .logo .courceLogo.nagoya {
  background: url(/img_common/logo_track_nagoya.gif) 0 0 no-repeat;
}

.raceInfo .raceList .actionArea .logo .courceLogo.sonoda {
  background: url(/img_common/logo_track_sonoda.gif) 0 0 no-repeat;
}

.raceInfo .raceList .actionArea .logo .courceLogo.kouchi {
  background: url(/img_common/logo_track_kouchi.gif) 0 0 no-repeat;
}

.raceInfo .raceList .actionArea .logo .courceLogo.saga {
  background: url(/img_common/logo_track_saga.gif) 0 0 no-repeat;
}

.raceInfo .raceList .actionArea .logo span,
.raceInfo .raceList .actionArea .logo img {
  display: inline-block;
  vertical-align: top;
}

.raceInfo .raceList .actionArea .logo span {
  margin-top: 3px;
}

/* .raceInfo .seeAction */
.raceInfo .seeAction {
  display: inline-block;
  border: 1px solid #c3bda7;
  background: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#f6f6f6');
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f6f6f6));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 100%);
  vertical-align: top;
  white-space: nowrap;
}

* html .raceInfo .seeAction {
  display: inline;
}

*:first-child + html .raceInfo .seeAction {
  display: inline;
}

.raceInfo .seeAction li {
  display: inline-block;
  border-left: 1px solid #d3d3d3;
  vertical-align: top;
}

.raceInfo .seeAction li.first {
  border-left: none;
}

* html .raceInfo .seeAction li {
  display: inline;
}

*:first-child + html .raceInfo .seeAction li {
  display: inline;
}

.raceInfo .seeAction li a {
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 0 3px;
  height: 28px;
  vertical-align: middle;
  text-align: center;
  font-size: 95%;
  line-height: 28px;
  outline: none;
}

.raceInfo .seeAction li span {
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 0 3px;
  height: 28px;
  vertical-align: middle;
  color: #999999;
  font-size: 95%;
  text-align: center;
  line-height: 28px;
}

.raceInfo .seeAction li.movie a {
  display: table-cell;
  padding: 0 2px 0 6px;
  vertical-align: middle;
}

.raceInfo .seeAction li.movie a span {
  margin: 4px 0 0;
}

/* gradedList */
.gradedList {
  padding: 5px 10px;
  background: #f2f0e2;
}

.gradedList dt {
  font-weight: bold;
}

.gradedList .para {
  margin-bottom: 10px;
  padding-top: 5px;
}

.gradedList .raceNews .list {
  width: 100%;
  padding: 5px 0;
  background: url(/img_common/line_dot_gray999.gif) repeat-x 0 0;
}

.gradedList .raceNews .list:after {
  clear: both;
  content: "";
  display: block;
}

.gradedList .raceNews .firstList {
  background: none;
}

.gradedList .raceNews .list span.place {
  float: left;
  width: 42px;
  color: #ffffff;
  border: 1px solid #000000;
  -webkit-box-shadow: 0 0 0 1px #5f5f5f inset;
          box-shadow: 0 0 0 1px #5f5f5f inset;
  background: #444444;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#444444', endColorstr='#000000');
  background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#000000));
  background-image: -webkit-linear-gradient(top, #444444 0%, #000000 100%);
  background-image: linear-gradient(to bottom, #444444 0%, #000000 100%);
  text-align: center;
  margin-right: 5px;
  padding: 3px 2px;
}

.gradedList .raceNews .list span.textWrap {
  float: left;
  padding-top: 6px;
}

.gradedList .raceNews .list span.textWrap * {
  margin-right: 5px;
  float: left;
}

.gradedList .raceNews .list span.text {
  width: 193px;
}

.gradedList .raceNews .list span.text a {
  display: inline-block;
  max-width: 15em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}

.gradedList .raceNews .list span.textNext {
  font-weight: bold;
  width: 410px;
}

.gradedList .raceNews .list span.time {
  width: 75px;
}

.gradedList .raceNews .list .sortIcn {
  margin-right: 5px;
}

.gradedList .raceNews .list .seeAction .sortIcn {
  margin-right: 0;
}

.gradedList .raceNews .list .summary {
  float: left;
}

.gradedList .raceNews .list .seeAction {
  float: right;
}

.articleArea .iconList {
  margin: 0 0 7px;
}

.articleArea .iconList li {
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
  zoom: 1;
}

* html .articleArea .iconList li {
  display: inline;
}

*:first-child + html .articleArea .iconList li {
  display: inline;
}

.articleArea .iconList li span.label {
  display: inline-block;
  margin-right: 9px;
  padding: 0 0 0 5px;
  font-size: 79%;
  vertical-align: middle;
}

.articleArea .iconList li:last-child span.label {
  margin-right: 0;
}

/* .tabInfo.newsCategory */
.tabInfo.newsCategory .category {
  margin-bottom: 10px;
}

.tabInfo.newsCategory .category li {
  width: 184.5px;
}

.tabInfo.newsCategory .category li a {
  padding: 12px 3px;
}

.summaryList {
  margin-bottom: 10px;
  padding: 8px;
  border: 1px solid #eeeeee;
}

.summaryList li {
  margin: 3px 0 2px;
  padding-left: 12px;
  background: url(/img_common/bg_summarylist_square.gif) no-repeat 0 5px;
  font-weight: bold;
  zoom: 1;
}

.summaryList li .date {
  display: inline-block;
  padding-left: 5px;
}

.newsCategory {
  margin-bottom: 10px;
}

/* newsList */
.categoryTopic {
  display: none;
}

#todayInfo {
  display: block;
}

.categoryTopic .newsList {
  margin-bottom: 10px;
}

.categoryTopic .newsList li {
  padding: 5px 0;
  width: 100%;
}

.categoryTopic .newsList li.first {
  background: none;
}

.categoryTopic .newsList li:after {
  clear: both;
  content: "";
  display: block;
}

.categoryTopic .newsList li.first {
  background: none;
}

.categoryTopic .newsList li .title {
  float: left;
  padding: 0 10px 0 42px;
  min-height: 20px;
}

.categoryTopic .newsList li .title.funabashi {
  background: url(/img_common/icn_track_funabashi.gif) no-repeat 0 0;
}

.categoryTopic .newsList li .title.hokkaido {
  background: url(/img_common/icn_track_hokkaido.gif) no-repeat 0 0;
}

.categoryTopic .newsList li .title.iwate {
  background: url(/img_common/icn_track_iwate.gif) no-repeat 0 0;
}

.categoryTopic .newsList li .title.kanazawa {
  background: url(/img_common/icn_track_kanazawa.gif) no-repeat 0 0;
}

.categoryTopic .newsList li .title.kasamatsu {
  background: url(/img_common/icn_track_kasamatsu.gif) no-repeat 0 0;
}

.categoryTopic .newsList li .title.kawasaki {
  background: url(/img_common/icn_track_kawasaki.gif) no-repeat 0 0;
}

.categoryTopic .newsList li .title.kouchi {
  background: url(/img_common/icn_track_kouchi.gif) no-repeat 0 0;
}

.categoryTopic .newsList li .title.nagoya {
  background: url(/img_common/icn_track_nagoya.gif) no-repeat 0 0;
}

.categoryTopic .newsList li .title.obihiro {
  background: url(/img_common/icn_track_obihiro.gif) no-repeat 0 0;
}

.categoryTopic .newsList li .title.saga {
  background: url(/img_common/icn_track_saga.gif) no-repeat 0 0;
}

.categoryTopic .newsList li .title.sonoda {
  background: url(/img_common/icn_track_sonoda.gif) no-repeat 0 0;
}

.categoryTopic .newsList li .title.tokyo {
  background: url(/img_common/icn_track_tokyo.gif) no-repeat 0 0;
}

.categoryTopic .newsList li .title.urawa {
  background: url(/img_common/icn_track_urawa.gif) no-repeat 0 0;
}

.categoryTopic .newsList li .title.nrt {
  background: url(/img_common/icn_news_nar.gif) no-repeat 0 0;
}

.categoryTopic .newsList li .title.attention {
  background: url(/img_common/icn_news_attention.gif) no-repeat 0 0;
}

.categoryTopic .newsList li .title.daily {
  background: url(/img_common/icn_news_daily.gif) no-repeat 0 0;
}

.categoryTopic .newsList li .textWrap {
  overflow: hidden;
  zoom: 1;
}

#blogReport .newsList li .textWrap {
  font-weight: bold;
}

#blogReport .newsList li .textWrap div.paragraph {
  font-weight: normal;
}

.categoryTopic p.notice {
  margin-bottom: 10px;
}

.categoryTopic div.moreLink a {
  padding: 10px;
}

#rmrInfo .iconList {
  font-size: 79%;
}

.categoryTopic .rmrTable {
  width: 100%;
  border-bottom: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
}
.categoryTopic .rmrTable thead th {
  background: #f6f6f6;
  font-weight: normal;
  padding: 0 2px;
  text-align: left;
}
.categoryTopic .rmrTable th, .categoryTopic .rmrTable td {
  border-top: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
}
.categoryTopic .rmrTable th.logoArea {
  width: 101px;
  padding: 10px 11px;
  background: #f2f0e2;
  vertical-align: top;
}
.categoryTopic .rmrTable th.logoArea a.logo {
  display: block;
  padding: 5px 2px;
  border: 1px solid #c3bda7;
  background: #ffffff;
  text-align: left;
  text-decoration: none;
}
.categoryTopic .rmrTable th.logoArea a.logo img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.categoryTopic .rmrTable th.logoArea a.logo span {
  display: inline-block;
  vertical-align: middle;
  font-size: 131%;
}
.categoryTopic .rmrTable th.logoArea span.logo {
  display: block;
  padding: 6px 3px;
  text-align: left;
}
.categoryTopic .rmrTable th.logoArea span.logo img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.categoryTopic .rmrTable th.logoArea span.logo span {
  display: inline-block;
  vertical-align: middle;
  font-size: 131%;
}
.categoryTopic .rmrTable td.infoArea {
  line-height: 1.2;
  width: 327px;
  padding: 5px 10px;
  border-left: none;
  background: url(/img/com/line_brown_vertical.gif) repeat-y 0 0;
}
.categoryTopic .rmrTable td.infoArea div.race {
  color: #464646;
  font-size: 79%;
}
.categoryTopic .rmrTable td.infoArea div.race .raceType {
  margin-right: 1em;
  font-size: 126%;
  font-weight: bold;
}
.categoryTopic .rmrTable td.infoArea div.race span {
  margin-right: 5px;
}
.categoryTopic .rmrTable td.infoArea div.race span:last-child {
  margin-right: 0;
}
.categoryTopic .rmrTable td.infoArea div.option {
  margin: 5px 0 -5px;
  font-size: 79%;
}
.categoryTopic .rmrTable td.infoArea div.money .head {
  margin-right: 1em;
  font-size: 79%;
}
.categoryTopic .rmrTable td.infoArea div.money .opt {
  display: inline-block;
  font-size: 79%;
}
.categoryTopic .rmrTable td.infoArea div.money .rebate {
  font-size: 131%;
  font-weight: bold;
}
.categoryTopic .rmrTable td.infoArea div.money .rebate.high {
  color: #bf0000;
}
.categoryTopic .rmrTable td.infoArea div.money .rebate .unit {
  font-size: 76%;
}
.categoryTopic .rmrTable td.infoArea div.time {
  font-size: 79%;
  padding-top: 5px;
  color: #464646;
}
.categoryTopic .rmrTable td.infoArea div.time .info {
  display: inline-block;
  margin-right: 1em;
  font-size: 126%;
}
.categoryTopic .rmrTable td.infoArea .carryOver {
  display: inline-block;
  padding: 2px 4px 1px;
  color: #ffffff;
  background: #ff0000;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  font-size: 79%;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.categoryTopic .rmrTable td.actionArea {
  width: 63px;
  padding: 10px 13px 10px 7px;
  border-left: none;
  vertical-align: top;
  text-align: right;
}
.categoryTopic .rmrTable td.actionArea .comment {
  margin: 2px 0;
  font-size: 79%;
}
.categoryTopic .rmrTable td.actionArea .comment .progress {
  color: #2ba900;
}
.categoryTopic .rmrTable td.actionArea .comment .multihit {
  color: #bf0000;
}
.categoryTopic .rmrTable td.actionArea .comment .attention {
  color: #ff0000;
}
.categoryTopic .rmrTable td.actionArea .disabled {
  padding: 0 3px;
  height: 28px;
  display: inline-block;
  color: #777777;
  background: #bababa;
  border: 1px solid #777777;
  font-size: 95%;
  line-height: 28px;
}
.categoryTopic .rmrTable td.message {
  padding: 5px;
}
.categoryTopic .rmrTable td.message .more {
  display: inline-block;
  margin: 0 10px;
}

.attentionRmr {
  margin-bottom: 10px;
}
.attentionRmr .rmrTable {
  border-bottom: 1px solid #ca5656;
  border-right: 1px solid #ca5656;
}
.attentionRmr .rmrTable thead th {
  color: #ffffff;
  background: #ca5656;
}
.attentionRmr .rmrTable th, .attentionRmr .rmrTable td {
  border-top: 1px solid #ca5656;
  border-left: 1px solid #ca5656;
}
.attentionRmr .rmrTable th.logoArea {
  background: #eeebd6;
}

.todayRmr {
  margin-bottom: 10px;
}

.disabledMsg {
  color: #464646;
  padding: 20px;
  border: 1px solid #e8e8e8;
  background: #fafafa;
  font-weight: bold;
  font-size: 131%;
  margin-bottom: 10px;
  text-align: center;
}

.dayList {
  margin-bottom: 10px;
  text-align: center;
}
.dayList li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-left: 10px;
}
.dayList a {
  display: block;
  padding: 10px;
}

.infoData {
  overflow: hidden;
  zoom: 1;
}
.infoData .data {
  float: left;
  color: #666666;
}
.infoData .moreLink {
  float: right;
}

.columTwo {
  width: 740px;
}

.columTwo:after {
  clear: both;
  content: "";
  display: block;
}

.columTwo .columFirst {
  float: left;
  width: 360px;
}

.columTwo .columSecond {
  float: right;
  width: 360px;
}

ul.blogList {
  position: relative;
  margin-right: -10px;
}

ul.blogList li {
  display: inline-block;
  width: 175px;
  margin: 0 10px 5px 0;
  vertical-align: top;
  zoom: 1;
}

ul.blogList li:after {
  clear: both;
  content: "";
  display: block;
}

* html ul.blogList li {
  display: inline;
}

*:first-child + html ul.blogList li {
  display: inline;
}

ul.blogList li .imgBox {
  float: left;
  width: 50px;
}

ul.blogList li .imgBox .image {
  margin-bottom: 5px;
}

ul.blogList li .imgBox .supple {
  margin-bottom: 5px;
}

ul.blogList li .textBox {
  line-height: 1.2;
  float: right;
  width: 115px;
}

ul.blogList li .blogName {
  margin-bottom: 5px;
  font-weight: bold;
}

ul.blogList li .title,
ul.blogList li .date,
ul.blogList li .text {
  color: #666666;
  word-wrap: break-word;
  word-break: break-all;
}

.areaRaceTrack li {
  padding: 5px 0;
  background: url(/img_common/line_dot_charcol.gif) repeat-x 0 0;
  width: 100%;
}

.areaRaceTrack li.first {
  background: none;
}

.areaRaceTrack li:after {
  clear: both;
  content: "";
  display: block;
}

.areaRaceTrack li div.area {
  float: left;
  width: 75px;
}

.areaRaceTrack li div.track {
  overflow: hidden;
  zoom: 1;
}

.areaRaceTrack li div.track span {
  display: inline-block;
  padding-left: 10px;
}

.relativeService {
  margin-right: -10px;
}

.relativeService li {
  display: inline-block;
  width: 177.5px;
  margin: 0 10px 20px 0;
  vertical-align: top;
}

.relativeService li:after {
  clear: both;
  content: "";
  display: block;
}

* html .relativeService li {
  display: inline;
}

*:first-child + html .relativeService li {
  display: inline;
}

.relativeService .image {
  float: left;
  padding-right: 10px;
}

.relativeService .text {
  display: block;
  overflow: hidden;
  zoom: 1;
}

/* rmr */
#mainContents {
  /* attractedRace */
}
#mainContents .rmrHeading {
  padding: 4px 10px 3px;
  -webkit-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0;
  background: #464646;
  color: #ffffff;
  font-size: 100%;
}
#mainContents .rmrWrap {
  margin: 0 0 10px;
  padding: 8px;
  border-right: 1px solid #2fbb00;
  border-left: 1px solid #2fbb00;
  border-bottom: 1px solid #2fbb00;
  background: #ceedc4;
  -webkit-border-radius: 0 0 3px 3px;
          border-radius: 0 0 3px 3px;
}
#mainContents .attractedRace {
  margin: 0 0 20px;
}
#mainContents .attractedRace h3 {
  padding: 4px 6px;
  background: #ca5656;
  color: #ffffff;
  font-size: 93.75%;
}
#mainContents .attractedRace .raceBlock {
  border-left: 1px solid #ca5656;
  border-right: 1px solid #ca5656;
  border-bottom: 1px solid #ca5656;
  background: #ffffff;
}
#mainContents .attractedRace .raceBlock .raceName {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 200px;
  padding: 15px 0;
  border-right: 1px dotted #beac66;
  background: #e6e2c9;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f0e1), to(#e6e2c9));
  background: -webkit-linear-gradient(top, #f2f0e1, #e6e2c9);
  background: linear-gradient(to bottom, #f2f0e1, #e6e2c9);
  text-align: center;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f0e1', endColorstr='#e6e2c9');
  vertical-align: bottom;
}
#mainContents .attractedRace .raceBlock .raceName .name {
  margin: 0 0 5px;
  font-size: 112.5%;
  font-weight: bold;
}
#mainContents .attractedRace .raceBlock .raceName .name img {
  margin: 0 0 0 5px;
  vertical-align: bottom;
}
#mainContents .attractedRace .raceBlock .raceName .ticket {
  font-size: 92%;
  line-height: 1;
}
#mainContents .attractedRace .raceBlock .raceName .ticket span {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0 0 0 5px;
  padding: 3px 4px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background: #ca5656;
  color: #ffffff;
  font-size: 78%;
  font-weight: normal;
  letter-spacing: 0.1em;
  white-space: nowrap;
  line-height: 1;
  vertical-align: bottom;
}
#mainContents .attractedRace .raceBlock .raceRelevant {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: bottom;
}
#mainContents .attractedRace .raceBlock .raceRelevant .raceMain {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 330px;
  padding: 12px 0;
  text-align: center;
}
#mainContents .attractedRace .raceBlock .raceRelevant .raceMain p {
  color: #464646;
}
#mainContents .attractedRace .raceBlock .raceRelevant .raceMain .amount {
  color: #bf0000;
  font-size: 137%;
  font-weight: bold;
}
#mainContents .attractedRace .raceBlock .raceRelevant .raceMain.resultMain {
  width: 172px;
}
#mainContents .attractedRace .raceBlock .raceRelevant .raceSub {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 172px;
  padding: 0 0 5px;
  font-size: 100%;
  text-align: center;
}
#mainContents .attractedRace .raceBlock .raceRelevant .raceSub span {
  font-weight: bold;
  color: #464646;
  line-height: 1.2;
}
#mainContents .attractedRace .raceBlock .raceRelevant .raceSub span.msg {
  color: #bf0000;
}
#mainContents .attractedRace .raceBlock .raceRelevant .raceSub .btnArea {
  padding: 0 5px 0 0;
}
#mainContents .attractedRace .raceBlock .raceRelevant .raceSub .btnArea a {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 120px;
  margin: 0 0 3px;
  padding: 8px 0;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border: 1px solid #ca5656;
  -webkit-box-shadow: 0 0 0 1px #ff8686 inset;
          box-shadow: 0 0 0 1px #ff8686 inset;
  background: #ff0000;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#bf0000));
  background: -webkit-linear-gradient(top, #ff0000 0%, #bf0000 100%);
  background: linear-gradient(to bottom, #ff0000 0%, #bf0000 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#b0000f',GradientType=0 );
  /* IE6-9 */
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
}
#mainContents .attractedRace .raceBlock .raceRelevant .raceSub .btnArea a:hover {
  border-color: #134b00;
  color: #134b00;
  -webkit-box-shadow: 0 0 0 1px #ffffff inset;
          box-shadow: 0 0 0 1px #ffffff inset;
  background: #e3ffe4;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, from(#e3ffe4), to(#b4f69f));
  background: -webkit-linear-gradient(top, #e3ffe4 0%, #b4f69f 100%);
  background: linear-gradient(to bottom, #e3ffe4 0%, #b4f69f 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3ffe4', endColorstr='#b4f69f',GradientType=0 );
  /* IE6-9 */
}
#mainContents .attractedRace .raceBlock .raceRelevant .raceSub .btnArea span.disable {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 120px;
  margin: 0 0 3px;
  padding: 8px 0;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: #6d6d6d;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
}

.topDateSelect {
  width: 720px;
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
  border-bottom: 2px solid #2ba900;
}
.topDateSelect li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
}
.topDateSelect li a, .topDateSelect li span {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 210px;
  padding: 5px 15px;
  text-align: center;
  text-decoration: none;
  background: #f1f1f1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, #fefefe, #f1f1f1);
  background-image: linear-gradient(to bottom, #fefefe, #f1f1f1);
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#fefefe', endColorstr='#f1f1f1');
}
.topDateSelect li a.current, .topDateSelect li span.current {
  background: #2ba900;
  color: #ffffff;
  border: none;
  -webkit-filter: none;
          filter: none;
}
.topDateSelect li a.none, .topDateSelect li span.none {
  background: #d8d8d8;
  color: #8d8d8d;
}

.rmrBlock .raceBlock {
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #cbc8b2;
  background: #ffffff;
}
.rmrBlock .raceBlock .raceName {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 200px;
  padding: 27px 0;
  border-right: 1px dotted #beac66;
  background: #e6e2c9;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f0e1), to(#e6e2c9));
  background: -webkit-linear-gradient(top, #f2f0e1, #e6e2c9);
  background: linear-gradient(to bottom, #f2f0e1, #e6e2c9);
  text-align: center;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f0e1', endColorstr='#e6e2c9');
  vertical-align: middle;
}
.rmrBlock .raceBlock .raceName .name {
  font-size: 112.5%;
  font-weight: bold;
}
.rmrBlock .raceBlock .raceName .name img {
  margin: 0 0 0 5px;
  vertical-align: bottom;
}
.rmrBlock .raceBlock .raceName .ticket {
  margin: 10px 0 0;
  font-size: 92%;
  font-weight: bold;
  line-height: 1;
}
.rmrBlock .raceBlock .raceName .ticket span {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0 0 0 5px;
  padding: 3px 4px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background: #ca5656;
  color: #ffffff;
  font-size: 78%;
  font-weight: normal;
  letter-spacing: 0.1em;
  white-space: nowrap;
  line-height: 1;
  vertical-align: bottom;
}
.rmrBlock .raceBlock .raceName .rebate {
  margin: 15px 0 0;
}
.rmrBlock .raceBlock .raceName .rebate span {
  display: block;
  color: #464646;
}
.rmrBlock .raceBlock .raceName .rebate span.amount {
  font-size: 123%;
  font-weight: bold;
}
.rmrBlock .raceBlock .raceName .rebate span.amount.red {
  color: #bf0000;
}
.rmrBlock .raceBlock .raceRelevant {
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 5px;
  font-size: 91%;
}
.rmrBlock .raceBlock .raceRelevant .raceMain {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 345px;
  vertical-align: middle;
}
.rmrBlock .raceBlock .raceRelevant .raceMain .tit span {
  color: #bf0000;
  font-size: 128%;
  font-weight: bold;
}
.rmrBlock .raceBlock .raceRelevant .raceMain .progress {
  text-align: center;
  font-size: 134%;
  font-weight: bold;
}
.rmrBlock .raceBlock .raceRelevant .raceMain .progress p {
  margin: 0 0 5px;
  color: #464646;
  font-size: 80%;
  font-weight: normal;
}
.rmrBlock .raceBlock .raceRelevant .raceMain .amount {
  text-align: center;
  color: #000000;
  font-size: 134%;
  font-weight: bold;
}
.rmrBlock .raceBlock .raceRelevant .raceMain .amount.red {
  color: #bf0000;
}
.rmrBlock .raceBlock .raceRelevant .raceMain .amount p {
  margin: 0 0 5px;
  color: #464646;
  font-size: 80%;
  font-weight: normal;
}
.rmrBlock .raceBlock .raceRelevant .raceMain .topRmr {
  width: 100%;
  border-top: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
.rmrBlock .raceBlock .raceRelevant .raceMain .topRmr th, .rmrBlock .raceBlock .raceRelevant .raceMain .topRmr td {
  padding: 3px;
  border-right: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  line-height: 1;
}
.rmrBlock .raceBlock .raceRelevant .raceMain .topRmr th {
  background: #e8e8e8;
  color: #000000;
  font-weight: normal;
  white-space: nowrap;
}
.rmrBlock .raceBlock .raceRelevant .raceMain .topRmr th.head {
  width: 31px;
}
.rmrBlock .raceBlock .raceRelevant .raceMain .topRmr td {
  vertical-align: top;
  text-align: center;
}
.rmrBlock .raceBlock .raceRelevant .raceMain .topRmr td .waku {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 15px;
  margin: 0 2px;
  padding: 2px 1px;
  border: 1px solid #b0b0b0;
  text-align: center;
}
.rmrBlock .raceBlock .raceRelevant .raceMain .topRmr td .waku.one {
  background: #ffffff;
}
.rmrBlock .raceBlock .raceRelevant .raceMain .topRmr td .waku.two {
  background: #999999;
}
.rmrBlock .raceBlock .raceRelevant .raceMain .topRmr td .waku.three {
  background: #ff6666;
}
.rmrBlock .raceBlock .raceRelevant .raceMain .topRmr td .waku.four {
  background: #2b91e1;
}
.rmrBlock .raceBlock .raceRelevant .raceMain .topRmr td .waku.five {
  background: #ffffcc;
}
.rmrBlock .raceBlock .raceRelevant .raceMain .topRmr td .waku.six {
  background: #ccff99;
}
.rmrBlock .raceBlock .raceRelevant .raceMain .topRmr td .waku.seven {
  background: #ffcc66;
}
.rmrBlock .raceBlock .raceRelevant .raceMain .topRmr td .waku.eight {
  background: #ffccff;
}
.rmrBlock .raceBlock .raceRelevant .raceMain .topRmr td .moreInfo {
  padding: 3px 0 0;
  text-align: center;
}
.rmrBlock .raceBlock .raceRelevant .raceMain .topRmr td .moreInfo a {
  font-size: 91%;
  text-decoration: none;
}
.rmrBlock .raceBlock .raceRelevant .raceMain .topRmr thead th {
  background: #999999;
  color: #ffffff;
}
.rmrBlock .raceBlock .raceRelevant .raceMain .topRmr .bet td {
  text-align: right;
  vertical-align: middle;
}
.rmrBlock .raceBlock .raceRelevant .raceMain .topRmr .archive td {
  text-align: center;
}
.rmrBlock .raceBlock .raceRelevant .resultMain {
  width: 200px;
}
.rmrBlock .raceBlock .raceRelevant .resultMain .rebate {
  text-align: center;
  color: #000000;
  font-size: 134%;
  font-weight: bold;
}
.rmrBlock .raceBlock .raceRelevant .resultMain .rebate.red {
  color: #bf0000;
}
.rmrBlock .raceBlock .raceRelevant .resultMain .rebate p {
  margin: 0 0 5px;
  color: #464646;
  font-size: 80%;
  font-weight: normal;
}
.rmrBlock .raceBlock .raceRelevant .raceSub {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 150px;
  font-size: 108%;
  text-align: center;
  line-height: 124px;
  vertical-align: middle;
}
.rmrBlock .raceBlock .raceRelevant .raceSub .btnArea a {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 120px;
  margin: 0 0 3px;
  padding: 8px 0;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
}
.rmrBlock .raceBlock .raceRelevant .raceSub .btnArea a.vote {
  border: 1px solid #ca5656;
  -webkit-box-shadow: 0 0 0 1px #ff8686 inset;
          box-shadow: 0 0 0 1px #ff8686 inset;
  background: #ff0000;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#bf0000));
  background: -webkit-linear-gradient(top, #ff0000 0%, #bf0000 100%);
  background: linear-gradient(to bottom, #ff0000 0%, #bf0000 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#b0000f',GradientType=0 );
  /* IE6-9 */
  color: #ffffff;
}
.rmrBlock .raceBlock .raceRelevant .raceSub .btnArea a.result {
  border: 1px solid #999999;
  -webkit-box-shadow: 0 0 0 1px #fefefe inset;
          box-shadow: 0 0 0 1px #fefefe inset;
  background: #d4d4d4;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#d1d1d1));
  background: -webkit-linear-gradient(top, #fdfdfd 0%, #d1d1d1 100%);
  background: linear-gradient(to bottom, #fdfdfd 0%, #d1d1d1 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#d1d1d1',GradientType=0 );
  /* IE6-9 */
  color: #000000;
}
.rmrBlock .raceBlock .raceRelevant .raceSub .btnArea a:hover {
  border-color: #134b00;
  color: #134b00;
  -webkit-box-shadow: 0 0 0 1px #ffffff inset;
          box-shadow: 0 0 0 1px #ffffff inset;
  background: #e3ffe4;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, from(#e3ffe4), to(#b4f69f));
  background: -webkit-linear-gradient(top, #e3ffe4 0%, #b4f69f 100%);
  background: linear-gradient(to bottom, #e3ffe4 0%, #b4f69f 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3ffe4', endColorstr='#b4f69f',GradientType=0 );
  /* IE6-9 */
}
.rmrBlock .raceBlock .raceRelevant .raceSub .btnArea span.disable {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 120px;
  margin: 0 0 3px;
  padding: 8px 0;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: #6d6d6d;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
}
.rmrBlock .raceBlock .raceRelevant .raceSub .time {
  margin: 3px 0 0;
  font-weight: bold;
  line-height: 1;
}
.rmrBlock .raceBlock .raceRelevant .resultSub {
  width: 300px;
  line-height: 1;
}
.rmrBlock .raceBlock .raceRelevant .resultSub .amount {
  text-align: center;
  color: #bf0000;
  font-size: 134%;
  font-weight: bold;
}
.rmrBlock .raceBlock .raceRelevant .resultSub .amount.red {
  color: #bf0000;
}
.rmrBlock .raceBlock .raceRelevant .resultSub .amount p {
  margin: 0 0 5px;
  color: #464646;
  font-size: 80%;
  font-weight: normal;
}

#mainContents .multiNote {
  margin: 0 0 20px;
}
#mainContents .multiNote p {
  color: #666666;
  line-height: 1.4;
}
#mainContents .multiNote .sortIcn {
  margin: 0 5px 0 0;
}

#mainContents.rmrTop .rmrWrap {
  border-top: 1px solid #2FBB00;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

#gachaHeaderBanner .gachaBanner {
  margin-top: 10px;
  text-align: center;
}
#gachaHeaderBanner .gachaBanner a {
  display: inline-block;
}

#subContents .rmrNavBlock {
  margin: 0 0 10px;
  border: 1px solid #2fbb00;
  background: #ceedc4;
}

#subContents .rmrNavBlock .moneyNum {
  font-size: 126%;
}

#subContents .rmrNavBlock h2 {
  padding: 3px;
  background: #464646;
  color: #ffffff;
  font-size: 100%;
  text-align: center;
}

#subContents .rmrNavBlock .multiInner {
  margin: 5px;
  border: 1px solid #96c586;
  background: #ffffff;
  font-size: 91.4%;
}

#subContents .rmrNavBlock .raceName {
  padding: 6px 10px;
  background: #f2f0e2;
  font-weight: bold;
}

#subContents .rmrNavBlock .raceName .course {
  display: inline-block;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 60px;
  text-align: left;
}

#subContents .rmrNavBlock .raceName .ticket {
  display: inline-block;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 95px;
  text-align: right;
}

#subContents .rmrNavBlock .multiHit {
  padding: 5px 2px 1px;
  border-bottom: 1px solid #cbc8b2;
  color: #bf0000;
  font-size: 91%;
  text-align: center;
}

#subContents .rmrNavBlock .multiHit span {
  display: inline-block;
  padding: 0 2px;
}

#subContents .rmrNavBlock .amount {
  line-height: 1;
  padding: 0 2px 3px;
  border-bottom: 1px solid #cbc8b2;
  font-weight: bold;
  text-align: center;
}

#subContents .rmrNavBlock .high {
  color: #bf0000;
}

#subContents .rmrNavBlock .amount span.tit {
  display: block;
  color: #464646;
  font-weight: normal;
  line-height: 1.3;
}

#subContents .rmrNavBlock .amount span.moneyNum {
  color: #000000;
  font-weight: bold;
  text-align: center;
}

#subContents .rmrNavBlock .high span.moneyNum {
  color: #bf0000;
}

#subContents .rmrNavBlock .amount .unit {
  font-size: 79%;
}

#subContents .rmrNavBlock .amount .option,
#subContents .rmrNavBlock .amount .hits {
  font-size: 79%;
  font-weight: normal;
}

#subContents .rmrNavBlock .amount .hits {
  padding-top: 4px;
}

#subContents .rmrNavBlock .rebate {
  padding: 5px 2px 3px;
  border-bottom: 1px solid #cbc8b2;
  color: #000000;
}

#subContents .rmrNavBlock .rebate span {
  text-align: center;
}

#subContents .rmrNavBlock .rebate .tit {
  display: block;
  font-size: 91%;
  line-height: 1;
  text-align: center;
}

#subContents .rmrNavBlock .rebate ul {
  display: inline-block;
  overflow: hidden;
}
#subContents .rmrNavBlock .rebate ul li {
  float: left;
  white-space: no-wrap;
}

#subContents .rmrNavBlock .rebate .amount {
  display: block;
  border-bottom: none;
}

#subContents .rmrNavBlock .rebate .hit {
  display: block;
  color: #bf0000;
}

#subContents .rmrNavBlock .vote {
  padding: 6px 2px 4px;
  text-align: center;
}

#subContents .rmrNavBlock .vote a {
  text-decoration: none;
}

#subContents .rmrNavBlock .vote .todaysTable {
  width: 95%;
  border-top: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto 2px;
}

#subContents .rmrNavBlock .vote .todaysTable th,
#subContents .rmrNavBlock .vote .todaysTable td {
  padding: 3px;
  border-right: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  line-height: 1;
}

#subContents .rmrNavBlock .vote .todaysTable th {
  width: 31px;
  background: #999999;
  color: #ffffff;
  font-weight: normal;
}

#subContents .rmrNavBlock .vote .todaysTable td {
  padding-bottom: 0;
}

#subContents .rmrNavBlock .vote .todaysTable td div {
  padding-bottom: 3px;
}

#subContents .rmrNavBlock .vote .todaysTable td .waku {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 14px;
  margin: 0 2px;
  padding: 1px 1px;
  border: 1px solid #b0b0b0;
  text-align: center;
}

#subContents .rmrNavBlock .vote .todaysTable td .waku.one {
  background: #ffffff;
}

#subContents .rmrNavBlock .vote .todaysTable td .waku.two {
  color: #ffffff;
  background: #999999;
}

#subContents .rmrNavBlock .vote .todaysTable td .waku.three {
  color: #ffffff;
  background: #ff6666;
}

#subContents .rmrNavBlock .vote .todaysTable td .waku.four {
  color: #ffffff;
  background: #2b91e1;
}

#subContents .rmrNavBlock .vote .todaysTable td .waku.five {
  background: #ffffcc;
}

#subContents .rmrNavBlock .vote .todaysTable td .waku.six {
  background: #ccff99;
}

#subContents .rmrNavBlock .vote .todaysTable td .waku.seven {
  background: #ffcc66;
}

#subContents .rmrNavBlock .vote .todaysTable td .waku.eight {
  background: #ffccff;
}

#subContents .rmrNavBlock .vote .todaysTable td .moreInfo {
  margin: 2px 0;
}

#subContents .rmrNavBlock .vote .todaysTable td .break {
  color: #bf0000;
}

#subContents .rmrNavBlock .moreInfo {
  position: relative;
  width: 100%;
}

#subContents .rmrNavBlock .detailListArea {
  display: none;
  position: absolute;
  width: 123px;
  top: 10px;
  left: 0;
  z-index: 2;
}

#subContents .rmrNavBlock .detailListArea .balloon {
  background: url(/img_common/bg_balloon.gif) no-repeat;
  position: absolute;
  top: 6px;
  left: 50%;
  width: 14px;
  height: 8px;
  margin-left: -7px;
  z-index: 1;
}

#subContents .rmrNavBlock .detailList {
  position: relative;
  background: #f5f5f5;
  margin-top: 13px;
  border: 1px solid #aaaaaa;
}

#subContents .rmrNavBlock .detailTitle {
  padding: 5px 8px;
  border-bottom: 1px dotted #cccccc;
  overflow: hidden;
  zoom: 1;
}

#subContents .rmrNavBlock .detailDetail {
  padding: 5px 8px 1px;
  background: #ffffff;
}

#subContents .rmrNavBlock .detailDetail .block {
  margin-bottom: 5px;
}

#subContents .rmrNavBlock .vote .info {
  padding: 4px 0 2px;
}

#subContents .rmrNavBlock .btnArea a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 120px;
  margin: 0 0 3px;
  padding: 8px 0;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
  border: 1px solid #ca5656;
  -webkit-box-shadow: 0 0 0 1px #ff8686 inset;
          box-shadow: 0 0 0 1px #ff8686 inset;
  background: #ff0000;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#bf0000));
  background: -webkit-linear-gradient(top, #ff0000 0%, #bf0000 100%);
  background: linear-gradient(to bottom, #ff0000 0%, #bf0000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#b0000f',GradientType=0 );
  color: #ffffff;
  font-size: 131%;
}

#subContents .rmrNavBlock .btnArea a:hover {
  border-color: #134b00;
  color: #134b00;
  -webkit-box-shadow: 0 0 0 1px #ffffff inset;
          box-shadow: 0 0 0 1px #ffffff inset;
  background: #e3ffe4;
  background: -webkit-gradient(linear, left top, left bottom, from(#e3ffe4), to(#b4f69f));
  background: -webkit-linear-gradient(top, #e3ffe4 0%, #b4f69f 100%);
  background: linear-gradient(to bottom, #e3ffe4 0%, #b4f69f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3ffe4', endColorstr='#b4f69f',GradientType=0 );
}

#subContents .rmrNavBlock .btnArea span {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  width: 120px;
  margin: 0 0 3px;
  padding: 8px 0;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #777777;
  background: #bababa;
  border: 1px solid #777777;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#subContents .rmrNavBlock .restVote {
  padding: 2px 6px;
  border-bottom: 1px solid #cbc8b2;
  overflow: hidden;
  zoom: 1;
}

#subContents .rmrNavBlock .restVote .head {
  float: left;
}

#subContents .rmrNavBlock .restVote .number {
  float: right;
}

#subContents .rmrNavBlock .time {
  font-weight: bold;
  padding: 2px 6px;
  font-size: 131%;
}

/* voteLite . */
#subContents .voteLite {
  margin-bottom: 10px;
}
#subContents .voteLite a {
  display: block;
  height: 40px;
  overflow: hidden;
}
#subContents .voteLite a:hover {
  border: none;
}
#subContents .voteLite a:hover img {
  margin-top: -50px;
}

/* -------------------------------------
	todayInfo
------------------------------------- */
#todayInfo .tabWrap {
  margin-top: -5px;
  padding: 3px 0;
  color: #333333;
  background-color: #edfbe8;
}

#todayInfo .tabWrap ul.tabLink li {
  display: inline-block;
  padding: 5px 10px;
  border-left: 1px solid #b2d3a5;
}

* html #todayInfo .tabWrap ul.tabLink li {
  display: inline;
}

*:first-child + html #todayInfo .tabWrap ul.tabLink li {
  display: inline;
}

#todayInfo .tabWrap ul.tabLink li.first {
  border: none;
}

#todayInfo .tabWrap ul.tabLink li a {
  cursor: pointer;
  text-decoration: none;
}

#todayInfo .tabWrap ul.tabLink li a.active {
  color: #464646;
  font-weight: bold;
  cursor: default;
}

/* -------------------------------------
	timeLine
------------------------------------- */
#timeLineBox {
  position: relative;
  display: none;
}

#timeLineBox .updateArea {
  position: absolute;
  top: -31px;
  right: 0;
  white-space: nowrap;
}

#timeLineBox #updateTime,
#timeLineBox #updateSelect,
#timeLineBox #btUpdate {
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
}

* html #timeLineBox #updateTime,
* html #timeLineBox #updateSelect,
* html #timeLineBox #btUpdate {
  display: inline;
}

*:first-child + html #timeLineBox #updateTime,
*:first-child + html #timeLineBox #updateSelect,
*:first-child + html #timeLineBox #btUpdate {
  display: inline;
}

#timeLineBox #btUpdate a {
  display: block;
  width: 27px;
  height: 27px;
  overflow: hidden;
  background: url(/img_common/timeline/bt_update.gif) no-repeat left top;
  text-indent: 100%;
  white-space: nowrap;
  text-align: left;
  cursor: pointer;
}

#timeLineBox #btUpdate a:hover {
  background-position: left bottom;
}

#timeLineBox #btUpdate.off a {
  background: url(/img_common/timeline/bt_update_off.gif) no-repeat left top;
  cursor: default;
}

#timeLineBox .updateArea .manualUpdate {
  padding-left: 7px;
  border-left: 1px solid #666666;
}

#timeLineBox .updateArea li span {
  font-weight: bold;
}

#timeLine {
  line-height: 1.1;
  width: 100%;
  overflow: hidden;
}

#timeLine .loading {
  margin: 50px 0 90px;
  text-align: center;
}

#timeLine .loading p {
  margin-top: 20px;
  color: #666666;
}

#timeLine .trackList {
  width: 121px;
  overflow: hidden;
}

#timeLine .trackList {
  float: left;
}

#timeLine .trackList div {
  height: 28px;
  background: url(/img_common/timeline/image_timeline_track.gif);
  overflow: hidden;
  position: relative;
}

#timeLine .trackList div.down {
  background-position: 0 -28px;
}

#timeLine .trackList div a {
  display: block;
  width: 53px;
  height: 22px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
}

#timeLine .trackList div.up a {
  margin-top: 2px;
}

#timeLine .trackList div.down a {
  margin-top: 4px;
}

#timeLine .trackList div a.btLeft {
  left: 5px;
}

#timeLine .trackList div a.btRight {
  left: 62px;
}

#timeLine .trackList div img {
  margin-left: 0px;
}

#timeLine div div a.btRight img {
  margin-left: -53px;
}

#timeLine div div a.btLeft:hover img,
#timeLine div div a.btRight:hover img {
  margin-top: -44px;
}

#timeLine div div a.btLeft:hover,
#timeLine div div a.btRight:hover {
  border: none;
}

#timeLine div div a.noactive img,
#timeLine div div a.noactive img,
#timeLine div div a.noactive:hover img,
#timeLine div div a.noactive:hover img {
  margin-top: -22px;
  cursor: default;
}

#timeLine .trackList ul {
  width: 100%;
  overflow: hidden;
}

#timeLine .trackList li {
  position: relative;
  float: left;
  width: 121px;
  height: 50px;
  overflow: hidden;
  background: url(/img_common/timeline/image_timeline_track.gif) left bottom;
}

#timeLine .trackList li span {
  position: absolute;
  top: 13px;
  left: 11px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}

#timeLine .trackList li a:hover {
  border: none;
}

#timeLine .trackList li p {
  position: absolute;
  bottom: 4px;
  left: 11px;
  color: #ffd52e;
  background: none;
  font-size: 11px;
}

#timeLine .trackList li a.movie {
  display: block;
  background: url(/img_common/timeline/button_timeline_movie.gif) 0 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 13px;
  right: 15px;
  width: 26px;
  height: 26px;
}

#timeLine .trackList li a.movie:hover {
  background-position: 0 -26px;
}

#timeLine .trackList li p.break {
  color: #ff3333;
  /* overwrite */
}

#timeLine .centerArea {
  float: left;
  width: 433px;
  border-right: 1px solid #333333;
  overflow: hidden;
}

#timeLine .timeLineArea {
  width: 9999px;
  margin-left: -30px;
}

#timeLine .centerArea .time {
  height: 28px;
  padding: 0 270px;
  overflow: hidden;
  background: url(/img_common/timeline/bg_timeline_time.gif);
}

#timeLine .centerArea .down {
  background-position: 0 -28px;
}

#timeLine .centerArea .up ul {
  background: url(/img_common/timeline/bg_timeline_down.gif) no-repeat;
}

#timeLine .centerArea .down ul {
  background: url(/img_common/timeline/bg_timeline_up.gif) no-repeat;
}

#timeLine .centerArea .up ul {
  height: 24px;
  padding-top: 4px;
}

#timeLine .centerArea .down ul {
  height: 19px;
  padding-top: 9px;
}

#timeLine .centerArea .time li {
  float: left;
  width: 180px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
}

#timeLine .centerArea .middle {
  width: 100%;
  overflow: hidden;
  background: url(/img_common/timeline/bg_timeline.gif);
}

#timeLine .centerArea .list {
  width: 100%;
  overflow: hidden;
  background: url(/img_common/timeline/bg_timeline_line.gif) repeat-y;
}

#timeLine .centerArea .track {
  float: left;
  width: 100%;
  height: 50px;
  overflow: hidden;
}

#timeLine .centerArea .track ul {
  float: left;
  height: 33px;
  margin-top: 8px;
  border-top: 1px solid #333333;
  border-left: 1px solid #000000;
  overflow: hidden;
}

#timeLine .centerArea .track li {
  float: left;
  width: 100px;
  height: 32px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  overflow: hidden;
}

#timeLine .centerArea .fix {
  background: #dddddd url(/img_common/timeline/bg_grad_gray.gif) repeat-x;
}

#timeLine .centerArea .finish {
  background: #999999 url(/img_common/timeline/bg_grad_darkgray.gif) repeat-x;
}

#timeLine .centerArea .before {
  background: #3095d5 url(/img_common/timeline/bg_grad_blue.gif) repeat-x;
}

#timeLine .centerArea .betting {
  background: #07bd07 url(/img_common/timeline/bg_grad_green.gif) repeat-x;
}

#timeLine .centerArea .break,
#timeLine .centerArea .unsale {
  background: #dddddd url(/img_common/timeline/bg_grad_gray.gif) repeat-x;
}

#timeLine .centerArea .track a {
  display: block;
  height: 31px;
  text-decoration: none;
  cursor: pointer;
}

#timeLine .centerArea .fix a {
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

#timeLine .centerArea .finish a {
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

#timeLine .centerArea .before a {
  border-top: 1px solid #b3dcff;
  border-right: 1px solid #b3dcff;
}

#timeLine .centerArea .betting a {
  border-top: 1px solid #9aff99;
  border-right: 1px solid #99ff99;
}

#timeLine .centerArea .perk {
  float: right;
  width: 35px;
  padding-top: 4px;
  font-size: 11px;
  text-align: center;
  overflow: hidden;
}

#timeLine .centerArea .fix .perk {
  color: #585858;
}

#timeLine .centerArea .before .perk {
  color: #ffffff;
}

#timeLine .centerArea .finish .perk,
#timeLine .centerArea .betting .perk {
  color: #ffffff;
}

#timeLine .centerArea .perk span {
  display: block;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

#timeLine .centerArea .break .perk,
#timeLine .centerArea .unsale .perk {
  width: 30px;
  color: #4a4a4a;
  font-size: 11px;
  text-align: center;
}

#timeLine .centerArea .number {
  float: right;
  width: 35px;
}

#timeLine .centerArea .race {
  display: block;
  margin: -1px -1px 2px 0;
  padding: 1px 0 2px;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

#timeLine .centerArea .fix .race,
#timeLine .centerArea .finish .race {
  background: #4a4a4a;
}

#timeLine .centerArea .before .race {
  background: #0053a8;
}

#timeLine .centerArea .betting .race {
  background: #0f3d00;
}

#timeLine .centerArea .break .race,
#timeLine .centerArea .unsale .race {
  background: #3d3d3d;
}

#timeLine .centerArea .start {
  display: block;
  font-size: 11px;
  text-align: center;
}

#timeLine .centerArea .finish .start,
#timeLine .centerArea .finish .unsale {
  color: #ffffff;
}

#timeLine .centerArea .fix .start {
  color: #3d3d3d;
}

#timeLine .centerArea .before .start,
#timeLine .centerArea .betting .start {
  color: #ffffff;
}

#timeLine .centerArea .break .start {
  display: none;
}

/* timeLineNote */
#timeLineNote {
  width: 100%;
  overflow: hidden;
  margin: 15px 0 15px;
}

#timeLineNote .note {
  float: left;
  width: 60%;
  line-height: 1.3;
  color: #999999;
  font-size: 12px;
}

#timeLineNote .note {
  padding-left: 1em;
  text-indent: -1em;
}

#timeLineNote .state {
  float: right;
  border-top: 1px solid #4f4f4f;
  border-left: 1px solid #4f4f4f;
}

#timeLineNote .state li {
  float: left;
  padding: 0 5px;
  height: 26px;
  border-bottom: 1px solid #4f4f4f;
  border-right: 1px solid #4f4f4f;
  overflow: hidden;
}

#timeLineNote .state li span {
  display: inline-block;
  height: 20px;
  padding-top: 5px;
  color: #ffffff;
  font-size: 11px;
  text-align: center;
}

#timeLineNote .state .fix {
  background: #ededed;
}

#timeLineNote .state .finish {
  background: #646464;
}

#timeLineNote .state .before {
  background: #45a8e5;
}

#timeLineNote .state .betting {
  background: #4db728;
}

#timeLineNote .state .fix span {
  color: #555555;
}

#timeLine .leadNoData {
  padding: 20px;
  color: #bf0000;
}

/* introBanner */
#introBanner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70px;
}
#introBanner a {
  position: absolute;
  left: 50%;
  margin-top: 5px;
  margin-left: -277px;
  z-index: 2;
}
#introBanner .bg {
  background: #000000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  width: 100%;
  height: 70px;
}
