@charset "UTF-8";
/* --------------------------------------------------------
[1] top
[2] result
[3] standing
[4] ranking
[5] team
[6] column
[7] movie
[8] special
[9] info
[10] samurai
-------------------------------------------------------- */
/* [1] top --------------------------------------------------------------- */
/* 特集 */
.b_top ul.special {
  margin-bottom: 10px;
}

.b_top ul.special li {
  margin-bottom: 5px;
  color: #fff;
  text-align: center;
}

.b_top ul.special li img {
  max-width: 100%;
}

.b_top .bnr_list{
  margin-bottom: 20px;
  padding: 0 5px;
  font-size: 90%;
}
.b_top .bnr_list dt{
  margin-bottom: 5px;
  border-top: 2px dotted #d5d5d5;
  border-bottom: 2px dotted #d5d5d5;
}
.b_top .bnr_list dt span{
  display: block;
  font-size: 120%;
  font-weight: bold;
}
.b_top .bnr_list dd{
  margin-bottom: 5px;
  text-align: center;
}
.b_top .bnr_list dd a {
  display: block;
  text-align: center;
}
.b_top .bnr_list dd img {
  max-width: 100%;
}
.icon_check_orange{
	position: relative;
	padding-left: 40px;
}
.icon_check_orange:before{
	content: "";
	position: absolute;
	top: 3px;
	left: 5px;
	display: block;
	width: 25px;
	height: 25px;
	background: url(/img/common/icon_check_orange.png) no-repeat;
	-webkit-background-size: 25px;
	background-size: 25px;
}
/* 速報 */
ul.list li.live a {
  background: #fffacd url(/img/common/bg_line.png) repeat left top;
}

ul.list li.live a .list_inn:after {
  content: "　";
  width: 10px;
  height: 19px;
  background: url(/img/common/arrowR.png) no-repeat right center;
  background-size: 10px 19px;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -10px;
}

ul.list li.live a p.game_data:after {
  content: "テキスト速報中";
  display: inline-table;
  width: 80px;
  margin: 4px 5px 0;
  padding: 3px 0;
  background: #f00;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  -moz-animation-name: blink;
  -moz-animation-duration: 2.5s;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -moz-animation-delay: 2s;
  -webkit-animation-name: blink;
  -webkit-animation-duration: 2.5s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 2s;
  -ms-animation-name: blink;
  -ms-animation-duration: 2.5s;
  -ms-animation-timing-function: ease-in-out;
  -ms-animation-iteration-count: infinite;
  -ms-animation-delay: 2s;
  animation-name: blink;
  animation-duration: 2.5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-delay: 2s;
}

/* [2] result --------------------------------------------------------------- */
/* list */
ul.list {
  line-height: 1;
}

.left_box ul.list li {
  display: block;
/*   height: 82px; */
}

.right_box ul.list li {
  display: block;
  height: 82px;
}

ul.list li a {
  display: block;
}

ul.list li a .list_inn {
  position: relative;
}

ul.list li a .list_inn:after {
  content: "　";
  width: 10px;
  height: 19px;
  background: url(/img/common/arrowR.png) no-repeat right center;
  background-size: 10px 19px;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -10px;
}

ul.list li {
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #bbb;
}

ul.list li:first-child {
  border-top: 1px solid #bbb;
}

ul.list li p.stadium {
  padding: 7px 5px;
  background: #eee;
  font-size: 12px;
  line-height: 1;
}

/* 動画・みどころ・チケット */
ul.list li p.stadium span,
ul.list li a p.stadium span {
  float: right;
  margin: -7px -5px 0 0;
  padding: 7px 10px;
}

ul.list li p.stadium span.movie_ico,
ul.list li a p.stadium span.movie_ico {
  padding: 7px 10px 7px 35px;
  background: #c00 url(/img/common/ico_movie_on.png) no-repeat 10px center;
  background-size: 18px 12px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-align: center;
}

ul.list li span.highlight,
ul.list li a span.highlight {
  padding: 3px 5px;
  background: #c00;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-align: center;
}

ul.list li span.ticket,
ul.list li a span.ticket {
  padding: 6px 9px;
  background: #fff;
  color: #c00;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  border: 1px solid #c00;
}

ul.list li .list_inn {
  display: block;
  padding: 0 20px 0 5px;
  text-align: center;
}

ul.list li .list_inn img {
  vertical-align: middle;
}

ul.list li .group + .list_inn {
  margin-bottom: 5px;
}

ul.list li .table {
  display: table;
  width: 100%;
  padding: 10px 0;
}

ul.list li .table_under {
  display: table;
  width: 100%;
  border-top: 1px dotted #bbb;
}

ul.list li .table p,
ul.list li .table_under p {
  display: table-cell;
  vertical-align: middle;
}

ul.list li .table_under p {
  padding: 2px 0;
}

ul.list li p.team_left,
ul.list li p.team_right {
  width: 25%;
  font-size: 14px;
  font-weight: bold;
}
ul.list li p.team_left:before,
ul.list li p.team_right:before {
	content: "";
	display: block;
	width: 50px;
	height: 33px;
	margin: 0 auto 5px;
/* 	background: #d5d5d5 url(/img/flag/jpn.png) no-repeat center center; */
	background: #d5d5d5 no-repeat center center; 
	-webkit-background-size: 50px 33px;
	background-size: 50px 33px;
	border: 1px solid #d5d5d5;
}
ul.list li p.team_left.JPN:before,
ul.list li p.team_right.JPN:before {
	background-image: url(/img/flag/jpn.png);
}
ul.list li p.team_left.MEX:before,
ul.list li p.team_right.MEX:before {
	background-image: url(/img/flag/mex.png);
}
ul.list li p.team_left.VEN:before,
ul.list li p.team_right.VEN:before {
	background-image: url(/img/flag/ven.png);
}
ul.list li p.team_left.DOM:before,
ul.list li p.team_right.DOM:before {
	background-image: url(/img/flag/dom.png);
}
ul.list li p.team_left.USA:before,
ul.list li p.team_right.USA:before {
	background-image: url(/img/flag/usa.png);
}
ul.list li p.team_left.KOR:before,
ul.list li p.team_right.KOR:before {
	background-image: url(/img/flag/kor.png);
}
ul.list li p.team_left.TPE:before,
ul.list li p.team_right.TPE:before {
	background-image: url(/img/flag/tpe.png);
}
ul.list li p.team_left.CUB:before,
ul.list li p.team_right.CUB:before {
	background-image: url(/img/flag/cub.png);
}
ul.list li p.team_left.NED:before,
ul.list li p.team_right.NED:before {
	background-image: url(/img/flag/ned.png);
}
ul.list li p.team_left.CAN:before,
ul.list li p.team_right.CAN:before {
	background-image: url(/img/flag/can.png);
}
ul.list li p.team_left.PUR:before,
ul.list li p.team_right.PUR:before {
	background-image: url(/img/flag/pur.png);
}
ul.list li p.team_left.ITA:before,
ul.list li p.team_right.ITA:before {
	background-image: url(/img/flag/ita.png);
}
ul.list li p.team_left.未:before,
ul.list li p.team_right.未:before {
	content: none;
}



ul.list li p.score_left {
  text-align: right;
}
ul.list li p.score_right {
  text-align: left;
}

ul.list li p.score_left,
ul.list li p.score_right {
  width: 15%;
  padding: 0 5px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}

ul.list li p.game_data {
  padding: 0 5px;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
}
ul.list li p.game_stats {
  padding: 0 5px;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
}

ul.list li p.game_data span {
  display: block;
  font-size: 12px;
}

ul.list li p.game_data span.game_status {
  color: #c00;
}

ul.list li p.game_data span.highlight {
  padding-top: 5px;
  color: #c00;
}

ul.list li p.player_left {
  width: 35%;
  font-size: 10px;
  text-align: right;
}

ul.list li p.player_status {
  width: 30%;
  font-size: 10px;
}

ul.list li p.player_right {
  width: 35%;
  font-size: 10px;
  text-align: left;
}

ul.list li p.player_left .win,
ul.list li p.player_right .win {
  color: #f00;
  font-weight: bold;
}

ul.list li p.player_left .lose,
ul.list li p.player_right .lose {
  color: #276cd3;
  font-weight: bold;
}

ul.list li p.player_left .win,
ul.list li p.player_left .lose {
  padding-left: 5px;
}

ul.list li p.player_right .win,
ul.list li p.player_right .lose {
  padding-right: 5px;
}

ul.list li p.game_data span.blink {
  display: inline;
  font-size: 20px;
  color: #FF7817;
}

.blink {
  -moz-animation-name: blink;
  -moz-animation-duration: 2.5s;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -moz-animation-delay: 2s;
  -webkit-animation-name: blink;
  -webkit-animation-duration: 2.5s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 2s;
  -ms-animation-name: blink;
  -ms-animation-duration: 2.5s;
  -ms-animation-timing-function: ease-in-out;
  -ms-animation-iteration-count: infinite;
  -ms-animation-delay: 2s;
  animation-name: blink;
  animation-duration: 2.5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-delay: 2s;
}

@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-ms-keyframes blink {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
/* 月 */
.month_list {
  margin: 5px 0 10px;
  overflow: hidden;
}

.month_list li {
  float: left;
  width: 20%;
  background: #aaa;
  text-align: center;
}

.month_list li a {
  background: -moz-linear-gradient(top, #eee 0%, #ddd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eee), color-stop(100%, #ddd));
  border: 1px solid #fff;
  display: block;
  padding: 10px 5px 10px 0;
  position: relative;
}

.month_list li a:after {
  content: "　";
  width: 7px;
  height: 12px;
  background: url(/img/common/arrowKs.png) no-repeat right center;
  background-size: 7px 12px;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -6px;
}

.month_list li.current a {
  background: #555;
  color: #fff;
}

.month_list li.current a:after {
  background: url(/img/common/arrowWs.png) no-repeat right center;
  background-size: 7px 12px;
}

/* セリーグ・パリーグ */
.left_box {
  float: left;
  width: 100%;
}

.right_box {
  float: right;
  width: 50%;
}

.league_ttl {
  overflow: hidden;
  background: #333;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

.standing .league_ttl p.inter,
.b_top .league_ttl p.inter,
.result .league_ttl p,
.league_ttl p a {
  display: block;
  padding: 10px 0;
  color: #fff;
}

.league_ttl .central {
  background: #35a45b;
}

.league_ttl .pacific {
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  background: #45a4db;
}

.league_ttl .climax {
  background: #223a70;
}

.league_ttl .japan {
  background: #005243;
}

.league_ttl .inter {
  background: #f08300;
}

.league_ttl.league_ttl .left_box .central .open {
  background: #35a45b;
  border-bottom: 3px solid #35a45b;
}

.league_ttl.league_ttl .right_box .pacific .open {
  background: #45a4db;
  border-bottom: 3px solid #45a4db;
}

.tabSelecter {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  overflow: hidden;
  text-align: center;
  margin: 5px 0 0;
}

.tabSelecter #central {
  float: left;
  width: 50%;
  background: none repeat scroll 0 0 #35a45b;
  color: #fff;
  display: block;
}

.tabSelecter #pacific {
  float: right;
  width: 50%;
  background: none repeat scroll 0 0 #45a4db;
  color: #fff;
  display: block;
}

.tabSelecter li a {
  color: #FFFFFF;
  display: block;
  font-weight: bold;
  position: relative;
  padding: 10px 15px;
}

.hide {
  display: none;
}

.ttlNoLink.central {
  border-top: 5px solid #35a45b;
}

.ttlNoLink.pacific {
  border-top: 5px solid #45a4db;
}

.central_standing .league_ttl,
.central_standing.league_ttl {
  background: #35a45b;
  border-bottom: 3px solid #35a45b;
}

.central_standing .league_ttl .pacific,
.central_standing.league_ttl .pacific {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.pacific_standing .league_ttl,
.pacific_standing.league_ttl {
  background: #45a4db;
  border-bottom: 3px solid #45a4db;
}

.pacific_standing .league_ttl .central,
.pacific_standing .league_ttl.central {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}

.pacific_standing .league_ttl .pacific,
.pacific_standing.league_ttl .pacific {
  border-left: none;
}

.result_inn {
  overflow: hidden;
}

.result_inn ul.list li .list_inn {
  padding: 5px;
}

.result_inn ul.list li a .list_inn {
  padding: 5px 20px 5px 5px;
}

.result_inn ul.list li a .list_inn:after {
  content: "　";
  width: 7px;
  height: 12px;
  background: url(/img/common/arrowKs.png) no-repeat right center;
  background-size: 7px 12px;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -6px;
}

.result_inn ul.list li .table {
  padding: 5px 0;
  /*	height:43px;*/
}
.result_inn ul.list li .table + span{
	padding: 2px 5px;
	background: #c00;
	color: #fff;
	font-size: 12px;
}

.result_inn ul.list li p.team_left,
.result_inn ul.list li p.team_right {
  width: 25%;
  padding: 0;
  font-size: 14px;
}

.result_inn ul.list li p.score_left,
.result_inn ul.list li p.score_right {
  width: 15%;
  padding: 0;
  font-size: 22px;
}

.result_inn ul.list li p.game_data {
  padding: 0;
  font-size: 14px;
  white-space: nowrap;
}

.result_inn ul.list li p.game_data span {
  font-size: 20px;
  line-height: 1.2;
}

.result_inn ul.list li span.movie_ico,
.result_inn ul.list li a span.movie_ico,
.result_inn ul.list li span.highlight,
.result_inn ul.list li a span.highlight {
  /*	display:inline-block;*/
  /*	padding-top:5px;*/
  /*	padding-bottom:5px;*/
}

.result_inn ul.list li span.ticket,
.result_inn ul.list li a span.ticket {
  display: inline-block;
  padding-top: 4px;
  padding-bottom: 4px;
}

/*----- 上下linkArea -----*/
#baseball div.result-linkArea {
  padding: 5px;
}

#baseball div.result-linkArea + section {
  margin-top: 10px;
}

#baseball div.result-linkArea table tr td {
  padding: 0;
  border: 1px solid #ccc;
  text-align: center;
  position: relative;
  background: -moz-linear-gradient(top, #fff 0%, #eee 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #eee));
  padding: 0;
  font-weight: bold;
  width: 33%;
  height: 50px;
}

#baseball div.result-linkArea table tr td a {
  background: -moz-linear-gradient(top, #fff 0%, #eee 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #eee));
  display: block;
  color: #333;
  font-weight: bold;
  line-height: 1;
}

a.list_inn:after {
  content: "　";
  width: 7px;
  height: 12px;
  background: url(/img/common/arrowKs.png) no-repeat right center;
  background-size: 7px 12px;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -6px;
}

#baseball div.result-linkArea table tr td a span {
  display: block;
  margin-top: 5px;
  color: #f00;
  font-size: 10px;
}

/* game */
#baseball .game_date_place {
  font-size: 12px;
}

#game h3 + div {
  margin-top: 0;
}

.game_time_place {
  padding: 10px 5px;
}

/* みどころ */
#game .key_point {
  margin: 5px 0;
}

#game .key_point p {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.6;
  border: 1px solid #bbb;
}

#baseball #game h4.trigger:after {
  background: url(/img/common/arrowWs_under.png) no-repeat center right;
  background-size: 12px 7px;
}

#baseball #game h4.trigger.active:after {
  background: url(/img/common/arrowWs_top.png) no-repeat center right;
  background-size: 12px 7px;
}

/* 速報メンバータブ */
#game ul.ga_tab {
  margin-top: 15px;
  width: 100%;
  display: table;
  list-style: none;
}

#game ul.ga_tab li {
  display: table-cell;
  width: 33%;
  vertical-align: middle;
  background: #eee;
  border-bottom: 2px solid #555;
}

#game ul.ga_tab li:first-child {
  width: 34%;
}

#game ul.ga_tab li a {
  display: table-cell;
  padding: 7px 0px;
  display: block;
  color: #666;
  line-height: 1;
  text-align: center;
}

#game ul.ga_tab li:nth-child(1) a,
#game ul.ga_tab li:nth-child(2) a {
  padding: 14px 0px;
  border-right: 1px solid #fff;
}

#game ul.ga_tab li.current {
  background: #555;
  text-align: center;
  font-weight: bold;
}

#game ul.ga_tab li.current a {
  color: #fff;
}

/*----- スコア -----*/
p.game_date {
  font-size: 12px;
  text-align: right;
}

#game p.game_date {
  padding: 5px;
}

.team p.game_date {
  padding: 2px 0;
}

#game div.scoreBoard th {
  background: #eee;
  font-weight: normal;
  font-size: 15px;
  color: #000;
  font-size: 12px;
}

#game div.scoreBoard th,
#game div.scoreBoard td {
  padding: 6px 0;
  text-align: center;
  border: 1px solid #ccc;
  vertical-align: middle;
  width: 8%;
}

#game div.scoreBoard th.nonedata,
#game div.scoreBoard td.nonedata {
  background: none;
  border: none;
}

/*----- player-performance -----*/
#game p.pitcher_of_record,
#game p.player_performance {
  margin-top: 8px;
  padding: 0 5px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.6;
}

#game p.player_performance a {
  color: #007bbb;
  text-decoration: underline;
}

/* ゲームハイライト動画 */
#game .movie {
  margin-top: 15px;
}

#game .movie p {
  margin: 5px 0 -2px 0;
  color: #f00;
  text-align: center;
  font-weight: bold;
}

/*----- 更新ボタン -----*/
input.reset {
  display: block;
  width: 80%;
  margin: 10px auto;
  padding: 10px 0;
  background: -moz-linear-gradient(top, #f55 0%, #c00 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f55), color-stop(100%, #c00));
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

input.reset_s {
  display: block;
  padding: 6px 20px;
  background: -moz-linear-gradient(top, #f55 0%, #c00 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f55), color-stop(100%, #c00));
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -13px;
}

/*----- イニング速報 -----*/
#inningDetail > section {
  margin-top: 10px;
}

.game_time {
  padding: 10px 5px;
  position: relative;
}

#inningDetail table.activity_list th {
  background: #eee;
  padding: 7px 5px 7px 10px;
  color: #000;
  font-size: 12px;
  line-height: 1;
  border-bottom: 2px solid #fff;
}

#inningDetail table.activity_list th:first-child {
  width: 25%;
  text-align: left;
}

#inningDetail table.activity_list th:nth-child(2) {
  width: 75%;
}

#inningDetail table.activity_list td {
  padding: 10px 5px 10px 10px;
  text-align: left;
  line-height: 1.4;
  border-bottom: 2px solid #fff;
}

#inningDetail table.activity_list td:first-child {
  font-weight: bold;
}

#inningDetail .scored,
#recordDetail .hit {
  color: #f00;
}

#recordDetail .scored {
  color: #f00;
  font-weight: bold;
}

#inningDetail .change {
  color: #e26500;
}

/* 成績 */
#recordDetail {
  margin-top: 10px;
}

.team_box {
  margin-top: 15px;
}

.team_box > table {
  margin-top: 10px;
}

.scroll_com {
  margin-top: 5px;
  color: #f00;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}

.scroll_com:after {
  content: ">>";
  font-size: 12px;
  vertical-align: 1px;
}

#baseball #recordDetail table th {
  background: #eee;
  padding: 8px 0;
  color: #000;
  font-size: 10px;
  line-height: 1;
  border: none;
  border-top: 1px solid #ccc !important;
  border-right: 1px solid #ccc !important;
}

#baseball #recordDetail table td {
  padding: 6px 10px;
  text-align: center;
  line-height: 1.4;
  border: none;
  border-top: 1px solid #ccc !important;
  border-right: 1px solid #ccc !important;
}

/* data_table */
#baseball #recordDetail .data_table {
  margin-top: 5px;
  overflow: scroll;
}

#baseball #recordDetail .data_table table {
  width: auto;
  border-bottom: 1px solid #ccc !important;
}

#baseball #recordDetail .data_table table * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#baseball #recordDetail .data_table table th {
  min-width: 35px;
}

#baseball #recordDetail .data_table table th.text_left {
  padding-left: 10px;
  text-align: left;
  width: 173px;
}

#baseball #recordDetail .data_table table td {
  padding: 6px;
}

#baseball #recordDetail .data_table table tr td a {
  display: inline-block;
}

#baseball #recordDetail .data_table table td span.table_w_posi {
  /*	display:inline-block;*/
  width: 35px;
  text-align: left;
}

#baseball #recordDetail .data_table table td span.table_w_player {
  display: inline-block;
  width: 115px;
  font-weight: bold;
  text-align: left;
}

#baseball #recordDetail .data_table table th.scoreInn {
  min-width: 60px;
}

#baseball #recordDetail table.state1, #baseball #recordDetail table.state2 {
  border-left: 1px solid #ccc !important;
  border-bottom: 1px solid #ccc !important;
}

#baseball #recordDetail table.state1 th {
  padding-bottom: 8px;
  width: 50px;
}

#baseball #recordDetail table.state1 td {
  padding: 6px 10px;
  text-align: left;
}

#baseball #recordDetail table.state2 td {
  padding: 6px 0;
}

#baseball #recordDetail table.state2 td:nth-child(2) {
  /* 投手 */
  padding: 0 2px;
  text-align: left;
}

#baseball #recordDetail table.state2 td:nth-child(3) {
  /* 防御率 */
  width: 40px;
  font-size: 12px;
}

#baseball #recordDetail table.state2 td:nth-child(4) {
  /* 回数 */
  width: 40px;
  font-size: 12px;
}

#baseball #recordDetail table.state2 td:nth-child(1), #baseball #recordDetail table.state2 td:nth-child(5), #baseball #recordDetail table.state2 td:nth-child(6), #baseball #recordDetail table.state2 td:nth-child(7), #baseball #recordDetail table.state2 td:nth-child(8), #baseball #recordDetail table.state2 td:nth-child(9) {
  width: 25px;
}

.total_data {
  padding: 10px 0;
}

.total_data {
  padding: 10px 0;
}

/* メンバー */
#startingLineup,
#subMember {
  margin-top: 10px;
}

#startingLineup h4 + .team_box,
#startingLineup .data_table,
#subMember h4 + .team_box,
#subMember .data_table {
  margin-top: 1px;
}

#startingLineup .data_table {
  margin-top: 1px;
}

#startingLineup .data_table table tr th:nth-child(1),
#startingLineup .data_table table tr th:nth-child(2),
#startingLineup .data_table table tr th:nth-child(3) {
  width: 45px;
}

#startingLineup .data_table table tr th:nth-child(4) {
  padding-left: 15px;
  text-align: left;
}

#startingLineup .data_table table tr td:nth-child(4) {
  padding: 11px;
  text-align: left;
}

#startingLineup .data_table table tr td {
  line-height: 1;
}

#subMember .data_table table tr td {
  padding: 11px;
  text-align: left;
  width: 349px;
}

/* [3] standing --------------------------------------------------------------- */
#baseball .standing img {
/*   display: block; */
  max-width: 100%;
  margin: 0 auto;
}

#baseball .standing img + .group {
  margin-top: 15px;
}

#baseball .standing table tr th:nth-child(1) {
  /* 順位 */
  width: 9%;
}

#baseball .standing table tr th:nth-child(2) {
  /* チーム名 */
  width: 30%;
}

#baseball .standing table tr th:nth-child(3) {
  /* 試合 */
  width: 8%;
}

#baseball .standing table tr th:nth-child(4) {
  /* 勝 */
  width: 8%;
}

#baseball .standing table tr th:nth-child(5) {
  /* 負 */
  width: 8%;
}

#baseball .standing table tr th:nth-child(6) {
  /* 引 */
  width: 8%;
}

#baseball .standing table tr th:nth-child(7) {
  /* 勝率 */
  width: 13%;
}

#baseball .standing table tr th:nth-child(8) {
  /* 差 */
  width: 8%;
}

#baseball .standing table tr:nth-child(2n+1) {
  background: #f5f5f5;
}

#baseball .standing table tr td:nth-child(1),
#baseball .standing table tr td:nth-child(2) {
  font-weight: bold;
}

#baseball table tr td.team_name,
#baseball table tr td.team_name a {
  color: #333;
  text-align: left;
}

/* 順位成績詳細 */
#baseball.b_standing .standing .box_inner section {
  margin-top: 5px;
}

#baseball.b_standing .standing .box_inner section + section {
  margin-top: 20px;
}

#baseball.b_standing .standing.pacific_standing h4 {
  background: #a2d1ed;
  color: #000;
  font-weight: normal;
  text-shadow: none;
}

#baseball.b_standing .standing.central_standing h4 {
  background: #9ad1ad;
  color: #000;
  font-weight: normal;
  text-shadow: none;
}

/* 個人成績 */
#baseball .record {
  margin: 0 0 10px;
}

#baseball .record h5 {
  padding: 5px;
  font-size: 16px;
  font-weight: bold;
}

#baseball .record h5:before {
  content: "▼ ";
  font-size: 10px;
  vertical-align: 3px;
}

#baseball .central_standing .record h5 {
  color: #35a45b;
}

#baseball .pacific_standing .record h5 {
  color: #45a4db;
}

#baseball .record table tr th:nth-child(1) {
  /* 順位 */
  width: 12%;
}

#baseball .record table tr th:nth-child(2) {
  /* 選手 */
  width: 40%;
}

#baseball .record table tr th:nth-child(3) {
  /* チーム */
  width: 30%;
}

#baseball .record table tr th:nth-child(4) {
  /* 打率 */
  width: 18%;
}

#baseball .record table tr td:nth-child(2),
#baseball .record table tr td:nth-child(3) {
  text-align: left;
}

.otherBtn a {
  display: block;
  background: #ccc url(/img/common/bg_line.png) repeat left top;
  margin-top: 20px;
  padding: 18px 15px;
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.central_standing .otherBtn a {
  background: #35a45b url(/img/common/bg_line.png) repeat left top;
}

.pacific_standing .otherBtn a {
  background: #45a4db url(/img/common/bg_line.png) repeat left top;
}

.otherBtn a:after {
  content: "　";
  width: 7px;
  height: 12px;
  background: url(/img/common/arrowR.png) no-repeat center right;
  background-size: 7px 12px;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -6px;
}

.standing_tab {
  margin: 15px 0 5px;
  overflow: hidden;
}

.standing_tab li {
  float: left;
  width: 50%;
}

.standing_tab li p.selectable {
  display: block;
}

.standing_tab + .league_ttl {
  margin-top: 10px;
}


/* topのセパ縦並びパターン */
#baseball.b_top .central > section{
	margin-bottom: 10px;
}
#baseball.b_top .central h4,
#baseball.b_top .pacific h4{
	display: none;
}
#baseball.b_top .central h4.league_tti,
#baseball.b_top .pacific h4.league_tti{
	display: block;
	padding: 8px 5px;
	font-size:15px;
	font-weight:bold;
	text-shadow: none;
}
#baseball.b_top .central h4.league_tti{ background-color: #35a45b; }
#baseball.b_top .pacific h4.league_tti{ background-color: #45a4db; }




/* [5] team --------------------------------------------------------------- */
dl.list_all {
  border-right: 1px solid #bbb;
  border-left: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  overflow: hidden;
}

dl.list_all dt {
  clear: both;
  padding: 10px 5px 10px 10px;
  font-weight: bold;
  border-top: 1px solid #bbb;
}

dl.list_all dt .movie_ico {
  position: relative;
  top: -3px;
  display: block;
  float: right;
  width: 100px;
  padding: 7px 10px 7px 35px;
  background: #c00 url(/img/common/ico_movie_on.png) no-repeat 10px center;
  -webkit-background-size: 18px 12px;
  background-size: 18px 12px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

dl.list_all dt .movie_ico:after {
  content: "";
  width: 7px;
  height: 12px;
  background: url(/img/common/arrowWs.png) no-repeat right center;
  background-size: 7px 12px;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -6px;
}

dl.list_all dd {
  padding: 0 3px 0 3px;
}

dl.list_all li {
  float: left;
  width: 33%;
}

dl.list_all li:first-child {
  width: 34%;
}

dl.list_all li a {
  display: block;
  margin: 0 2px 5px 2px;
  padding: 12px 15px 12px 5px;
  background: #eee;
  color: #000;
  font-size: 12px;
  text-align: center;
  position: relative;
}

dl.list_all li a:after {
  content: "　";
  width: 7px;
  height: 12px;
  background: url(/img/common/arrowKs.png) no-repeat right center;
  background-size: 7px 12px;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -6px;
}

/* アコーディオンcss */
.acordion_tree {
  display: none;
}

.trigger {
  position: relative;
}

.trigger:after {
  content: "　";
  width: 12px;
  height: 7px;
  background: url(/img/common/arrowKs_under.png) no-repeat center right;
  background-size: 12px 7px;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -4px;
}

.trigger.active:after {
  content: "　";
  width: 12px;
  height: 7px;
  background: url(/img/common/arrowKs_top.png) no-repeat center right;
  background-size: 12px 7px;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -4px;
}

.team_nav {
  margin: 10px 5px;
  overflow: hidden;
  border-bottom: 2px solid #555;
}

.team_nav li {
  float: left;
  width: 33%;
  font-size: 11px;
  font-weight: bold;
}

.team_nav li:first-child {
  width: 34%;
}

.team_nav li a {
  display: block;
  padding: 12px 0;
  background: #eee;
  text-align: center;
  border-left: 1px solid #fff;
}

.team_nav li:first-child a {
  border-left: none;
}

.team_nav li.current a {
  background: #555;
  color: #fff;
}

#baseball .team_nav + div.result-linkArea {
  padding: 0 5px 10px 5px;
}

.sub_nav {
  overflow: hidden;
  border-bottom: 1px solid #fff;
}

.sub_nav li {
  float: left;
  width: 33%;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
}

.sub_nav li a {
  display: block;
  padding: 12px 0;
  background: #eee;
  border-left: 1px solid #fff;
}

.sub_nav li:last-child {
  width: 34%;
}

.sub_nav li:first-child a {
  border-left: none;
}

.sub_nav li.current a {
  background: #555;
  color: #fff;
}

.team article {
  margin-bottom: 20px;
  padding: 0 5px;
}

#baseball .team article table tr th,
#baseball .teamInn table tr th {
  width: 20%;
  padding: 4px 0;
  background: #eee;
  color: #000;
  font-size: 12px;
  text-align: center;
  border: 1px solid #ccc;
}

#baseball .team article table tr td,
#baseball .teamInn table tr td {
  width: 30%;
  padding: 4px 0;
  border: 1px solid #ccc;
}

#baseball .teamInn table.infoTable tr td.birthday,
#baseball .team article table.infoTable tr td.birthday {
  white-space: nowrap;
}

#baseball .team article ul.import_list {
  padding: 0;
}

#baseball .team ul.import_list + .moreBtn {
  margin: 0;
}

.team .profile_name {
  padding: 0 10px 12px;
  font-size: 12px;
  line-height: 1.4;
  color: #333;
}

.team .profile_name strong {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

#baseball .team article table.player_point {
  margin-bottom: 5px;
}

#baseball .team article table.player_point th,
#baseball .team article table.player_point td {
  width: 25%;
  font-weight: bold;
}

#baseball .team article table.player_point th {
  background: #666 url(/img/common/bg_line.png) repeat left top;
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.7);
}

#baseball .team article table.player_point td {
  padding: 8px 0;
}

#baseball .team article table.profileTbale th {
  width: 20%;
}

#baseball .team article table.profileTbale td {
  padding: 4px 5px;
  text-align: left;
}

/*#baseball .team h4.trigger	{
	background:#ccc url(/img/common/bg_line.png) repeat left top;;
	padding: 18px 15px;
	color:#333;
	font-size: 15px;
	font-weight:bold;
	text-shadow: 1px 1px rgba(255,255,255,0.7);
}
#baseball .team h4.trigger:after	{
	background:url(/img/common/arrowR_under.png) no-repeat center right;
	background-size:12px 7px;
}
#baseball .team h4.trigger.active:after	{
	background:url(/img/common/arrowR_top.png) no-repeat center right;
	background-size:12px 7px;
}*/
.selectable_box {
  text-align: right;
}

.selectable_before {
  display: inline-block;
  margin-left: 5px;
  margin-right: -5px;
  font-weight: bold;
}

.selectable {
  display: inline-block;
  padding: 8px 10px;
  margin: 0 5px 5px 5px;
  border: 1px solid #555;
  background: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  position: relative;
}

.selectable_box .selectable {
  width: 212px;
}

.box_inner + .selectable_box,
.box_inner + .selectable {
  margin-top: 5px;
}

.selectable + article {
  margin-top: 5px;
}

.selectable:after {
  content: "▼";
  position: absolute;
  top: 10px;
  right: 5%;
  font-size: 11px;
  vertical-align: 1px;
}

.menu-select {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/* select */
#select_result {
  margin-bottom: 5px;
  text-align: right;
}

#select_result select {
  width: 40%;
  font-size: 14px;
}

/* [6] column --------------------------------------------------------------- */
/* pagenation */
/*.j_column nav.pagenation	{
	margin:-10px 6px 20px;
}
.j_column nav.pagenation li.pageAll	{
	width:49%;
	display:block;
	padding:8px 0;
	font-size:15px;
	line-height:1;
	border-left:1px dotted #aaa;
	border-right:1px dotted #aaa;
}
*/
#baseball.j_column h4 {
  background: #fff;
  padding: 4px 0;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  text-shadow: none;
  line-height: 1.4;
  border-bottom: 1px dotted #aaa;
}

.column_body {
  padding: 5px 5px 0;
}

#column_time {
  padding: 5px 0;
  color: #555;
  font-size: 12px;
  text-align: left;
}

.column_body #column_detail {
  padding: 0 5px;
}

#column_detail p {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.6;
  text-align: justify;
}

.column_body #column_detail p a {
  padding: 0 0 0 12px;
  color: #007bbb;
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
  position: relative;
}

/*
.column_body #column_detail p a:after {
  content: "　";
  width: 7px;
  height: 12px;
  background: url(/img/common/arrowBs.png) no-repeat right center;
  background-size: 7px 12px;
  position: absolute;
  left: 1px;
  top: 50%;
  margin-top: -5px;
}
*/

#column_detail figure.column_photo {
  display: block;
  width: 300px;
  margin: 5px auto 15px;
}

#column_detail figure.column_photo img {
  max-width: 300px;
}

#column_detail figcaption.col_cap {
  color: #555;
  font-size: 12px;
}

#column_detail .press {
  clear: both;
  text-align: right;
  margin-bottom: 10px;
}

.column_body .moreBtn a:after {
  background: url(/img/common/arrowR_left.png) no-repeat left center;
  background-size: 7px 12px;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -6px;
}

/* ページ送り */
.column_page ul {
  margin-bottom: 10px;
  text-align: center;
}

.column_page ul li {
  display: inline-block;
  margin: 0 2px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}

.column_page ul li a {
  display: block;
  padding: 10px 12px;
  border: 1px solid #555;
}

.column_page ul li.current {
  padding: 10px 12px;
  background: #555;
  color: #fff;
  border: 1px solid #555;
}

/* 関連リンク */
.related_link .innTtl {
  padding: 3px 10px;
  background: #555 url(/img/common/bg_line.png) repeat left top;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}

#baseball .related_link ul.import_list {
  padding: 0;
}

.related_link + .moreBtn {
  margin-top: 15px;
}

.related_link .bx-wrapper .bx-prev {
  left: -40px;
}

.related_link .bx-wrapper .bx-next {
  right: -40px;
}

/* [7] movie --------------------------------------------------------------- */
.movie .selectable {
  margin: 5px 5px 0 5px;
  border: 1px solid #555;
}

#game .movie p.sugotoku {
  margin: 5px auto;
  width: 300px;
  background: #c00;
  text-align: center;
}

#game .movie p.sugotoku a {
  background: url(/img/common/bg_line.png) repeat left top;
  display: block;
  padding: 15px;
  color: #fff;
  position: relative;
}

#game .movie p.sugotoku a:after {
  content: "　";
  background: url(/img/common/arrowW.png) no-repeat right center;
  background-size: 7px 12px;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -6px;
}

/* 一覧 */
.movie_list {
  padding: 5px;
}

.movie_list li {
  margin-bottom: 20px;
  text-align: center;
}

.movie_list li:last-child {
  margin-bottom: 0;
}

.movie_ttl {
  margin-bottom: 2px;
  padding: 6px;
  background: #555;
  color: #fff;
  font-size: 15px;
  text-align: left;
  line-height: 1.2;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.7);
}

#baseball .movie ul.movie_list li p.time,
.movie_list_inn .time {
  font-size: 11px;
  font-weight: normal;
  line-height: 1;
}

.movie_item {
  margin: 5px 0;
  position: relative;
}

.movie_item .thumb {
  display: block;
  width: 240px;
  margin: 0 auto 8px;
}

.movie_item .play {
  position: absolute;
  top: 28px;
  left: 50%;
  margin-left: -40px;
  opacity: 0.8;
}

.movie_banner a {
  display: block;
  width: 300px;
  margin: 0 auto;
}

/* 詳細 */
.movie_list_inn {
  padding: 5px;
  text-align: center;
}

.movie_list_inn .movieBox {
  margin: 5px 0;
}

.movie_list_inn .adLinkBnr {
  display: block;
  margin: 10px auto 20px;
}

/* 詳細　最新動画　スライダー */
.flexslider,
.bx-wrapper {
  text-align: center;
}

.movie .slideBlock figure {
  display: inline-table;
  width: 145px;
  padding: 0;
  margin: 5px 2px;
}

.movie .slides a {
  position: relative;
  display: block;
  text-align: center;
}

.movie .slides a:after {
  content: "";
  position: absolute;
  top: 40px;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  background-image: url(/movie/parts/images/play.png);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
  opacity: 0.8;
}

.movie .slides a figcaption {
  width: 145px;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}

.movie .slides a figcaption .txtS {
  color: #555;
  font-size: 10px;
  font-weight: normal;
}

.movie .slides a img {
  margin: 0 auto 2px;
  display: block;
  width: 145px;
}

.slider-wrap {
  position: relative;
  padding: 6px 48px 0;
}

.bx-viewport p {
  font-size: 12px;
  min-height: 40px;
  line-height: 1.2;
  text-align: left;
}

.b_movie header.col_title{
  margin-top: 10px;
  border-bottom: none;
  margin-bottom: 4px;
  padding: 6px;
  background: #555;
  color: #fff;
  font-size: 15px;
  text-align: left;
  line-height: 1.2;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.7);
}

/* [8] special --------------------------------------------------------------- */
.special_txt {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 0;
  background: #93cd71 url(/img/common/bg_dot.png) repeat;
  position: relative; }

.special_txt:before {
  background: -moz-linear-gradient(top, #678f4f 0%, #93cd71 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #678f4f), color-stop(100%, #93cd71));
  content: "　";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0; }

.special_txt:after {
  background: -moz-linear-gradient(top, #93cd71 0%, #678f4f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #93cd71), color-stop(100%, #678f4f));
  content: "　";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0; }

.special_txt ul {
  margin: 0 5px;
  background: #fff;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px; }

.special_txt ul li {
  border-top: 1px solid #93cd71; }

.special_txt ul li:first-child {
  border-top: 0; }

.special_txt ul li a {
  display: block;
  padding: 5px 12px 5px 5px;
  color: #2b9d00;
  font-weight: bold;
  line-height: 1.4;
  overflow: hidden;
  position: relative; }

.special_txt ul li a:after {
  content: "　";
  width: 7px;
  height: 12px;
  background: url(/img/common/arrowGr.png) no-repeat right center;
  background-size: 7px 12px;
  position: absolute;
  right: 3px;
  top: 50%;
  margin-top: -6px; }

.special_txt ul li a span {
  display: block;
  overflow: hidden; }

.special_txt ul li a span.ico{
  display: block;
  float: left;
  padding: 1px;
  margin-right: 5px;
  width: 45px;
  color: #2b9d00;
  font-size: 10px;
  font-weight: normal;
  text-align: center;
  vertical-align: 2px;
  border: 1px solid #2b9d00; }

/* 特集バナー掲載 */
.special_txtBnr {
  margin-top: 5px;
  text-align: center; }

.special_txtBnr img {
  margin-top: 5px; }

/* [9] info --------------------------------------------------------------- */
.info_box{
	margin-bottom: 20px;
}

.info_box h4{
	margin: 10px 0;
}

.info_box p{
	padding: 5px 10px;
	margin-bottom: 1em;
}

.info_box img{
	max-width: 100%;
}



/* [10] samurai --------------------------------------------------------------- */

/* 余計なの消す */
.b_team ul.player li a span.pos,
#baseball.b_result > section > div.box_inner > div.league_ttl,
.b_top .box_inner.gropuA{
	display: none;
}
.b_team .subContents .social,
.b_standing .standing .social{
	margin-top: 15px;
}

.b_result .result .social{
	padding: 0 0 5px 0;
}

#baseball .standing h4{
	font-weight: bold;
}
/*  */
.subContents{
	margin-bottom: 15px;
}
.subContents h3{
	padding:8px 5px;
	background:#2b9d00;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	line-height:1.2;
}

ul.player{
	padding: 0 5px;
}
ul.player li{
	border-bottom: 1px solid #d5d5d5;
}
ul.player li a{
	position: relative;
	display: block;
	padding: 8px 10px 7px 0px;
	line-height: 22px;
}
ul.player li a:after{
	content: "";
	position: absolute;
	width:7px;
	height:12px;
	margin-top:-6px;
	background:url(/img/common/arrowKs.png) no-repeat right center;
	background-size:7px 12px;
	right:0;
	top:50%;
}
ul.player li a span{
	display: inline-block;
	margin-right: 5px;
}
ul.player li a span.num{
	width: 26px;
	padding: 3px 0;
/* 	background: #093A81; */
	background: #333;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
ul.player li a span.pos{
	font-size: 80%;
	width: 3em;
}
ul.player li a span.name{
	margin-right: 0;
	font-size: 18px;
	font-weight: bold;
}
ul.player li a span.team{
	margin-right: 0;
}

.attention{
	margin-bottom: 10px;
	padding: 5px;
	color: #666;
	font-size: 12px;
	text-align: right;
}

#baseball td.team_name img.flag{
	width: 22px;
	margin-right: 5px;
	border: 1px solid #d5d5d5;
}

[class^="bg"],
[class*=" bg"]{
	background: #ffe3e3;
}
.bgJapan,
.bgJPN{
	background: #dce7fb;
}


.team_box [class^="ttl"],
.team_box [class*=" ttl"]{
	padding: 5px;
	background: #cf1835;
	color: #fff;
}
.team_box .ttlJapan,
.team_box .ttlJPN{
	background: #093A81;
}
#startingLineup h4,
#subMember h4{
	background: #666;
}

#baseball table.standings td{
	width: 9%;
	padding: 10px 0;
}
#baseball table.standings td.team_name{
	width: 35%;
}


.plain_txt{
	color: red;
	font-size: 16px;
	font-weight: bold;
}