@charset "UTF-8";
/* html、body
----------------------------------------------------------- */
body {
	background-color: #f8f9fc;
	/*background-color: #ffffff;*/
	background:url(../img/2017/bg.png);
}
header {
  background-color: #fff;
}
/*ヘッダー*/
.logo---back{
  background-image: url(../img/2025/template_header_bg_2019.png);
  background-repeat: repeat-x;
  background-position: top;
  padding-top: 5px;
  padding-bottom: 5px;
}

.img---chosei{
  padding-top: 20px;
}

/*ロゴクリッカブルマップ*/
img[usemap] {
  border: none;
  height: auto;
  max-width: 100%;
  width: auto;
}

area{
  border:none;
  outline:none;
}
@media screen and (max-width:768px){
  #lead .col-sm-6 {
    padding-left: 0;
    padding-right: 0;
  }
}
/*ナビゲーションメニュー*/
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}

/*ナビゲーションメニュー追加*/
.navbar{
  border-radius: 0;
}

.navbar .nav li a {
  color: #000000;
  font-size: 1.14em;
  font-weight: bold;
  padding:1.14em 1.5em;
		border-right:1px solid #7780aa;
}

.navbar .nav li:first-child a {
		border-left:1px solid #7780aa;
}



.navbar .nav li a:hover{
  background-color: #2a3668;
  color: #ffffff;
}

/*.navbar .nav li a:visited{
  background-color: #2a3668;
}

.navbar .nav li a:active{
  background-color: #2a3668;
}*/

.navbar-default{
 background-color: #c1c1ff; /*b8d0fe*/
	margin-bottom: 0px;
}

/*coroucel----------------------------*/

.carousel---back{
	/*background-image: url(../img/2017/mv_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;*/
  background-color: #302c2b;
	margin-bottom: 20px;
	margin-top: 0px;
}

/*コンテンツメニュー*/
.content---page{
	margin-top: 20px;
}
h2 {
	position: relative;
	text-align: center;
	/*font-weight:bold;*/
	font-size: 2em;
	margin-bottom:20px;
}

h2 span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 0.5em;
	background-color: #ffffff; /*#f8f9fc*/
	text-align: center;
}
h2::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: #c1c1ff;
}

.tweet---title{
	position: relative;
	text-align: center;
	font-weight:bold;
	margin-bottom:-10px;
	background-color: #55acee;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.UnderConstruction {
  display: flex;
  height: 300px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
}
/* index.htm
----------------------------------------------------------- */
.dt---element{
	font-size: 1.28em;
	font-weight: bold;
}

.dt---element img{
	margin-left: 20px;
}

.dd---element{
	font-size: 1.14em;
	line-height: 1.8em;
}

.fwb{
	font-weight: bold;
}

.jumbotron {
	background:url(../img/main_bg.png) center no-repeat;
	background-size: cover;
	padding-bottom: 100px;
	margin-bottom: 0px;
	margin-top: 20px;
}

/* players/index.htm
----------------------------------------------------------- */

.bg-info{
	font-size: 1.2em;
  text-align: center;
  padding: 0.5em;
  margin-bottom: 0;
		background:none;  
}

/* modal */

.center-modal {
    top: 25%;
}
#players .row .row {
      border-bottom: 1px solid #eee;
      box-shadow: 0px 1px 1px #ffffff;
      padding-bottom: 2em;
      margin-bottom: 0.5em;
    }
h4{
  font-size: 2em;
  color: #d84700;
  font-weight: bold;
  padding-left: 1.2em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  background-color: #fbefe7;
  border-left: 0.5em solid #d84700;
}

.player---pop dl dt{
  font-size: 1.6em;
}

.player---pop dl dd{
  font-size: 1.3em;
}

.player---alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/* photo/index.htm
----------------------------------------------------------- */
.photo-txbar-broadcast {
	margin-bottom: 10px;
	margin-top: 30px;
	padding: 9px 15px 7px;
	background-color: #b8d0fe; /*3b80c0*/
	border: 1px #ddd solid; /*2366a4*/
	color:#000; /*FFF*/
  font-size: 1.25rem;
}
.photo-txbar-broadcast span {
  font-size: 2rem;
  font-weight:bold;
}
.photo---name{
  text-align: center;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 1em;
  background-color: #ffffff;
}

/* lightbox上書き */
/*背景色設定用*/
.lightboxOverlay {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

/*角丸の設定*/
.lb-outerContainer {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/*キャプションが入っているところの枠の色とかの設定*/ 
.lb-dataContainer {
  background-color: #ffffff;
}

/*キャプション位置の設定*/ 
.lb-data {
  padding: 10px 20px;
}

/*キャプションのサイズ、文字色等設定*/ 
.lb-data .lb-caption {
  font-size: 16px;
  /*font-weight: bold;*/
  color: #000000;
}

/*キャプションの下の画像の枚数の文字サイズ、色設定*/ 
.lb-data .lb-number {
  font-size: 13px;
  color: #000000;
}

/* footerArea
----------------------------------------------------------- */
#footerArea{
	background:#c1c1ff; /*b8d0fe*/
	color:#000000;
	padding:15px;
}

#footerArea h3{
  font-size:105%;
  font-weight:bold;}

#footerArea p{
  margin-bottom:10px;
  word-break: keep-all;
}

/*footer
----------------------------------------------------------- */
#footer {
  padding: 25px 0 20px;
  background: #f4f3f3 url(../img/template_footer_bg.png) repeat-x 0 0;
}


/* outline
----------------------------------------------------------- */
#outline dl{
	line-height:1.5;
	font-size:105%;}
	

#outline dt{
	font-weight:bold;
	color:#333333;  /*2a3668*/
	margin-bottom:5px;
}	

#outline dd{
	margin-bottom:25px;
	line-height: 1.8em;
}
@media screen and (min-width:992px){
  #outline dd {
    margin-bottom: 30px;
  }
  .outline-en dd {
    margin-bottom: 50px !important;
  }
}
#outline dd span{
	margin-left:4.8em;}

#official dl{
	line-height:1.5;
	font-size:105%;}
	

#official dt{
	font-weight:bold;
	color:#2a3668;
	margin-bottom:5px;
}	

#official dd{
	margin-bottom:25px;
}

#official dd p{
	margin-bottom:15px;
	}


/*schedule
----------------------------------------------------------- */
#schedule table th {
	/*font-weight: bold;*/
	text-align: left;
	background: #c1c1ff;  /*#b8d0fe*/
	color:#000000;
	padding: 10px 20px;
	}

#schedule table td {
	padding: 10px 20px;
	} 

/*#schedule table td {
	background:#fffcf7;
	} */

#schedule caption {
  margin-top:5px;
	/*background:#f9f9f9;*/
	font-size: 0.8em;
	/*font-size:93%;*/
	/*font-weight:bold;*/
  text-align: right;
  caption-side: bottom;
}


/*results
----------------------------------------------------------- */
.bg-defult {
  background-color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
}
.result .livebtnbase-t {
  padding:20px 3px;
  font-weight:bold;
  font-size:120%;
  background-color: #0088ff;
  color:#FFF;
  vertical-align:middle;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.result .bg-defult .livebtnbase-t:first-of-type {
  margin-top: 2.5em;
}
.result .bg-defult .livebtnbase-en:first-of-type {
  margin-top: 4.5em;
}
.result a:link {
	color:#ffffff;
	text-decoration: none;
}
.result a:visited {
	color:#ffffff;
	text-decoration: none;
}
.result a:hover {
	color:#ffffff;
	text-decoration: underline;
}
.result .livebtnbase-t:hover {
	background: #8dcaff;
	}

.result a:active {
	text-decoration: none;
}


.txbar-broadcast {
	margin: 30px -15px 0;
	padding: 5px 15px 3px;
	background-color: #3b80c0;
	border: 1px #2366a4 solid;
	font-size: 110%;
	color:#FFF;
}


.txbar-broadcast span {
	font-size:142%;
	font-weight:bold;
	margin-right:0.7em;
}



.txbar-broadcast2022 {
	margin: 30px -15px 0;
	padding: 10px 15px 8px;
	background-color: #aacdff;
	border: 1px #aacdff solid;
	font-size: 110%;
	color:#222;
}
.txbar-broadcast2022 span {
	font-size:142%;
	font-weight:bold;
	margin-right:0.7em;
}






	
	




/* event
----------------------------------------------------------- */
#event h3{
	color:#4976cb;
	/* border-left:5px solid #4976cb; */
	padding-left:10px;
	padding-bottom:0px;
	line-height:1.5;
	margin-bottom:10px;
  caption-side: bottom right;
	}
#event table th {
  background-color: #BAD7E1;
}
#event .caption{
	margin-top:5px;
	background:#fff5f2;
	font-size:93%;
	font-weight:bold;
}


#event dt{
	margin-bottom:10px;
 }

.txbar-no-c {
	margin: 10px auto 40px;
	font-weight:bold;
	font-size:120%;
	color:#000000;
}

.txbar-no-c a:link{
	color:#000000;
	text-decoration:underline;
}
/*top
----------------------------------------------------------- */
.carousel-indicators {
  position: absolute;
  bottom: -35px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 30px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #999;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #000;
}


.carousel-control {
  position: absolute;
  top: 75%;
  bottom: 0;
  left: -5%;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=70);
  opacity: .7;
}

.carousel-control.right {
  right: -5%;
  left: auto;
		background-image:none;

}
.carousel-control.left {
  background-image: none;
}




/*本日の催し
----------------------------------------------------------- */
.todayevent {
	background-color: #c1c1ff; 
	/*border: #7780aa 1px solid; */
	border-radius: 8px 8px 0 0;
	padding: 10px 10px 30px 10px; 
	/*font-weight: bold;*/
	font-size: 1.8em;
	/*color: #FFFFFF;*/
	text-align: center;
	background-image: url(/pgwf/common/img/2025/todayevent_bg.png);
	background-position: center bottom; 
	background-size: 100%; 
	background-repeat: no-repeat;
}
@media (max-width: 991px){
	.todayevent {
		font-size: 1.3em;
		padding: 5px 10px 20px 10px; 
		background-size: 70%; 
	}
}

.todayevent2 {
	background-color: #fffe9f; 
	border-radius: 0 0 8px 8px;
	padding: 10px; 
	font-size: 1.1em;
}
.todayevent2 hr {
	margin: 10px 0;
}

@media (max-width: 991px){
	.todayevent2 {
		padding: 5px; 
		font-size: 1.0em;
	}
}

.sns {
	background-color: #c1c1ff; 
	/*border: #7780aa 1px solid; */
	border-radius: 8px 8px 0 0;
	padding: 10px; 
	font-size: 1.8em;
	/*color: #FFFFFF;*/
	text-align: center;
}
@media (max-width: 991px){
	.sns {
		font-size: 1.3em;
		padding: 5px; 
	}
}






@media (max-width: 991px){
	.dt---element{
	font-size: 1.14em;
	}
	
	.dt---element img{
	margin-left: 10px;
	}
	
	.dd---element{
		font-size: 1em;
		line-height: 1.5em;
	}
	
	.navbar .nav li a {
	  font-size: 1em;
	  padding:1em 0.8em;
	}
	
	h2 {
	font-size: 1.3em;
	margin-bottom:15px;
}
	.bg-info{
		font-size: 1.0em;
	}
	
	h4{
	font-size: 1.3em;
    }

    .player---pop dl dt{
	font-size: 1.2em;
    }

    .player---pop dl dd{
	font-size: 1em;
    }

  /*キャプションのサイズ、文字色等設定*/ 
  .lb-data .lb-caption {
    font-size: 1em;
  }
  /*キャプションの下の画像の枚数の文字サイズ、色設定*/ 
  .lb-data .lb-number {
    font-size: 0.8em;
  }
		
		.navbar .nav li a {
		border-right:none;

}

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

	.result .livebtnbase-t {
	padding:10px 3px;
	font-size:90%;
	margin-right:0;
	margin-left:0;
	}
	.result .bg-defult .livebtnbase-en:first-of-type {
    margin-top: 1.5em;
  }
#event h3{
	font-size:110%;
	}

#event .caption{
	margin-top:0px;
	}
}
@media screen and (min-width:992px) and (max-width:1072px){
  .navbar .nav li a {
    padding:1.14em 1.15em;
  }
}
@media screen and (min-width:769px) and (max-width:784px){
  .navbar .nav li a {
    padding:1em 0.7em;
  }
}
@media screen and (max-width:767px){
  .result .livebtnbase-t {
    margin: 1em;
	}
}
@media screen and (max-width: 480px){
  .txbar-broadcast {
    font-size: 100%;
  }
  .txbar-broadcast span {
    font-size:100%;
    font-weight:bold;
    margin-right:0.7em;
  }
	h2 {
	  margin-bottom: 0px;
  }
  .photo---name{
    display: none;
  }
}
/*------- poster -------*/
#poster .content---page img {
  border: 1px solid #ccc;
}
#poster .content---page img.border-none {
  border: none;
}
#poster .modal-content {
  background-color: rgba(0,0,0,0.2);
}
#poster .flexbox {
  display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width:991px){
  #poster .flexbox {
    display: inherit;
  }
}
/*------- /poster -------*/


/*フッタ　スポンサー*/

#slogo li {
    display: inline-block;
	vertical-align: top;
}
#slogo figcaption {
    text-align: center;
	margin-bottom: 10px;
}
#slogo img {
	border: #eee 1px solid;
	padding: 5px 10px ;
	margin: -2px -3px;
	background-color: #FFFFFF;

}

#slogo_ss img {
	padding: 2px 2px ;


}
#slogo_ss div {
	border: #eee 1px solid;
	background-color: #FFFFFF;


}


/*七番　第Ｎ局*/
.itoen_read {
	/*font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	font-size:35px;
}
.itoen_komidashi {
	/*font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	font-size:26px;
	color: #009900;
	margin-top: 30px;
	border-bottom: dotted #7C7C7C 1px;
}

@media screen and (min-width:320px) and ( max-width:750px) {    /*　画面サイズが320pxから750pxまではここを読み込む　*/
/*七番　第Ｎ局*/
.itoen_read {
	/*font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	font-size:33px;
}
.itoen_komidashi {
	/*font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	font-size:26px;
	color: #009900;
	margin-top: 30px;
	border-bottom: dotted #7C7C7C 1px;
}



	

	
	
	
	
	
	
	
	
	
	
