@charset "UTF-8";
/* CSS Document */

@import url("series_news.css");
@import url("../../common/css/local_racing_info.css");



/*-----------
top
-----------*/


/*----key visual ----*/

#key_visual{
  width: 100%;
  text-align: center;
  overflow: hidden;
}

#key_visual img {
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}



/*----about ----*/

#about {
  padding: 40px 0 0;
  margin-bottom: 70px;
  position: relative;
}


#about .inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  border: 4px solid #999;
  background-color: rgba(255,255,255,0.8);
  box-sizing: border-box;
}

#about .about_series {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 886px;
  margin: 0 auto 50px;
}

#about .about_series .title {
  width: 100%;
  margin-bottom: 24px;
}

#about .about_series .title h2 {
  position: relative;
  display: table;
  margin: 0 auto;
  padding: 32px 0 12px;
  font-size: 46px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0.05em;
  text-align: center;
  color: #999;
}

#about .about_series .logo {
  width: 286px;
  padding-top: 8px;
}

#about .about_series .logo img {
  width: 100%;
}

#about .about_series .txt {
  width: 573px;
  margin-left: 27px;
}

#about .about_series .txt p {
  font-size: 22px;
  line-height: 2.15;
  letter-spacing: 0.06em;
}

#about .about_series .txt .btn_black01 {
  padding-top: 36px;
  text-align: left;
}

#about .about_series .txt .btn_black01 a {
  text-align: center;
}


/* racelist */
#racelist {
  width: 840px;
  margin: 0 auto 50px;
}

#racelist .racelist_ul {
  padding-top: 30px;
}

#racelist .racelist_ul li {
  background-color: #fff;
  background-position: 8px center;
  background-repeat: no-repeat;
  background-size: 73px;
}

#racelist .racelist_ul li:nth-child(even){
  background-color: #f4f4f4;
}

#racelist .racelist_ul li > a {
  display: block;
  background-position: right 24px top 48%;
  background-repeat: no-repeat;
  background-size: 28px;
}

#racelist .racelist_ul li > a[target="_blank"] {
  background-position: right 24px center;
  background-repeat: no-repeat;
  background-size: 23px;
}

#racelist .racelist_ul li .li_inner {
  position: relative;
  display: flex;
  align-items: center;
  padding: 16px 64px 16px 30px;
  color: #000;
}

#racelist .racelist_ul li .date {
  width: 136px;
  color: #444;
  font-size: 16px;
  font-weight: 900;
}

#racelist .racelist_ul li .title {
  font-size: 20px;
}

#racelist .racelist_ul li .title.jpn1 span {
  display: block;
  padding-right: 44px;
  background: url(../../img/racelist_class_jpn1.png) right center no-repeat;
  background-size: 36px;
}

#racelist .racelist_ul li .title.jpn2 span {
  display: block;
  padding-right: 50px;
  background: url(../../img/racelist_class_jpn2.png) right center no-repeat;
  background-size: 42px;
}

#racelist .racelist_ul li .title.jpn3 span {
  display: block;
  padding-right: 55px;
  background: url(../../img/racelist_class_jpn3.png) right center no-repeat;
  background-size: 47px;
}

#racelist .racelist_ul li .course {
  padding-left: 20px;
  font-size: 16px;
}

#racelist .racelist_ul li .area {
  padding-left: 8px;
}

#racelist .racelist_ul li .area span {
  display: inline-block;
  padding: 0 4px;
  margin-bottom: 3px;
  border: 1px solid #bdbdbd;
  border-radius: 3px;
  font-size: 13px;
  line-height: 1.3;
}

/* point_ranking */
#point_ranking {
  padding-bottom: 40px;
}

#point_ranking .point_table {
  width: 620px;
  margin: 30px auto 30px;
}

#point_ranking table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
  border-right: none;
  border-bottom: none;
}

#point_ranking table tr:nth-child(odd) td {
  background-color: #f7f7f7;
}

#point_ranking table tr td.color {
  background-color: #eee;
}

#point_ranking table td,
#point_ranking table th {
  text-align: center;
  border: 1px solid #ddd;
  border-left: none;
  border-top: none;
  box-sizing: border-box;
}

#point_ranking table th {
  padding: 1.6%;
  background-color: #666;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

#point_ranking table th:nth-child(1) {
  width: 140px;
}

#point_ranking table th:nth-child(3) {
  width: 176px;
}

#point_ranking table td {
  padding: 2.2%;
  font-size: 20px;
  background-color: #fff;
}

#point_ranking .notes {
  padding-top: 14px;
  font-size: 16px;
}



/*----news----*/

#news #news_list{
  position: relative;
  padding-bottom: 40px;
}

#news .btn_black01 {
  position: relative;
}


/*----victory_horse----*/

#victory_horse {
  padding: 62px 0 80px;
}

#victory_horse h2 {
  position: relative;
  display: table;
  margin: 0 auto 17px;
  padding: 7px 0 7px;
  font-size: 34px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1;
  color: #999;
}

#victory_horse h2::before,
#victory_horse h2::after {
  content: "";
  position: absolute;
  width: 87%;
  height: 1px;
  background: linear-gradient( 90deg, #747474 0%, #999 100%);
}

#victory_horse h2::before {
  top: 0;
  left: -14%;
}

#victory_horse h2::after {
  bottom: 0;
  right: -16%;
}

#victory_horse .box {
  width: 800px;
  margin: 0 auto;
  padding: 0 5px 5px 5px;
  background: linear-gradient( 0deg, #efefef 0%, #fff 100%);
  box-sizing: border-box;
}

#victory_horse .box .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 25px 54px;
  background-color: #fff;
}

#victory_horse .box .img {
  width: 420px;
  padding-top: 8px;
}

#victory_horse .box .img img {
  width: 100%;
}

#victory_horse .box .txt {
  width: 280px;
}

#victory_horse .box .txt .name {
  margin-bottom: 18px;
  font-size: 26px;
  font-weight: 900;
}

#victory_horse .box .txt .line {
  padding: 4px 0 4px 16px;
  margin-bottom: 20px;
  border-left: 2px solid #e8e8e8;
  line-height: 2;
}

#victory_horse .box .txt .line:last-child {
  margin-bottom: 0;
}

#victory_horse .btn_black01 {
  margin-top: -28px;
}


/*----link----*/

#link {
  padding: 60px 0 0;
}

#link .inner {
  width: 1000px;
  margin: 0 auto;
}

#link .bnr_slider {
  margin-top: 30px;
}

#link .bnr_slider li {
  width: 490px;
  padding: 0 10px;
}

#link .bnr_slider li a {
  display: block;
}

#link .bnr_slider li img {
  width: 100%;
}

/* slider */
#link .bnr_slider .slick-arrow {
  width: 40px;
  height: 50px;
  position: absolute;
  top: 50%;
  z-index: 1;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  transition: opacity 0.2s;
  backface-visibility: hidden;
}

#link .bnr_slider .slick-arrow:hover {
  opacity: 0.6;
}

#link .bnr_slider .slick-prev{
  background-color: transparent;
  background-position: left center;
  background-repeat: no-repeat;
  left: -40px;
  margin-top: -25px;
}

#link .bnr_slider .slick-next{
  background-color: transparent;
  background-position: right center;
  background-repeat: no-repeat;
  right: -40px;
  margin-top: -25px;
}

#link .bnr_10series {
  width: 1000px;
  margin: 80px auto 0;
}

#link .bnr_10series img {
  width: 100%;
}



/*----local_racing_info----*/

#local_racing_info{
  padding-top: 10px;
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(230,224,207,1) 100%);
}
