<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "shift_jis";

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

header

------------------------------------------------*/
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.generalHeader{
	position: relative;
    z-index: 1000000;
	font-size: 16px;
}
.wrap-header {
	background: #fff;
	position: relative;
	z-index: 1000001;
	line-height: 1;
	font-family: "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif;
}
.wrap-header a,
.wrap-header a:link,
.wrap-header a:hover,
.wrap-header a:visited,
.wrap-header a:active{
    color: #292929;
    text-decoration: none;
	line-height: 1;
}
.wrap-header ol, .wrap-header ul{
	list-style: none; 
	margin:0;
	padding:0;
	line-height: 0;
}
.wrap-header button,{
	cursor: pointer;
}
.wrap-header p{
	margin:0;
}
.wrap-header header {
	width: calc(100% - 20px);
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}
.logo-abc{
	width: 172px;
	padding-top: 20.74%;
	margin: 7px 0 0;
	background: url(/header/img/2018/smp/logo_abc.png) 0 0 no-repeat;
	background-size: contain;
	display: block;	
	font-size: 0;
	text-indent: -99999px;
}
.sp-nav{
	display: none;
}
.sp-header li{
	display: inline-block;
}
.sp-header-tvpgm a,
.sp-header-menu a{
	width: 50px;
	height: 50px;
	padding: 33px 0 0;
	position: relative;
	display: block;
	box-sizing: border-box;
	text-align: center;
	font-size: 0.625em;
	cursor: pointer;
}
.sp-header-tvpgm a:before{
	content: "";
	width: 21px;
	height: 20px;
	margin-left: -10px;
	background: url(/header/img/2018/icon-tvprogram-or.png) top center no-repeat;
	background-size: contain;
	position: absolute;
	top: 8px;
	left: 50%;
}
.sp-header-menu a:before,
.sp-header-menu a:after,
.sp-header-menu a span:before{
	content: "";
	width:21px;
	margin-left: -10px;
	border-bottom:solid 3px #eb5e00;
	position:absolute;
	left: 50%;
	display:block;
	transition: all 0.3s ease-in-out;
}
.sp-header-menu a:before {top:10px}
.sp-header-menu a:after {top:16px}
.sp-header-menu a span:before {top:22px}
.openNav .sp-header-menu a:before {
	top: 15px;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	transform:rotate(-45deg)
}
.openNav .sp-header-menu a:after,
.openNav .sp-header-menu a span:before {
	top: 15px;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	transform:rotate(45deg)
}
.openNav .sp-header-menu a span{
	font-size: 0;
}
.openNav .sp-header-menu a span:after {
	content: "閉じる";
	font-size: 10px;
}
.sp-nav {
	width: 100%;
	height: calc(100% - 50px);
	padding:10px 3% 40px;
	background:#fff;
	box-sizing: border-box;
	display: none;
	overflow: auto;
	position:fixed;
	left:0;
	top:50px;
	z-index: 9999;
}
.ttl-genre{
	padding: 8px;
	background: #282828;
	color: #fff;
	font-size: 0.875em;
	font-weight: bold;
	text-align: center;
}
.genre-list{
    max-width: 640px;
    margin: 0 auto 20px;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
}
.genre-search + .genre-list {
	margin: 20px auto 20px;
}
.genre-list ul{
	border: 2px solid #b8b8b8;
	border-top:  none;
	box-sizing: border-box;
	border-radius: 0 0 5px 5px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
.genre-list li{
	width: 33.33%;
	border-right: 1px solid #b8b8b8;
	border-bottom: 1px solid #b8b8b8;
	box-sizing: border-box;
}
.genre-list li:nth-child(n + 4){
	margin: 0 0 -1px;
}
.genre-list li:nth-child(3n){
	border-right: none;
}
.genre-list li a{
	padding: 12px 12px 11px 6px;
	position: relative;
	display: block;
	font-size: 0.875em;
	text-align: center;
}
.genre-list li a:before {
	content: "";
	width: 8px;
	height: 12px;
	margin-top: -6px;
	background: url(/header/img/2018/icon-arrow-or.png) 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 5px;
}
.genre-search form{
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	position: relative;
}
.searchBox{
	width: 100%;
	padding: 12px 3.3em 14px 15px;
	background: url(/header/img/2018/icon-search-or.png) right 10px center no-repeat #e8e8e8;
	background-size: 21px;
	border: none;
	border-radius: 5px;
	display: block;
	box-sizing: border-box;
	box-shadow: 0 0 10px rgba(0,0,0,0.02) inset;
	position: relative;
	font-size: 0.8125em;
}
.genre-search form input[type="submit"]{
	width: 40px;
	height: 100%;
	background: none;
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	font-size: 0;
	cursor: pointer;
}
.link_col1{
    max-width: 640px;
    margin: 0 auto;
	padding: 12px 12px 12px 6px;
	border: 2px solid #b8b8b8;
	border-radius: 5px;
	box-sizing: border-box;
	position: relative;
	display: block;
	font-size: 0.875em;
	text-align: center;
}
.link_col1:before {
	content: "";
	width: 8px;
	height: 12px;
	margin-top: -6px;
	background: url(/header/img/2018/icon-arrow-or.png) 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 5px;
}
@media screen and (max-width:641px) {
	.genre-list li{
		width: 50%;
	}
	.genre-list li:nth-child(3n){
		border-right: 1px solid #b8b8b8;
	}
	.genre-list li:nth-child(2n){
		border-right: none;
	}
	.genre-list li:nth-child(n + 4){
		margin: 0;
	}
	.genre-list li:nth-child(n + 3){
		margin: 0 0 -1px;
	}
}
@media screen and (max-width:350px) {
	.genre-list {
		margin: 0 0 15px;
	}
	.genre-search + .genre-list {
		margin: 15px 0 15px;
	}
	.genre-list li a {
		padding: 10px 12px 10px 6px;
		font-size: 0.8125em;
	}
}</pre></body></html>