@charset "UTF-8";
/*-------------------------------------------
以下HF記述
-------------------------------------------*/

/*-------------------------------------------
20170112
-------------------------------------------*/
.pl_bgRed {
  background: #d92e20 !important;
  color: #fff !important;
}

/*-------------------------------------------
20181016
-------------------------------------------*/
.bs_topics:before, .bs_topics:after {
  content: " ";
  display: table;
}
.bs_topics:after {
  clear: both;
}

.bs_topics > * {
  position: relative;
  width: 330px;
  margin: 0 0 10px 10px;
  background: #fff;
  float: left;
}
.bs_topics > * .pl_text {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 15px 12px;
  background: rgba(0, 1, 33, 0.7);
  color: #fff;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs_topics > * .pl_text .pl_title {
  margin-bottom: 0px;
  font-size: 1.8rem;
  font-weight: bold;
}
.bs_topics > * .pl_text p {
  font-size: 1.3rem;
  line-height: 1.3;
}
.bs_topics > *:nth-child(3n+1) {
  margin-left: 0;
}

/*-------------------------------------------
20170112
-------------------------------------------*/
/*サイト更新情報*/
.pl_siteupdate_box {
  height: 334px;
}
.pl_siteupdate_box > div {
  height: 294px;
  overflow: scroll;
  overflow-x: hidden;
  padding: 20px 10px 10px 10px;
  box-sizing: border-box;
}
.pl_siteupdate_box > div h3 {
  font-size: 15px;
  font-weight: bold;
}
.pl_siteupdate_box > div .pl_newsList01 {
  height: auto!important;
  overflow: hidden!important;
}
.pl_siteupdate_box > div .pl_newsList01 li a {
  text-decoration: underline;
  padding-right: 36px;
}
.pl_siteupdate_box .pl_newsList01 li h4 {
  margin-bottom: 10px;
  font-weight: bold;
}

/*ホットトピックス*/
.pl_hottopicks_box {
  height: 334px;
}
.pl_hottopicks_box .pl_newsList01 {
  margin-top: 5px;
  overflow: hidden;
}
.pl_hottopicks_box .pl_newsList01 > li:last-child {
  border-bottom: none;
}
.pl_hottopicks_box .pl_newsList01 > li > a {
  table-layout: auto;
  padding: 10px;
}
.pl_hottopicks_box .pl_newsList01 > li > a img {
  width: 28px;
  margin-right: 10px;
}
.pl_hottopicks_box .pl_newsList01 > li > a span {
  min-width: 270px;
}

/*BsTV*/
.pl_bsTv_box {
  height: 334px;
  background: #000;
  text-align: center;
  padding: 20px;
  color: #fff;
  box-sizing: border-box;
}
.pl_bsTv_box img {
  margin-bottom: 20px;
}
.pl_bsTv_box p {
  text-align: left;
}
.pl_bsTv_box h3 {
  text-align: left;
  margin-bottom: 20px;
}
.pl_bsTv_box h3 a {
  color: #fff;
}
.pl_bsTv_box iframe {
  width: 100%;
  display: block;
}

/*2こバナー*/
.pl_2col {
  margin-bottom: 20px;
}
.pl_2col ul {
  font-size: 0;
  text-align: center;
}
.pl_2col ul li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding-left: 5px;
  box-sizing: border-box;
}
.pl_2col ul li:first-child {
  padding-right: 5px;
  padding-left: 0;
}
.pl_2col ul li img {
  width: 100%;
}

/*グッズ*/
.pl_goods ul h3 a {
  padding-left: 15px;
  background: url(/_pl_img/ico_arrow_right01.png) 0 center no-repeat;
}
.pl_goods ul {
  font-size: 0;
  background: #fff;
  margin-bottom: 20px;
  padding: 0 5px;
}
.pl_goods ul li {
  width: 160px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 10px 5px;
}
.pl_goods ul li a {
  width: 100%;
  display: block;
  position: relative;
}
.pl_goods ul li a span {
  position: absolute;
  top: 0;
  left: 0;
}
.pl_goods ul li:first-child {
  width: auto;
}
.pl_goods ul li img {
  width: 100%;
}
/*SNS*/
.c-sns01 {
  background: #315096!important;
  color: #fff;
}
.c-sns02 {
  background: #55acee!important;
  color: #fff;
}

/*-------------------------------------------
20170119　TOPニュース欄 縦長

.pl_newsList01 {
 height: 800px;
 overflow-y: scroll;
}

body#pl_topGameBefore .pl_newsList01 {
 height: 800px;
}
-------------------------------------------*/




/*-------------------------------------------
20170125　文字色
-------------------------------------------*/
.pl_tRed02 {
  color: #f00;
}

.pl_tRed03 {
  color: #d11010;
}

.pl_tBlue02 {
  color: #5cbdc9;
}

.pl_tBlue03 {
  color: #3f6ebd;
}

.pl_tYellow01 {
  color: #c6a224;
}

.pl_tPink01 {
  color: #ed69a4;
}

.pl_tGreen02 {
  color: #65981c;
}

.pl_tGreen03 {
  color: #09965c;
}

.pl_tGray01 {
  color: #666;
}

.pl_tBrown01 {
  color: #8f4a00;
}

.pl_tWhite01 {
  color: #fff;
}
/*-------------------------------------------
20170131　ボタン カラー増
-------------------------------------------*/

.pl_btnT07 {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pl_btnT07 {
  border: 1px solid #ccc;
  padding: 2px 5px;
  text-align: center;
  background: #3f6ebd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px 1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px 1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px 1px;
  color: #fff !important;
}


/*-------------------------------------------
20170204　旧要素リストマーク復活
-------------------------------------------*/
.listMark {
	text-indent:-1em;
	padding-left:1em;
}


/*-------------------------------------------
20170207　gameCalendar03追加
-------------------------------------------*/

.pl_gameCalendar03 {
  border: 1px solid #ccc;
  background: #fff;
  width: 100%;
  margin-bottom: 20px;
  font-size: 1.3rem;
  line-height: 1.3;
}
.pl_gameCalendar03 tr > * {
  border-right: 1px solid #ccc;
  padding: 20px 5px;
  vertical-align: middle;
}
.pl_gameCalendar03 tr > *:last-child {
  border-right: none;
}
.pl_gameCalendar03 tr:nth-child(even) {
  background: #eee;
}
.pl_gameCalendar03 thead th {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  background: #eee;
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
}
.pl_gameCalendar03 td > * {
  margin-bottom: 10px;
}
.pl_gameCalendar03 td > *:last-child {
  margin-bottom: 0;
}
.pl_gameCalendar03 *[class*="pl_labelIcon"] {
  margin-right: 0;
}
.pl_gameCalendar03 .pl_date {
  text-align: center;
  vertical-align: top;
}
.pl_gameCalendar03 .pl_date > p {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
}
.pl_gameCalendar03 .pl_date *[class*="pl_labelIcon"] {
  width: 30px;
  padding: 5px 0 3px;
  font-size: 1.2rem;
}
.pl_gameCalendar03 .pl_exibitionTitle {
  margin-bottom: 5px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
.pl_gameCalendar03 .pl_vs {
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pl_gameCalendar03 .pl_vs > * {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.pl_gameCalendar03 .pl_vs > figure img {
  border: 1px solid #ccc;
}
.pl_gameCalendar03 .pl_vs .pl_vsInner {
  text-align: center;
}
.pl_gameCalendar03 .pl_vs .pl_vsInner .pl_Run span {
  font-size: 1.6rem;
  font-weight: bold;
}
.pl_gameCalendar03 .pl_vs_player {
  padding-top: 5px;
}
.pl_gameCalendar03 .pl_vs_player .pl_playerName {
  position: relative;
  padding-left: 1.5em;
  margin-top: 10px;
  font-size: 1.3rem;
  line-height: 1.2;
}
.pl_gameCalendar03 .pl_vs_player .pl_playerName:first-child {
  margin-top: 0;
}
.pl_gameCalendar03 .pl_vs_player .pl_playerName *[class*="pl_labelIcon"] {
  position: absolute !important;
  top: -1px;
  left: 0;
  width: 1.3em;
  margin-left: 0;
  padding: 0;
  font-size: 1.2rem;
}
.pl_gameCalendar03 .pl_gameBtn .pl_btnT01, .pl_gameCalendar03 .pl_gameBtn .pl_btnT04 {
  display: block;
  padding: 4px 0 3px;
}
.pl_gameCalendar03 .pl_gameBtn .pl_btnT02 {
  display: block;
  padding: 12px 6px 10px;
  line-height: 1.2;
}
.pl_gameCalendar03 .pl_gameBtn .pl_btnT02 img {
  width: 75px;
}

.pl_gameCalendar03 a {
    text-decoration: underline;
      cursor: pointer;
}




/*-------------------------------------------
20170301　PCトップ右カラムチケットエリア
-------------------------------------------*/


#pl_ticketPurchase {
	background:#001e43 !important;
}





/*-------------------------------------------
20170306　IE対応画像用テーブル
-------------------------------------------*/

table.imgTable {
	table-layout: fixed;
	width: 100%;
}
table.imgTable img {
	max-width: 100%;
}

/*-------------------------------------------
20170317　ラベルアイコン鮮やかな黄色・テキスト黒追加
-------------------------------------------*/
*[class*="pl_labelIcon"].pl_labelIconYe01 {
  background: #FFFF00;
}

.pl_tBlack01 {
  color: #000000 !important;
}

/*-------------------------------------------
20170317　tdカラー追加
-------------------------------------------*/
.pl_table01 .pl_bg08, .pl_table02 .pl_bg08, .pl_table03 .pl_bg08, .pl_table04 .pl_bg08, .pl_table05 .pl_bg08 {
  background: #DB032C !important;
  color: #fff;
}

/*-------------------------------------------
20171019　赤枠（ピンク背景）
-------------------------------------------*/
.pl_borderBlockRed {
  border: 1px solid #CC0000;
  margin-bottom: 20px;
  padding: 20px;
}
.pl_borderBlockRed.pl_bgPink {
  background: #FCF3F4;
}

/*-------------------------------------------
20171019　3列画像（複数行）用
-------------------------------------------*/
.pl_3imgList {
  width: 740px;
  height: 100%;
}

.pl_3imgList ul {
  display: block;
  height: 100%;
}
.pl_3imgList ul li {
  display: inline-block;
  width:240px;
  margin-right: 5px;
  margin-bottom: 10px;
}
.pl_3imgList ul li:nth-child(3n+3) {
  margin-right: 0px;
}

/*-------------------------------------------
20171027 youtube可変用
-------------------------------------------*/
.youtube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; 
    height: 0;
    overflow: hidden;
}
 
.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*-------------------------------------------
20171121　ボタン カラー増
-------------------------------------------*/

.pl_btnT08 {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pl_btnT08 {
  border: 1px solid #ccc;
  padding: 2px 5px;
  text-align: center;
  background: #092d5a;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px 1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px 1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px 1px;
  color: #fff !important;
}

/*-------------------------------------------
20171130 pl_table padding変更
-------------------------------------------*/

.pl_table02 tr > *, .pl_table03 tr > *, .pl_table04 tr > *, .pl_table05 tr > * {
  padding: 5px;
}


/*-------------------------------------------
20180227 背景色CSS追加
-------------------------------------------*/
.pl_bgLi01 {
  background: #00c200;
}

.pl_bgTeamO {
  background: #000121 !important;
}

.pl_bgTeamL {
  background: #00214b !important;
  color: #fff;
}

.pl_bgTeamE {
  background: #870010 !important;
  color: #fff;
}

.pl_bgTeamF {
  background: #00508e !important;
  color: #fff;
}

.pl_bgTeamM {
  background: #000 !important;
  color: #fff;
}

.pl_bgTeamBs {
  background: #000121 !important;
  color: #fff;
}

.pl_bgTeamH {
  background: #fcc800 !important;
}

.pl_bgTeamG {
  background: #f08300 !important;
}

.pl_bgTeamT {
  background: #ffe100 !important;
}


.pl_bgTeamC {
  background: #e60012 !important;
}

.pl_bgTeamD {
  background: #003378 !important;
}

.pl_bgTeamDb {
  background: #034787 !important;
}

.pl_bgTeamS {
  background: #001344 !important;
}

.pl_bgCNone {
  background-color: transparent !important;
}

.pl_bgGray01 {
  background-color: #eee !important;
}

.pl_bgWhite {
  background: #fff !important;
}

/*-------------------------------------------
20180312 lb lOut 追加
-------------------------------------------*/
#pl_content #pl_contentInner main[role="main"] a.lb {
    padding: 0 0 0 18px;
    background-image: url(/_pl_img/old/_img/ico/ico_subpage_mark01.jpg);
    background-position: 3px 4px;
    background-repeat: no-repeat;
    text-decoration: none;
}
#pl_content #pl_contentInner main[role="main"] a.lOut {
    padding: 0 0 1px 18px;
    background-image: url(/_pl_img/old/_img/common/outlink.png);
    background-position: 3px 4px;
    background-repeat: no-repeat;
    text-decoration: none;
}

/*-------------------------------------------
20180829　旧要素LineRed復活
-------------------------------------------*/
#pl_content #pl_contentInner main[role="main"] .LineRed {
    border: 1px solid #CC0000;
    color: #CC0000;
    padding: 1px 2px;
}

/*-------------------------------------------
20181115　widthのauto設定
-------------------------------------------*/
.pl_wAuto {
  width: auto !important;
}
/*-------------------------------------------
20181121　4列テキストボタン（複数行）用
-------------------------------------------*/
.bs_4button {
    margin-bottom: -4px;
}
.bs_4button:before, .bs_4button:after {
    content: " ";
    display: table;
}
.bs_4button:after {
    clear: both;
}
.bs_4button a{
    width: 24%;
    margin-right: 1%;
    margin-bottom: 8px;
    float: left;
    display: table;
    padding: 10px 0 9px;
	text-align: center;
	text-align: -webkit-center;
}
.bs_4button a:nth-child(4n) {
    width: 25%;
    margin-right: 0;
}
.bs_4button a span {
	display: table-cell;
    height: 4.2rem;
    vertical-align: middle;
	line-height: 1.5em;
}
/*-------------------------------------------
20181121　3列テキストボタン（複数行）用
-------------------------------------------*/
.bs_3button {
    margin-bottom: -8px;
}
.bs_3button:before, .bs_3button:after {
  content: " ";
  display: table;
}
.bs_3button:after {
  clear: both;
}
.bs_3button a{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 12px;
    float: left;
    display: table;
    padding: 10px 0 9px;
    text-align: center;
    text-align: -webkit-center;
}
.bs_3button a:nth-child(3n) {
    margin-right: 0;
}
.bs_3button a span {
    display: table-cell;
    height: 4.2rem;
    vertical-align: middle;
    line-height: 1.5em;
}
/*-------------------------------------------
20181121　2列テキストボタン（複数行）用
-------------------------------------------*/
.bs_2button {
    margin-bottom: -14px;
}
.bs_2button:before, .bs_2button:after {
  content: " ";
  display: table;
}
.bs_2button:after {
  clear: both;
}
.bs_2button a{
    width: 48%;
    margin-right: 4%;
    margin-bottom: 18px;
    float: left;
    display: table;
    padding: 10px 0 9px;
    text-align: center;
    text-align: -webkit-center;
}
.bs_2button a:nth-child(2n) {
    margin-right: 0;
}
.bs_2button a span {
    display: table-cell;
    height: 4.2rem;
    vertical-align: middle;
    line-height: 1.5em;
}
/*-------------------------------------------
20181130　5列画像（複数行）用
-------------------------------------------*/
.bs_5imgList:before, .bs_5imgList:after {
    content: " ";
    display: table;
}
.bs_5imgList:after {
    clear: both;
}
.bs_5imgList ul li{
    width: 19%;
    margin-right: 1.25%;
    margin-bottom: 10px;
    float: left;
    display: block;
}
.bs_5imgList ul li:nth-child(5n) {
    width: 19%;
    margin-right: 0;
}
.bs_5imgList ul li img {
    max-width: 100%;
}
/*-------------------------------------------
20181130　6列画像（複数行）用
-------------------------------------------*/
.bs_6imgList:before, .bs_6imgList:after {
    content: " ";
    display: table;
}
.bs_6imgList:after {
    clear: both;
}
.bs_6imgList ul li{
    width: 16%;
    margin-right: 0.8%;
    margin-bottom: 10px;
    float: left;
    display: block;
}
.bs_6imgList ul li:nth-child(6n) {
    width: 16%;
    margin-right: 0;
}
.bs_6imgList ul li img {
    max-width: 100%;
}
/*-------------------------------------------
20190108　4列画像（複数行）用
-------------------------------------------*/
.bs_4imgList:before, .bs_4imgList:after {
    content: " ";
    display: table;
}
.bs_4imgList:after {
    clear: both;
}
.bs_4imgList ul li{
    width: 24.25%;
    margin-right: 1%;
    margin-bottom: 10px;
    float: left;
    display: block;
}
.bs_4imgList ul li:nth-child(4n) {
    width: 24.25%;
    margin-right: 0;
}
.bs_4imgList ul li img {
    max-width: 100%;
}
/*-------------------------------------------
20190108　3列画像（複数行）用
-------------------------------------------*/
.bs_3imgList:before, .bs_3imgList:after {
    content: " ";
    display: table;
}
.bs_3imgList:after {
    clear: both;
}
.bs_3imgList ul li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 10px;
    float: left;
    display: block;
}
.bs_3imgList ul li:nth-child(3n) {
    width: 32%;
    margin-right: 0;
}
.bs_3imgList ul li img {
    max-width: 100%;
}
/*-------------------------------------------
20190108　7列画像（複数行）用
-------------------------------------------*/
.bs_7imgList:before, .bs_7imgList:after {
    content: " ";
    display: table;
}
.bs_7imgList:after {
    clear: both;
}
.bs_7imgList ul li{
    width: 13.6%;
    margin-right: 0.8%;
    margin-bottom: 10px;
    float: left;
    display: block;
}
.bs_7imgList ul li:nth-child(7n) {
    width: 13.6%;
    margin-right: 0;
}
.bs_7imgList ul li img {
    max-width: 100%;
}
/*-------------------------------------------
20190108　8列画像（複数行）用
-------------------------------------------*/
.bs_8imgList:before, .bs_8imgList:after {
    content: " ";
    display: table;
}
.bs_8imgList:after {
    clear: both;
}
.bs_8imgList ul li{
    width: 12%;
    margin-right: 0.5%;
    margin-bottom: 10px;
    float: left;
    display: block;
}
.bs_8imgList ul li:nth-child(8n) {
    width: 12%;
    margin-right: 0;
}
.bs_8imgList ul li img {
    max-width: 100%;
}

/*-------------------------------------------
20190306　オリチケテーブル内チケット画像
-------------------------------------------*/
.pl_blockB01 table td.bs_ticket_td img:first-child {
	margin-right: 5px;
}
	
/*-------------------------------------------
20190602　ボタン リンクなしバージョン
-------------------------------------------*/
.pl_btnBlock01 .bs_btnOff {
  cursor: default;
  /*width: 305px;
  padding: 10px 5px 9px;
  font-size: 1.4rem;*/
}
.pl_btnBlock01 a.bs_btnOff:hover,a.bs_btnOff span {
  opacity: 1;
}


/*-------------------------------------------
20190909　文字色
-------------------------------------------*/
.pl_tOrange01 {
  color: #ff3300;
}
