@charset "Shift_JIS";

body {
  position: relative;    /* フッター部の配置用に定義 */
  min-height: 100%;      /* 縦の表示領域を100% */
  height: auto;
  padding-bottom: 94px;  /* フッターの高さの分余白を取る */
  box-sizing: border-box;
  background-image: url("../img/bg.gif");
}

div#wrapper_body {
  width: 940px;
  margin: 0 auto;
  padding-bottom: 2px;
  border: 0;
  background: #fff;
  text-align: center;
  overflow:auto;
  font-family: "ＭＳ Ｐゴシック", "Osaka";
}

/*** パンくずリスト ***/

.rcrumbs2 {
  font-size: 1.21rem;
  line-height: 1.8rem;
  white-space: nowrap;
}
.rcrumbs2 ul {
  padding: 0;
  list-style: none;
}
.rcrumbs2 ul > li {
  display: none;
  vertical-align: middle;
}
.rcrumbs2 ul > li.show {
  display: inline-block;
}
.rcrumbs2 ul > li.ellipsis {
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
.rcrumbs2 a {
  color: #06a;
  text-decoration: none;
}
.rcrumbs2 a:hover {
  color: #376916;
}
.rcrumbs2 .divider {
  color: #ccc;
  padding: 0 5px;
}

.menuItem a {
  font-size: 1.21rem;
}

.current {
  font-size: 1.21rem;
  font-weight: bold;
}

span.gt {
  font-size: 1.2rem;
}

/*** パンくずリスト ここまで***/

/*** 画面タイトル画像 ***/
img.titleImage {
  width: 940px;
  height: 50px;
}

div.titleDiv {
  width: 100%;
  height: 50px;
  padding-top: 12px;
  padding-left: 13px;
  border: 3px double #ccc;
  box-sizing: border-box;
  background: url("../img/keiba/bg_btn_kaisai-day_n.gif") repeat-x;
}

div.titleTextDiv1 {
  text-align : left;
}

h2.titleTextDiv1Font {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

div.titleTextDiv2 {
  font-size: 0.8rem;
  font-weight: normal;
  letter-spacing: 0.25em;
  text-align : left;
}

/*** 見出し画面タイトル ***/
h2.headingTitleImage {
  display: inline;
}

/*** 修飾線 ***/
div.modificationLine{
  width: 893px;
  height: 4px;
  margin: 0 auto;
  background-color: #afafaf;
}

/*** 開催選択 ***/
.kaisaiSelect{
  width: 893px;
  margin: 0 auto;
  margin-bottom: 10px;
  padding: 6px 0;
  border-collapse: collapse;
  background-image: url("../img/keiba/bg_kaisai-td.gif");
}

/* 開催選択ボタン内部表 */
.kaisaiSelect table {
  margin: 0 auto;
  border-collapse: collapse;
}

/* 開催選択ボタン通常 */
.kaisaiSelect table td.kaisaiBtn {
  width:282px;
  padding: 0;
  border-collapse: collapse;
  font-size: 1.45rem;
  line-height: 125%;
  vertical-align:middle;
}

.kaisaiSelect table td.kaisaiBtn a {
  display: block;
  margin: 0;
  padding: 6px 2px 7px 24px;
  border-top: 1px solid #f7f7f7;
  border-left: 1px solid #f7f7f7;
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  background: url("../img/keiba/bg_btn_kaisai-day_n.gif") repeat-x;
  color: #4a4a4a;
  font-size: 1.45rem;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
}

.kaisaiSelect table td.kaisaiBtn a:hover {
  background: url("../img/keiba/bg_btn_kaisai-day_o.gif") repeat-x;
  color: black;
  text-decoration: underline;
}

/* 開催選択ボタン選択 */
.kaisaiSelect table td.kaisaiBtnStay {
  width: 282px;
  padding: 0;
  border-collapse: collapse;
  font-size: 1.45rem;
  line-height: 125%;
  vertical-align: middle;
}

.kaisaiSelect table td.kaisaiBtnStay a {
  display: block;
  margin: 0;
  padding: 6px 2px 7px 24px;
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
  border-right: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
  background: #a3a3a3 url("../img/keiba/bg_btn_kaisai-day_s.gif") repeat-x;
  color: #000;
  font-size: 1.45rem;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
}

.kaisaiSelect table td.kaisaiBtnStay a:hover {
  color: black;
  text-decoration: underline;
}

/* 列マージン */
.kaisaiSelect table td.colMargin {
  width: 9px;
  padding: 0;
  border-collapse: collapse;
  vertical-align: bottom;
}

/* 開催選択ボタン空欄 */
.kaisaiSelect table td.btnBlank {
  width: 282px;
  padding: 0;
  border-collapse: collapse;
  vertical-align:bottom;
}

/*** 開催選択 ここまで ***/

/*** レース選択 ここから ***/

div.raceSelectOutDiv {
  margin: 0 auto;
  margin-bottom: 10px;
}

.raceSelect{
  width: 893px;
  margin: 0 auto;
  padding: 6px 0 2px 0;
  border-collapse: collapse;
  background-image: url("../img/keiba/bg_kaisai-td.gif");
  height: 27px;
}

/* レース選択ボタン内部表 */
.raceSelect table {
  margin: 0 13px;
  border-collapse: collapse;
  text-align: center;
}

.raceSelect td {
  width: 71px;
  border-collapse: collapse;
  vertical-align: bottom;
}

.raceSelect table td.select {
  width: 82px;
  border-collapse: collapse;
  vertical-align: bottom;
}

/* レース選択ボタン(画像)通常 */
img.rBtnN{
  width: 70px;
  height: 17px;
  border: none;
}

/* レース選択ボタン(画像)選択 */
img.rBtnS{
  width: 80px;
  height: 23px;
  border: none;
}
/*** レース選択 ここまで ***/

/*** 見出し１ ここから ***/

/* 外部div */
div.heading1OutDiv {
  display: table;
  table-layout: fixed;
  width: 893px;
  margin: 0 auto;
  margin-bottom: 3px;
}

/* テキスト部div */
div.heading1Text {
  display: table-cell;
  margin-bottom: 4px;
  padding-left: 8px;
  border-left: 5px solid #4ba80e;
  text-align: left;
}

/* フォント */
h3.heading1Font {
  display: inline;
  color: #000;
  font-size: 1.77rem;
  font-weight: bold;
  line-height: 25px;
}

/* 罫線 */
div.heading1Border {
  width: 893px;
  height: 1px;
  margin: 0 auto;
  margin-bottom: 10px;
  background-color: #348002;
}

/*** 見出し１ ここまで ***/

/*** 見出し２ ここから ***/

div.heading2OutDiv {
  display: table;
  table-layout: fixed;
  width: 893px;
  margin: 0 auto;
  margin-bottom: 8px;
  background-color: #eeeece;
}

div.heading2Text {
  display: table-cell;
  padding: 8px 8px 8px 18px;
  color: #4a4a4a;
  text-align: left;
  line-height: normal;
  vertical-align: top;
}

h3.heading2Font {
  display: inline;
  font-size: 1.45rem;
  font-weight: bold;
  /*line-height: 18px;*/
  line-height: 1;
}

div.heading2BtnDiv {
  display: table-cell;
  width: 66px;
  height: 100%;
  text-align: right;
  vertical-align: middle;
}

div.heading2BtnDiv img {
  vertical-align: middle;
}

div.heading2Win5Div {
  display: table-cell;
  width: 60px;
  height: 100%;
  padding-left: 10px;
  text-align: right;
  vertical-align: middle;
}

img.win5TitleImage {
  width: 60px;
  height: 20px;
  vertical-align: bottom;
}

/*** 見出し２ ここまで ***/

/*** 共通画像 ここから ***/

/* グレードアイコン */
img.gradeIconImage {
  width: 22px;
  height: 11px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

img.arrowIconImage {
  width: 11px;
  height: 7px;
  margin-right: 3px;
  vertical-align: 5%;
}

/*** 馬記号 ***/
img.umaIconImage {
  width: 14px;
  height: 14px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  vertical-align: text-top;
}

/*** 共通画像 ここまで ***/

span.commonRed {
  color: #d20000;
}

#footer {
/*position: relative;*/
  position: absolute;
}

span.grdTtl {
  padding: 5px;
}
span.grdTtl img {
  vertical-align: text-bottom;
}

.gray14t {
  font-family: "ＭＳ Ｐゴシック", "Osaka";
  font-size: 1.3rem;
  color: #222;
  line-height 22px;
  font-weight: bold;
  text-align: left;
}