@charset "UTF-8";

@media(min-width:768px){
  article.courseInfo {
  margin: 0 auto 50px; }

.pageHeader {
  background: url("../img/gradedrace/pic_gradedrace_h2bg.jpg") 50% 100% no-repeat;
  background-size: cover; }
  .pageHeader h2 {
    width: auto;
    height: 30px;
    margin: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0;
    font-size: 30px;
    font-weight: normal;
    color: #fff;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1; }
    .pageHeader h2:after {
      content: "";
      width: 60px;
      height: 3px;
      padding: 0;
      margin: auto;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: block;
      background: #ffd700;
      background-size: 0px 0px;
      position: absolute;
      top: -3px;
      left: 0;
      right: 0; }

/*
.pageHeader{
	width:980px;
	height: 120px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display:block;

	h2{
		line-height: 120px;
	}
}
*/
h3 {
  padding: 0 0 0 30px;
  background: url(../img/icon_h4_bread.png) 0 50% no-repeat;
  margin: 0 auto 20px;
  border-bottom: 2px solid #949494; }

h4 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
  display: block;
  font-size: 17px; }

/*開催場*/
.courseInfo {
  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;
  background: #fff; }

table {
  width: 900px;
  height: auto;
  margin: 0 auto 10px;
  padding: 0;
  display: block;
  border: 1px solid #9f9f9f;
  font-size: 15px; }
  table th {
    width: 180px;
    background: #555;
    color: #fff;
    padding: 7px 0;
    text-align: center;
    border-right: 1px solid #9f9f9f; }
    table th.active {
      border-bottom: 5px solid #ffd700; }
  table tr th:last-child {
    border: none; }
  table tr td {
    border-right: 1px solid #9f9f9f;
    text-align: center;
    background: #f0f0f0;
    vertical-align: top; }
    table tr td:nth-child(3) {
      background: #fff; }
    table tr td:last-child {
      border: none; }

table.course tr td {
  padding: 15px 20px; }
  table.course tr td a.courseName {
    width: 100%;
    height: 35px;
    margin: 0 auto 10px;
    padding: 0 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    color: #fff;
    background: #1a74bc;
    border-radius: 3px;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    position: relative;
    line-height: 35px; }
    table.course tr td a.courseName:hover {
      transition-duration: 0.3s;
      opacity: 0.7; }
    table.course tr td a.courseName:last-child {
      margin: 0 auto; }
    table.course tr td a.courseName.enable {
      background: #949494;
      color: #fff;
      box-shadow: none;
      cursor: text; }
      table.course tr td a.courseName.enable:hover {
        transition-duration: 0.3s;
        opacity: 1.0; }
    table.course tr td a.courseName.night:after {
      content: "";
      width: 20px;
      height: 20px;
      margin: 0 0 0 3px;
      padding: 0 0;
      display: inline-block;
      background: #ddd;
      background: url(../img/icon_nightrace.png) 50% 50% no-repeat;
      background-size: 20px 20px;
      vertical-align: text-bottom; }

/*重賞競走*/
.gradeInfo {
  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;
  background: #fff; }

table.grade tr td {
  padding: 15px 10px; }

a.raceName {
  width: 100%;
  height: auto;
  margin: 0 auto 10px;
  padding: 0 8px 0 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  color: #333;
  border-left: 5px solid #fff;
  background: #fff;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
  text-align: left;
  cursor: pointer;
  text-decoration: none; }
  a.raceName:hover {
    transition-duration: 0.8s;
    border-left: 5px solid #ffd700; }
  a.raceName span.courseArea {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 3px 0;
    border-bottom: 1px dashed #9f9f9f;
    font-size: 13px;
    font-weight: bold;
    display: block; }
  a.raceName span.raceArea {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 8px 0;
    font-size: 16px;
    font-weight: bold;
    display: block; }

/*注意事項*/
.attention {
  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;
  background: #f0f0f0; }
  .attention p {
    width: auto;
    margin: 0 auto 15px;
    padding: 0 0 0 1.3rem;
    position: relative; }
    .attention p:after {
      content: "※";
      width: 1.0rem;
      height: 1.0rem;
      padding: 0;
      margin: auto;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: block;
      position: absolute;
      top: 0;
      left: 0; }

/*月別開催日程*/
.formWrapper {
  width: 880px;
  height: 30px;
  margin: 0 auto 10px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  text-align: right; }
  .formWrapper select {
    width: 100px;
    height: 30px;
    margin: 0 auto;
    padding: 0 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    line-height: 25px;
    border: 2px solid #cacaca;
    border-radius: 3px;
    font-family: -apple-system, BlinkMacSystemFont, "メイリオ", Meiryo, "Helvetica Neue", "Segoe UI", sans-serif;
    background: url(../img/icon_arr_down_bk.png) 95% 50% no-repeat; }

ul.monthTab {
  width: 880px;
  height: 40px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block; }
  ul.monthTab li.tab {
    width: 71.5px;
    height: 30px;
    margin: 10px 2px 0 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    float: left;
    background: #949494;
    text-align: center;
    border-radius: 3px 3px 0 0;
    cursor: pointer; }
    ul.monthTab li.tab:hover {
      transition-duration: 0.8s;
      opacity: 0.7; }
    ul.monthTab li.tab:last-child {
      margin: 10px 0 0 0; }
    ul.monthTab li.tab p {
      width: auto;
      height: 30px;
      margin: 0 auto;
      padding: 0 0 0 12px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: inline-block;
      line-height: 30px;
      background: url(../img/icon_linkbtn_arr_wh.png) 0 50% no-repeat;
      color: #fff;
      font-size: 13px; }
  ul.monthTab li.tab.active {
    transition-duration: 0.8s;
    height: 40px;
    margin-top: 0;
    background: #1a74bc;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
    cursor: text; }
    ul.monthTab li.tab.active:hover {
      opacity: 1.0; }
    ul.monthTab li.tab.active p {
      height: 40px;
      line-height: 40px; }

.chartWrapprer {
  width: 880px;
  height: auto;
  margin: 0 auto;
  padding: 0 1px 1px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: #9f9f9f; }

table.schedule {
  width: auto;
  max-width: 880px;
  margin: 0 auto;
  border: none; }
  table.schedule th {
    width: 25px;
    height: 25px;
    background: #555;
    color: #fff;
    box-sizing: border-box;
    padding: 0;
    text-align: center;
    border-right: 1px solid #9f9f9f;
    text-align: center;
    font-size: 12.5px; }
    table.schedule th:first-child {
      width: 105px; }
  table.schedule tr {
    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;
    /*日付セル*/
    /*ボーダー*/ }
    table.schedule tr td {
      width: 25px;
      height: 25px;
      box-sizing: border-box;
      border-right: 1px solid #9f9f9f;
      border-bottom: 1px solid #ddd;
      text-align: center;
      background: #fff;
      vertical-align: middle;
      font-size: 12.5px;
      /*デイレース*/
      /*ナイトレース*/
      /*未発走*/ }
      table.schedule tr td:first-child {
        width: 105px;
        background: #f0f0f0; }
      table.schedule tr td:first-child {
        width: 105px; }
      table.schedule tr td:last-child {
        border-right: none; }
      table.schedule tr td a.day {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        padding: 0;
        display: block;
        background: #FFF594;
        text-decoration: none;
        line-height: 24px;
        text-align: center;
        font-size: 13px; }
      table.schedule tr td a.night {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        padding: 0;
        display: block;
        background: #AEE8FF;
        text-decoration: none;
        line-height: 24px;
        text-align: center;
        font-size: 13px; }
      table.schedule tr td a:hover {
        transition-duration: 0.8s;
        background: #1a74bc;
        color: #fff; }
      table.schedule tr td p {
        width: 24px;
        height: 24px;
        margin: 0 auto;
        padding: 0;
        display: block;
        text-decoration: none;
        line-height: 24px;
        text-align: center;
        font-size: 13px; }
    table.schedule tr:nth-child(2) td {
      background: #f0f0f0; }
    table.schedule tr th:last-child {
      border: none; }
    table.schedule tr:nth-child(2) td,
    table.schedule tr:nth-child(3) td,
    table.schedule tr:nth-child(4) td,
    table.schedule tr:nth-child(6) td,
    table.schedule tr:nth-child(10) td,
    table.schedule tr:nth-child(11) td,
    table.schedule tr:nth-child(13) td,
    table.schedule tr:nth-child(15) td,
    table.schedule tr:nth-child(16) td {
      border-bottom: 1px solid #949494; }
    table.schedule tr:last-child td {
      border-bottom: none; }

ul.dlWrapper {
  width: 100%;
  height: auto;
  margin: 5px auto 20px;
  padding: 0 10px;
  box-sizing: border-box;
  display: block; }
  ul.dlWrapper li {
    width: 100%;
    height: auto;
    margin: 0 2% 0 0;
    padding: 10px 10px;
    box-sizing: border-box;
    display: block;
    background: #f0f0f0;
    border-radius: 3px;
    float: left; }
  ul.dlWrapper li_blank {
    width: 100%;
    height: auto;
    margin: 0 2% 0 0;
    padding: 10px 10px;
    box-sizing: border-box;
    display: block;
    background: #ffffff;
    border-radius: 3px;
    float: left; }
    ul.dlWrapper li:last-child {
      margin: 0; }

.listInner {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  display: block; }

.btnWrapper {
  width: 15%;
  min-width: 80px;
  height: auto;
  margin: 0 1% 1% 0;
  padding: 0;
  box-sizing: border-box;
  display: block;
  float: left; }
  .btnWrapper:last-child {
    margin: 0; }

a.linkBtn {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  display: inline-block;
  background: #1a74bc;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  line-height: 40px;
  text-align: center;
  position: relative; }
  a.linkBtn:hover {
    transition-duration: 0.8s;
    opacity: 0.7; }
  a.linkBtn p {
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    vertical-align: top;
    text-decoration: none;
    line-height: 40px; }

a.pdfBtn {
  width: 100%;
  height: 40px;
  min-height: 40px;
  margin: 0 0 0 0;
  padding: 0;
  box-sizing: border-box;
  display: inline-block;
  background: #1a74bc;
  border-radius: 3px;
  text-decoration: none;
  position: relative;
  text-align: center; }
  a.pdfBtn:hover {
    transition-duration: 0.8s;
    opacity: 0.7; }
  a.pdfBtn p {
    width: auto;
    height: 40px;
    margin: 0;
    padding: 0 15px 0 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    background: url(../img/icon_pdf.png) 10px 50% no-repeat;
    background-size: 25px auto;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    vertical-align: top;
    text-decoration: none;
    line-height: 40px; }

p.bite {
  width: 100%;
  height: 20px;
  margin: auto;
  padding: 0;
  line-height: normal;
  box-sizing: border-box;
  display: block;
  font-size: 14px;
  color: #555;
  background: none;
  text-align: center; }

.btnWrapper.full {
  width: 70%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  display: block;
  float: none; }
  .sp_suNavi,
  .sp_infoContainer
  {
    display: none;
   }
   span.font_bold{
    width: 100%;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 0 4px;
    font-size: 15px;
    font-weight: bold;
  }
}


