@charset "UTF-8";
#infoContainer {
  padding: 110px 0 0 0; }

.innerWrapper {
  padding: 10px; }

/*h2*/
.pageHeader {
  background: url(../img/gradedrace/pic_gradedrace_h2bg.jpg) 50% 50% no-repeat;
  background-size: cover; }

/*レース一覧
---------------------*/
/*レース名検索*/
.inputArea {
  width: 100%;
  height: auto;
  margin: 10px auto;
  padding: 10px 10px 1px;
  box-sizing: border-box;
  display: block;
  background: #f0f0f0;
  border-radius: 5px; }
  .inputArea p {
    padding: 0 0 10px 0; }

select.raceCtg,
select.courseCtg,
select.raceCtg_obi {
  width: 120%;
  height: auto;
  margin: 0 0 10px -10%;
  padding: 10px 20px 10px 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  font-size: 16px;
  border-radius: 5px;
  background: url(../img/icon_btn_arr_down.png) right 10px top 50% no-repeat #fff;
  background-size: 8px auto;
  transform: scale(0.8); }

.sortWrapper {
  width: 100%;
  height: auto;
  margin: 0 0 4px 0;
  padding: 0;
  box-sizing: border-box;
  display: block; }
  .sortWrapper:last-child {
    margin: 0; }
  .sortWrapper p.sortName {
    width: 32%;
    height: 38px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    display: block;
    float: left;
    line-height: 38px; }
  .sortWrapper select {
    width: 68%;
    height: 32px;
    margin: 0 0 0 0;
    padding: 0 20px 0 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    line-height: normal;
    font-size: 1.0em;
    border-radius: 5px;
    background: url(../img/icon_btn_arr_down.png) right 10px top 50% no-repeat #fff;
    background-size: 8px auto;
    font-size: 13px;
    float: left; }
  .sortWrapper select::-ms-expand {
    display: none; }
  .sortWrapper label.checkBox {
    width: 36px;
    height: 36px;
    margin: 0 0 8px;
    padding: 0;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    background: #fff;
    float: left; }
    .sortWrapper label.checkBox.disabled {
      opacity: 0.3;
      cursor: auto; }
    .sortWrapper label.checkBox:hover {
      border: 2px solid #ffd700; }
    .sortWrapper label.checkBox:active {
      background: #fff; }
    .sortWrapper label.checkBox input[type="checkbox"] {
      width: 100%;
      height: auto;
      margin: 0 auto;
      padding: 0;
      box-sizing: border-box;
      display: block;
      border: none;
      opacity: 0; }
    .sortWrapper label.checkBox.checked {
      background: url(../img/icon_chkbox.png) 50% 50% no-repeat #fff;
      background-size: 20px auto; }

/*帯広ばんえい以外*/
select.normalSelect {
  display: none; }

/*帯広ばんえい専用*/
select.obiSelect {
  display: none; }

.raceArea {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 10px 0;
  box-sizing: border-box;
  border-top: 1px dashed #9f9f9f;
  display: block; }

.raceArea ul li {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
  padding: 0 10px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: #fff;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3);
  position: relative;
  border-left: 13px solid #ff6235;
  /*日付・名前*/
  /*重賞格付け*/
  /*東京大賞典のみ*/
  /*牝馬・シリーズ表示*/
  /*地方レース格付け*/ }
  .raceArea ul li.noRace {
    box-shadow: none;
    background: #f0f0f0;
    border-radius: 3px;
    border: none;
    padding: 10px;
    display: none; }
  .raceArea ul li p.name {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 3px 10px 3px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    font-size: 14px;
    letter-spacing: normal;
    border-bottom: 1px dashed #9f9f9f; }
  .raceArea ul li p.date {
    padding: 3px 0 3px 0;
    box-sizing: border-box;
    font-size: 14px; }
  .raceArea ul li p.course {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 5px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    text-align: right;
    letter-spacing: 0.2pt; }
  .raceArea ul li a {
    display: none; }
  .raceArea ul li:after {
    content: "";
    width: 4.0em;
    height: auto;
    padding: 2px 4px;
    margin: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    border-radius: 3px;
    letter-spacing: 0.2pt;
    text-align: center;
    transform: rotate(0.05deg); }
  .raceArea ul li.bg1 {
    border-left: 13px solid #ff6235; }
    .raceArea ul li.bg1:after {
      content: "BG1";
      background: #949494; }
  .raceArea ul li.bg2 {
    border-left: 13px solid #ff6235; }
    .raceArea ul li.bg2:after {
      content: "BG2";
      background: #949494; }
  .raceArea ul li.bg3 {
    border-left: 13px solid #ff6235; }
    .raceArea ul li.bg3:after {
      content: "BG3";
      background: #949494; }
  .raceArea ul li.s1 {
    border-left: 13px solid #ff6235; }
    .raceArea ul li.s1:after {
      content: "S1";
      background: #949494; }
  .raceArea ul li.s2 {
    border-left: 13px solid #ff6235; }
    .raceArea ul li.s2:after {
      content: "S2";
      background: #949494; }
  .raceArea ul li.s3 {
    border-left: 13px solid #ff6235; }
    .raceArea ul li.s3:after {
      content: "S3";
      background: #949494; }
  .raceArea ul li.si {
    border-left: 13px solid #ff6235; }
    .raceArea ul li.si:after {
      content: "SⅠ";
      background: #949494; }
  .raceArea ul li.sii {
    border-left: 13px solid #ff6235; }
    .raceArea ul li.sii:after {
      content: "SⅡ";
      background: #949494; }
  .raceArea ul li.siii {
    border-left: 13px solid #ff6235;
    }
    .raceArea ul li.siii:after {
      content: "SⅢ";
      background: #949494;
      }
  .raceArea ul li.m1 {
    border-left: 13px solid #ff6235; }
    .raceArea ul li.m1:after {
      content: "M1";
      background: #949494; }
  .raceArea ul li.m2 {
    border-left: 13px solid #ff6235; }
    .raceArea ul li.m2:after {
      content: "M2";
      background: #949494; }
  .raceArea ul li.m3 {
    border-left: 13px solid #ff6235; }
    .raceArea ul li.m3:after {
      content: "M3";
      background: #949494; }
  .raceArea ul li.sp1 {
    border-left: 13px solid #ff6235; }
    .raceArea ul li.sp1:after {
      content: "SPⅠ";
      background: #949494; }
  .raceArea ul li.sp2 {
    border-left: 13px solid #ff6235; }
    .raceArea ul li.sp2:after {
      content: "SPⅡ";
      background: #949494; }
  .raceArea ul li.sp3 {
    border-left: 13px solid #ff6235; }
    .raceArea ul li.sp3:after {
      content: "SPⅢ";
      background: #949494; }
  .raceArea ul li.h1 {
    border-left: 13px solid #ff6235; }
    .raceArea ul li.h1:after {
      content: "H1";
      background: #949494; }
  .raceArea ul li.h2 {
    border-left: 13px solid #ff6235; }
    .raceArea ul li.h2:after {
      content: "H2";
      background: #949494; }
  .raceArea ul li.h3 {
    border-left: 13px solid #ff6235; }
    .raceArea ul li.h3:after {
      content: "H3";
      background: #949494; }
  .raceArea ul li.js1 {
    border-left: 13px solid #ff6235; }
    .raceArea ul li.js1:after {
      content: "重賞Ⅰ";
      background: #949494; }
  .raceArea ul li.js2 {
    border-left: 13px solid #ff6235; }
    .raceArea ul li.js2:after {
      content: "重賞Ⅱ";
      background: #949494; }
  .raceArea ul li.g1Local {
    border-left: 13px solid #ff6235; }
    .raceArea ul li.g1Local:after {
      content: "GⅠ";
      background: #ff6235; }
        .raceArea ul li.siii {
    border-left: 13px solid #ff6235;
    }

  .raceArea ul li.jpn1 {
    border-left: 13px solid #ff6235; }
    .raceArea ul li.jpn1:after {
      content: "JpnⅠ";
      background: #ff6235; }
  .raceArea ul li.jpn2 {
    border-left: 13px solid #ff6235; }
    .raceArea ul li.jpn2:after {
      content: "JpnⅡ";
      background: #ff6235; }
  .raceArea ul li.jpn3 {
    border-left: 13px solid #ff6235; }
    .raceArea ul li.jpn3:after {
      content: "JpnⅢ";
      background: #ff6235; }

  .raceArea ul li .subInfo {
    width: 100%;
    height: 20px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    display: block;
    position: absolute;
    bottom: 5px;
    left: 10px; }
    .raceArea ul li .subInfo.mare:before {
      content: "牝馬";
      width: auto;
      height: 20px;
      padding: 0 5px;
      margin: 0 3px 0 0;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: inline-block;
      background: #ffbbbb;
      color: #333;
      border-radius: 3px;
      letter-spacing: 0.2pt;
      text-align: center;
      line-height: 20px; }
    .raceArea ul li .subInfo.gdj:after {
      content: "GDJ";
      width: auto;
      height: 20px;
      padding: 0 5px;
      margin: auto;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: inline-block;
      background: #1a74bc;
      color: #fff;
      border-radius: 3px;
      text-align: center;
      line-height: 20px;
      font-size: 0.9em; }
    .raceArea ul li .subInfo.ds:after {
      content: "DS";
      width: auto;
      height: 20px;
      padding: 0 5px;
      margin: auto;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: inline-block;
      background: #1a74bc;
      color: #fff;
      border-radius: 3px;
      text-align: center;
      line-height: 20px;
      font-size: 0.9em; }
    .raceArea ul li .subInfo.tyo:after {
      content: "3YO";
      width: auto;
      height: 20px;
      padding: 0 5px;
      margin: auto;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: inline-block;
      background: #1a74bc;
      color: #fff;
      border-radius: 3px;
      text-align: center;
      line-height: 20px;
      font-size: 0.9em; }
    .raceArea ul li .subInfo.sss:after {
      content: "SSS";
      width: auto;
      height: 20px;
      padding: 0 5px;
      margin: auto;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: inline-block;
      background: #1a74bc;
      color: #fff;
      border-radius: 3px;
      text-align: center;
      line-height: 20px;
      font-size: 0.9em; }
    .raceArea ul li .subInfo.future:after {
      content: "2CS/未来";
      width: auto;
      height: 20px;
      padding: 0 5px;
      margin: auto;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: inline-block;
      background: #1a74bc;
      color: #fff;
      border-radius: 3px;
      text-align: center;
      line-height: 20px;
      font-size: 0.9em; }
    .raceArea ul li .subInfo.scs:after {
      content: "2CS";
      width: auto;
      height: 20px;
      padding: 0 5px;
      margin: auto;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: inline-block;
      background: #1a74bc;
      color: #fff;
      border-radius: 3px;
      text-align: center;
      line-height: 20px;
      font-size: 0.9em; }
  .raceArea ul li li.bg1:after {
    content: "BG1";
    background: #949494; }
  .raceArea ul li li.bg2:after {
    content: "BG2";
    background: #949494; }
  .raceArea ul li li.bg3:after {
    content: "BG3";
    background: #949494; }
  .raceArea ul li li.s1:after {
    content: "S1";
    background: #949494; }
  .raceArea ul li li.s2:after {
    content: "S2";
    background: #949494; }
  .raceArea ul li li.s3:after {
    content: "S3";
    background: #949494; }
  .raceArea ul li li.si:after {
    content: "SⅠ";
    background: #949494; }
  .raceArea ul li li.sii:after {
    content: "SⅡ";
    background: #949494; }
  .raceArea ul li li.siii:after {
    content: "SⅢ";
    background: #949494; }
  .raceArea ul li li.m1:after {
    content: "M1";
    background: #949494; }
  .raceArea ul li li.m2:after {
    content: "M2";
    background: #949494; }
  .raceArea ul li li.m3:after {
    content: "M3";
    background: #949494; }
  .raceArea ul li li.sp1:after {
    content: "SPⅠ";
    background: #949494; }
  .raceArea ul li li.sp2:after {
    content: "SPⅡ";
    background: #949494; }
  .raceArea ul li li.sp3:after {
    content: "SPⅡ";
    background: #949494; }
  .raceArea ul li li.h1:after {
    content: "H1";
    background: #949494; }
  .raceArea ul li li.h2:after {
    content: "H2";
    background: #949494; }
  .raceArea ul li li.h3:after {
    content: "H3";
    background: #949494; }
  .raceArea ul li li.js1:after {
    content: "重賞Ⅰ";
    background: #949494; }
  .raceArea ul li li.js2:after {
    content: "重賞Ⅱ";
    background: #949494; }

h4.seriesType{
  width: ( 100% - 20px );
  text-align: center;
  background: #c0504d;
  color: white;
  border: none;
  margin: 30px 0 10px;
  
  font-size: 25px;
  padding: 5px;
  display: inline-block;
}

h4.seriesType.end{
  background: #777;

}


.colWapper {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block; }
  .colWapper .itemCell {
    width: 100%;
    height: auto;
    margin: 0 2% 20px 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    cursor: pointer;
    float: left;
    background: #f0f0f0;
    border-radius: 3px; }
    .colWapper.col2 .itemCell {
      background: #fffed8;
    }

    .colWapper .itemCell img.cellPic {
      width: 100%;
      max-width: 300px;
      height: auto;
      margin: 0 auto;
      padding: 15px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: block; }
    .colWapper .itemCell h4.cellTitle {
      width: 100%;
      height: 35px;
      margin: 0 auto;
      padding: 0 0 15px 0;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: block;
      font-size: 16px;
      border: none;
      text-align: center; }
    .colWapper .itemCell p.cellTxt {
      width: 100%;
      height: auto;
      margin: 0 auto;
      padding: 0 15px 15px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: block; }
    .colWapper .itemCell span.period {
      width: 100%;
      height: auto;
      margin: 0 auto 5px;
      padding: 0 0 3px 0;
      box-sizing: border-box;
      display: block;
      text-align: center;
      border-bottom: 1px solid #9f9f9f; }
  /*特設サイトが無い場合*/
  .colWapper .itemCell_none {
    width: 100%;
    height: auto;
    margin: 0 2% 20px 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    float: left;
    background: #f0f0f0;
    border-radius: 3px; }
    .colWapper .itemCell_none img.cellPic {
      width: 100%;
      max-width: 300px;
      height: auto;
      margin: 0 auto;
      padding: 15px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: block; }
    .colWapper .itemCell_none h4.cellTitle {
      width: 100%;
      height: 35px;
      margin: 0 auto;
      padding: 0 0 15px 0;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: block;
      font-size: 16px;
      border: none;
      text-align: center; }
    .colWapper .itemCell_none p.cellTxt {
      width: 100%;
      height: auto;
      margin: 0 auto;
      padding: 0 15px 15px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: block; }
    .colWapper .itemCell_none span.period {
      width: 100%;
      height: auto;
      margin: 0 auto 5px;
      padding: 0 0 3px 0;
      box-sizing: border-box;
      display: block;
      text-align: center;
      border-bottom: 1px solid #9f9f9f; }



select.yearSelect {
  width: 100%;
  height: 35px;
  margin: 0 0 10px;
  padding: 0 24px 0 8px;
  box-sizing: border-box;
  border-radius: 3px;
  background: url(../img/icon_arr_down_bk.png) right 8px top 50% no-repeat #fff;
  border: 1px solid #cacaca;
  display: block;
  float: right;
  line-height: 35px;
}
