@charset "utf-8";

.sub-area-item img {
  max-width: 100%;
}
/*-----------------------------------
共有ボタン
-----------------------------------*/
.shareBtn {
  text-align: right;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-order: 2;
  -o-order: 2;
  order: 2;
 }
.shareBtn > iframe {
  display: inline-block;
  vertical-align: top;
  margin: 0;
 }
.shareBtn > iframe ~ iframe {
  margin-left: 5px;
}
.title-in-category a {
    color: #2f72c0;
  text-decoration: none;
}

.header-menu-recommend {
  opacity: 0;
}
.separator {
  margin: 40px 0;
  border: none;
  clear: both;
  display: block;
}
.news-list-3 .news-item {
  width: 33.3%;
}

#site-header .header-menu-recommend {
    display: flex;
    flex-wrap: wrap;
}
#site-header .header-menu-area .header-menu-recommend li {
  float: none;
  display: inherit;
}
#site-header .header-menu-area .header-menu-recommend li a {
  /*padding: 3px 10px;*/
  /*font-size: 0.85rem;*/
}
/*----------------------------------------
プロ野球個別対応
----------------------------------------*/
.only-tab-sp .game-schedule-result-item .sports-division-HX tr td:nth-child(3),
.only-tab-sp .game-schedule-result-item .sports-division-HX tr th:nth-child(3) {
  display: none;
}
.only-tab-sp .game-schedule-result-item .sports-division-HX table tr td:nth-child(5),
.only-tab-sp .game-schedule-result-item .sports-division-HX table tr th:nth-child(5) {
  display: table-cell !important;
}
.game-schedule-result-item .sports-division-HX table tr:nth-child(n+5),
.game-schedule-result-item .sports-division-HV table tr:nth-child(n+5) {
  display: table-row !important;
}
.title-category-sub {
  margin: 10px 0;
  color: #377694;
  border-left: 5px solid #377694;
  padding: 3px 10px;
}
.game-schedule-result-item .sports-division-3K td {
  vertical-align: top;
}
.game-schedule-result-item .sports-division-3K tr {
  border-top: 1px dotted #DDD !important;
}
.game-schedule-result-item .sports-division-3K tr:nth-child(n+6) {
  display: none !important;
}
.game-schedule-result-item .sports-division-3K tr:nth-child(-n+6) {
  display: table-row !important;
}
.result-one .slick-track > .game-schedule-result-item {
    max-width: inherit;
    min-width: inherit;
    margin: 0 !important;
}
.result-one {
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
}
.result-one .game-schedule-result-item .game-schedule-result-item {
  max-width: inherit;
  min-width: inherit;
  width: 100%;
  margin: 0;
}
.result-one .slick-dots li {
  margin: 0;
  width: 15px;
  height: 15px;
}
.team-list-sub .team-list-wrap .team-list .team-list-item {
  width: 100%;
}
.team-list-sub .team-list-title {
  font-size: 1.1rem;
  margin: 0 0 10px;
  font-weight: bold;
}
@media only screen and (min-width:641px) {
.result-one .slick-dots {
    bottom: -10px;
}
  .only-tab-sp .tab-navigation {
    display: none;
  }
  .only-tab-sp .tab-contents {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .only-tab-sp .tab-contents .tab-item {
    display: block;
    width: 50%;
    margin: 0 10px;
  }
  .only-tab-sp .game-schedule-result-item {
    max-width: inherit;
  }
  .grid-box-2 {
    margin-top: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .grid-box-2 .grid-item {
    width: 50%;
    padding: 0;
  }
}
@media only screen and (max-width:640px) {
  .only-tab-sp {
    margin: 0 10px;
  }
  .only-tab-sp .tab-contents .tab-item {
   width: 100%;
  }
  .only-tab-sp .game-schedule-result-item {
   max-width: inherit;
  }
  .result-one {
    padding: 0 !important;
    margin: 0 0 60px !important
  }
  .grid-box-2 {
    margin: 20px 10px;
  }
}
/*----------------------------------------
国体右袖 最新試合
----------------------------------------*/
.kokutai-link {
margin-bottom: 20px;
}
.kokutai-link .data-wrapper > .title {
    color: #387693;
    background: none;
    border: none;
    margin: 0;
    padding: 0;
  width: 100%;
  justify-content: space-around;
}
.kokutai-link .data-wrapper > .title ~ .title {
  margin-top: 10px;
  border-top: 1px dotted #DDD;
  padding-top: 10px;
}
.kokutai-link .data-wrapper > date {
  margin: 5px 0;
  border: none;
  padding: 0;
  width: 100%;
}
.kokutai-link .data-wrapper > date ~ date,
.kokutai-link .data-wrapper > .title ~ .title + date ~ date {
}
.kokutai-link .data-wrapper > .title ~ .title + date {
  margin-top: 0;
}
.kokutai-link .data-wrapper {
  border: 1px solid #DDD;
  padding: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.kokutai-link a {
    padding: 10px 30px 10px 10px;
    margin: 0 0 5px;
    border: solid 1px #DDD;
    background-color: #f6f7f8;
    text-align: center;
    border-radius: 3px;
    color: #525252;
    font-weight: bold;
    position: relative;
    font-size: 0.85em;
    width: 49%;
    font-weight: normal;
}
.kokutai-link a:hover {
    color: #337ab7;
}
