@charset "utf-8";
/* CSS Document */


#contents {
	padding: 50px;
	box-sizing: border-box;
	color: #191919;
}
#contents > * {
	margin-bottom: 0;
}
#contents h2 {
	text-align: center;
	margin-bottom: 50px;
}
/* ------------------------------

	共通
	
 ------------------------------*/
 
.btn_link {
	text-align: center;
	margin: 30px 0 !important;
}
.btn_link ul li {
	display: inline-block;
}
.text_letter {
	text-align: center;
	margin: 20px 0 !important;
}
.c-heading {
	font-size: 20px;
	font-weight: bold;
	background: #eee;
	border-bottom: solid 3px #00a0e9;
	padding: 13px 23px 10px;
	margin-bottom: 20px !important;
}
/* ------------------------------

	top
	
 ------------------------------*/
 
.infomation_text p {
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 1.8;/*font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "MS PMincho" ;*/
}
.infomation_text p.writer {
	text-align: right;
	font-size: 14px;
	margin-top: 25px;
	line-height: 1.6;
}
/* ------------------------------

	ナビ
	
 ------------------------------*/
.nav_info {
	margin-bottom: 35px !important;
	border-bottom: solid 3px #00a0e9;
}
.nav_info li {
	float: left;
	background: #d3edfb;
	height: 63px;
	width: 217px;
	margin-right: 4px;
	text-align: center;
	border-radius: 8px 8px 0 0;
	-webkit-transition: ease-out 0.5s;
	transition: ease-out 0.5s;
}
.nav_info li:last-child {
	margin-right: 0;
}
.nav_info li.active, .nav_info li:hover {
	background: #00a0e9;
}
.nav_info li a {
	display: block;
}
.nav_info li a img:hover {
	opacity: 1 !important;
	-moz-opacity: 1 !important;
}
/* ------------------------------

	セット
	
 ------------------------------*/
 
.select_set {
	margin-top: 20px;
	margin-bottom: 20px !important;
	font-size: 14px;
	background: #EBEBEB;
	padding: 15px 15px 10px;
	border-radius: 8px;
}
.select_set p {
	text-align: center;
	margin-bottom: 10px;
}
.select_set form {
	display: inline;
}
.select_set form select {
	width: 300px;
	margin: 0 auto;
	padding: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	background: #eee;
	background: url(/images/bestgoal/select-bg.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%, #efebe1 100%);
	background: url(/images/bestgoal/select-bg.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%, #efebe1 100%);
	background-size: 20px, 100%;
	font-size: 14px;
	display: block;
}
.select_set form select option {
	background: #fff;
}
ul.set_list {
	margin-top: 40px;
}
ul.set_list > li {
	width: 380px;
	height: 1050px;
	position: relative;
	padding: 20px 20px 20px;
}
ul.set_list > li.before_set {
	background: #d3edfb;
	float: left;
}
ul.set_list > li.after_set {
	background: #ffe9ac;
	float: right;
}
ul.set_list > li.after_set::before {
	content: url(/images/jleague_infomation/arrow.png);
	position: absolute;
	left: -56px;
	top: 360px;
}
ul.set_list > li .date {
	margin-bottom: 15px;
}
ul.set_list > li .name {
	height: 100px;
}
/*ul.set_list > li.before_set .name {
	padding-top: 5px;
	height: 95px;
}*/
ul.league_list li {
	float: left;
	margin-right: 10px;
	margin-bottom: 8px;
}
ul.league_list li:nth-child(3n) {
	margin-right: 0;
}
ul.channel_list {
	font-size: 14px;
	margin-top: 15px;
}
ul.channel_list li {
	margin-bottom: 5px;
}
p.set_attention {
	border: solid 1px #000;
	font-size: 13px;
	padding: 10px;
	margin-top: 15px;
	text-align: center;
}
ul.set_list > li .vod {
	background: #fff;
	padding: 15px;
	margin-top: 10px;
}
ul.set_list > li .vod p {
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 3px;
}
ul.set_list > li .vod p.attention {
	font-size: 11px;
	color: #e60012;
}
p.txt_wowow {
	color: #e60012;
	font-size: 12px;
	font-weight: bold;
	border: solid 2px #e60012;
	padding: 10px 0;
	width: 840px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	top: -70px;
	background: #fff;
	line-height: 1.4;
}
.summary {
	margin-top: 35px;
	border: solid 1px #d80c18;
	padding: 25px 0 40px;
	text-align: center;
}
.summary p {
	margin-bottom: 20px;
}
#final {
	background: #d3edfb;
	margin: 40px 0;
}
#final .final_heading {
	padding: 10px 20px;
	background: #172a88;
	text-align: center;
}
#final .final_body {
	padding: 15px 25px 25px;
}
#final .final_body .col2 {
	width: 405px;
}
#final .final_body .flort-l {
	float: left;
}
#final .final_body .flort-r {
	float: right;
}
#final .final_body ul li {
	display: inline-block;
	width: 195px;
	margin-bottom: 15px;
	vertical-align: top;
}
#final .final_body ul li:nth-child(even) {
	margin-left: 5px;
}
#final .pickup_program img, #final .program_list img {
}
#final .pickup_program p, #final .program_list p {
	line-height: 1.4;
}

#final .pickup_program .photo,
#final .program_list .photo{
	position: relative;	
	margin-bottom: 10px;
}
#final .pickup_program p.copy,
#final .program_list p.copy{
	position: absolute;
	bottom: 0;
	right: 0;
	background: #000;
	color: #fff;
	font-size: 10px;
	padding: 5px;
}
#final .pickup_program p.ttl {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}
#final .pickup_program p.txt {
	font-size: 14px;
	margin-bottom: 5px;
}
#final .pickup_program p.txt_s {
	font-size: 11px;
}
#final .pickup_program p.date {
	font-size: 14px;
	margin-bottom: 5px;
}
#final .program_list p.ttl {
	font-size: 12px;
	font-weight: bold;
}
#final .program_list p.txt {
	font-size: 12px;
}
#final .program_list p.date {
	font-size: 11px;
	margin-top: 3px;
}
#final p.date span.live {
	display: inline-block;
	background: #e60012;
	color: #fff;
	border-radius: 10px;
	padding: 1px 5px;
	/*font-size: 10px;*/
	margin-left: 10px;
	line-height: 1.2;
}
#final .copy {
	text-align: right;
	font-size: 11px;
}
#call {
	background: #fff5d7;
	border: solid 2px #f3de9e;
	padding: 20px 40px;
	margin-top: 40px;
}
#call .clearfix * {
	float: none;
}
#call a {
	color: #009fe6;
}
#call p.heading {
	text-align: center;
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
#call .flort-l {
	text-align: center;
	width: 105px;
	float: left;
}
#call .flort-r {
	width: 670px;
	float: right;
}
#call .call_num img {
	float: left !important;
	margin: 0 10px 10px 0;
}
#call .call_num .call_txt {
	width: 270px;
	float: right;
	padding-top: 15px;
}
#call .call_num .call_txt p {
	font-size: 15px;
	margin-bottom: 5px;
}
#call ul.note li {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 12px;
	line-height: 1.3;
}
#call ul.note li.attention {
	color: #d80c18;
}
/*---------------------------------------

　　　　モーダル

-------------------------------------*/
.program_modal {
	background: #d3edfb;
	padding: 24px;
	color: #000;
	box-sizing: border-box;
}
.program_modal .ttl {
	font-size: 28px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
	font-style: italic;
}
.program_modal .fl-l {
	width: 560px;
	float: left;
}
.program_modal .fl-l .copy {
	margin-top: 5px;
	font-size: 11px;
	text-align: right;
}
.program_modal .fl-l .thum img {
	width: 560px;
}
.program_modal .fl-r {
	width: 350px;
	float: right;
}
.program_modal dl.detail dt {
	font-size: 14px;
	margin-bottom: 5px;
	padding: 5px 10px;
	background: #172a88;
	color: #fff;
}
.program_modal dl.detail dd {
	font-size: 13px;
	margin-bottom: 10px;
	line-height: 1.7;
}
.program_modal dl.detail dd a {
	color: #009fe6;
}
.program_modal p.detail {
	text-align: right;
}
.program_modal a {
	color: #009fe6 !important;
	font-size: 13px;
	text-align: right;
}
#cboxClose {
	background: rgba(0, 0, 0, 0) url("/images/10days/colorbox-close.png") no-repeat scroll 0 0;
	height: 20px;
	overflow: hidden;
	right: 0;
	text-indent: -9999px;
	top: -25px !important;
	width: 20px;
}
/* ------------------------------

	new
	
 ------------------------------*/

#new_set {
	background: #00a0e9;
}
#new_set .new_set_heading {
	padding: 10px 20px;
	background: #0081cc;
}
#new_set .new_set_body {
	padding: 15px 25px 25px;
}
.new_set_body .col2 {
	width: 405px;
}
.new_set_body .flort-l {
	float: left;
}
.new_set_body .flort-r {
	float: right;
}
.program_box {
	margin-top: 12px;
	clear: both;
}
.program_box p {
	color : #fff;
	line-height: 1.4;
}
.program_box > * {
	float: none;
}
.program_box img {
	float: left;
	margin-right: 5px;
}
.program_box img:last-child{
	margin-right:0;
	
}
.program_box .ttl {
	font-size: 20px;
	font-weight: bold;/*margin-bottom: 5px;*/
	line-height: 1.2;
	padding-top: 15px;
}
.program_box .txt {
	font-size: 14px;
}
.program_box .txt span.txt_point {
	color: #fff100;
	font-size: 12px;
}
.program_box .txt_s {
	font-size: 13px;
	width: 155px;
	float: left;
}
p.txt_another_contents {
	text-align: center;
	margin: 20px 0;
}
p.txt_vod {
	/*background: #fff;
	padding: 5px 0;*/
	text-align: center;
}
.recommend {
	background: #00a0e9;
	padding-bottom: 40px;
}
.recommend_heading {
	background: #fff100;
	padding: 15px 0;
	text-align: center;
}
.recommend_list {
	margin: 40px 40px 0;
	color: #fff;
}
.recommend_list li .img {
	width: 320px;
	float: right;
}
.recommend_list li .img p {
	font-size: 11px;
	margin-top: 3px;
	text-align: right;
}
.recommend_list li .detail {
	width: 450px;
	float: left;
	line-height: 1.4;
}
.recommend_list li .detail .title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 1.2;
}
.recommend_list li .detail .date {
	font-size: 20px;
	margin-bottom: 5px;
}
.recommend_list li:nth-child(even) {
	/*margin-top: -40px;*/
	margin-bottom: 30px;
}
.recommend_list li:nth-child(even) .img {
	width: 320px;
	float: left;
}
.recommend_list li:nth-child(even) .detail {
	width: 450px;
	float: right;
	padding-top: 30px;
}
.recommend .txt_more {
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	;
	margin: 40px 0 0;
}
/* ------------------------------

	sukasaka
	
 ------------------------------*/
 
#sukasaka {
	border: solid 3px #00a0e9;
	text-align: center;
	padding: 30px 0 0;
	margin-bottom: 30px;
}
#sukasaka p {
	font-size: 17px;
	margin-bottom: 10px;
	line-height: 1.4;
}
#sukasaka p.text_point {
	color: #e60012;
}
p.more_program {
	margin-top: 40px;
}
.special_program {
	background: #cfeefa;
	text-align: left;
	padding: 20px;
}
.special_program .img {
	width: 215px;
	float: left;
}
.special_program .detail {
	width: 600px;
	float: right;
}
.special_program .live {
	background: #e60012;
	border-radius: 20px;
	padding: 2px 10px;
	color: #fff;
	display: inline-block;
	margin-bottom: 5px !important;
}
.special_program .title {
	font-size: 20px !important;
	font-weight: bold;
}
.special_program .title span {
	font-size: 18px;
	color: #000;
}
/*---------------------------------------

　　　　観戦可能リーグ対応表

-------------------------------------*/

#leauge-block {
	margin-top: 40px;
}
#leauge-block .subject-header {
	background-color: #cacaca;
	background-image: none;
	font-size: 24px;
	font-weight: bold;
	padding: 15px 10px 15px 10px;
	position: relative;
}
#leauge-block .subject-header .onair-aspect {
	font-size: 12px;
	font-weight: normal!important;
	padding-top: 6px;
}
#leauge-block .subject-header .onair-aspect p {
	margin-left: 10px;
	margin-bottom: 3px;
}
#leauge-block .subject-header .onair-aspect ul li {
	margin-left: 10px;
}
#leauge-block tr > * {
	border: solid 1px #ccc;
}
#leauge-block thead tr th {
	background: #f6f6f6;
	line-height: 14px;
	padding: 10px 8px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
}
#leauge-block tbody tr th {
	font-size: 12px;
	width: 90px;
	padding: 15px;
}
#leauge-block tbody tr td {
	line-height: 22px;
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
	height: 40px;
	width: 7%;
}
#leauge-block tbody tr td span {
	font-size: 12px;
}
#leauge-block tbody tr th {
	vertical-align: middle;
}
#leauge-block tbody tr th.skp {
	background: #00a0e9;
	border: solid 1px #00a0e9;
}
#leauge-block tbody tr th.skp-prm {
	background: #d7b137;
	border: solid 1px #d7b137;
}
#leauge-block tbody tr th.skp-ond {
	background: #000;
	border: solid 1px #000;
}
#leauge-block tbody tr td.th-descliption {
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	padding: 10px;
	width: 220px;
}
#leauge-block tbody tr td.th-descliption.skp {
	background: #27b5f5;
	border: solid 1px #00a0e9;
}
#leauge-block tbody tr td.th-descliption.skp-prm {
	background: #e1bf52;
	border: solid 1px #d7b137;
}
#leauge-block tbody tr td.th-descliption.skp-ond {
	background: #323232;
	border: solid 1px #000;
	color: #f6f6f6;
}
#leauge-block tbody tr td.th-descliption.trfoot {
	padding: 30px 20px;
	font-size: 12px;
	line-height: 18px;
	background: #f6f6f6;
}
#leauge-block tbody tr td.th-descliption.trfoot p {
	font-weight: bold;
	margin: 10px 0 0;
}
#leauge-block tbody tr td.th-descliption.trfoot ul li {
	margin-bottom: 3px;
}



p.attention{
	text-align: center;
	color: #d80c18;
	margin: 20px 0;
}
