/* main visual */

.visual {
  background: url(/ja/baseball/images/bg_visual1.jpg) no-repeat top center / cover;
  width: 100%;
  padding-top: 47%;
  height: 0;
  position: relative;
  margin-bottom: -10%;
  overflow: hidden;
}
@media screen and (min-width: 1555px) {
	.visual {
		width: 1555px;
		margin-left: auto;
		margin-right: auto;
	}
}

.pageTitle {
  position: absolute;
  top: 30%;
  left: 5%;
  width: 40%;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .pageTitle {
    width: 250px;
    left: 10%;
  }
}

@media screen and (min-width: 992px) {
    .pageTitle {
        top: 32%;
        width: 300px;
    }
}

@media screen and (min-width: 1200px) {
  .pageTitle {
    width: 860px;
    left: 15%;
  }
}

@media screen and (min-width: 1580px) {
  .visual {
    min-height: 735px;
    max-height: 735px;
    padding-top: 0;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    margin-bottom: -120px;
  }
}

/* SNS button */

.btn-sns {
  font-weight: bold;
  padding-left: 60px;
  background-repeat: no-repeat;
  background-size: auto 50px;
  background-position: 1em center;
}

@media screen and (min-width: 768px) {
  .btn-sns {
    padding-left: 4.5em;
    background-size: auto 70%;
  }
}

.btn-facebook {
    background-image: url(/ja/baseball/images/ico-facebook.png);
}

.btn-twitter {
    background-image: url(/ja/baseball/images/ico-twitter.png);
}

/* live */
	
.lead_twitter{ padding-left: 40px; background: url(/ja/baseball/live/images/icon_twitter.png) no-repeat left top; }
.lead_twitter a{text-decoration: underline;}
.twitter-timeline{display: none;}

.btn-match-result {
  color: #ca0000;
  border-color: #ca0000;
  font-weight: bold;
  padding: 0;
  background-color: rgba(255,255,255,0.5);
}
.btn-match-result:hover,.btn-match-result:focus {
  color: #ca0000;
  background-color: rgba(255,204,204,0.5);
  border: 1px solid #ffcccc;
}
.btn-match-result .general-content {
  margin: 15px;
  font-size: 1.0em;
}

.btn-match-result .general-content-body {
    text-align: center !important;
}

@media screen and (min-width: 768px) {
  .btn-match-result .general-content {
    font-size: 1.6em;
  }
}

/* news label */

.label-live {
	background: #990000;
}
.label-schedule {
	background: #585858;
}
.label-match_results {
	background: #990000;
}
.label-match_schedule {
	background: #333366;
}
.label-topics {
	background: #226939;
}

/* slogan */

.slogan {
	font-size: 1.4em ;
	margin: 12px 0 ;
	}


/* players and staff */

.table-baseball-players>tbody>tr>th {
  width: 23%;
}
.table-baseball-players>tbody>tr>td {
  width: 77%;
}

@media screen and (min-width: 768px) {
  .table-baseball-players>tbody>tr>th {
    width: 35%;
  }
  .table-baseball-players>tbody>tr>td {
    width: 65%;
  }
}

/* Other */

.nowrap {
	white-space: nowrap ;
}

