@charset "UTF-8";
/* ------------------------------------------------------------------------
TITLE       : nikkansports.com 野球css
DATE       : 2015/03/02
UP DATE    : 2016/02/03
URL         : https://www.nikkansports.com/baseball/professional/css/pf-style.css
AUTHOR  : nikkansports.com
------------------------------------------------------------------------- */
#teamListArea {
  margin-bottom: 20px;
}

.teamList_baseball h4 {
  margin-bottom: 10px;
}
.teamList_baseball .teamlist-pl, .teamList_baseball .teamlist-cl {
  width: 50%;
  float: left;
  margin-bottom: 5px;
  padding-right: 3px;
}
.teamList_baseball .teamlist-pl dd, .teamList_baseball .teamlist-cl dd {
  width: 95px;
  margin-bottom: 5px;
  margin-right: 8px;
}
.teamList_baseball .teamlist-pl dd a, .teamList_baseball .teamlist-cl dd a {
  font-size: 12px;
  font-size: 1.2rem;
}
.teamList_baseball .teamlist-pl dd a.thin, .teamList_baseball .teamlist-cl dd a.thin {
  letter-spacing: -0.1em;
}
.teamList_baseball .teamlist-cl + .teamlist-pl,
.teamList_baseball .teamlist-pl + .teamlist-cl {
  float: right;
  padding-right: 0;
  padding-left: 3px;
}

.theme-record .contents-record h3, .theme-data .contents-pfdata h3 {
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.theme-record.theme-3crown .scheduleNavi .sch-nav_3crown a {

}

.theme-record.theme-200 .scheduleNavi .sch-nav_200 a,
.theme-record.theme-2000hit .scheduleNavi .sch-nav_2000hit a,
.theme-record.theme-era .scheduleNavi .sch-nav_era a,
.theme-record.theme-hitter .scheduleNavi .sch-nav_hitter a,
.theme-record.theme-homerun .scheduleNavi .sch-nav_homerun a,
.theme-record.theme-japan_series .scheduleNavi .sch-nav_japan_series a,
.theme-record.theme-mostvic .scheduleNavi .sch-nav_mostvic a,
.theme-record.theme-mvp .scheduleNavi .sch-nav_mvp a,
.theme-record.theme-nohit .scheduleNavi .sch-nav_nohit a,
.theme-record.theme-perfect .scheduleNavi .sch-nav_perfect a,
.theme-record.theme-rbc .scheduleNavi .sch-nav_rbc a,
.theme-record.theme-rookie .scheduleNavi .sch-nav_rookie a,
.theme-record.theme-victory .scheduleNavi .sch-nav_victory a,
.theme-record.theme-hr_50 .scheduleNavi .sch-nav_hr_50 a {
  color: #ffffff;
  background: #007ada;
}

.theme-data .bb-player-result td {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: -0.064em;
}

.theme-standings .bb-playTable th:nth-child(8) ,
.theme-standings .bb-playTable td:nth-child(9) ,
.theme-standings .bb-playTable01 th:nth-child(8) ,
.theme-standings .bb-playTable01 td:nth-child(9) ,
.theme-standings .bb-playTable01 th:nth-child(9) ,
.theme-standings .bb-playTable01 td:nth-child(10) { display: none; }

.theme-standings .bb-playTable td,
.theme-standings .bb-playTable01 td {
  font-size: 13px;
  font-size: 1.3rem;
}


/* REALTIME & NSHIKI SCORE BUTTON */
.contents-realtime .nscoreLink.realtime ,
.contents-score .nscoreLink.nScore {
  display: none;
}
#scoreButton {
  width: 100%;
  margin-bottom: 5px;
}
#scoreButton .contents-title {
  float: left;
}
#scoreButton .nscoreLink {
  float: right;
}
#scoreButton .nscoreLink a {
  display: inline-block;
  width: 100%;
  min-width: 130px;
  margin: 2px 0 -2px 0;
  padding: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  /* background: #f35128; */
  border: 1px solid transparent;
  /* border: none; */
  border-radius: 4px;
  /* border-bottom: solid 2px #c33918; */
}
#scoreButton .nscoreLink a:after {
  content: "";
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "nsiconfont";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  width: 14px;
}
#scoreButton .nscoreLink a:hover {
/* 
  background: #f5613d;
  margin: 0 0 0 0;
  box-shadow: 0 1px 0 #c33918;
 */
}
#scoreButton .nscoreLink a:active {
/* 
  margin-top: 2px;
  border-bottom: none;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
 */
}
#scoreButton .nscoreLink.nScore a {
    background: #808080;
}
#scoreButton .nscoreLink.nScore a:hover {
    background: #fff;
    color: #808080;
    border: 1px solid #808080;
}
#scoreButton .nscoreLink.realtime a {
    background: #c30e00;
}
#scoreButton .nscoreLink.realtime a:hover {
    background: #fff;
    color: #c30e00;
    border: 1px solid #c30e00;
}
.contents-realtime #scoreButton .nscoreLink.nScore a {
    display: none;
}

/*　得点項目を非表示（2021/03/02変更） */
.nScore-bb_detail table.batter tr:not(:last-child) th:nth-child(5),
.nScore-bb_detail table.batter tr:not(:last-child) td:nth-child(5),
.nScore-bb_detail table.batter tr:last-child td:nth-child(3) {
		display: none;
}

/* 始球式フォトギャラリー */
#baseball.theme-photogallery h3.tableCaption {
    margin: 0 0 30px;
    padding-left: 10px;
    color: #333333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    background-color: #ffffff;
    border-left: 4px solid #333333;
}
.photogalleryList {
    padding-top: 40px;
}
.photogalleryList .photogalleryBox a.photoLink {
	display: block;
	width: 80%;
    margin: 0 auto 50px;
}
.photogalleryList .photogalleryBox a.photoLink:hover {
	opacity: 0.8;
    text-decoration: none;
}
.photogalleryList .photoTxt {
	display: block;
    width: auto;
    margin-top: 10px;
    text-align: center;
    line-height: 1.6;
    font-weight: bold;
}
.photogalleryList .photoImg {
	position: relative;
	/*height: 300px;*/
	overflow: hidden;
}
.photogalleryList .photoImg img {
	width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.photogalleryList .photoNum {
	position: absolute;
	padding: 10px 20px;
    bottom: 0;
    left: 0;
    line-height: 16px;
    color: #ffffff;
    background: #333333;
    opacity: 0.8;
}
.photogalleryList .photoTxt p.photoDate { color: #9fb0bc; }
.photogalleryList .photoTxt p.photoHead:hover { text-decoration: underline; }
.photogalleryBox {
	height:405px
}
.photogalleryLeft {
	float:left;
	width: 320px;
}
.photogalleryRight {
	float:right;
	width: 320px;
}



/* --------------------------------------------------------------------------------------------------------------------------------
CLEER FIX
-------------------------------------------------------------------------------------------------------------------------------- */
.clearfix:after, .teamList_baseball:after,
#scoreButton:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix, .teamList_baseball,
#scoreButton {
  min-height: 1px;
  /* for IE 6,7 */
  *zoom: 1;
}

* html .clearfix, * html .teamList_baseball {
  height: 1px;
  /*¥*/
     /*/
height: auto;
overflow: hidden;
/**/
}

.both {
  clear: both;
}
