@charset "utf-8";


/*--------------- みんなのテレビ ---------------*/

/*------共通部分------*/

#minnanotv {
	font-family: "Roboto Regular", "Helvetica Neue", Helvetica, Arial, "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ ゴシック", sans-serif;
}
#minnanotv h2 {
	background: #eb6565;
	font-size: 6vw;
	font-weight: bold;
	padding: 2% 3%;
	color: #ffffff;
	border-radius: 5vw;
	margin-bottom: 5vw;
}
#minnanotv .container {
	padding: 0 10px;
}
#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: 5vw;
    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 #wrap .container:first-of-type {
	padding-top: 20px;
}
#minnanotv #wrap .container:last-of-type {
	padding-bottom: 50px;
}
#minnanotv.ver2004 #header h1{
	background: url(../images/top_header_sp_2004.jpg) no-repeat top center;
	background-size: cover;
    width: 100%;
	padding-top: 68.75%;
}
#minnanotv.ver2004 #header.sub h1{
	background: url(../images/sub_header_sp_2004.jpg) no-repeat top center;
	background-size: cover;
    width: 100%;
	padding-top: 28.125%;
}
#minnanotv.ver2009 #header h1{
	background: url(../images/top_header_sp_2009.jpg) no-repeat top center;
	background-size: cover;
    width: 100%;
	padding-top: 68.75%;
}
#minnanotv.ver2009 #header.sub h1{
	background: url(../images/sub_header_sp_2303.jpg?20230317) no-repeat top center;
	background-size: cover;
	width: 100%;
	padding-top: 28.125%;
}

/*ナビゲーション*/
#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:320px){
	#minnanotv #bnArea ul{
		width: 80%;
		margin: 0 auto;
	}
	#minnanotv #bnArea li{
		width: 100%;
		margin-bottom: 3%;
	}
}
@media screen and (min-width:321px){
	#minnanotv #bnArea li{
		width: 48%;
		margin-right: 3%;
		margin-bottom: 3%;
	}
	#minnanotv #bnArea li:nth-child(2n) {
		margin-right: 0;
	}
}
#minnanotv #bnArea li a{
	transition: .3s;
}
#minnanotv #bnArea li a:hover{
	opacity: .8;
}
/*------ これまでの放送内容 ------*/

/*メインコンテンツ*/

#minnanotv #oalogBody #mainCont {
	width: 75%;
	float: left;
	padding: 1% 3%;
	font-size: 108%;
	line-height: 1.6;
}
#minnanotv #oalogBody #mainCont img.left {
	float: left;
	padding: 0 10px 10px 0;
}
#minnanotv #oalogBody #mainCont img.right {
	float: right;
	padding: 0 0 10px 10px;
}
#minnanotv #oalogBody #mainCont .section {
	margin: 0 0 40px 0;
}
#minnanotv #oalogBody #mainCont h3.mainTit {
	font-size: 4vw;
	font-weight: bold;
	margin-bottom: 2%;
}
#minnanotv #oalogBody #mainCont h4 {
	font-weight: bold;
}

/*バックナンバー*/
#oalogBody{
	background: #fff;
	border: #5BB431 solid 1px;
	padding-bottom: 5%;
}

#minnanotv #oalogBody #sideCont {
	overflow-x: hidden;
	width: 25%;
	background: #fbfbfb;
	border-right: #5BB431 solid 1px;
	float: left;
}
#minnanotv #oalogBody #sideCont .oaDate {
	line-height: 160%;
	background: url(../images/oalog_title.png) no-repeat;
	color: #FFF;
	width: 100%;
	font-weight: bold;
	display: block;
	padding: 2%;
	margin-bottom: 4%;
}
#minnanotv #oalogBody #sideCont .oaDate .year {
	font-size: 2.5vw;
}
#minnanotv #oalogBody #sideCont .oaDate .date {
	font-size: 4vw;
}
#minnanotv #oalogBody #sideCont .oaDate .day {
	font-size: 3vw;
}
#minnanotv #oalogBody #sideCont .backNum h4 {
	background: url(../images/oalog_side_icon_year.png) no-repeat left center;
	cursor: pointer;
	padding: 0 0 0 3%;
	margin: 0 0 0 4%;
	font-size: 3.2vw;
	font-weight: normal;
}
#minnanotv #oalogBody #sideCont .backNum ul.loglist {
	margin: 0 0 2% 4%;
}
#minnanotv #oalogBody #sideCont .backNum li {
	border-bottom: dotted 1px #EAEAEA;
	margin-bottom: 11%;
}
#minnanotv #oalogBody #sideCont .backNum li a {
	display: block;
	color: #4D4D4D;
	text-decoration: none;
	font-size: 2.5vw;
	line-height: 3.5vw;
	padding-left: 3%;
}

/*検索ボックス*/

#minnanotv #oalogBody #sideCont .searchCont {
	text-align: center;
	margin-bottom: 10px;
	font-size: 12px;
}
#minnanotv #oalogBody #sideCont .textBox {
	width: 125px;
}
#minnanotv #oalogBody #sideCont form {
	margin-top: 5px;
}
#minnanotv #oalogBody #sideCont .searchBtn {
	background: url(../images/search_btn.png);
	width: 74px;
	height: 22px;
	margin: 5px 0;
	border: none;
}
#minnanotv #oalogBody #sideCont .searchBtn:hover {
	background-position: 0 -100%;
}


/*------ 出演者情報 ------*/

#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;
}
#castCont > li {
	width: 46%;
	margin-right: 8%;
	margin-bottom: 6%;
}
#castCont > li:nth-child(2n) {
    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: 2vw;
}
#castCont .job {
	color: #aaa;
	text-align: center;
	font-size: 3.5vw;
}
#castCont .name {
	line-height: 1.4;
	font-size: 6vw;
	font-weight: bold;
	text-align: center;
}
#castCont .name span {
	font-size: 50%;
	display: block;
	font-weight: normal;
	text-align: center;
	color: #aaa;
}

/*--------------------------------------------------------------------------
レシピ
--------------------------------------------------------------------------*/
#recipeMain #recipe_search .nav_btn img {
    width: 100%!important;
}
#recipeMain{
	width: 100%;
	margin: 0 auto;
	/* float:left; */
	/* padding-left: 10px; */
}
#recipeMain h2 {
	line-height: 1.5em;
	width: 100%;
	margin-bottom:0;
}
#recipeMain h2 a {
	float:right;
	display: none;
}

/*--------------- レシピ検索 ---------------*/
#recipe_search {

background-image: url(../images/recipe_search_bg.png);

background-size: cover;

padding-top: 22%;

margin: 0 0 12% 0;

width: 100%;

position: relative;
}
#recipe_search form.searchform label {
    width: 25%;
}
.kiseki #recipe_search {
	background: url(../images/recipe_search_bg_kiseki.png);
	background-size: cover;
}

#recipe_search form.searchform {
	position: absolute;
	top: 100%;
	width: 100%;
	margin-top: 2%;
}

#recipe_search form.searchform label img {
	margin: 0 auto;
	width: 100%;
	background-size: cover;
}

#recipe_search form.searchform #stext {
	border:1px solid #808080;
	width: 63%;
	line-height: 1.5em;
	font-size: 108%;
}

#recipe_search form.searchform #sbtn {
	background-image: url(../images/recipe_search_btn.png);
	border:none;
	background-color: transeparent;
	text-indent: -9999px;
	width: 9.6%;
	padding-top: 1.5%;
	background-size: cover;
}

/*プロフィール等*/
#recipeMain #recipe_search .nav_btn {
	position: absolute;
	top: 100%;
	right: 2%;
	margin: 1% 0 2% 0;
}

#recipeMain #recipe_search .nav_btn a{
    display:table-cell;
    *
    display:inline;
    *
    zoom:1;
    margin: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-image: url(../images/recipe_btn_book.png);
	width: 100%;
	padding-top: 7.7%;
	background-size: cover;
	margin-bottom: 20px;
}
#minnanotv a.recipeBook:hover {
	background-position: 0 -100%;
}
#minnanotv a.recipeBook:active {
	background-position: 0 -200%;
}

/*--------------- レシピタイトル ---------------*/
#recipe_title {
	background: url(../images/common_line_shadow.png) #FDFDFD repeat-x bottom;
	width: 100%;
	padding: 0px 0 2%;
}
#recipe_title a {
    width: 95%!important;
}
/*写真*/
#recipe_title .photo {
	border:1px solid #BDBDBD;
	width: 41%;
	float:left;
	margin: 1% 2%;
}

#recipe_title .photo img{
	background-color: #D3D3D3;
	padding:5px;
	width: 100%;
}

/*詳細*/
#recipe_title .recipe_cont {
	float:left;
	width: 100%;
	margin: 1% 0;
}

#recipe_title .recipe_cont .date {
	position:relative;
	color:#595D67;
	font-size:116%;
	font-weight:bold;
	margin:0;
	padding: 1% 0 2% 2%;
}

#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 3%;
}

#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;
	padding: 5% 9%;
	width: 100%;
	background-size: contain;
}

/*--------------- 作り方 ---------------*/
#recipe_instruct {
	width: 100%;
	margin: 0px 0 15px 0px;
	padding:0;
	background-color: #FFF;
}

#recipe_instruct #material_wrap{
	display: flex;
}
/*材料*/
#recipe_instruct #material {
	border: 5px solid  #F8F9F9;
	background-color: #EEEFF0;
	width: 100%;
	padding:5px;
	margin-bottom: 15px;
}

#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 {
}

#recipe_instruct #material .recipe_item p {
	font-size: 100%;
	line-height:1.5;
	padding: 0 10px;
}

/*作り方*/
#recipe_instruct #recipe_flow {
	border: 1px solid #EEEFF0;
	background-color:#F8F9F9;
	width: 100%;
	padding: 3% 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;
	width: 100%;
	margin:0 auto 10px auto;
	padding: 0 0 25px 0;
}

#recipe_instruct #recipe_flow .recipe_step .photo {
	float:right;
	width: 30%;
}

#recipe_instruct #recipe_flow .recipe_step .recipe_text {
	width: 100%;
	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{
}

h3 img{
	margin:0;
	padding:0;
}


/*--------------- 記事リスト ---------------*/
.recipe-wrapper {
	background: #F8F8F8;
	width: 100%;
	padding-bottom: 4%;
}

dl.recipe_list{
	width: 100%;
}

dl.recipe_list dt{
	background-color: #E6E7E8;
	/* float:left; */
	/* clear:left; */
	width: 100%;
	padding:3px 7px;
	margin: 0 0 1% 0;
	text-align:center;
}

dl.recipe_list dd{
	margin-bottom: 3%;
}
dl.recipe_list dd.video{
	background:url(../images/kaiketsu_movie_icon.png) no-repeat right center;
	padding-right:22px;
}
table#info_list {
	margin: 10% auto;
	border-collapse: separate;
}
table#info_list th, table#info_list td {width: 33.3%;display: inline-block;}

table#info_list th {
	width: 100%;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}

table#info_list td {
	background-color: #E6E7E8;
	color: #BDBEC2;
	text-align: center;
	padding: 5px;
}

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;
}




/*--------------- お天気キャスター体験 ---------------*/
.tenki{
	background:url(../images/bn_otenki.png);
	width:649px;
	height:99px;
	margin:0 0 10px 20px;
}

#tenki{
	background:url(../images/bg_otenki.png);
	width:550px;
	height:394px;
	text-decoration:none;
	text-indent:-10000px;
	margin:0 auto;
	position:relative;
}
.tenki_mail{
	background:url(../images/btn_tenki_mail.png);
	width:226px;
	height:46px;
	position:absolute;
	top:325px;
	left:165px;
}
a.button {
	display: block;
	overflow: hidden;
	text-indent: -10000px;
	text-decoration: none;
}
a.button:hover {
	background-position: 0 -100%;
}


/* ------------------
START.とにかく明るい散歩 2016.04.05
------------------- */
/* ヘッダー */
#minnanotv #sanpoHead
{
	background:url('../images/sanpo_main.jpg?210326') 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-image: url('../images/sanpo_main3sp.jpg');
	background-size: cover;
	padding-top: 70.312%;
	width: 100%;
	margin: 0 auto 3%;
}
/*バックナンバー*/
#minnanotv #sanpoBody{
	display: flex;
	flex-direction: column-reverse;
	border: 1px solid #5BB431;
	background: #fff;
	position: relative;
	padding: 5px;
	font-size: 17px;
	line-height: 1.4;
}
#minnanotv #sanpoBody .oaDate {
	padding: 10px;
	font-size: 19px;
	color: #fff;
	font-weight: bold;
	background: #5BB431;
	margin-bottom: 12px;
}
#minnanotv #sanpoBody .date,
#minnanotv #sanpoBody .day {
	display: inline-block;
}
#minnanotv #sanpoBody .oaDate .year {
	font-size: 14px;
}
#minnanotv #sanpoBody #mainCont {
	box-sizing: border-box;
	width: 100%;
}
#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 {
	padding: 0 0 10px 0;
	width: 100%;
}
#minnanotv #sanpoBody #mainCont .section {
	margin: 0 0 20px 0;
}
#minnanotv #sanpoBody #mainCont h4 {
	font-weight: bold;
	line-height:1.3;
}
#minnanotv #sanpoBody #mainCont .section .pub,
#minnanotv #sanpoBody #mainCont .section .pub img{
	width: 100%;
}

#minnanotv #sanpoBody #sideCont {
	width: 100%;
	background: #f3f3f3;
}
#minnanotv #sanpoBody #sideCont .backNum:before {
	content:"BACK NUMBER";
	display: block;
	margin-bottom: 15px;
	color: #59b431;
	font-weight: bold;
	border-bottom: 1px solid #59b431;
	padding-bottom: 5px;
}
#minnanotv #sanpoBody #sideCont .backNum {
	padding: 10px;
}
#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;
	width: 100%;
	display: block;
}
#minnanotv #sanpoBody #sideCont .backNum li a:hover {
	color:#999;
}

/* ------------------
END.とにかく明るい散歩
------------------- */

/* ------------------
START.噂の街グルメ 2022.04.13
------------------- */
/* ヘッダー */
#minnanotv #kisekiseriesHead {
	background: url("../images/uwasa_main_sp.jpg") top center no-repeat;
    padding-top: 103%;
    background-size: cover;
	margin-bottom: 10px;
}
/* ------------------
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 .pc{
	display: none;
}
#schedule a{
	width: 100%;
	display: block;
	transition-duration: .2s;
}
#schedule a:hover{
	opacity: 0.7;
	transition-duration: .2s;
}

#schedule .schedule_table{
	margin: 5% 0;
}
#schedule .schedule_table table{
   	width: 100%;
   	border: 2px solid #9e9e9e;
   	border-bottom: none;
   	table-layout: fixed;
   	width: 100%;
   	margin: 4% 0;
}
#schedule .schedule_table table tr{
	text-align: center;
	display: block;
}
#schedule .schedule_table table tr.week{
	display: none;
}

#schedule .schedule_table table th{
	padding: 1% 0;
	font-size: 1.0vw;
	display: block;
}
#schedule .schedule_table table td{
	width: 100%;
	display: block;
	border-bottom: 2px solid #9e9e9e;
	box-sizing: border-box;
}
#schedule .schedule_table table td::before{
	width: 100%;
	display: block;
	box-sizing: border-box;
	content: attr(data-label);
	font-weight: bold;
	background-color: #aacc02;
	color: #fff;
	font-size: 3.8vw;
	padding: 3px 0;
	letter-spacing: 5px;
}
#schedule .schedule_table table td img{
	width: 100%;
}
#schedule .schedule_table table td.goji{
	font-size: 16px;
	font-weight: bold;
	width: 100%;
}
#schedule .schedule_table table td.goji .goji_img{
	width: 30%;
	
}
#schedule .schedule_table table td.goji .goji_txt{
	width: 100%;
	text-align: left;
	font-size: 16px;
	padding: 0 4% 4%;
}


#schedule .schedule_table table th.ttl{
	font-size: 4vw;
	font-weight: bold;
	letter-spacing: 5px;
	color: #fff;
}

#schedule .schedule_table table .goji_flex{
	display: flex;
	flex-direction: column;
	align-items: center;
}
#schedule .schedule_table table .flex{
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	width: 100%;
}
#schedule .schedule_table table td .rokuji_img{
	width: 60%;
	margin: 0 auto;
}
#schedule .schedule_table table td .rokuji_img img{
	width: 100%;
}
#schedule .schedule_table table td .rokuji_txt{
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	padding: 0 4% 4%;
	text-align: left;
}


#schedule .schedule_table table th.bg_blue{
	background-color: #0587e4;
}

#schedule .schedule_table table th.bg_red{

	background-color: #e40512;
}




/*--------- 見逃し配信　2109追加 ---------*/

#minnanotv .minogashi_bn .pc{
    display: none;
}
#minnanotv .minogashi_bn{
    margin-bottom: 25px;
}
#minnanotv #minogashi {
    margin-bottom: 25px;
}
#minnanotv #minogashi .minogashiList > li {
    margin-bottom: 3%;
}
#minnanotv #minogashi .minogashiList > li .txtCont {
	width: 57%;
}
#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: flex;
    align-items: flex-start;
    justify-content: space-between;
    text-decoration: none;
    color: #333;
}
#minnanotv #minogashi .minogashiList > li figure {
    overflow: hidden;
    position: relative;
    width: 40%;
    padding-top: 22.5%;
}
#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 li figure:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 5vw;
    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: 2% 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;

}
