@charset "UTF-8";

@import url("/css/color.css");
@import url("/css/info-ranking.css");
@import url("/css/append.css");


/*----------------------------------------
加盟社対応
----------------------------------------*/
.local-sports-logo {
  text-align: center;
  margin: 0;
}
.local-sports-logo img {
  height: 120px;
}
.news-list .news-item .news-img {
/*background-color: #dbdbdb;*/
}
.sub-area .sub-result-title-area a {
 display: none;
}

.news-premium {
  display: none;
  color: #0086c2;
  font-weight: bold;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.8rem;
  padding-left: calc(1rem + 5px);
  vertical-align: middle;
  -webkit-background-size: contain;
  background-size: contain;
  content: "Premium";
  vertical-align: middle;
}
.news-premium-1 {
  display: inline-block;
}

.news-list-top .news-item:nth-child(n+7) .news-premium {
  margin-left: 10px;
}

#site-footer .footer-site-contents li {
  width: calc(100% / 5);
}

.game-schedule-result-item .game-schedule-result-item-header .game-title {
  float: none;
}
/* 未ログインの登録 */
.not-login small {
  margin: 0 0 10px;
  display: block;
  line-height: 1.2;
}
.site-article .article + .not-login small,
#result-area .not-login small {
  margin-top: 10px;
}
.not-login {
  border: 1px solid #DDD;
  padding: 20px;
  background: #FFF;
}
.not-login .btn {
  margin: 0;
  padding: 0;
  list-style: none;
}
.not-login .btn li {
 margin-bottom: 10px;
 text-align: center;
}
.not-login .btn a {
  border-radius: 10px;
  background: #00418f;
  color: #333;
  border: 1px solid #00418f;
  color: #FFF;
  display: block;
  padding: 10px;
  text-decoration: none;
  width: 100%;
}
.not-login .btn a:hover {
  opacity: 0.6;
}
.not-login .btn-registration a {
  background: #ebf2fa;
  color: #00418f;
  border-color: #ebf2fa;
}
.game-schedule-result-item .not-login {
  border: none;
}
.not-login .show-course {
  margin: 0 10px 10px;
  padding: 0;
  font-size: 0.9em;
  list-style: none;
}
.not-login .show-course li {
}
.site-article .article + .not-login,
#result-area .not-login {
  text-align: center;
  background: #EFEFEF;
  border-radius: 5px;
  margin-bottom: 20px;
}
.site-article .article + .not-login .show-course,
#result-area .not-login .show-course {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: 60%;
}
.site-article .article + .not-login .show-course li,
#result-area .not-login .show-course li {
  display: inline-block;
  margin-right: 20px;
}
.site-article .article + .not-login .btn,
#result-area .not-login .btn {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.site-article .article + .not-login .btn li,
#result-area .not-login .btn li  {
  width: 33.3%;
  margin: 0 5px;
  background: none;
  flex-grow: 1;
  -webkit-flex-grow: 1;

  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

#list-view .not-login {
  margin-left: auto;
  margin-right: auto;
}

.menu-login {
  /*display: none !important;*/
}
.favorite-btn {
    display: none;
    color: #333;
    padding: 4px 10px;
    text-decoration: none;
    text-align: center;
    margin: 0 auto 10px;
    background-color: #FFF;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    border: 1px solid #DDD;
}
.favorite-btn:hover {
  background-color: #2a3c92;
  border-color: transparent;
  color: #FFF;
}



/*#site-header .header-menu-area .btn#btn-menu {
  background-image: url(../img/common/btn/menu2.png);
  -webkit-background-size: auto 80%;
  background-size: auto 80%;
}*/
#site-header .header-menu-area > nav {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
}
#site-header .header-menu-area .btn#btn-menu {
  background-image: url(../img/common/btn/menu3.png);
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  width: 65px;
}
.menu-show #site-header .header-menu-area .btn#btn-menu {
  background-image: url(../img/common/btn/close3.png);
}

#btn-close-menu {
/*  position: absolute;
  right: 10px;
  top: 10px;
  background: #F5F5F5 url(../img/common/close.png) no-repeat center center;
  width: 40px;
  height: 40px;
  display: block;
  -webkit-background-size: auto 50%;
  background-size: auto 50%;
  border-radius: 50%;
  border: 1px solid #DDD;*/
}


.sub-area .ads,
.side-bnr-group:not(#another-page) {
  text-align: center;
}

.news-list .news-item .news-img {
  /* -webkit-background-size: 70%; */
  /* background-size: 70%; */
}
.news-list.news-item-fast-large .news-item:nth-child(1) .news-img {
  /* -webkit-background-size: 50%; */
  /* background-size: 50%; */
}

.sub-area #another-page li .img-link {
  background: none;
  padding: 0;
  border-radius: 0;
}
.sub-area #another-page li .img-link img {
  width: 100%;
}

/*-------------------------
TOPの右袖リンク
-------------------------*/
#another-link {
  background: none !important;
}
#another-link dl {
  margin: 0;
  padding: 0;
}
#another-link dt {
  display: block;
  background: #2f72c0;
  padding: 5px;
  margin: 0 0 5px;
  color: #FFF;
  font-size: 0.9rem;
  text-align: center;
  font-weight: bold;
}
#another-link dd {
  margin: 0 0 10px;
  padding: 0;
}
#another-link dd  ul {
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#another-link dd  ul li {
  margin: 0;
  padding: 0;
  border: none;
}
#another-link dd  ul li a {
  display: block;
  margin: 0 0 5px;
  border: solid 1px #DDD;
  background-color: #f6f7f8;
  border-radius: 3px;
  color: #525252;
  font-weight: bold;
  position: relative;
  font-size: 0.9em;
  text-decoration: none;
  border-radius: 3px;
  padding: 5px 20px 5px 10px;
  line-height: 1.2;
}
#another-link dd  ul li a:after {
    font-size: 0.7rem;
    font-weight: normal;
    vertical-align: middle;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -0.65em;
    content: ">";
    font-weight: bold;
    font-family: sans-serif;
}

/* 特集用タイトル */
.feature-title {
  margin: 0 0 20px;
  padding: 0;
  border-bottom: 3px solid #ea5503;
  /* border-radius: 5px; */
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.6rem;
}
.feature-title:before {
  content: attr(data-title);
  color: #ea5503;
  padding: 0 0px;
}
.feature-title img {
  height: 60px;
  margin-right: 10px;
  margin-left: auto;
}

/* 相撲 */
.main-area-results {
  margin: 40px 0 0;
  clear: both;;
  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;
}
.main-area-results .sub-area {
  width: 50%;
  padding: 0 10px;
  float: none;
}
.main-area-results .game-schedule-result-item {
  max-width: inherit;
}
@media only screen and (max-width:640px) {
.main-area-results .sub-area {
  width: 100%;
}
}

@media only screen and (min-width:981px) {
  .news-list-top .news-item .news-text .news-time {
    display: block !important;
  }
}

@media only screen and (max-width:640px) {
  .feature-title {
    margin: 0;
  }
   .feature-title:before {
     padding: 0 10px;
   }
  .feature-title img {
    height: 50px;
    margin: 5px 10px 5px auto;
   }
  .divider + #result-area { padding: 0 10px; }
  .divider + #result-area .scoreBox a:after { right: 7px; }
  #site-header #site-name {
      text-align: left !important;
      width: inherit !important;
  }
}



/*----------------------------------------
加盟社対応
----------------------------------------*/
#site-header img[src*="logo"],
#site-header .header-menu-area .btn {
   -webkit-filter: inherit;
   filter: inherit;
}
#site-header .header-menu-area .btn#btn-search {
    background-image: url(../img/common/btn/search.png);
}

.header-menu-recommend {
  opacity: 1;
}
#site-contents > #article-related,
#site-contents > #category-news {
  background: none;
  border: none;
  padding: 0;
}
#article-related .main-area .news-list,
#category-news .main-area .news-list {
  /* background: #FFF; */
  /* border-radius: 5px; */
  /* border: 1px solid #DDD; */
}
#site-contents .container ~ .container {
  margin-top: 20px;
  margin-bottom: 20px;
}
#site-header #search-area .search-input {
    /* border-radius: 3px; */
    /* margin-right: 10px; */
}
.title-category, .title-category a {
  margin: 0 0 10px;
  font-size: 1.4em;
  font-size: 1.6rem;
}
.title-category {
    border-bottom: 1px solid #00418f;
    text-align: left;
}
.menu .title-category {
  border-bottom: none;
}
#article-related .news-list:empty {
  display: none;
}

.site-article .article + .not-login .btn li br, #result-area .not-login .btn li br {
  display: none;
}

@media only screen and (min-width:641px) and (max-width:980px) {
  .container {
    padding: inherit;
    margin: 10px;
    padding: 10px !important;
  }
}
@media only screen and (max-width:640px) {
.site-article .article + .not-login .btn, #result-area .not-login .btn {
  display: block;
}
.site-article .article + .not-login .btn li, #result-area .not-login .btn li {
  width: 100%;
  margin-bottom: 10px;
}
.site-article .article + .not-login .btn li br, #result-area .not-login .btn li br {
  display: block;
}
  #site-contents .container ~ .container {
    margin-bottom: 20px !important;
  }
  .title-category, .title-category a {
    font-size: 1.6rem;
    margin-top: 10px;
    margin: 10px 0 0;
  }
  .container {
    padding: inherit;
    margin: 10px;
  }
  #category-news .sub-area {
    padding: 0;
  }
  .article .article-title {
    font-size: 1.4rem;
  }
}

/*-----------------------------------
記録の記事
-----------------------------------*/
.new-list-result .news-item {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.new-list-result .news-item ~ .news-item {
  border-top: 1px dotted #DDD;
}
.new-list-result .news-item .news-img,
.new-list-result .news-item:nth-child(1) .news-text .news-paragraph,
.new-list-result .news-item:nth-child(1) a:after{
  display: none !important;
}
.new-list-result .news-item .news-text {
  display:flex;
  flex-wrap: wrap;
  margin: 0 !important;
  justify-content: center;
  align-items: center;
}
.new-list-result .news-item .news-text .news-title .news-title-sub {
  display: inline-block;
}
.new-list-result .news-item:nth-child(1) .news-text .news-title {
  font-size: 1rem;
}
.new-list-result .news-item .news-text .news-time {
  margin: 0;
  margin-left: auto;
}

.side-list-info-wrapper {
  background: #2b63b5 !important;
}
.game-schedule-result .title-category {
  border:  none;
}
/* ーーーーーーーーーーーーーーーーーーーーーーーーー
繰り返し表示する記録のログイン表示を１つにまとめる 
親要素（通常result-area）にclass repeat_result を追記
例：<section id="result-area" class="repeat_results">
ーーーーーーーーーーーーーーーーーーーーーーーーー */
#result-area.repeat_results [data-type=results] ~ [data-type=results] .not-login{
  display:none;
}

.noLoginTPL + .noLoginTPL {
  display: none;
}

#under-ads {
  background: none;
  overflow: hidden;
  border: none !important;
  padding: 0 !important;
}
#under-ads .under-ads-item {
  width: 50%;
  float: left;
  text-align: center;
}
#under-ads .under-ads-item > .sub-area-item > div {
  margin: 0 auto;
}
@media only screen and (max-width:640px) {
#under-ads .under-ads-item {
  width: 100%;
  margin-bottom: 20px;
}
}
[id^=div-gpt-ad-] {
  margin-left: auto;
  margin-right: auto;
}
/* 郷土力士表示不具合対応 */
.sub-area-contents[data-key*="郷土力士"] .title,
.sub-area-contents[data-key*="郷土力士"] .data-wrapper {
  display: block !important;
}
.sub-area-contents[data-key*="郷土力士"] .title:nth-of-type(1),
.sub-area-contents[data-key*="郷土力士"] .data-wrapper:nth-of-type(1) {
  display: none !important;
}
.sub-area-contents[data-key*="郷土力士"] .result > div:not(.kijiHead),
.sub-area-contents[data-key*="郷土力士"] .result > div:not(.in_the_box) {
  text-align: center;
  display: block;
}
/* 郷土力士の11人目以降が表示されない不具合対応 */
.sub-area [data-key^="郷土力士:トップパーツ:"] .sbandukeDetail tbody > tr:nth-child(n+11) {
  display: table-row !important;
}
/* 郷土力士・大相撲の勝負で結果をすべて表示する */
.sub-area [data-key^="大相撲:トップパーツ"] .shobu tbody > tr:nth-child(n+5),
.sub-area [data-key^="郷土力士:トップパーツ:"] .shobu tbody > tr:nth-child(n+5) {
  display: table-row !important;
}
/* 相撲ページの記録パーツに番付表が出ているとき、
　部屋名が出ていない力士があるので一時的に表示する */
.sub-area [data-key^="郷土力士"] .sbandukeDetail tbody > tr:last-child {
  display: table-row !important;
}
/* 右袖パーツに○日目を表示する */
.sub-area .spodonsumo.shoubu.detailDescription .kijiIcon {
	display: block;
	margin-top:0;
	padding: 0 3px 0 6px;
	text-align: left;
}
/* 右袖パーツに○日目を表示する */
.sub-area [data-key^="Ｊ*,サッカー速報パーツ"] .game-schedule-result-item date,
.sub-area [data-key^="Ｊ*,サッカー速報パーツ"] .game-schedule-result-item .subTitle,
.sub-area [data-key^="プロ野球,プロ野球速報パーツ"] .game-schedule-result-item date,
.sub-area [data-key^="プロ野球,プロ野球速報パーツ"] .game-schedule-result-item .subTitle,
.sub-area [data-key^="高校野球速報パーツ,全国高校野球選手権大会"] .game-schedule-result-item date,
.sub-area [data-key^="高校野球速報パーツ,選抜高校野球大会"] .game-schedule-result-item date,
.sub-area [data-key^="バスケットボール,Ｂリーグ*,バスケットボール速報パーツ"] .game-schedule-result-item date,
.sub-area [data-key^="バスケットボール,Ｂリーグ*,バスケットボール速報パーツ"] .game-schedule-result-item .subTitle {
  display: block !important;
  margin-top:0;
  padding: 0 3px 0 6px;
  text-align: left;
}
/* パーツ：右袖表示対応 */
.sub-area [data-key^="Ｊ*,サッカー速報パーツ"] .game-schedule-result-item-header .game-title,
.sub-area [data-key^="プロ野球,プロ野球速報パーツ"] .game-schedule-result-item-header .game-title,
.sub-area [data-key^="バスケットボール,Ｂリーグ*,バスケットボール速報パーツ"] .game-schedule-result-item-header .game-title {
  display: none;
}
.sub-area [data-key^="Ｊ*,サッカー速報パーツ"] .game-schedule-result-item date,
.sub-area [data-key^="プロ野球,プロ野球速報パーツ"] .game-schedule-result-item date,
.sub-area [data-key^="高校野球速報パーツ,全国高校野球選手権大会"] .game-schedule-result-item date,
.sub-area [data-key^="高校野球速報パーツ,選抜高校野球大会"] .game-schedule-result-item date,
.sub-area [data-key^="バスケットボール,Ｂリーグ*,バスケットボール速報パーツ"] .game-schedule-result-item date {
  margin-top: 5px;
  border-left: none;
}
.sub-area [data-key^="Ｊ*,サッカー速報パーツ"] .game-schedule-result-item .scoreBox,
.sub-area [data-key^="プロ野球,プロ野球速報パーツ"] .game-schedule-result-item .scoreBox,
.sub-area [data-key^="高校野球速報パーツ,全国高校野球選手権大会"] .game-schedule-result-item .scoreBox,
.sub-area [data-key^="高校野球速報パーツ,選抜高校野球大会"] .game-schedule-result-item .scoreBox,
.sub-area [data-key^="バスケットボール,Ｂリーグ*,バスケットボール速報パーツ"] .game-schedule-result-item .scoreBox {
  display: block;
  border: none;
}
.sub-area .data-wrapper .scoreBox .scoreBoxIn * {
  color: #333 !important;
}
.sub-area .data-wrapper .scoreBox .scoreResult {
  color: red !important;
  font-size: 1.2em !important;;
}
.sub-area nav[data-key^="Ｊ*,サッカー速報パーツ"] ul li a {
	min-width: fit-content;
	padding 3px 5px;
}
/* 右袖の相撲取組が一部欠けてしまっているので補正 */
.sub-game-schedule .sub-area-item .torikumi table td:nth-child(5),
.sub-game-schedule .game-schedule-result-item .torikumi table td:nth-child(5) {
	display: table-cell !important;
}
/* サッカーアジアカップの開催地表示がおかしいため一時的に非表示 */
.sportsID-KMFF07 .termstarttime { display: none; }
