@charset "utf-8";


/*--------------- みんなのテレビ ---------------*/

/*------共通部分------*/

#minnanotv {
    font-family: "Roboto Regular", "Helvetica Neue", Helvetica, Arial, "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ ゴシック", sans-serif;
    font-size: 14px;
    line-height: 1.7;
    color: #333;
}
#minnanotv h2 {
	background: #eb6565;
	font-size: 26px;
	font-weight: bold;
	padding: 5px 30px;
	color: #ffffff;
	border-radius: 5em;
	margin-bottom: 30px;
}
#wrap {
	max-width: 1280px;
	padding-bottom: 25px;
	margin:0 auto;
}
#minnanotv #content {
	max-width: 960px;
	padding: 20px 0;
	margin: 0 auto;
	font-size: 13px;
	line-height: 150%;
	border-radius: 0 0 20px 20px;
	position: relative;
}
#minnanotv .container {
	padding: 15px;
}
#minnanotv #wrap .container:first-of-type {
	padding-top: 30px;
}
#minnanotv #wrap .container:last-of-type {
	padding-bottom: 30px;
}
#minnanotv .clrTxt{
    text-indent: -10000px;
    text-decoration: none;
    overflow: hidden;
    line-height: 0;
}
#minnanotv .ytCont {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    order: 1;
}
#minnanotv .ytCont iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
#minnanotv #header {
	position:relative;
}
/*#minnanotv #header:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 60px;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	bottom: 0;
}*/
#minnanotv #header a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
#minnanotv #header .container {
	padding: 0;
}
#minnanotv.ver2004 #header h1{
	background: url(../images/top_header_2004.jpg) no-repeat top center;
	background-size: cover;
    width: 100%;
	padding-top: 35.15%;
}
#minnanotv.ver2004 #header.sub h1{
	background: url(../images/sub_header_2004.jpg) no-repeat top center;
	background-size: cover;
    width: 100%;
	padding-top: 19.531%;
}
#minnanotv.ver2009 #header h1{
	background: url(../images/top_header_2009.jpg) no-repeat top center;
	background-size: cover;
    width: 100%;
	padding-top: 35.15%;
}
#minnanotv.ver2009 #header.sub h1{
	background: url(../images/sub_header_2303.jpg?20230317) no-repeat top center;
	background-size: cover;
	width: 100%;
	padding-top: 19.531%;
}
#minnanotv .main {
	width: calc(100% - 325px);
	float: left;
}
#minnanotv .side {
	position: sticky;
	top: 10px;
	width: 300px;
	float: right;
}

/*ナビゲーション*/
#minnanotv .mintele_nav ul li {
	margin-top: 10px;
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
}
#minnanotv .mintele_nav ul li:first-child {
	margin-top: 0;
}
#minnanotv .mintele_nav a{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 70px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    padding: .5em;
    text-decoration: none;
    transition: .3s;
}
#minnanotv .mintele_nav li:nth-child(odd) a{
    background: #eb6565;
}
#minnanotv .mintele_nav li:nth-child(even) a{
    background: #afc156;
}
#minnanotv .mintele_nav .middle{
    font-size: 12px;
}
#minnanotv .mintele_nav .little{
    font-size: 6px;
    line-height: 1.1;
    display: block;
}
#minnanotv .mintele_nav li:nth-child(odd) a:hover{
    background: #f70e1f;
}
#minnanotv .mintele_nav li:nth-child(even) a:hover{
    background: #bade04;
}

#twitter {
    margin-top: 30px;
}
#twitter .ttl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 16px;
}
#twitter .ttl i {
	color: #1da1f2;
}
#twitter .ttl a {
    display: block;
    text-align: center;
    background: #1da1f2;
    border-radius: 30px;
    color: #fff;
    font-size: 70%;
    padding: 3px 15px;
	text-decoration: none;
	transition: .3s;
}
#twitter .ttl a:hover {
	opacity: 0.8;
}

/*------ トップページ ------*/

/*OA予定*/
#minnanotv #next{
	margin-bottom: 20px;
}
#minnanotv #next #movie{
    max-width: 640px;
	margin: 0 auto 15px;
}
#minnanotv #next ul{
	background: #fff;
	padding: 20px;
	border: #E50012 5px solid;
	border-radius: 20px;
}
#minnanotv #next li{
	border-bottom: #AACC03 solid 2px;
	padding:10px 0;
	font-size:18px;
}
/*バナーエリア*/
#minnanotv #bnArea{
	margin-bottom: 20px;
}
#minnanotv #bnArea ul{
	display: flex;
	flex-wrap: wrap;
}
#minnanotv #bnArea li{
    background: #fff;
}
@media screen and (max-width:1279px){
	#minnanotv #bnArea li{
		width: 48%;
		margin-right: 3%;
		margin-bottom: 3%;
	}
	#minnanotv #bnArea li:nth-child(2n) {
		margin-right: 0;
	}
}
@media screen and (min-width:1280px){
	#minnanotv #bnArea li{
		width: 32%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	#minnanotv #bnArea li:nth-child(3n) {
		margin-right: 0;
	}
}
#minnanotv #bnArea li a{
	transition: .3s;
}
#minnanotv #bnArea li a:hover{
	opacity: .8;
}

/*------ これまでの放送内容 ------*/

/*メインコンテンツ*/

#minnanotv #oalogBody #mainCont {
	width: 80%;
	float: left;
	padding: 10px 20px;
	font-size: 108%;
	line-height: 1.6;
}
#minnanotv #oalogBody #mainCont img.left {
	float: left;
	padding: 0 10px 0 0;
}
#minnanotv #oalogBody #mainCont img.right {
	float: right;
	padding: 0 0 0 10px;
}
#minnanotv #oalogBody #mainCont .section {
	margin: 0 0 40px 0;
}
#minnanotv #oalogBody #mainCont h3.mainTit {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
#minnanotv #oalogBody #mainCont h4 {
	font-weight: bold;
}

/*バックナンバー*/
#oalogBody{
	background: #fff;
	border: #5BB431 solid 1px;
	padding-bottom: 15px;
}

#minnanotv #oalogBody #sideCont {
	overflow-x: hidden;
	width: 139px;
	background: #fbfbfb;
	border-right: #5BB431 solid 1px;
	float: left;
}
#minnanotv #oalogBody #sideCont .oaDate {
	line-height: 225%;
	background: url(../images/oalog_title.png) no-repeat;
	color: #FFF;
	width: 100%;
	height: 96px;
	font-weight: bold;
	display: block;
	padding: 10px;
	margin-bottom: 8px;
}
#minnanotv #oalogBody #sideCont .oaDate .year {
	font-size: 18px;
}
#minnanotv #oalogBody #sideCont .oaDate .date {
	font-size: 24px;
}
#minnanotv #oalogBody #sideCont .oaDate .day {
	font-size: 18px;
}
#minnanotv #oalogBody #sideCont .backNum h4 {
	background: url(../images/oalog_side_icon_year.png) no-repeat left center;
	cursor: pointer;
	padding: 0 0 0 12px;
	margin: 0 0 0 6px;
	font-size: 14px;
	font-weight: normal;
}
#minnanotv #oalogBody #sideCont .backNum ul.loglist {
	margin: 0 0 15px 20px;
}
#minnanotv #oalogBody #sideCont .backNum li {
	border-bottom: dotted 1px #EAEAEA;
	line-height: 23px;
}
#minnanotv #oalogBody #sideCont .backNum li a {
	display: block;
	color: #4D4D4D;
	text-decoration: none;
	padding: 3px;
	font-size: 13px;
	line-height: 18px;
}

/*------ 出演者情報 ------*/

#castCont {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
#castCont  > li  > a:hover{
	text-decoration: none;
}
#castCont  > li  > a img {
	transition: all .3s;
}
#castCont  > li  > a:hover img {
	transform: translate(-50%,-50%) scale(1.05,1.05)!important;
}
@media screen and (min-width: 1025px){
#castCont > li {
    width: 22%;
    margin-right: 4%;
    margin-bottom: 4%;
}
#castCont > li:nth-child(4n) {
    margin-right: 0;
}
}
@media screen and (max-width: 1024px){
#castCont > li {
	width: 28%;
	margin-right: 8%;
	margin-bottom: 6%;
}
#castCont > li:nth-child(3n) {
    margin-right: 0;
}
}
#castCont img {
    /* width:100%; */
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#castCont figure {
    margin: 0;
    overflow: hidden;
    position: relative;
    padding-top: 100%;
    background: rgba(0, 0, 0, .03);
    border: 1px solid rgba(0, 0, 0, .01);
    border-radius: 50%;
}
#castCont figure:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    border-radius: 50%;
    box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.1);
    z-index: 1;
}
#castCont .noimage {
    margin: 0;
    overflow: hidden;
    position: relative;
    padding-top: 100%;
    background: rgba(0, 0, 0, .03);
    border-radius: 50%;
}
#castCont .noimage:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    border-radius: 50%;
    z-index: 1;
}
#castCont .nameWrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #666;
	margin-top: 15px;
}
#castCont .job {
	color: #aaa;
	text-align: center;
}
#castCont .name {
	line-height: 1.4;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}
#castCont .name span {
	font-size: 50%;
	display: block;
	font-weight: normal;
	text-align: center;
	color: #aaa;
}




/*--------------------------------------------------------------------------
レシピ
--------------------------------------------------------------------------*/
#recipeMain{
}
#recipeMain h2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#recipeMain h2 a {
    display: flex;
    align-items: center;
}

/*--------------- レシピ検索 ---------------*/
#recipe_search {

background: #c9e88c url(../images/recipe_search_bg.png) no-repeat;

min-height:148px;

margin:10px 0;

position: relative;
}
.kiseki #recipe_search {
	background: url(../images/recipe_search_bg_kiseki.png) no-repeat;
}

#recipe_search form.searchform {
	position: absolute;
	top:10px;
	right:21px;
}

#recipe_search form.searchform label img {
	margin: 5px 0 0 0;
}

#recipe_search form.searchform #stext {
	border:1px solid #808080;
	width:245px;
	line-height:24px;
	font-size: 108%;
	margin: 0 2px 0 0;
}

#recipe_search form.searchform #sbtn {
	background: url(../images/recipe_search_btn.png) no-repeat;
	border:none;
	background-color: transeparent;
	text-indent: -9999px;
	width:44px;
	height:31px;
}

/*プロフィール等*/
#recipeMain #recipe_search .nav_btn {
	position: absolute;
	top:50px;
	right:11px;
}

#recipeMain #recipe_search .nav_btn a{
    display:table-cell;
    *display:inline;
    *zoom:1;
    margin:0;
    padding:0 10px 0 0;
}
/*プロフィール詳細*/

#recipe_profile {
	background: #ffe1e1;
	width:457px;
	height:175px;
	padding:15px;
	margin:0 auto !important;
}
#recipe_profile #img{
	width:137px;
	margin-right:15px;
	float:left;
}
#recipe_profile #profileTxt p{
	font-size:15px;
}

/*レシピ本*/

#minnanotv a.recipeBook {
	background: url(../images/recipe_btn_book.png) no-repeat top center;
	background-size: cover;
	width: 80%;
	padding-top: 6.147%;
	margin: 20px auto 0 auto;
	display: block;
	/* overflow: hidden; */
	/* text-indent: -10000px; */
	/* text-decoration: none; */
}
#minnanotv a.recipeBook:hover {
	background-position: 0 100%;
}
#minnanotv a.recipeBook:active {
	background-position: 0 -200%;
}

/*--------------- レシピタイトル ---------------*/
#recipe_title {
	padding: 0px 0 5px 10px;
}

/*写真*/
#recipe_title .photo {
	border:1px solid #BDBDBD;
	width: 131px;
	float:left;
	margin:10px 10px 10px 0px;
}

#recipe_title .photo img{
	background-color: #D3D3D3;
	padding:5px;
}

/*詳細*/
#recipe_title .recipe_cont {
	float:left;
	width:515px;
	margin:5px 0 0 2px;
}

#recipe_title .recipe_cont .date {
	position:relative;
	color:#595D67;
	font-size:116%;
	font-weight:bold;
	margin:0;
	padding:5px 0 10px 0;
}

#recipe_title .recipe_cont .date span {
	background-color: #E6E7E8;
	padding:5px;
	margin-bottom:10px;
	height:18px;
}

#recipe_title .recipe_cont h3 {
	color:#595D67;
	font-size:116%;
	line-height:1.4;
	margin:0 0 5px 0;
}

#recipe_title .recipe_cont .rpoint {
	background:url(../images/recipe_point.png) no-repeat #FFCCCC;
	min-height:30px;
	width:425px;
	margin:0;
	padding: 25px 10px 5px 70px;
}
.kiseki #recipe_title .recipe_cont .rpoint {
	background:url(../images/recipe_point_kiseki.png) no-repeat #bcebff;
	min-height:38px;
	padding: 16px 35px;
	width:435px;
}

/*--------------- 作り方 ---------------*/
#recipe_instruct {
}

#recipe_instruct #material_wrap{
	float:left;
	max-width: 240px;
	margin:0px;
}
/*材料*/
#recipe_instruct #material {
	border: 5px solid  #F8F9F9;
	background-color: #EEEFF0;
	padding:5px;
	margin-bottom:5px;
}

#recipe_instruct #material h3 {
	font-size:108%;
	margin: 0 0 12px 0;
}

#recipe_instruct #material h4 {
	font-size: 108%;
	padding: 0 10px;
}




#recipe_instruct #material .recipe_item {
	margin:0 10px 15px 0;
}

#recipe_instruct #material .recipe_item p {
	font-size: 100%;
	line-height:1.5;
	padding: 0 10px;
}

/*作り方*/
#recipe_instruct #recipe_flow {
	border:5px solid #EEEFF0;
	background-color:#F8F9F9;
	float: right;
	width: calc(100% - 220px);
	padding:3px 0;
}

#recipe_instruct #recipe_flow h3 {
	margin:0;
	padding:0;
}

#recipe_instruct #recipe_flow h4.rtitle {
	background: url(img/recipe_name_bg.png) no-repeat;
	padding:15px 0 10px 20px;
	font-size:108%;
	line-height:1.4;
	margin: 0 7px 5px 7px;
}

#recipe_instruct #recipe_flow .recipe_step {
	border-bottom: 1px solid #E5E5E5;
	margin:0 auto 10px auto;
	padding: 0 0 25px 0;
}

#recipe_instruct #recipe_flow .recipe_step .photo {
	float:right;
	width:100px;
}

#recipe_instruct #recipe_flow .recipe_step .recipe_text {padding: 0 1em;}

#recipe_instruct #recipe_flow .recipe_step .recipe_text h5 {
	font-size:108%;
	margin:-3px 0 4px 0;
}

#recipe_instruct #recipe_flow .recipe_step .recipe_text p {
	font-size:100%;
	line-height:1.6;
	margin:0;
}


/*--------------------------------------------------------------------------
　今週のレシピ　バックナンバー
--------------------------------------------------------------------------*/

h3.back{
	margin:0 0 12px 24px;
}

h3 img{
	margin:0;
	padding:0;
}


/*--------------- 記事リスト ---------------*/
.recipe-wrapper {
	background: #F8F8F8;
	padding: 15px 0 10px 0;
	/* width:680px; */
}

dl.recipe_list{
	margin:15px auto 30px auto;
	width: 620px;
}

dl.recipe_list dt{
	background-color: #E6E7E8;
	float:left;
	clear:left;
	width: 160px;
	padding:3px 7px;
	margin:0 0 5px 0;
	text-align:center;
}

dl.recipe_list dd{
	margin: 0 0 7px 160px;
	padding: 3px 7px;
}
dl.recipe_list dd.video{
	background:url(../images/kaiketsu_movie_icon.png) no-repeat right center;
	padding-right:22px;
}
table#info_list {
	margin: 20px auto;
	border-spacing: 5px;
	border-collapse: separate;
}

table#info_list th {
	font-size: 14px;
}

table#info_list td {
	background-color: #E6E7E8;
	color: #BDBEC2;
	text-align: center;
	width: 40px;
	font-size: 12px;
}

table#info_list td a {
	background-color: #E6E7E8;
	color: #595D67;
	display: block;
	padding: 5px;
	text-decoration: none;
}

/*--------------- バックナンバー ---------------*/

.backnum_wrapper{
	background:url(../images/common_line_shadow.png) repeat-x bottom #F8F8F8;
	padding:20px 15px 10px 14px;
}

.backnum_wrapper .program_list {
	margin:0 auto;
	width:546px;
}

.backnum_wrapper .program_list h4 {
	background-color: #E6E7E8;
	width: 65px;
	font-size: 108%;
	text-align: center;
	padding: 5px 0;
	float: left;
}

.backnum_wrapper .program_list dl {
	float: right;
	width: 463px;
}

.backnum_wrapper .program_list dt {
	font-size: 108%;
	font-weight: bold;
	line-height: 1.6;
	margin: 0 0 8px 0;
}

.backnum_wrapper .program_list dd {
	border-bottom: 1px solid #E5E5E5;
	margin: 0 0 14px 0;
	padding: 0 0 10px 0;
	line-height: 1.6;
}

p.attention {
	color: #A7A7A7;
	font-size: 100%;
	text-align: right;
	margin: 15px auto;
}

/* ------------------
START.とにかく明るい散歩 2016.04.05
------------------- */
/* ヘッダー */
#minnanotv #sanpoHead {
	background:url('../images/sanpo_main2.png?210405') right 0 no-repeat;
	padding-bottom:16px;
	min-height:340px;
}
#minnanotv #sanpoHead .image
{
	padding:4px 16px 10px;

}
#minnanotv #sanpoHead .text
{
	padding:0 230px 10px 16px;
	font-size:14px;
	line-height:1.6;
}
#minnanotv #sanpoHead2 {
	background:url('../images/sanpo_main3.jpg') right 0 no-repeat;
	padding-bottom:16px;
	max-height: 470px;
	max-width: 960px;
	padding-top: 48.958%;
	margin: 0 auto 20px;
	background-size: cover;
}

/*バックナンバー*/
#minnanotv #sanpoBody{
	display: flex;

	border: 2px solid #5BB431;
	position: relative;
}
#minnanotv #sanpoBody .oaDate {
	width: 150px;
	padding: 15px;
	line-height: 1.2;
	font-size: 19px;
	color: #fff;
	font-weight: bold;
	background: #5BB431;
	position: absolute;
	top: 0;
	left: 0;
}
#minnanotv #sanpoBody .oaDate .year {
	font-size: 14px;
}
#minnanotv #sanpoBody #mainCont {
	background: #fff;
	padding: 10px;
	box-sizing: border-box;
	width: 85%;
}
#minnanotv #sanpoBody #mainCont .mainTit {
	font-size: 18px;
	line-height:1.3;
	font-weight: bold;
	margin-bottom: 10px;
	color:#22ac38;
}
#minnanotv #sanpoBody #mainCont .left,
#minnanotv #sanpoBody #mainCont .right {
	width: 320px;
}
#minnanotv #sanpoBody #mainCont .left {
	float: left;
	padding: 0 10px 10px 0;
}
#minnanotv #sanpoBody #mainCont .right {
	float: right;
	padding: 0 0 10px 10px;
}
#minnanotv #sanpoBody #mainCont .section {
	margin: 0 0 20px 0;
	font-size:16px;
}
#minnanotv #sanpoBody #mainCont h4 {
	font-weight: bold;
	line-height:1.3;
}
#minnanotv #sanpoBody #mainCont .section .pub,
#minnanotv #sanpoBody #mainCont .section .pub img{
	width:320px;
}

#minnanotv #sanpoBody #sideCont {
	width: 16%;
	min-width: 150px;
	background: #fbfbfb;
	border-right: 2px solid #5ab431;
}
#minnanotv #sanpoBody #sideCont .backNum {
	padding: 10px;
	margin-top: 90px;
}
#minnanotv #sanpoBody #sideCont .backNum h4 {
	cursor: pointer;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 5px;
}
#minnanotv #sanpoBody #sideCont .backNum h4:before {
	content: "";
	display: inline-block;
	border: 7px solid transparent;
	border-left-color: #5ab431;
}
#minnanotv #sanpoBody #sideCont .backNum h4 a {
	text-decoration: none;
	color:#333;
}
#minnanotv #sanpoBody #sideCont .backNum h4 a:hover {
	color:#999;
}
#minnanotv #sanpoBody #sideCont .backNum ul.loglist {
	margin-left: 14px;
}
#minnanotv #sanpoBody #sideCont .backNum li {
	border-bottom: 1px dotted #5ab431;
	padding: 3px 0;
}
#minnanotv #sanpoBody #sideCont .backNum li:last-child {
    border: none;
}
#minnanotv #sanpoBody #sideCont .backNum li a {
	color: #333;
	text-decoration: none;
	padding: 3px;
	font-size: 14px;
	line-height: 18px;
}
#minnanotv #sanpoBody #sideCont .backNum li a:hover {
	color:#999;
}

/* ------------------
END.とにかく明るい散歩
------------------- */


/* ------------------
START.噂の街グルメ 2022.04.13
------------------- */
/* ヘッダー */
#minnanotv #kisekiseriesHead {
	background: url("../images/uwasa_main_pc.jpg") top center no-repeat;
    padding-top: 33%;
    background-size: cover;
	margin-bottom: 25px;
}
/* ------------------
END.奇跡シリーズ
------------------- */
/* s.weekly oa */
#minnanotv #weeklyCont {
	padding:0 0 10px;
}
#minnanotv #weeklyCont .weekly_tab {
	height:45px;
}
#minnanotv #weeklyCont .weekly_tab > li {
	display:block;
	float:left;
	overflow:hidden;
	padding:0 5px 0 0;
	margin:0;
	height:45px;
	width:128px;
}
#minnanotv #weeklyCont .weekly_tab > li:last-child {
	float:right;
	padding-right:0;
}
#minnanotv #weeklyCont .weekly_tab span , 
#minnanotv #weeklyCont .weekly_tab a {
	display:block;
	margin-top:3px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;

	-o-transition: 0.2s;
	transition: 0.2s;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#minnanotv #weeklyCont .weekly_tab a.active {
	cursor:default;
	margin-top:0;
}
#minnanotv #weeklyCont .weekly_tab a:hover,
#minnanotv #weeklyCont .weekly_tab a.active {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#minnanotv #weeklyCont .weekly_content {
	display:none;
	background:#3E8707;
	padding:0 8px 8px;
}
#minnanotv #weeklyCont .weekly_content.active {
	display:block;
}
#minnanotv #weeklyCont .weekly_content .weekly_title {
	color:#fff;
	font-size:20px;
	font-weight:bold;
	line-height:1.2;
	text-align:center;

	padding:14px 0 12px;
}
#minnanotv #weeklyCont .weekly_content .weekly_list {
	background:#fff;
	padding:0 14px;
}
#minnanotv #weeklyCont .weekly_content .weekly_list > li {
	display:table;
	width:100%;
	padding:14px 0;
	border-top:2px dotted #969696;
}
#minnanotv #weeklyCont .weekly_content .weekly_list > li:first-child {
	border-top:0;
}
#minnanotv #weeklyCont .weekly_content .weekly_list > li > img,
#minnanotv #weeklyCont .weekly_content .weekly_list > li > div {
	display:table-cell;
	vertical-align:top;
}
#minnanotv #weeklyCont .weekly_content .weekly_list > li > img {
	width:200px;
	padding-right:14px;
}
#minnanotv #weeklyCont .weekly_content .weekly_list > li > div {
	width:100%;
}
#minnanotv #weeklyCont .weekly_content .weekly_list > li > div .title {
	font-size:16px;
	line-height:1.4;
	border-bottom:1px solid #3E8707;
	padding:3px;
	margin-bottom:6px;
}
#minnanotv #weeklyCont .weekly_content .weekly_list > li > div .text {
	font-size:14px;
	line-height:1.4;
	padding:0 3px;
}
/*--------- スケジュール表　210412追加 ---------*/
#schedule a{
	display: block;
	transition-duration: .2s;
}
#schedule a:hover{
	opacity: 0.7;
	transition-duration: .2s;
}


#schedule .schedule_table{
	margin: 5% 0;
}
#schedule .schedule_table table{
   	/* border-collapse: collapse; */
   	table-layout: fixed;
   	width: 100%;
   	box-sizing: border-box;
   	margin: 2% 0;
}
#schedule .schedule_table table tr{
	text-align: center;
	width: 100%;
}

#schedule .schedule_table table th{
	border: 2px solid #9e9e9e;
	border-collapse: collapse;
	padding: 5px 0;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: #aacc02;
}
#schedule .schedule_table table td{
	border: 2px solid #9e9e9e;
	border-collapse: collapse;
}
#schedule .schedule_table table td img{
	width: 100%;
}
#schedule .schedule_table table td.goji{
	/* background: #e4f4ff; */
	width: 100%;
	/* margin: 0 auto; */
	position: relative;
	/* border-collapse: collapse; */
	/* border-bottom: none; */
}
#schedule .schedule_table table td.none{
	display: none;
}
#schedule .schedule_table table td.goji .goji_img{
	width: 20%;
	float: left;
	margin-left: auto;
	position: absolute;
	left: 20%;
	top: 0;
}

#schedule .schedule_table table td .goji_txt{
	padding: 5%;
	font-size: 18px;
	font-weight: bold;
	width: 65%;
	float: right;
}


#schedule .schedule_table table th.ttl{
	font-size: 20px;
	width: 2.0em;
	background-color: #fff;
	padding: 1%;
	font-weight: bold;

}

#schedule .schedule_table table tr.flex_wrap{
	/* display: flex; */
}
#schedule .schedule_table table td.flex{
	vertical-align: baseline;
}
#schedule .schedule_table table td .rokuji_img{
	width: 100%;
}
#schedule .schedule_table table td .rokuji_img img{
	width: 100%;
}
#schedule .schedule_table table td .rokuji_txt{
	padding: 10px 5px;
	font-size: 15px;
	vertical-align: text-top;
	font-weight: bold;
	display: flex;
	text-align: left;
	align-items: start;
	justify-content: center;
}



#schedule .schedule_table table th.bg_blue{
	background-color: #0587e4;
	/* border-bottom: none; */
	color: #ffffff;
}

#schedule .schedule_table table th.bg_red{
	background-color: #e40512;
}









/*--------- 見逃し配信　2109追加 ---------*/

#minnanotv .minogashi_bn .sp{
    display: none;
}
#minnanotv .minogashi_bn{
    margin-bottom: 25px;
}
#minnanotv #minogashi {
    margin-bottom: 50px;
}
#minnanotv #minogashi .minogashiList {
    display: flex;
    flex-wrap: wrap;
}
@media screen and (max-width:1279px) {
    #minnanotv #minogashi .minogashiList > li {
        width: 48%;
        margin-right: 3%;
        margin-bottom: 3%;
    }
    #minnanotv #minogashi .minogashiList > li:nth-child(2n) {
        margin-right: 0;
    }
}
@media screen and (min-width:1280px) {
    #minnanotv #minogashi .minogashiList > li {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    #minnanotv #minogashi .minogashiList > li:nth-child(3n) {
        margin-right: 0;
    }
}
#minnanotv #minogashi .cat {
    display: inline-block;
}
#minnanotv #minogashi .cat li {
    font-size: 90%;
    display: inline-block;
    background: #aacc03;
    font-weight: bold;
    color: #fff;
    padding: 0 1em;
    border-radius: 1em;
    margin: 0.2em;
}
#minnanotv #minogashi .minogashiList > li .date {
    font-size: 90%;
    display: inline-block;
}
#minnanotv #minogashi .minogashiList > li .detail {
    display: none;
}
#minnanotv #minogashi .minogashiList > li a {
    transition: 0.3s;
    display: block;
    text-decoration: none;
    color: #333;
}
#minnanotv #minogashi .minogashiList > li figure {
    overflow: hidden;
    position: relative;
    padding-top: 56.25%;
}
#minnanotv #minogashi .minogashiList > li a figure img {
    transition: 0.5s;
    position: absolute;
    height: auto;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#minnanotv #minogashi .minogashiList > li figure:before,
#minnanotv #minogashi .minogashiList > li figure:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 250%;
    transition: 0.8s;
}
#minnanotv #minogashi .minogashiList > li figure:before {
    width: 1.9em;
    height: 1.9em;
    border-radius: 50%;
    background: rgb(0 0 0 / 50%);
}
#minnanotv #minogashi .minogashiList > li figure:after {
    width: 0.55em;
    height: 0.6em;
    left: 2%;
    background: linear-gradient(to bottom left, transparent 50%, #fff 53%) no-repeat top left / 100% 50%, linear-gradient(to top left , transparent 50%, #fff 53%) no-repeat bottom left / 100% 50%;
}
#minnanotv #minogashi .minogashiList > li a:hover {
    color: #777;
}
#minnanotv #minogashi .minogashiList > li a:hover figure:after,
#minnanotv #minogashi .minogashiList > li a:hover figure:before {
    opacity: 0;
}
#minnanotv #minogashi .minogashiList > li a:hover figure img {
    max-width: 105%;
}
#minnanotv #minogashi a.btn{
    display: block;
    width: 95%;
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
    padding: 1% 0;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    transition: .3s;
    background: #aacc03;
}
#minnanotv #minogashi a.btn:hover{
    background: #bade04;
}
.modal.modalmovie .iframeWrap {
    margin-bottom: 10px;
}
.modal.modalmovie .date, .modal .cat {
    display: inline-block;
    font-weight: normal;
}
.modal.modalmovie  .ttl {
    font-size: 18px;
    border-bottom: 2px dotted #ccc;
    padding: 5px 0;
    margin-bottom: 10px;
}
.modal.modalmovie .cat {
    display: inline-block;
}
.modal.modalmovie .cat li {
    font-size: 90%;
    display: inline-block;
    background: #aacc03;
    font-weight: bold;
    color: #fff;
    padding: 0 1em;
    border-radius: 1em;
    margin: 0.2em;
}








/* clearfix */
 /* IE6 */
* html .clrFix { zoom: 1;}
 /* IE7 */
*:first-child+html .clrFix { zoom: 1;}
#footer {
	margin-top: 0 !important;
}



