@charset "UTF-8";
/* ---------------------------------------------------------------------

TITLE   : nikkansports.com CSS
UPDATE  : 2022/06/04
URL     : http://www.nikkansports.com/baseball/highschool/sensyuken/2026/css/chihou2026-style.css
AUTHOR  : nikkansports.com

--------------------------------------------------------------------- */
/*  */

.pageNav li {
  float: left;
  margin-bottom: 20px;
  line-height: 30px;
}
.areaYaguraTop .pageNav li{
  margin-bottom: 30px;
}

.pageNav li a {
  display: block;
  padding: 0px 0.7em;
  margin-right: 1px;
  text-align: center;
  font-size: 1.4rem;
  color: #FFF;
  background: #009fe8;
}
.pageNav li.current a {
  color: #FFF;
  background: #007ada;
}

body.areaTop #newsBox {
  margin-left: 0;
}

.scheduleNavi a {
  margin-bottom: 1px;
}
.scoreTableContainer {
  margin-bottom: 20px;
}

.areaTop .scoreTableContainer div:not(:first-child) {
  display: none;
}

.areaTop .newslist li a {
  font-size: 14px;
  font-size: 1.4rem;
}
.areaTop .scheduleNavi {
  margin-bottom: 0;
}

#chihouSche img {
  width: 22px;
}
#chihouSche tr:not(:first-child) th.area {
  background: #e6f5ff;
  width: 135px;
}
#chihouSche tr td.flash a {
  color: #0071c2;
}
#chihouSche tr td.flash a:hover span {
  text-decoration: underline;
}
#chihouSche tr td.red a {
  color: #ff0000;
}
#chihouSche tr td span,
#chihouSche tr td.red span {
  display: block;
}
#chihouSche tr td.flash span {
  display: inline-block;
}

.linklist li.pickup a {
  color: #C50000;
}

.yaguWrap p.info {
  text-align: left;
  margin-bottom: 20px;
  margin-left: 70px;
}
#areaBox {
  /* margin-left: 70px; */
}
#areaBox .yaguraLink {
  display: inline-block;
  width: 150px;
}
.area-hyogo #areaBox .yaguraLink {
  width: 115px;
}
#areaBox .yaguraLink.hide {
  display: none;
}
#areaBox .yaguraLink.div01 {
  margin-right: 10px;
}
#areaBox .yaguraLink.div02, 
#areaBox .yaguraLink.div03, 
#areaBox .yaguraLink.div04 {
  margin-right: 5px;
}
#areaBox p.info {
  font-size: 84%;
  line-height: 1.4;
}

.scoreBox {
    background: #fff;
}
.scoreBox th {
    padding: 4px 5px;
    text-align: center;
    background: #838383;
    color: #fff;
    border: 0 none;
    border-top: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
}
.scoreBox td {
    padding: 5px 3px;
    text-align: center;
    background: #fff;
    border: 0 none;
    border-top: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
}
.scoreBox .totalScore {
    background: #c9efff;
}

.scheduleNavi dl {
    padding: 8px 6px;
    background: #3f86a5;
}
.scheduleNavi dl dt {
    color: #fff;
}
.scheduleNavi dl dd {
    margin: 1px 10px 0 0;
    background: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.scheduleNavi a {
    min-width: 33px;
    padding: 0;
    margin: 0;
    text-align: center;
    color: #0071c2;
    background: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
p.attention.pdfPrint {
    margin: 10px 0;
}
p.attention.scoreLink {
    margin: 10px 0;
    text-align: left;
}
#chihouSche.sensyukenSchedule th:last-child,
#chihouSche.sensyukenSchedule td:last-child { display: table-cell; }
#chihouSche.sensyukenSchedule td a.bold {  font-weight: 900; }
.yaguWrap img#tournamentImg { margin-bottom: 30px; }
.yaguWrap img#tournamentImg2,
.yaguWrap img#tournamentImg3,
.yaguWrap img#tournamentImg4 {
    margin-bottom: 20px;
}
.attention.pdfPrint.yaguraLink.div02,
.attention.pdfPrint.yaguraLink.div03,
.attention.pdfPrint.yaguraLink.div04 {
    margin-bottom: 40px;
    margin-left: 70px;
    text-align: left;
}
/* .newslist li span, */

.icon-sizeL {
    display: none;
}
/* --------------------------------------------------------------------------------------------------------------------------------
.far.fa-image {
    /* display: none; :/
}
-------------------------------------------------------------------------------------------------------------------------------- */



/* --------------------------------------------------------------------------------------------------------------------------------
CLEER FIX
-------------------------------------------------------------------------------------------------------------------------------- */
.clearfix:after,.pageNav:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.clearfix {
  min-height: 1px;
  /* for IE 6,7 */
  *zoom: 1; }

* html .clearfix {
  height: 1px;
  /*¥*/
   /*/
height: auto;
overflow: hidden;
/**/ }

.both {
  clear: both; }
