@charset "utf-8";
#contentstitle h1 {
	background-color: var(--onair-color);
}
#main h2 {
	color: var(--onair-color);
	border-left: 1em solid var(--onair-color);
}
#main #contentsmenu {
	justify-content: center!important;
}
#main #contentsmenu li {
	width: 25%;
}
#main #contentsmenu li a {
	border-color: var(--onair-color);
	color: var(--onair-color)!important;
}
#main #contentsmenu li a:hover {
	border-color: var(--onair-color);
	background-color: var(--onair-color)!important;
}

#main .imgbox {
	text-align: center;
}

.sp {
	display: none;
}
@media screen and (max-width:480px) {
	.sp {
		display: inline;
	}
	.pc {
		display: none;
	}
}



/* アニメ版放送＆配信情報 */
.onair table,
.onair dl {
	width: calc(100% - 20px);
	max-width: 800px;
	margin: 0 auto;
	letter-spacing: -.005em;
}
.onair table tr td {
	padding: .5em 1em;
	line-height: 1.2;
	border-bottom: 1px dotted var(--onair-light-color);
	position: relative;
}
.onair table tr > td:first-child {
	white-space: nowrap;
	width: 40%;
}
.onair table tr > td:last-child {
	width: 60%;
}
@media screen and (max-width:480px){
	.onair table tr > td:first-child {
		width: 50%;
	}
	.onair table tr > td:last-child {
		width: 50%;
		padding-right: 0;
	}
}
.onair table tr > td:first-child::after {
	content: '〉';
	position: absolute;
	right: 0em;
	top: calc(50% - .55em);
}
.onair table tr td span {
	display: inline-block;
}
.onair .attention {
	font-size: 80%;
	letter-spacing: -.02em;
	text-align: right;
}

.onair dl dt {
	padding: .5em 1em;
	line-height: 1.2;
	border-bottom: 1px dotted var(--onair-light-color);
}
.onair dl dt strong {
	font-size: 140%;
	font-weight: 800;
	display: inline-block;
	margin-bottom: 5px;
	color: var(--onair-color);
}
.onair dl dd {
	padding: 15px 1em 30px;
	line-height: 1.2;
}
@media screen and (min-width:481px) {
	.onair dl dd ul {
		display: flex;
		flex-wrap: wrap;
	}
	.onair dl dd ul li {
		width: 50%;
		padding-left: 10px;
	}
}


/* animestreaming */
.strlist dl {
	padding-top: 15px;
}
.strlist dl dt {
	padding: .3em 1em;
	line-height: 1.2;
	border-bottom: 1px dotted var(--onair-light-color);
}
.strlist dl dt strong {
	font-size: 140%;
	font-weight: 800;
	display: inline-block;
	margin-bottom: 5px;
	color: var(--onair-color);
}
.strlist dl dd {
	padding: .3em 1em 30px;
	line-height: 1.2;
}
.strlist ul {
	display: flex;
	flex-wrap: wrap;
}
.strlist ul li {
	font-size: 90%;
	margin-left: 1em;
	line-height: 1.5;
}
.strlist ul li::after {
	content: '、';
}
.strlist ul li:last-child::after {
	content: '';
}
.followbtn.tv {
	background-color: var(--onair-color);
	border-color: var(--onair-color);
	margin-bottom: 15px;
	margin-top: 0;
}
@media screen and (max-width:768px) {
	.followbtn.tv {
		padding: 1em;
	}
}
.followbtn:hover::after {
	color: var(--onair-color);
}
.followbtn:hover::before {
	color: var(--onair-color);
}

.followbtn.tv:hover {
	background-color: var(--onair-light-color);
	color: var(--onair-color);
	text-decoration: none;
}


.bnrbtn {
	display: block;
	color: var(--onair-color);
	text-decoration: none;
	width: 100%;
	text-align: left;
	line-height: 1;
	padding: .5em 1em;
	border-radius: .3em;
	position: relative;
	background-color: var(--onair-light-color);
	border-color: var(--onair-light-color);
	margin-bottom: 15px;
}
@media screen and (max-width:768px) {
	.bnrbtn {
		padding: 1em;
	}
}



/* タブ */
.tab_area {
	overflow:hidden;
	display:flex;
	/*display: none;*/
	margin:0;
	justify-content: center;
	position: relative;
	border-bottom: 2px solid var(--onair-color);
}
	
.tab_area li {
	padding: .5em 0;
	text-align:center; 
	border-right: 1px dotted #ffb6b6; 
	cursor: pointer; 
	vertical-align:middle; 
	display:table-cell;  
	color:var(--onair-color);
	background-color: #fff;
	margin-bottom: -2px;
	border-bottom: #fff;
	border-top: 1px solid #ffb6b6;
}
@media (min-width:481px) {
	.tab_area li {
		width: calc(100% / 3);
	}
}
@media (max-width:480px) {
	.tab_area li {
		width: calc(100% / 2.5);
	}
}
.tab_area li:first-child {
	border-left: 1px dotted #ffb6b6; 
}
	
.all_area { 
	background-color: transparent;/*#efefef*/
	padding: 0;/*10px*/ 
	/*overflow: hidden;*/
}
	
.all_area div.content_area {
	background-color: transparent;
	padding: 30px 0 0;/*10px*/ 
	/*border-top: 1px dotted #bbbbbb;*/
}

.tab_area li.select {
	background-image:none; 
	border-top:2px solid var(--onair-color);
	background-color: var(--onair-color)!important;
	color: #fff!important;
}
	
div.content_area.hide{display:none;}

