@charset "utf-8";

/*
	/tv/2024-2025/css/style.css
	-----------------------------------
	v1.0
	Last Updated: 2025-12-23
	Copyright: CBC TELEVISION CO.,LTD. All rights Reserved.
	-----------------------------------
	[Updated]
	v1.0		2025-12-23
	-----------------------------------

リセットCSS
基本設定
bg-wrap
ヘッダー
フッター
メイン
コンテンツ

youtube設定
googlemap
マージンの設定
カラー設定
注釈リスト


*/

/* ***********************************************************

		リセットCSS

*********************************************************** */
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,::before,::after{box-sizing:border-box;border-style:solid;border-width:0}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{margin:0}main{display:block}p,table,blockquote,address,pre,iframe,form,figure,dl{margin:0}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0}ul,ol{margin:0;padding:0;list-style:none}dt{font-weight:700}dd{margin-left:0}hr{box-sizing:content-box;height:0;overflow:visible;border-top-width:1px;margin:0;clear:both;color:inherit}pre{font-family:monospace,monospace;font-size:inherit}address{font-style:inherit}a{background-color:transparent;text-decoration:none;color:inherit}abbr[title]{text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:inherit}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}svg,img,embed,object,iframe{vertical-align:bottom}button,input,optgroup,select,textarea{-webkit-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;background:transparent;padding:0;margin:0;border-radius:0;text-align:inherit;text-transform:inherit}button,[type="button"],[type="reset"],[type="submit"]{cursor:pointer}button:disabled,[type="button"]:disabled,[type="reset"]:disabled,[type="submit"]:disabled{cursor:default}:-moz-focusring{outline:auto}select:disabled{opacity:inherit}option{padding:0}fieldset{margin:0;padding:0;min-width:0}legend{padding:0}progress{vertical-align:baseline}textarea{overflow:auto}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[type="number"]{-moz-appearance:textfield}label[for]{cursor:pointer}details{display:block}summary{display:list-item}[contenteditable]:focus{outline:auto}table{border-color:inherit;border-collapse:collapse}caption{text-align:left}td,th{vertical-align:top;padding:0}th{text-align:left;font-weight:700}


/*Gナビの虫眼鏡のレイアウト崩れ対応用*/
svg{vertical-align:baseline}

/* ***********************************************************

		基本設定

*********************************************************** */
html {
	/*font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;*/
	/*-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;*/
}
body {
	/*font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;*/
	font-family: 'Noto Sans JP', sans-serif;
	/*-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;*/
}




@media only screen and (max-width: 768px) {
	body {
		background: #ffffff;
	}
}
@media print, screen and (min-width: 769px) {
	body {
		min-width: 980px;
	}
}



/*フォントの滲みの修正＠EdgeとFirefox*/
/*
.tv-2025-2026 p,
.tv-2025-2026 figcaption,
.tv-2025-2026 li {
	transform: rotate(0.05deg);
}
.tv-2025-2026 .pageup {
	transform: none;
}
*/



/*デフォルトリンクカラー*/
a, a:link {
	color: #0000DE;
}
a:visited {
	color: #941D55;
}
a:active,
a:hover {
	color: #CC0000;
}
a:focus {
	color: #CC0000;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* FireFox リンク選択時の点線を消す */
a:link,
a:visited,
a:active,
a:hover {
	overflow: hidden;
	outline: none;
}


/*画像の横幅*/
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	/*image-rendering: -webkit-optimize-contrast;*/
}
.img-max {
	width: 100%;
	height: auto;
	vertical-align: middle;
	/*image-rendering: -webkit-optimize-contrast;*/

}
@media only screen and (max-width: 768px) {
	.img-max-sp {
		width: 100%;
		height: auto;
		vertical-align: middle;
		/*image-rendering: -webkit-optimize-contrast;*/
	}
}

@media print, screen and (min-width: 769px) {
	.img-max-pc {
		width: 100%;
		height: auto;
		vertical-align: middle;
		/*image-rendering: -webkit-optimize-contrast;*/
	}
}

figure {
	padding: 0;
	margin: 0;
}

sup {
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
	position: relative;
	top: -0.5em
}


/* -----------------------------------------------------

	非表示設定

----------------------------------------------------- */
@media only screen and (max-width: 768px) {
	.hide-sp {
		display: none !important;
	}
	#global-nav:nth-of-type(1) {
		display: none;
	}
}

@media print, screen and (min-width: 769px) {
	.hide-pc {
		display: none !important;
	}
}
.hide-text {
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	list-style-type: none;
	height: 0;
	overflow: hidden;
}

/* ***********************************************************

	bg-wrap

*********************************************************** */
@media only screen and (max-width: 768px) {
	.tv-2025-2026 .bg-wrap {
	}
}
@media print, screen and (min-width: 769px) {
	.tv-2025-2026 .bg-wrap {
	}
}




/* ***********************************************************

	ヘッダー

*********************************************************** */
@media only screen and (max-width: 768px) {
	.tv-2025-2026 .header {
	}
	.tv-2025-2026 .header-inner {
	}
	.tv-2025-2026 .header h1 {
	}
}
@media print, screen and (min-width: 769px) {
	.tv-2025-2026 .header {
		background: #740d10;
	}
	.tv-2025-2026 .header-inner {
		width: 980px;
		height: 352px;
		margin: auto;
	}
	.tv-2025-2026 .header h1 {
		text-align: center;
	}
}





/* ***********************************************************

	フッター

*********************************************************** */
/*フッター枠*/

@media only screen and (max-width: 768px) {
	.tv-2025-2026 .footer {
		background: #ffffff;
		padding: 0;
	}
	.tv-2025-2026 .footer-inner {
		padding: 50px 15px 80px;
	}
	.tv-2025-2026 .footer-inner p {
		line-height:1.5;
		margin: 0;
	}
}
@media print, screen and (min-width: 769px) {
	.tv-2025-2026 .footer {
		background: #000000;
	}
	.tv-2025-2026 .footer-inner {
		width: 980px;
		margin:auto;
		padding: 60px 0;
	}
	.tv-2025-2026 .footer-inner p {
		line-height:1.5;
		text-align: center;
		margin: 0;
	}
}
.tv-2025-2026 .footer-inner p {
		color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.tv-2025-2026 .footer-inner p a,
.tv-2025-2026 .footer-inner p a:link,
.tv-2025-2026 .footer-inner p a:visited {
	color: #fff;
	text-decoration: none;
}
.tv-2025-2026 .footer-inner p a:active,
.tv-2025-2026 .footer-inner p a:hover {
	color: #fff;
	text-decoration: underline;
}
.tv-2025-2026 .footer-inner p a:focus {
	color: #fff;
}

@media only screen and (max-width: 768px) {
	.tv-2025-2026 .footer-inner p,
	.tv-2025-2026 .footer-inner p a,
	.tv-2025-2026 .footer-inner p a:link,
	.tv-2025-2026 .footer-inner p a:visited,
	.tv-2025-2026 .footer-inner p a:active,
	.tv-2025-2026 .footer-inner p a:hover,
	.tv-2025-2026 .footer-inner p a:focus {
		color: #000;
	}
}



/*ページアップ*/
.tv-2025-2026 .pageup {
	margin: 0;
}
.tv-2025-2026 .pageup a {
	display: block;
	background: url('../images/pageup.png') no-repeat 0 0 ;
	-moz-background-size:100% auto;
	background-size:100% auto;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	text-decoration: none;
	position: fixed;
}
@media only screen and (max-width: 768px) {
	.tv-2025-2026 .pageup a {
		width: 13.6vw;
		height: 13.6vw;
		right: 12px;
		bottom: 10px;
	}
}
@media print, screen and (min-width: 769px) {
	.tv-2025-2026 .pageup a {
		width: 76px;
		height: 68px;
		right: 20px;
		bottom: 30px;
		transition: 0.3s ease-in-out;
	}
	.tv-2025-2026 .pageup a:hover {
		opacity: 0.7;
	}
}

/* ***********************************************************

	メイン

*********************************************************** */
@media only screen and (max-width: 768px) {
	.tv-2025-2026 .main {
	}
}
@media print, screen and (min-width: 769px) {
	.tv-2025-2026 .main {
	}
}



/* ***********************************************************

	コンテンツ

*********************************************************** */
.tv-2025-2026 .content {
}


@media only screen and (max-width: 768px) {
	.tv-2025-2026 .content {
	}
}
@media print, screen and (min-width: 769px) {
	.tv-2025-2026 .content {
	}
}


/*box01*/
@media only screen and (max-width: 640px) {
	.tv-2025-2026 .box01 {
	}
	.tv-2025-2026 .box01-inner {
		padding: 9.2vw 0 0;
	}
	.tv-2025-2026 .box01 ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.tv-2025-2026 .box01 ul li {
		margin: 0;
	}
}
@media print, screen and (min-width: 641px) {
	.tv-2025-2026 .box01 {
		margin: auto;
	}
	.tv-2025-2026 .box01-inner {
		padding: 0 0 80px;
	}
	.tv-2025-2026 .box01 h2 {
		text-align: center;
		margin: 0;
	}
	.tv-2025-2026 .box01 .time-table {
		width: 77.8vw;
		max-width: 1494px;
		min-width: 940px;
		margin: auto;
	}
	.tv-2025-2026 .box01 .time-table img {
		width: 100%;
	}
}








/*xxx*/
@media only screen and (max-width: 768px) {
	.tv-2025-2026 .xxx {
	}
}
@media print, screen and (min-width: 769px) {
	.tv-2025-2026 .xxx {
	}
}


/* ***********************************************************

		youtube設定

*********************************************************** */


.tv-2025-2026 .youtube-box .youtube {
	position:relative;
	width:100%;
	padding-top:56.25%;
}
.tv-2025-2026 .youtube-box .youtube iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}

/* ***********************************************************

		googlemap

*********************************************************** */
.ggmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




/* ***********************************************************

		マージンの設定

*********************************************************** */
.tv-2025-2026 .last {
	margin-bottom: 40px;
}

/* ***********************************************************

		カラー設定

*********************************************************** */

.tv-2025-2026 .cl-red {
	color: #cc0e14;
}

/*


.tv-2025-2026 .cl-blue {
	color: #00a5b3;
}
.tv-2025-2026 .cl-yellow-green {
	color: #1aff2d;
}
.tv-2025-2026 .cl-yellow {
	color: #fffc01;
}
.tv-2025-2026 .cl-magenta {
	color: #ff06f9;
}
.tv-2025-2026 .cl-cyan {
	color: #00e1ff;
}
.tv-2025-2026 .cl-pink {
	color: #dc557e;
}
.tv-2025-2026 .cl-green {
	color: #03a08c;
}
.tv-2025-2026 .cl-orange {
	color: #f68b00;
}
.tv-2025-2026 .cl-light-blue {
	color: #008bda;
}
.tv-2025-2026 .cl-purple {
	color: #865cdc;
}
*/


/*マーカー*/
/*

.maker-black {
	background:linear-gradient(#000 0%, #000 100%);
}

.maker-orange {
	background:linear-gradient(transparent 70%, #ffbb00 70%);
}
.maker-red {
	background:linear-gradient(transparent 70%, #fc8c8c 70%);
}
.maker-yellow {
	background:linear-gradient(transparent 70%, #ffff00 70%);
}

.maker-dark-red {
	background:linear-gradient(#e83401 0%, #e83401 100%);
}
*/


/* ***********************************************************

		注釈リスト

*********************************************************** */
/*
/*注釈リスト*/
.list-annotation {
	position: relative;
	margin: 0 0 1em;
	padding: 0;
}

.list-annotation li {
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding-left: 1.25em;
	transform: rotate(0.05deg);
}
.list-annotation li span {
	position: absolute;
	left: 0;
	margin: 0
}
@media only screen and (max-width: 768px) {
	.list-annotation li {
		font-size: 4.266666666666667vw;
		line-height: 1.5;
	}
}
@media print, screen and (min-width: 769px) {
	.list-annotation li {
		font-size: 16px;
		line-height: 1.5;
	}
}
