@charset "utf-8";
body {
    overflow-y: scroll;
	overflow-x: hidden;
	background-color: #f8f8f8;
}
html, body {
	font-size: 16px;
	color: #4C4949;
	 font-family: 'YakuHanJP','Roboto','Noto Sans JP',"Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "メイリオ","Noto Sans JP", Meiryo, sans-serif;
font-weight: 400;
	line-height: 1.5;
}
body, div, p, h1, h2, h3, h4, ul, figure ,dl,dt,dd{
	margin: 0;
	padding: 0;
}

ol,ul{
  list-style: none;
  text-align: center;
  margin: 0 auto;
}

a{
	text-decoration: none;
	color: inherit;
	transition: all.2s;
}

a img{
	transition: all.2s;
}

a:hover img{
	transform: scale(0.98);
    opacity: .7;
}

p{
	flex-grow: 1;
}
h1{
/*	potision: relative;
	font-size: 1.2em;
	font-weight: bold;
	color:#454545;
	text-align:center;
	outline: 0;
	width: 35%;
	background-color: #fafafa;
	margin: 25px auto 35px auto;
	padding: 10px 0px;
	border-radius: 20px;
	box-shadow: 3px 5px 5px #c6c6c6,
            -3px -5px 5px #ffffff;
	  text-shadow: 1px 1px 1px #ffffff;*/
	margin: 0;
	padding: 0;
}

.pc-disp{
	display: block;
}

.sp-disp{
	display: none;
}

@media only screen and (max-width: 599px){
.pc-disp{
	display:none;
}

.sp-disp{
	display: block;
}

}
/* ========== メインコンテンツ ========== */

.contents_wrap{
	position: relative;	
	width:100%;
	height: auto;
	margin: 0 auto;
	padding:0 auto;
	z-index: 100;
	background: linear-gradient(#FFFFFF, #f0f0f0);
	text-align: center;
}

.contents_wrap:nth-child(odd) {
    background: linear-gradient(#f8f8f8, #f0f0f0);
}

.contents_wrap_flex2 {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
	padding-bottom: 5%;
  display: flex;
  justify-content: space-between;
	text-align: center;
}
.contents_wrap2_box {
  display: inline-block;
  width: 48%;
}

.contents_wrap a:hover, .contents_wrap2_box a:hover {
    transform: scale(0.98);
    opacity: .7;
}

.contents_wrap a, .contents_wrap2_box a {
    transition: all.2s;
}

.top-common-ttl{
	font-size: 21px;
	letter-spacing: 2px;
	margin: 40px auto 50px;
	display: inline-block;
	position: relative;
}

.top-common-ttl:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #C31A28;
  border-radius: 2px;
}


.top-common-bt-w{
	padding: 20px 0 40px;
}

.top-common-bt-w a:link,.top-common-bt-w a:visited{
	max-width: 250px;
	margin: 0 auto;
	display: block;
	font-size: 14px;
	color:  #929292;
	transition: all.3s ease-in-out;
	border: 1px solid;
    padding: 5px 0 8px;
    border-radius: 50px;
	background: #FBFBFB;
}

.top-common-bt-w a:hover,.top-common-bt-w a:active{
	letter-spacing: .2em;
}

.top-common-bt-w a i{
	font-size: 12px;
	margin-right: .5em;
	color: #4c4949;
}




.alldisp-list-wrap{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 95%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
}



.alldisp-list-wrap li{
	width: calc((100% - 12%) / 4);
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    height: auto;
    margin-right: 3%;
    margin-bottom: 20px;
}


.alldisp-list-wrap li dl dd{
	/*display: inline-block;*/
	text-align: left;
}


.alldisp-list-wrap li:nth-child(4) {
  margin-right: 0;
}

@media only screen and (max-width:799px){
	
/*.alldisp-list-wrap li{
	width: 100%;
	}
	
	.alldisp-list-wrap li:last-child{
		margin-top: 1em;
	}
	*/

.alldisp-list-wrap li{
	width: calc((100% - 6%) / 2);
	
}

.alldisp-list-wrap li:nth-child(2n) {
  margin-right: 0;
}
}

.alldisp-list-wrap li img{
	width: 100%;
	margin: 0px auto 0px auto;
    padding: 0px;
    object-fit: cover;
    border-radius: 10px;
    position: relative;
    box-shadow: 3px 3px 2px #c6c6c6, -3px -3px 2px #ffffff;
}

.alldisp-list-wrap li a{
	transition: all.2s;
}

.alldisp-list-wrap li a:hover{
    transform: scale(0.98);
    opacity: .7;
}

.alldisp-list-wrap li dt{
	position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 1px;
	margin-bottom: 5px;
}

.alldisp-list-wrap li dd{
	font-size: 14px;
	/*text-align: left;*/
	color: #565656;
}

.alldisp-list-wrap li span.radio-ic{
	display: inline-block;
	background: #0068B7;
	border-radius: 3px;
	color: #FFF;
	font-weight: bold;
	padding: 1px 5px;
	margin-right: .5em;
}

.alldisp-list-wrap li span.tv-ic{
	display: inline-block;
	background:#EE5284;
	border-radius: 3px;
	color: #FFF;
	font-weight: bold;
	padding: 1px 5px;
	margin-right: .5em;
}


.tv_pickup_ttl{
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
	color: #4C4949;
}




p.title{
	potision: relative;
	font-size:14px;
	font-weight: 600;
	color: #454545;
	text-align: left;
	margin: 0px auto;
	padding: 0px 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
  height: calc( 1.3em * 2 );
  line-height: 1.3;
	overflow: hidden;
	flex-shrink: 0;
flex-grow: 1;
	  margin-top: auto; /* 追加 */
}


.img100{
	width:auto;
	max-width: 100%;
	height: auto;
	max-height: 145px;
	margin:0px auto 0px auto;
	padding:0px;
	border-radius: 15px;
  transition: .2s;
}
.img100:hover{
  transform: scale(0.98);
  transition: .2s;
}



/*
背景動画
*/
.video_wrap{
	width: 100%;
	height:auto;
}
.videoline{
	width: 100%;
	height:450px;
	padding:0px;
	margin-bottom: 50px;
clip-path: polygon(0 25%, 100% 0, 100% 35%, 0% 100%);
}

video.vid_main {
position:fixed;
	width:100%;
	right: 0;
	bottom: 0;
	z-index: 500;
	background: none;
	background-size: cover;
}



#none{
	display:none;
}


@media only screen and (max-width:799px){

  .contents_wrap_flex2 {
    display: block;
  }
  .contents_wrap2_box {
    width: 100%;
  }

	
.top-common-ttl{
	font-size: 18px;
}


.img100{
	width:auto;
	height:auto;
	max-height: 100px;
	margin:0px auto 0px auto;
	padding:0px;
	border-radius: 15px;
  transition: .2s;
}


.video_wrap{
		position: relative;
		width:100%;
		height:auto;
	}
.videoline{
	width: 100%;
	height:auto;
	padding:0px;
	z-index: -10;
	margin-bottom: 30px;
	clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);
}
video.vid_main {
position:relative;
width:100%;
	}


p.title{
	-webkit-line-clamp: 2;
}

}

.movie-wrap{margin-bottom:15px;padding:0;padding-bottom:56.25%;position:relative;height:0;overflow:hidden;}
.movie-wrap iframe{width:100%;height:100%;position:absolute;top: 0;left:0;}


/* ==================================================
SNS
================================================== */

ul.sns-icon-list{display:flex;-webkit-box-lines:multiple;-moz-box-lines:multiple;justify-content:center;flex-wrap:wrap;
max-width: 1200px;margin: 0 auto 40px;}

 ul.sns-icon-list li {display:inline-block;width:10%;
font-size: 30px;}

ul.sns-icon-list li img{
	max-width: 50px;
	width: 100%;
	transition: .2s;
}

ul.sns-icon-list li img:hover{
	transform: scale(0.8);
    
}

 ul.sns-icon-list li.list-beside-ttl{
	font-size: 14px;
	border-right: 1px solid #4C4949;
	 width: 15%;
	 font-weight: bold;
}




@media only screen and (max-width: 599px){
	ul.sns-icon-list li.list-beside-ttl{
		width: 85%;
		border-right: 0;
		border-bottom: 1px solid #4C4949;
		margin-bottom: 1em;
		line-height: 2;
	}
 ul.sns-icon-list li {width:20%;}	
}


/*swiper*/

.swiper-all{
	position: relative;max-width: 1400px;width:100%;margin: 0 auto;
}

.swiper {
  max-width: 1200px;
	width: 90%;
	position:static!important;
}

.swiper-slide dl dt{
	max-height: 145px;
    overflow: hidden;
    border-radius: 15px;
}

.swiper-slide img{
	    width: auto;
    max-width: 100%;
    height: auto;
	min-height: 145px;
    margin: 0px auto 0px auto;
    padding: 0px;
    transition: .2s;
    object-fit: cover;
}


.swiper-button-next:after, .swiper-button-prev:after {
   display: none;
}

.swiper-button-next i,.swiper-button-prev i{
	color: rgba(106,106,106,0.80);
	text-shadow: 0 0 3px #FFFFFF;
	font-size: 25px;
}
@media only screen and (max-width:599px){
.swiper-button-next i,.swiper-button-prev i{
	color: hsla(269,54%,50%,1.00);
	text-shadow: 0 0 10px #FFFFFF;
	font-size: 40px;
	  -webkit-text-stroke: 2px #FFF;
  text-stroke: 2px #FFF;
}
}

.slider-text{
	font-size: 14px;
	text-align: left;
	margin: 5px 0;
	font-weight: bold;
}

.slider-text-s{
	font-size:12px;
	color: #929292;
	text-align: left;
}


/*
second css
*/
.clear{clear: both;}
/*.subcontents_wrap{
	position: static;
	width:100%;
	height:auto;
	margin: 10px auto 0 auto;
	padding: 0px auto;
	z-index: 100;
	text-align: center;
	box-shadow: inset 0px 0px 0px #c6c6c6,
            inset -0px -8px 14px #ffffff;
}*/

/*.subtop_background{
	background: none;
}*/
.subtop_wrap{
	display: flex;
	width: 100%;
	max-width: 1700px;
	margin: 0 auto;
	padding: 0 auto;
	background:none;

}
.sidemenu_wrap{
	width: 30%;
	height: auto;
	position: static;
  background: linear-gradient(135deg, #855FCF, 	#51318F);
}


.sidemenu{
	text-align: center;
	margin: 50px auto;
	padding: 0 auto;
	width:95%;
    postion: -webkit-sticky;
    position: sticky;
    top: 0;
}
.sidemenu ul{
	  list-style: none;
	width: 80%;
	margin: 40px auto;
	padding: 0 auto;
}

/*pc表示*/
@media only screen and (min-width:799px){
.sidemenu_list_pc a{
	margin: 25px auto;
	height:45px;
	font-weight: bold;
	font-size: .9em;
	letter-spacing: .05em;
	display: grid;
	place-items: center;
	color: #454545;
	background: linear-gradient(#f8f8f8, #e9e9e9);
	padding: 15px auto;
	border-radius: 25px;
	box-shadow: inset 1px 1px 1px #a4a4a4,
            inset -2px -2px 1px #ffffff;
	transition: all.3s ease-in-out;
}
.sidemenu_list_pc a:hover{
	color: #E62D82;
	box-shadow:  inset 3px 3px 2px #a4a4a4,
             inset -4px -4px 3px #ffffff;
	transition: all.3s ease-in-out;
}
}

/*sp表示*/
/*@media only screen and (max-width:599px){
.sidemenu_wrap_snf{
	width: 100%;
	height: auto;
	position:relative;
  background: linear-gradient(135deg, #bf80ff, 	#551d8d);
}
	
}*/



.sidelogo{
	width: 100%;
	height:auto;
	margin-top: 10%
	}

@media only screen and (min-width:1200px){
	.sidemenu_wrap{
		width: 300px;
	}	
	
.sidelogo{margin-top: 150px;
	}
}
.sidemenu img{
	width:100%;
	height: auto;
	
}


.maintile{
	width:70%;
	height: auto;
	flex:1;
		justify-content: center;
}
.maintile_flex{
	display: flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	height: auto;
	margin: 0 auto;
	padding: auto;
	z-index:10;
	
}

.maintile_flex a{
	z-index: 999;
	display: block;
}

.tile2{
	width: calc((100% - 2%) / 2);
	height: auto;
	margin-bottom: 5px;
	z-index:10;
	overflow:hidden;
	position:relative;
	margin-right: 1%;
}

.tile2:nth-child(2n){
	margin-right: 0;
}


.tile3{
	width: calc((100% - 3%) / 3);
	height: auto;
	margin-bottom: 5px;
		z-index:10;
	overflow:		hidden;
	position:		relative;
	margin-right: 1%;
}

.tile3:nth-child(3n){
	margin-right: 0;
}



.tileflame{
	width: 100%;
	margin:0px auto 0px auto;
	padding:0px;
}


.caption {
	font-size:14px;
	color:			#fff;
	text-align:left;
	position: absolute;
	padding: .4rem 1rem;
	border-left: 6px solid #fff;
	bottom: 10px;
	left: 10px
}

.mask {
	width:			100%;
	height:			100%;
	position:		absolute;
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.8));
	-webkit-transition:	all 0.6s ease;
	transition:		all 0.3s ease;
}
.tile2:hover .mask,.tile3:hover .mask {
	opacity:		1;	/* マスクを表示する */
}



.common-btn-gray {
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	text-align: center;
	width:100%;
	max-width: 1200px;
	height: auto;
	margin: 30px auto;
	padding: 0 auto;
}
.common-btn-gray-item{
	width: 40%;
	height:100%;
	margin-right: 3%;
	margin-bottom: 25px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
}

.common-btn-gray-item a{
	padding: 10px;
	border-radius: 10px;
	box-shadow: inset 1px 1px 1px #c6c6c6,
            inset -1px -1px 1px #ffffff;
	transition: box-shadow .2s ease-in-out;
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}

.common-btn-gray-item a:hover{
	box-shadow: inset 5px 5px 5px #c6c6c6,
            inset -5px -5px 5px #ffffff;
}

@media only screen and (max-width: 599px){
.common-btn-gray-item {
    width: 40%;
    height: auto;
    margin-right: 3%;
    margin-bottom: 25px;
    border-radius: 10px;
}
}


/*タブレット以下*/
@media only screen and (max-width: 1024px){

.tile2{
	width: 100%;
	height: auto;
	z-index:10;
	position:relative;
}
	
	.tile3{
width: 49%;
	}


.tile2 .caption,.tile3 .caption {
	font-size:14px;
	font-weight: bold;
	color:			#111;
	text-align: 	left;
	position: relative;
	margin: 5px auto 5px auto;
	padding: .4rem 1rem;
	border-left: 6px solid #EE5284;
	bottom: 0;
	left: 0;
	
}
.tile2 .mask {
	width:			100%;
	height:			auto;
	position:		relative;
	opacity:		1;
	background: none;
}

.tile3 .mask {
	width:			100%;
	height:			auto;
	position:		relative;
	opacity:		1;
	background: none;
}
.tileflame{
	width: 100%;
 	aspect-ratio: 16 / 9;
	object-fit: cover;

	}

}

/*sidemenu切り替え*/
@media only screen and (max-width:799px){
.subtop_wrap{
	margin: 0px auto 0 auto;
	width: 100%;
	padding: 0 auto;
	display: block;
	
}
	.mainlogo{
		display: none;
	}	
	
		.sidelogo{
	width: 45%;
	height:auto;
	display:flex;
	align-items:center;
		margin-top: 0;
		margin-right: 10px;
	}
	
.sidemenu_wrap{
	display: block;
	width:100%;
	margin-bottom: 10px;
}

	
.sidemenu{
	text-align: center;
	margin: 0 auto;
	padding: 0 auto;
	width:95%;
    display: flex;
    top: 0;
}
	.sidemenu img{
	width:100px;
	height: auto;
}
.sidemenu ul{
	  list-style: none;
	width: 80%;
	margin: 5px auto;
	border: 0px dotted #111;
}
	
	.sidemenu_mask_sp{
	    width:4em;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(to right,rgba(0,0,0,0),rgba(81,49,143,1.00));
		z-index: 999;
	}
	
	.sidemenu{
		overflow-x: auto;
	}
	
	ul.sidemenu_list_sp{
	display: table;
	 white-space: nowrap;
		-webkit-overflow-scrolling: touch;
		 width: max-content;
	}
	
		ul.sidemenu_list_sp li{
	display: table-cell;
	font-size: 13px;
   
	}
	
	ul.sidemenu_list_sp li a{
		color: #FFF;
		    display: block;
    padding: 14px 10px 8px;
	}
	
	.maintile{
		width: 100%;
	}
}

/*
テレビ中継日程
*/


.days{
	font-size: 3em;	
	margin-right:10px;
}

.sche_time{
	font-weight: normal;
}

.match h1{
	potision: relative;
	font-size: 1.2em;
	font-weight: bold;
	color:#eee;
	outline: 0;
	width: 45%;
	background-color: #222;
	margin: 25px auto 35px auto;
	padding: 10px 0px;
	border-radius: 20px;
	box-shadow: inset 3px 5px 5px #333,
            inset -3px -5px 5px #333;
	  text-shadow: 1px 1px 1px #000;
}
.match{
	width:100%;
	height:auto;
	text-align: center;
	margin: 0px auto;
	padding: 5% 0;
    background: linear-gradient( 150deg, rgba(0, 0, 0, 0.9), rgba(81,49,143,.4)),
    url(../images/soccer.jpg);
    background-size: cover;
}
.match2 h1{
	potision: relative;
	font-size: 1.2em;
	font-weight: bold;
	outline: 0;
	width: 45%;
	background-color: #222;
	margin: 25px auto 35px auto;
	padding: 10px 0px;
	border-radius: 20px;
}
.match2{
	width:100%;
	height:auto;
	text-align: center;
	margin: 0px auto;
	padding: 100px auto;
    background: linear-gradient( 150deg, rgba(0, 0, 0, 0.7), rgba(255, 0, 0, 0.4)),
    url("../images/sports/baseball.jpg");
    background-size: cover;
	color:#eee;
}
.emblem{
	height:100%;
	max-height: 120px;
	width:auto;
	margin:auto;
}
.match_battle{
	display: flex;
	width: 100%;
	margin: 0 auto;
	max-width:800px;
	align-items: center;
	justify-content: center;
}
.match_vs{
	width: 40%;
	height: auto;
	font-size: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.match_vs h2 {
  font-weight: normal;
  font-size: .5em;
  padding: 2px 10px;
  text-indent: inherit;
  color: #FFFFFF;
  background: #C31A28;
	border-radius: 20px;
}
.match_vs h3 {
  color: #C31A28;
	font-size:1.5em;
}
.match_vs h4 {
  font-weight: bold;
  font-size: .6em;
  margin-top: 5px;
  padding: 2px 10px;
  text-indent: inherit;
}

.match_theme{
	width: 30%;
	height: auto;
	font-weight: bold;
	font-size: 1.5em;
}

.match_theme p{
	font-size: .8em;
}

@media (max-width: 1000px) {
.match h1{
	potision: relative;
	font-size: 1em;
	font-weight: bold;
	color:#eee;
	outline: 0;
	width: 45%;
	background-color: #222;
	margin: 15px auto 25px auto;
	padding: 10px 0px;
	border-radius: 20px;
	box-shadow: inset 3px 5px 5px #333,
            inset -3px -5px 5px #333;
	  text-shadow: 1px 1px 1px #000;
}



#sns_tw{
	display:block;
}
.tw{
	display:none;
}


.days{
	font-size: 2.2em;	
	margin-right:10px;
}

.emblem{
	height:100%;
	max-height: 80px;
}
}



/*new design*/
.main_ttl_wrap{
	text-align: center;
	background: url("../images/title_bk.png") no-repeat;
	background-size: cover;
	background-color: #C31A28;
	background-position: center;
}

.main_ttl_wrap h2{
	padding: 0;
}

.main_ttl_wrap h2 img{
	max-width: 350px;
	width:80%;
}

.sub_nav_wrap{
	background: linear-gradient(135deg, #00356B, #002953);
}

 ul.sub_nav_list {display:flex;-webkit-box-lines:multiple;-moz-box-lines:multiple;justify-content:center;flex-wrap:wrap;
color: #FFF;
width: 80%;}
 ul.sub_nav_list li {display:inline-block;width:25%;padding: 1em;box-sizing: border-box;}
ul.sub_nav_list li img{
	width: 100%;
	max-width: 160px;
	vertical-align: bottom;
}



@media only screen and (max-width:800px){
/*	.main_ttl_wrap h2{
		padding:20px 0;
	}	*/
	
	ul.sub_nav_list li img{
		max-width: 150px;
	}	
	
	ul.sub_nav_list{
		width: 85%;
	}
	
ul.sub_nav_list li {width:50%;}
	
ul.sub_nav_list li {padding:1em 0 0 0;}	
	
ul.sub_nav_list li:nth-child(3),ul.sub_nav_list li:nth-child(4) {padding: .5em 0 1em;}	
	
	
}

.minogashi_wrap{
	text-align: center;
}



.oubo_bt a:link, .oubo_bt a:visited {
    font-weight: bold;
	font-size: 1.2em;
max-width: 300px;
    margin: 0 auto;
    display: block;
    transition: all.3s ease-in-out;
    border: 1px solid;
    padding: 5px 0 8px;
    border-radius: 50px;
    background: #592A8A;
	color: #F1EA38;
	margin-top: 1em;
	letter-spacing: 2px;
}

.oubo_bt a:hover, .oubo_bt a:active {
    letter-spacing: .2em;
}
@media only screen and (max-width:799px){
	
	.twitter_wrap{
	padding: 20px 0;
    background: #dddddd;
	border-radius: 5px;
	}	
	
.twitter_box{
	width: 85%;
	margin: 0 auto;
}
}


.twitter-timeline{
	background: #FFF;
	border-radius: 12px;
}

#page-top {
  font-size: 77%;
  position: fixed;
  right: 20px;
  bottom: 20px;
	z-index: 555;
}
#page-top a {
  margin: 0 auto;
  background: rgba(0,54,109,.70);
  border-radius: 5px;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 2em;
	width: 40px;
	height: 40px;
	line-height: 40px;
}
#page-top a:hover {
  background:rgba(0,54,109);
  text-decoration: none;
}

#page-top a img{
	width: 30px;
	height: auto;
}


/*カープテレビ中継*/
.next_tv{
margin:0 auto;
padding:20px;
background:#dddddd;
color:#333;
border-radius:5px;
}
.next_tv h3{
padding: 10px 0;
line-height: 1.3;
}
.next_tv h3 span{
font-size: 0.7em;
}

.next_tv p.next_tv_sc{
font-size:1.2em;
font-weight:bold;
color:#ffed00;
line-height: 1.3em;
	margin: 0;
}
.next_tv table{
margin:10px auto 0;
width:100%;
font-size: .8em;
background: #f7f7f7;
border-radius: 5px;
border-spacing: 0;
}

.next_tv table th{
	color: #FFF;
	text-align: center;
	padding: .5em;
	box-sizing: border-box;
}

.next_tv table td{
	text-align: center;
	padding: .5em;
	box-sizing: border-box;
}

.next_tv table td span{
text-align: left;
	display: inline-block;
}

.next_tv table tr:nth-child(odd){
	background: #C2D2E3;
}

.next_tv table tr:hover{
	background: #F9D4D7;
}

.next_tv table tr:last-child{
	border-bottom: none;
}


tr.off{
	opacity: 0.4;
}

@media screen and (max-width:800px){
	tr.off{
	display: none;;
}
}
	
@media screen and (max-width:640px){
#next_tv p{
font-size:24px;
}

}
@media screen and (max-width:480px){
.next_tv p{
font-size:16px;
}
}

.radio_tyukei_text{
	margin-top: .5em;
	font-size: .9em;
}

.radio_tyukei_text a:link,.radio_tyukei_text a:visited{
	color: #00366D;
	text-decoration: underline;
}

.radio_tyukei_text a:hover,.radio_tyukei_text a:active{
	text-decoration: none;
}


/* =========================================================
history カレンダー
========================================================= */
#history h2 {
	background: #C21927;
	border-radius: 5px 5px 0 0;
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px 0;
	margin: 0;
}
div#history {
	margin: 0;
	padding-bottom: 0px;
}
#history ul {
	position: relative;
	top: -32px;
	padding: 0 5px;
}
div#history table {
	position: relative;
	top: -22px;
	margin-top: 0;
	margin-bottom: 0;
	width: 100%;
	border-spacing: 0;
}
div#history table tbody {
	margin: 0;
	padding: 0;
}
div#history table th, div#history table td {
	width: 14.2%;
	/*border: 1px solid #CCC;*/
}
div#history table th {
	padding: 5px;
	background: #eaeaea;
	text-align: center;
	font-weight: bold;
}
div#history table th.sat em, div#history table td.sat em {
	color: #06F;
}
div#history table th.sun em, div#history table td.sun em {
	color: #F00;
}
div#history table td.his {
	background: #fff0f5;
}
div#history table td.yokoku {
	background: #fff8dc;
}
div#history table td {
	padding: 5px 2px;
	vertical-align: top;
	background: #FFF;
}

div#history table td:hover{
	background: #F9D4D7;
}

div#history table td em {
	padding-left: 2px;
	font-style: normal;
	font-weight: bold;
}
div#history table td p {
	margin-top: -1em;
	padding-top: 1em;
	font-size: 10px;
	text-align: center;
}
div#history table td a {
	color: #000;
	text-decoration: none;
}
.Arrow {
	border-bottom: 1px dashed #000000;
	margin: 0;
	padding-bottom: 10px;
}
li.leftArrow {
	float: left;
}
li.leftArrow a:link {
	background-color: #606060;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 10pt;
	line-height: 135%;
	padding: 5px 10px;
	margin: 10px 0;
	text-decoration: none;
}
li.leftArrow a:visited {
	background-color: #606060;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
}
li.leftArrow a:hover {
	color: #FFFFFF;
	background-color: #871718;
	border: 1px solid #FFFFFF;
}
li.rightArrow {
	float: right;
}
li.rightArrow a:link {
	background-color: #606060;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 10pt;
	line-height: 135%;
	padding: 5px 10px;
	margin: 10px 0;
	text-decoration: none;
}
li.rightArrow a:visited {
	background-color: #606060;
	border: 1px solid #353434;
	color: #FFFFFF;
}
li.rightArrow a:hover {
	color: #FFFFFF;
	background-color: #871718;
	border: 1px solid #FFFFFF;
}


/*
広告
*/

.tile-super-banner{
	    text-align: center;
    width: 745px;
    margin: 0 auto ;
	padding-bottom: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    justify-content: space-between;
    flex-wrap: nowrap;
	   
}


p.pr-txt { font-size: 12px;
text-align: center;}

.tile-rectangle-banner{
	display: none;
}

.pr_wrap_flex2{
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.pr_wrap2_box {
    display: inline-block;
    width: 48%;
	text-align: center;
}

@media only screen and (max-width:799px){

	.tile-super-banner{
		display: none;
	}
	
	.tile-rectangle-banner{
		display: block;
		padding-bottom: 40px;
		width: 95%;
		margin: 0 auto;
	}
	.pr_wrap_flex2{
		display: block;
	}
	
	.pr_wrap2_box{
		width: 95%;
	}
	
	.pr_wrap2_box.pc-disp{
		display: none;
	}
	
}

/* =========================================================
scoretable
========================================================= */
.scoretable {
	border-collapse: collapse;
	border-spacing: 0;
	width: 95%;
	max-width: 800px;margin: 0 auto;
	border: 1px solid #646464;
}
.scoretable th {
	padding: 1px;
	background: #385B7F; /* Old browsers */

	border: 1px solid #B6CDE4;
	color: #FFF;
	font-weight: normal;
}
.scoretable td {
	padding: 3px;
	background: #FFF;
	border: 1px solid #646464;
	line-height: 20px;
	text-align: center;
}
.scoretable td a {
	color: #09F;
}
.scoretable th:nth-last-child(3) {
	background: #cc0000; 
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#cc4141', GradientType=0 ); /* IE6-9 */
}
.scoretable td:nth-last-child(3) {
	font-weight: bold;
	color: #cc0000;
}
#score07 {
	font-size: 10pt;
}