/*=====[基本設定]==========================================================================================================*/

@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);

@font-face{
 font-family: "MotoyaAr04pMaruN";
 src: url("//fonts.bangumi.org/motoya/mr3_arpH.woff <https://ipg-inc.slack.com//fonts.bangumi.org/motoya/mr3_arpH.woff>") format('woff');
}


html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	padding: 0 !important;
	margin: 0 !importan;
	font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
}

body {
	padding: 0 !important;
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	/*font-family:'MotoyaAr04pMaruN';*/

	overflow-wrap: break-word;
	word-break: normal;
	font-size: 10px;
	font-size: 1.0rem;
}



[class*="col-"] {
	padding-top: 0rem !important;
	padding-bottom: 0rem !important;
	background-color: rgba(86, 61, 124, 0)!important;
	border: none !important;
}

.oshirase{
font-size : 1.5em;
text-align : center;
color: #cc3300;
}

.oshirase{
   padding: 0.5em 1em;
    margin: 1em 0;
    color: #232323;
    background: #f2f2f2;
    border-top: solid 10px #ff5722;
    border-bottom: solid 10px #ff5722;

}

.oshirase p {
    margin: 0; 
    padding: 0;
}

/*=====[クリアフィックス]==================================================================================================*/

.cf:after {
	content: '';
	display: block;
	clear: both;
}


/*=====[検索エンジンの設定]================================================================================================*/

#kensaku {
	width: 300px;
	height: auto;
	margin: 0;
	background-color: #ececec;
	padding:10px;
	border-radius: 4px;
}

input[type="text"] {
	border: 1px solid rgb(126, 157, 185) !important;
	background: #fff !important;
	text-indent:1rem !important;
	border-radius: 4px !important;
	width:120px;
	height: 28px;
	margin-right: 10px;
}

input[type="submit"] {
	font-size: 14px;
	font-size: 1.4rem;
	border: none;
	width:80px;
	height: 28px;
	background: #1868a6;
	position: absolute;
	border-radius: 4px;
	color: #fff;
}




/*=====[テキストの装飾]====================================================================================================*/

p {
	font-size: 16px;
	font-size: 1.6rem;
}

.txt_small {
	font-size: 16px;
	font-size: 1.6rem;
}

.txt_lg {
	font-size: 22px;
	font-size: 2.2rem;
}

li {
	font-size: 16px;
	font-size: 1.6rem;
}

l, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
    padding: 0;
}

/*==[見出し設定：h2]==*/

.top_title {
	text-align:center;
	padding:10px 0;
	margin:0 auto;
	color:#fff;
	font-size:24px;
	font-size: 2.4rem;
}

.top_title a {
	color:#fff;
}

.h2_weather {
	background-color:#0075a9;
}

.h2_news {
	background-color:#0075a9;
}

.h2_life {
	background-color:#8fc31f;
	line-height: 1;
}

h2.h2_life span{
	font-size:14px;
	font-size:1.4rem;
	padding:0;
	margin:0;
	letter-spacing: 2px;
}



.h2_umi {
	background-color:#2196f3;
	line-height: 1;
}

h2.h2_umi span{
	font-size:14px;
	font-size:1.4rem;
	padding:0;
	margin:0;
	letter-spacing: 2px;
}


.h2_info {
	background-color:#13b5b1;
}


h2.h2_info span{
	font-size:14px;
	font-size:1.4rem;
	padding:0;
	margin:0;
	letter-spacing: 2px;
}

.h2_tege {
	background-color:#e4007f;
}

.h2_tege span{
	font-size:14px;
	font-size:1.4rem;
	padding:0;
	margin:0;
}

h2.sns_title {
	text-align:center;
	padding:10px 0;
	margin-bottom: 2rem;
	color:#000;
	font-size:24px;
	font-size: 2.4rem;
}

.h2_calendar {
	background-color:#0075a9;
}

.h2_calendar span{
	font-size:14px;
	font-size:1.4rem;
	padding:0;
	margin:0;
}



/*=====[画像の設定]========================================================================================================*/

img {
	width : 100% ;
	height : auto ;
	object-fit: cover;
}



/*=====[リンクの設定]======================================================================================================*/

a:hover {
	text-decoration: none !important;
	transition:all 1.0s;
}

/*=====[表示・非表示の設定]======================================================================================================*/

.hiddin-pc {
	display:none;
}

/*=====[余白の設定]======================================================================================================*/

.m_b_10 {
	margin-bottom:10px;
}


.m_r_10 {
	margin-right:10px;
}


/*=====[ボタンの設定]======================================================================================================*/

.btn_wrap {
	width: 100%;
	margin:1rem auto;
	text-align:center;
}

.button {
	margin: 0 0 2rem;
	border: none;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	position: relative;
	cursor: pointer;
	color: #000 !important;
	width: 280px;
	margin: 0 auto 2rem;
}

.button_news {
	box-shadow: 0 6px #000;
	border: 2px solid #000;
	box-shadow: 6px 6px #000;
	font-weight: 700;
	background-color:#fff;
	text-align:center;

}

.button_news a:link {
    height: auto;
    display: block;
    padding: 1rem;
}

.button_news:hover {
	box-shadow: 0 0 #000;
	top: 6px;
	background-color:#fff;
	color:#000 !important;
}

.btn-program_page {
	font-size: 16px;
	font-size: 1.6rem;
}

.button_wrap {
	margin:1rem auto;
	clear:both;
	width:80%;
}

.weather_img {
	margin-bottom:1rem;
}

/*[ニュース：スクープ＆JNNボタン]*/

.news_bana_box {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom:1rem;
}


.con_btn {
    margin-right: 1rem;
}

.con_btn:last-child {
    margin-right: 0;
}



/*=====[セクションの囲み]==================================================================================================*/
.wrap_weather,
.wrap_news,
.wrap_info,
.wrap_life,
.wrap_calendar {
	padding:3rem 0;
}



/*=====[ナビゲーションの設定]==============================================================================================*/
nav.navbar {
	border-bottom:2px solid #666;
}

div.navbar_box {
	background-color:#000;
	padding:0;
	margin:0 auto;
}

div.navbar_box .navba {
	background-color:#f2f2f2;
}

.nav-justified {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.navbar .nav-justified > li {
	display: table-cell;
	width: 100%;
}



.navbar-dark .navbar-nav .nav-link.disabled {
 color: #fff !important;
}

.navbar-light .navbar-nav .nav-link.disabled {
 color: #000 !important;
}

.navbar-collapse ul {
	font-size: 0;
	box-sizing: border-box;
	width: 100%;
	padding: 4px;
	list-style: none;
	text-align: center;
}

.navbar-collapse li {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 8px;
	display: inline-block;
	text-align: left;
	color:#000;
	border-bottom:1px solid #f2f2f2;
}

.navbar-collapse li a {
	text-decoration: none;
	padding-bottom: 3px;
	color: #000;
	display: block;
	position: relative;
}


/*=======*/
.navbar-light .navbar-nav .nav-link {
    color: rgb(0, 0, 0);
}


/* トグルボタン改：2017/11/22 */
.original-toggler {
	padding: .6em .5em;
	background: #2196f3;
	border-radius: .4rem;
	color: #fff;
	font-weight: 700;
	font-size: 1.2rem;
	line-height: 1;
	cursor: pointer;
}
.navbar-toggler-label::after {
	content: "\f078";
	font-family: "FontAwesome";
	font-weight: 400;
	margin-left: .5em;
}

@media (min-width: 576px){
	.original-toggler {
		font-size: 1.4rem;
	}
}
@media (min-width: 768px){
	.original-toggler {
		font-size: 1.6rem;
	}
}
@media (min-width: 992px){
	.original-toggler {
		display: none;
	}
}



/*=====[番組表の設定]======================================================================================================*/

.program_wrap {
	background-color:#1868a6;
	margin:0;
	padding: 1rem 0;
	width:100%;
	height:auto;
	overflow: hidden;
}

div.program_box {
	padding:0;
	margin:0;
	width:50%;
	height: 90px;
	display: flex;
}

.program_box_img {
	width:160px;
	height: 90px;
	padding:0;
	margin:0;
	text-align: right;

}

.program_box_table {
	width:auto;
	height: 90px;
	padding:0;
	margin:0;
}

.program_btn {
	width: 90px;
	height: 90px;
	font-size: 16px;
	font-size: 1.6rem;
	/* padding: 0; */
	/* margin: 0; */
	text-align: center;
	z-index: 2;

}



.program_btn a {
	width: 90px;
	height: 90px;
	padding-top:6px;
	color:#fff;
	display:block;
	z-index: 2;


}

/*===[番組表読み込み元のクラス設定]===*/
.ifrm {
width:100%;
height:100%;
border:none;
display:block;
}



/*===[テレビ番組表]===*/
.tv_btn {
	background-color:#2196f3;
}

.tv_btn a:hover {
	background-color: #0056b3;
	color:#fff;
 }


/*===[ラジオ番組表]===*/

.radio_btn {
	background-color:#e91e63;
}

.radio_btn a:hover {
	background-color: #c11751;
	color:#fff;
 }



/*=====[サイマルyoutubeの設定]==============================================================================================*/
#youtubelive{
margin: 10px auto 0 auto;
text-align: center;
}
#youtubelive:empty {
  display: none;
}


@media screen and (max-width: 640px) {
#youtubelive{
  position: relative;
width: 90%;
  padding-top: 50.8%;
}

#youtubelive:empty{
padding-top: 0;
}


#youtubelive iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
}

/*=====[スライドショーの設定]==============================================================================================*/

.wrap_slider {
	padding:1rem 0;
	/*max-width:1120px;*/
	margin:0 auto;
}

/**
 * 最大幅の指定と中央寄せ
 */
.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  /*max-width: 1000px;*/
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 800px;
    height: 100%;
    position: relative;
}

.slider-kotei {
margin: 1rem auto;
max-width: 800px;
}
.slider-kotei img{width: 100%;}

@media (max-width: 801px) {
.slider-kotei {padding: 0 1rem;}
}

.swiper-container {
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 1;
}

.swiper-button-prev,
.swiper-button-next {
  fill: #000;
/*  fill: none;*/
  stroke: none;
  stroke-width: 0;
  z-index: 10000;
  width: 20px;
  margin-top: -18px;
  background-image: none;
}

.swiper-pagination-bullet-active {
  background: #fff;
}

@media (min-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
width: 50px;
    /* margin-top: -40px; */
    padding: 10px;
    height: 66px;
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid #fff;
  }
}

/*==画像のメイン==*/
.mainvisual {
  overflow-x: hidden;
}

/*==slider上のバナー==*/
.app{margin:0 auto;}
@media (min-width: 768px) {
.app{
display : none;
}}

/*===[slider上臨時情報ボタン]===*/


.linji-button {
	margin:0 auto;
	max-width: 1140px;
	box-sizing: content-box;
	font-size:18px;
	font-size:1.8rem;
	text-align: center;
}

.linji-button a{
	margin:15px 3% 5px 3%;
	width: 94%;
	color:#fff;
	padding: 10px 0;
	display: block;
	background-color:#cc0000;
	border-radius: .4rem;
}

.linji-button a:hover {
	background-color:#1f2f4a;
}

.linji-button span {
	font-size:12px;
	font-size:1.2rem;
	padding-left:5px;

}

/*===[slider上複数ボタン]===*/

.pickup-button {
	margin:1rem auto 0 auto;
	padding: .8rem 1rem;
	max-width: 1140px;
	box-sizing: content-box;
	font-size:18px;
	font-size:1.8rem;
	text-align: center;
}

@media (min-width: 768px) {
.pickup-button {display: flex;margin:0 auto;}
}

.pickup-button a{
	margin:.8rem 2%;
	width: 96%;
	color:#fff;
	padding: 10px 0;
	display: block;
	background-color:#cc0000;
	border-radius: .4rem;
}
.pickup-button a.idou{
	background-color:#00997F;
}

.pickup-button a:hover {
	background-color:#1f2f4a;
}

.pickup-button span {
	font-size:12px;
	font-size:1.2rem;
	padding-left:5px;

}



/*=====[スライドショー：1枚固定の場合の設定]==============================================================================================*/
.slider-wrap {
	margin: 0 auto;
	padding: 2rem 0;
	text-align: center;
}
.slider-item-video {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.slider-item-video iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

@media screen and (min-width: 768px) {
	.slider-item img {
		max-height: 290px;
	}
	.slider-item-wrap {
		margin: 0 auto;
		max-width: 520px;
	}
}
@media screen and (min-width: 992px) {
	#non-slider {
		margin-top: -.1rem;
	}
	.slider-item img {
		max-height: 350px;
	}
	.slider-item-wrap {
		margin: 0 auto;
		max-width: 620px;
	}
}


/*=====[ニュースの設定]====================================================================================================*/

/*===[ニュース]===*/
#news {
	padding: 0;
	/*margin-bottom: 2rem;*/
	background: #f4faff;
}


/* 最新ニュース：改 171121
------------------------------------------------------- */
.news-headline {
	margin: 0 auto 1rem;
	padding: .5rem 1rem;
	background-color: #fff;
	border: 1px solid #dfdfdf;
	border-radius: .4rem;
}
.news-article-list {
	list-style: none;
	margin-bottom: 0;
}
.news-article {
	border-bottom: 1px solid #dfdfdf;
}
.news-article:last-child {
	border-bottom: none;
}
.news-article a {
	display: flex;
	padding: .3em 0;
}
.news-article a:hover {
	opacity: .6;
}
.news-article h3 {
	align-self: center;
	max-width: 100%; /* IEのバグ回避 */
	margin-bottom: 0;
	font-size: 1.4rem;
	line-height: 1.3;
}
.news-article span {
	margin-left: 1em;
	color: #666;
	font-size: 80%;
}

/* 1番めの記事だけ大きくする */
.news-article:first-child a {
	flex-direction: column;
}
.news-article:first-child .news-thumb {
	flex: none;
}
.news-article:first-child .news-thumb img {
	width: 100%;
	height: auto;
}
.news-article:first-child h3 {
	margin-top: .5em;
	margin-bottom: .5em;
	font-size: 1.6rem;
}

/* 2番め以降 */
.news-article:nth-child(n+2) .news-thumb {
	position: relative;
	flex: none;
	overflow: hidden;
	margin-right: 1rem;
/*
	width: 6.4rem;
	height: 6.4rem; */
	width: 10rem;
	height: 5.625rem;
}
.news-article:nth-child(n+2) .news-thumb img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	max-width: none; /* max-widthを初期値に戻す */
	height: 100%;
}

@media screen and (min-width: 768px) {
	.news-article:first-child a {
		padding: .5em 0;
	}
	.news-article:first-child .news-thumb {
		margin-right: 1em;
		width: 100%;
		height: auto;
	}
	.news-article:first-child h3 {
		font-size: 2rem;
	}
	.news-article:nth-child(n+2) .news-thumb {
/*
		width: 12rem;
		height: 6.8rem; */
		width: 14rem;
		height: 7.875rem;
}
	.news-article h3 {
		font-size: 1.6rem;
	}

}
@media screen and (min-width: 992px) {
	.news-article:first-child a {
		flex-direction: row;
	}
	.news-article:first-child .news-thumb {
		margin-right: 1em;
		width: 50%;
		height: auto;
	}
}



/*===[気象]====================================================================================================*/

.wrap_wc {
	width:100%;
	table-layout:fixed;
	display:table;
	border-collapse: separate;
	border-spacing: 3px 0;
	text-align:center;
	margin-bottom:1rem;
}


/*右：気象情報*/
.weather_box {
	position: relative;
	display:table-cell;
	margin-right:5px;
	text-align:center;

}


.weather_box h3 {
	font-size: 20px;
	font-size: 2.0rem;
	background-color:#29abe2;
	padding:.9rem 1rem;
	color:#fff;
	margin: 0;

}


.weather_box h3 a {
	color:#fff;
}

.weather_img img {
	width:100%;
}


/*左：ライブカメラ*/

.livecam_box {
	position: relative;
	width:360px;
	height:auto;
	display:table-cell;
	text-align:center;

}

.livecam_box h3 {
	font-size: 20px;
	font-size: 2.0rem;
	background-color:#29abe2;
	padding:.9rem 1rem;
	color:#fff;
	margin: 0;
}


.livecam_box h3 a {
	color:#fff;
	margin: 0;
}

.livecam_img img {
	width:100%;
}
/*左：新燃岳*/

.rinjicam_box {
	position: relative;
	width:360px;
	height:auto;
	display:table-cell;
	text-align:center;
	overflow: hidden;
}

.rinjicam h3 {
	font-size: 20px;
	font-size: 2.0rem;
	background-color:#29abe2;
	padding:.9rem 1rem;
	color:#fff;
	margin: 0;
}


.rinjicam h3 a {
	color:#fff;
	margin: 0;
}

@media print, screen and (min-width:1201px) {
.rinjicam_img{
height: 203px;
margin:0;
position: relative;
background-color: #000;
}

.rinjicam_img img {
  width: 360px;
  height: 203px;
  object-fit: cover; /* この一行を追加するだけ！ */
  object-fit: contain; /* 縦横比を元の4:3に変更 */
}
}
@media screen and (max-width: 1200px) {
.rinjicam_img img {width: 100%;}
}


.youtube2
{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/*=====[アドセンス設定]================================================================================================*/

/*googleadsence ads設定*/
/* .ad2para {
	width: auto;
	display: block;;
	margin: 0 auto;
 }

.ad2para:after {
	content:"";
	display:block;
	clear:both;
}
.adLeft, .adRight{
	 float:left; 
	 margin-left:16px;
	}

.adcenter{
	width: 632px;
    display: block;
    margin: 0 auto;
}

.ad_list {
    background-color: #ffffff;
    margin: 0 auto;
    text-align: center;
    padding: 2rem 0;
	border-top: 2px solid #0075a9;
	display: block;
}

.ad_list_mobile {
    background-color: #ffffff;
    margin: 0 auto;
    text-align: center;
    padding: 2rem 0;
	border-top: 2px solid #0075a9;
	display: none;
}

@media (max-width: 576px){
	.ad2para {
		width: auto;
		display: block;
		margin: 0 auto;
	 }
	 .ad_list{
		 display:none;
	 }
	 .ad_list_mobile{
		display:block;
	}
	.adcenter{
		width: auto;
		display: block;
		margin: 0 auto;
	}
	
}
@media (min-width: 768px){
	.ad2para {
		width: auto;
		display: block;
		margin: 0 auto;
	 }

	 .ad_list{
		display: block;
	}
	.ad_list_mobile{
		display:none;
	}
}
@media (min-width: 992px){
	.ad2para {
		width: auto;
		display: block;
		margin: 0 auto;
		display: block;
	}

	.ad_list{
		display: block;
   	}
	.ad_list_mobile{
		display:none;
	}
}
 */

/*=====[MBCの新着情報の設定]===============================================================================================*/

div.h3_sport {
	box-sizing: content-box;
	font-size:16px;
	font-size:1.6rem;
	background-color: #4caf50;
	padding:10px;
	border-left:1px solid #607d8b;
	border-top:1px solid #607d8b;
	border-right:1px solid #607d8b;
}

div.h3_sport a {
	color:#fff;
}


ul.spo_info_box {
	list-style-type: none;
	margin:0 auto;
	padding:.5rem;
}



ul.spo_info_box li {
	border-top:1px dotted #d1e5ef;
	padding:.5rem 0 .5rem .5rem;
	list-style-type: none;
	font-size:14px;
	font-size:1.4rem;
	position: relative;
}


ul.spo_info_box li::after {
  display: block;
  content: '';
  position: absolute;
  top: 1em;
  left: -.5em;
  width: 6px;
  height: 6px;
  background-color: #666;
  border-radius: 100%;
}


ul.spo_info_box li:nth-child(n+4){
	display:none;
}




ul.spo_info_box li a:hover {
	display:block;
}


ul.spo_info_box li:first-child {
	border-top:none;
	list-style-type: none;
}


li.info-item {
	border-top: 1px solid #607d8b;
	border-left: 1px solid #607d8b;
	font-weight: 700;
	font-size: 1.4rem;
	letter-spacing: 2px;
}

.new {
	background-color: #FF8426;
}

.hot {
	background-color: #F56262;
}


li.info-item a {
	color:#fff;
}

li.info-item a:hover {
	background-color:#007bff;
	color:#fff;

}


li.info-item:last-child {
	border-top:1px solid #607d8b;
	border-left:1px solid #607d8b;
	border-right:1px solid #607d8b;
}





/*===[新着情報・ホットニュース・スポーツニュースの表示]===*/

/*sectionの背景*/
section#info {
	margin: 0 auto;
	padding: 0;
	background-color: #f2f2f2;
	background-image: -webkit-gradient(linear, 0 100%, 100% 0,
	color-stop(.25, #fff), color-stop(.25, transparent),
	color-stop(.5, transparent), color-stop(.5, #fff),
	color-stop(.75, #fff), color-stop(.75, transparent),
	to(transparent));
	background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%,
	transparent 50%, #fff 50%, #fff 75%,
	transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%,
	transparent 50%, #fff 50%, #fff 75%,
	transparent 75%, transparent);
	background-image: -ms-linear-gradient(45deg, #fff 25%, transparent 25%,
	transparent 50%, #fff 50%, #fff 75%,
	transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, #fff 25%, transparent 25%,
	transparent 50%, #fff 50%, #fff 75%,
	transparent 75%, transparent);
	background-image: linear-gradient(45deg, #fff 25%, transparent 25%,
	transparent 50%, #fff 50%, #fff 75%,
	transparent 75%, transparent);
	-webkit-background-size: 40px 40px;
	-moz-background-size: 40px 40px;
	background-size: 40px 40px;
}

/* 新着リスト：改 180305
------------------------------ */
.info_article {
	margin: 0;
	padding: 1rem;
	list-style: none;
}
.info_article li {
	border-bottom: 1px dotted #d1e5ef;
}
.info_article li:last-child {
	border: none;
}
.info_article li a {
	display: block;
	padding: .7rem 0;
}
.info_article li span {
	padding-right: 1em;
	color: #777;
	font-size: 1.4rem;
}


/*--タブのコンテンツ部分--*/
.tab-content {
	background-color:#fff;
	margin-bottom:1rem;
}

.info_box {
	border:1px solid #607d8b;
	padding:6px;
	background-color:#fff;
}

/*--タブのコンテンツ部分--*/
ul.mbc_info_box {
	list-style-type: none;
	margin:0 auto;
	padding:.5rem;
}

ul.mbc_info_box li {
	border-top:1px dotted #d1e5ef;
	padding:.5rem 0;
	list-style-type: none;
}

ul.mbc_info_box li:nth-child(n+7){
	display:none;
}

ul.mbc_info_box li a:hover {
	display:block;
}

ul.mbc_info_box li:first-child {
	border-top:none;
	padding:0;
	list-style-type: none;
}

li.info-item {
	border-top: 1px solid #607d8b;
	border-left: 1px solid #607d8b;
	font-weight: 700;
	font-size: 1.4rem;
	letter-spacing: 2px;
}

.new {
	background-color: #FF8426;
}

.hot {
	background-color: #F56262;
}

li.info-item a {
	color:#fff;
}
li.info-item a:hover {
	background-color:#007bff;
	color:#fff;
}

li.info-item:last-child {
	border-top:1px solid #607d8b;
	border-left:1px solid #607d8b;
	border-right:1px solid #607d8b;
}

.nav-pills .nav-link {
	border-radius: 0 !important;
}

.contents {
	position: relative;
	overflow: hidden;
	margin: 10% 0;
	padding: 80px 0;
}

.contents:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 120%;
	height: 80%;
	margin: 3% -10% 0;
	background: #011931;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	z-index: -1;
}

.contents_inner {
	box-sizing: boder-box;
	width: 100%;
	max-width: 640px;
	height: 100%;
	margin: 0 auto;
	padding: 100px 10px 120px;
	color: #fff;
	text-align: center;
}



/*=====[かごしまlifeの設定]================================================================================================*/

#life {
	background-color: #f7ffee;
}

/*===[youtube表示]===*/

#youtube {
	margin:0 auto;
	text-align:center;
}

.embed-responsive {
	margin-bottom:10px;
	
}


/*===[サイド・情報ボタン]===*/


.area-button {
	margin-bottom:5px;
	box-sizing: content-box;
	width: 100%;
	font-size:16px;
	font-size:1.6rem;
}

.area-button a {
	color:#fff;
	padding: 10px;
	display: block;
	background-color:#324E7B;
}

.area-button a:hover {
	color:#fff;

	padding: 10px;
	display: block;
	background-color:#1f2f4a;
}

.area-button span {
	font-size:12px;
	font-size:1.2rem;
	padding-left:5px;

}



a.rinji {
background:#ff5722;
}


a.bousai {
background:#393E46;
}


a.bakumatu {
background:#000;
}



a.mbcblog {
background:#e91e63;
}

a.recruit {
background:#00bcd4;
}

a.etc{
background:#cc3300;
}

a.weather-item {
 background: #00bcd4;
}

a.raihou {
 background: #d20000;
}



/*===[地域情報記事のピックアップ]===*/

div.area-post_box {
	padding: 0;
	margin:0;
}

div.area-box {
	border: 1px solid #f2f2f2;
	width: calc(100% / 4);
	background-color:#fff;
}

div.area-box a{
	display: block;
	height:100%;
	width: 100%;
	color: #000;
}

div.area-box a:hover{
	background-color: #f2f2f2;
	color: #000;
	text-decoration: none;
	opacity: 0.8;
	transition: .4s;
}

div.area-box img {
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center center;
}


div.area-box p {
	margin:1rem;
	font-size: 16px;
	font-size: 1.6rem;
}


/*かごしまlife：グリーン*/
.cat_area {
	background:#8bc34a;
}


/*===[かごしまじかん　MBCコンテンツ]===*/


div.area-original {
	margin-bottom:2rem;
	width: calc(100% / 3);
	background-color:#fff;
}

div.area-original img{
	margin:0 1%;
	width:98%;
}





/*===[かごしまじかん　鹿児島記事]===*/



div.area-post_wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin:0 auto 1rem auto;
	width:100%;
}

div.area-post_wrap .area-box {
	border: 1px solid #f2f2f2;
	padding: 0;
	margin: 0;
	width: 25%;
	background-color: #fff;
	float: left;
}


@media screen and (max-width:1200px){
div.area-post_wrap .area-box {width: 50%;}
}


/*=====[てげっとピックアップの設定]========================================================================================*/

/*===[ピックアップ６件：ビジュアルメイン]===*/

section#pickup {
	margin: 0 auto;
	/* clear: both; */
	padding: 0 0 1rem;
	/*background-color: #fffafc;*/
	background-color: #fffafc;
	background-image: -webkit-gradient(linear, 0 100%, 100% 0,
            color-stop(.25, #fff), color-stop(.25, transparent),
            color-stop(.5, transparent), color-stop(.5, #fff),
            color-stop(.75, #fff), color-stop(.75, transparent),
            to(transparent));
	background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%,
          transparent 50%, #fff 50%, #fff 75%,
          transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%,
          transparent 50%, #fff 50%, #fff 75%,
          transparent 75%, transparent);
	background-image: -ms-linear-gradient(45deg, #fff 25%, transparent 25%,
          transparent 50%, #fff 50%, #fff 75%,
          transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, #fff 25%, transparent 25%,
          transparent 50%, #fff 50%, #fff 75%,
          transparent 75%, transparent);
	background-image: linear-gradient(45deg, #fff 25%, transparent 25%,
          transparent 50%, #fff 50%, #fff 75%,
          transparent 75%, transparent);
	-webkit-background-size: 40px 40px;
	-moz-background-size: 40px 40px;
	background-size: 40px 40px;
}


.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 50px !important;
	height: 30px !important;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: #ffffff !important;
	border: none;
	outline: none;
	background: #E91E63 !important;
	z-index: 999 !important;
}

div.pickup_blog-box {
	margin:0 auto;
}




div.pickup_blog {
	margin: 0 auto;
	padding: 2rem 0 1rem;
	background-color: #fffafc;
}

div.post_blog {
	    margin: 0 auto;
	padding: 2rem 0 0;
}


div.pickup-box {
	border:1px solid #f2f2f2;
	padding:0;
	margin-bottom:1rem;
	box-sizing: content-box;
	background-color:#fff;

}

div.pickup-box a{
	display: block;
	height:100%;
	width: 100%;
	color: #000;
}

div.pickup-box a:hover{
	text-decoration: none;
	opacity: 0.8;
	background-color: #f2f2f2;
	color: #000;
	transition: .4s;
}

.pickup-box img {
	width: 100%;
	height:200px;
	object-fit: cover;
}


.pickup-box .category {
	display: block;
	padding: 4px 8px;
	border-radius: 25px;
	color: #FFF;
	background: #ff7f7f;
	font-weight: 700;
	margin: 1rem auto;
	font-size: 10px;
	font-size: 1.0rem;
	text-align: center;
}


/*===[ピックアップ８件：県内ブロガー様含む]===*/

div.blog_post_wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin:0 auto;
	width:100%;
}

div.service-box {
	border: 1px solid #f2f2f2;
	padding: 0;
	margin: 0;
	width: 25%;
	background-color: #fff;
	float: left;
}

div.service-box a{
	display: block;
	height:100%;
	width: 100%;
	color: #000;
}

div.service-box a:hover{
	text-decoration: none;
	opacity: 0.8;
	background-color: #f2f2f2;
	color: #000;
	transition: .4s;
}

.service-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.service-box p {
	margin:1rem;
	font-size: 1.6rem;
}

.pickup-box p {
	margin:0 1rem  1rem;
}


/*===[画像のトリミング設定]===*/

.trim {
	width: 100%;  /* トリミングしたい幅 */
	padding-top: 56.2%;  /* トリミングしたい高さ */
	overflow: hidden;
	position: relative;
}
.trim img {
	padding:0;
	margin:0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 150%;
 	max-height: 150%;
}

/*===[ピックアップカテゴリー設定]===*/

.cat_label {
	display: block;
	padding: 4px 8px;
	border-radius: 25px;
	color: #FFF;
	font-weight: 700;
	margin: 1rem auto;
	font-size: 12px;
	font-size: 1.2rem;
	width: 14rem;
	text-align: center;
}

/*テレビ：MBCブルー風*/
.cat_tv {
	background: #2196f3;
}

/*ラジオ：紺色*/
.cat_radio {
	background: #0953a2;
}

/*イベント：赤に近いピンク*/
.cat_event {
	background: #dc3545;
}

/*スポーツ：水色*/
.cat_sport {
	background: #00bcd4;
}

/*アナウンサー：濃いピンク色*/
.cat_announcer {
	background:#ff6197;
}

/*パーソナリティー：濃い目のピンク*/
.cat_personality {
	background:#e91e63;
}

/*ポニーメイツ：黄色*/
.cat_pony {
	background: #ffc107;
}

/*ゲスト:ゴールド*/
.cat_guest {
	background: #A18E5C;
}

/*グルメ：オレンジ*/
.cat_gourmet {
	background:#ff5722;
}

/*地域お越し協力隊・ブロガー：紫色*/
.cat_blog {
	background:#9C27B0;
}

/*スクープ投稿・投稿セレクション：桃色*/
.cat_scoop {
	background: #ff7f7f;
}

/*教育・食育：グリーン*/
.cat_education {
	background:#009688;
}







/*=====[SNS公式アカウントの設定]===========================================================================================*/
#sns {
	margin:0 auto;
	padding:0;
}
.sns_list {
	background-color: #ffffff;
	margin: 0 auto;
	text-align: center;
	padding: 2rem 0;
	border-top: 2px solid #0075a9;
}

.sns_list ul {
	list-style: none !important;
	margin: 0;
	padding: 0;
}

.sns_list ul li {
	display: inline-block;
	padding: 0 0 0 1rem;
	margin-bottom:1rem;
	line-height: 14px;
	font-size: 16px;
	font-size: 1.6rem;
	vertical-align: middle;
}





/*=====[ふるさとカレンダーの設定]==========================================================================================*/

#calendar {
	background-color:#fbfbfb;
}

/*===[今週の県内イベント]===*/
.areaevent_st {
    width: 100%;
    height: 360px;
    padding: 0;
    overflow:auto;
    -webkit-overflow-scrolling:touch;
    display: inline-block;
    margin-bottom:1rem;
    border: 1px solid #999;
}
.areaevent_st iframe {
    width: 100%;
    height: 100%;
    border:none;
    display:block;
}

.scrollbox {
	width:auto;
	height:360px;
	overflow-y:scroll;
	border: 1px solid #999;
	margin-bottom:1rem;
}

div.event_news {
	clear: both;
	border-bottom: 1px dotted #000;
	width: 100%;
	display: inline-block;
	margin-bottom:1rem;
	padding:10px;
}


div.event_news h3 {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	margin:0 0 4px 0;
	padding:0;

}

div.event_news dl {
	font-size: 14px;
	font-size: 1.4rem;
	width:100%;
	margin:0;
	padding:0;

}


div.event_news dt {
	float: left;
	clear: left;
	margin-right: 0.5em;
	width:100px ;
}



div.event_news dt::before {
	font-family:'FontAwesome';
	content:'\f0da';
	color:#2196F3;
	padding-right:5px;
}




div.event_news dd {
	float: left;
	margin-left: 1em;

}

.mbc_event_btn {
	margin: 0 auto;
	padding: 2px 6px;
	font-size: 12px;
	font-size: 1.2rem;
	clear:both;
	text-align:right;
}

.mbc_event_btn::before {
	font-family:'FontAwesome';
	content:'\f0da';
	color:#2196F3;
	padding-right:5px;
}



/*===[MBC主催イベント]===*/


.title_areaevent {
	font-size: 20px;
	font-size: 2.0rem;
	background-color:#29abe2;
	padding:.5rem;
	color:#fff;
	position: relative;
}


.areaevent_btn {
	text-decoration: none;
	transition: .4s;
	font-size: 16px;
	font-size: 1.6rem;
	text-align:center;
	position: absolute;
	top: 0;
	right: 15px;
}

.areaevent_btn a {
	display: block;
	padding:.8rem 1rem;
	color: #FFF;
	background:#000;
}


.areaevent_btn a:hover {
	padding:.8rem 1rem;
	background:#ffc107;
	color: #FFF;

}


ul.event_bana-box {
box-sizing: border-box;
	margin-bottom: 1rem;
	padding: 1rem;
	border: 1px solid #999;
	text-align: center;
}

ul.event_bana-box li {
box-sizing: border-box;
display: inline-block;
padding:5px 1%;
width:48%;
}

ul.event_bana-box li img {width:100%;}

/*
ul.event_bana-box li:nth-child(odd) {
	padding-top:0px;
	padding-right:5px;
	padding-bottom:5px;
	padding-left:0px;
}
*/

.event_archives_bana {
	margin-bottom:2rem;
}




/*===[イベントアーカイブ]===*/




/*=====[スポンサー様バナーの設定]==========================================================================================*/


section#bana {
	margin: 0 auto;
	/* clear: both; */
	padding: 1rem 0;
	background-color: #f2f2f2;
}

ul.bana-box {
margin: 0 auto;
padding: 0;
box-sizing: border-box;
display: flex;
justify-content: center;
flex-wrap: wrap;
list-style: none;
}



ul.bana-box li {
/*  margin-bottom: 1rem;
    margin-right: 1rem;
    display: inline-block;
*/
margin: 0;
padding: .4rem 0;
width: 126px;
}
ul.bana-box li img{margin:2%;width: 96%;height:auto;}

@media screen and (max-width: 480px){
ul.bana-box li {width: 32.3%;}
}

/*=====[フッターの設定]====================================================================================================*/



/*===[スマホ表示３項目]=======================================================================================================*/

div#footer h3 {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0;
    margin: 0 auto 1rem;
    font-weight: 700;
    letter-spacing: .2rem;
    width: 20%;
    float: left;
}


.sitemap_list {
	text-align: center;
	margin: 0 auto;
	clear: both;
	padding: 2rem;
	background-color: #fff;
}

div.sitemap_list ul.sitemap_list_ul {
	padding: 0;
	margin:0 auto;
}

#site_map {
	padding:3rem 2rem;
}

div.sitemap_list ul li {
	display: inline-block;
	padding: 0 5px 0 6px;
	line-height: 14px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
}


div.sitemap_list ul li::before {
	font-family:'FontAwesome';
	content:'\f138';
	color:#2196F3;
	padding-right:5px;
}

@media screen and (max-width: 480px){
div#footer h3 {
    width: 100%;
    float: none;
}}


/*===[会社概要]============================================================================================================*/

ul.footer_sitenav_list {
	text-align: left;
	padding: 0;
	margin: 0 0 2rem;
	float: left;
	width: 80%;
}

ul.footer_sitenav_list li {
	display: inline-block;
	padding: 0 5px 0 4px;
	line-height: 1.6;
	font-size: 14px;
	font-size: 1.4rem;
	border-right:1px solid #333;

}

ul.footer_sitenav_list li a{
	display:block;
	color:#333;
}

ul.footer_sitenav_list li:last-child {
	display: inline-block;
	padding: 0 5px 0 4px;
	line-height: 1.6;
	border-right:none;

}

/*===[会社概要コピーライト]================================================================================================*/


p.footer_copy {
	font-size: 10px;
	font-size: 1.0rem;
	text-align:center;
}



/*===[ページの先頭へ戻る]=====================================================================================================*/

#page-top {
	position: fixed;
	bottom: 0px;
	right: 0px;
	font-size: 80%;
	opacity: 0.8;
	z-index: 1000;
}

#page-top a {
	background: #2196F3;
	text-decoration: none;
	color: #fff;
	width: 80px;
	padding: 40px 0;
	text-align: center;
	display: block;
	border-radius: 0px;
}

#page-top a:hover {
	text-decoration: none;
	background: #999;
}

div#to-top-btn {
	background-color:#f2f2f2;
	text-align:center;
	padding:1rem 0;
	margin-top:2rem;
}

div#to-top-btn a {
	display:block;
}

div#to-top-btn a:hover {
	background-color:#f6f6f62;
}




/*=========================================================================================================*/
/*=========================================================================================================*/
/*======[スマホ表示設定]===================================================================================================*/
/*=========================================================================================================*/
/*=========================================================================================================*/



@media screen and (max-width: 480px){




/*===[気象]===*/

.wrap_wc {
	width:100%;
	display:block;
	border-collapse: separate;
	border-spacing: 3px 0;
	text-align:center;
	margin-bottom:1rem;
}


/*右：気象情報*/
.weather_box {
	width:100%;
	height:100%;
	display:block;
	margin-right:0;
	text-align:center;

}


.weather_box h3 {
	font-size: 20px;
	font-size: 2.0rem;
	background-color:#29abe2;
	padding:.9rem 1rem;
	color:#fff;
	margin: 0;

}


.weather_box h3 a {
	color:#fff;
}

.weather_img img {
	width:100%;
}


/*左：ライブカメラ*/

.livecam_box {
	width:100%;
	height:100%;
	display:block;
	text-align:center;

}

.livecam_box h3 {
	font-size: 20px;
	font-size: 2.0rem;
	background-color:#29abe2;
	padding:.9rem 1rem;
	color:#fff;
	margin: 0;
}


.livecam_box h3 a {
	color:#fff;
	margin: 0;
}

.livecam_img img {
	width:100%;
}

/*===[読み込んだニュースの1件目の表示サイズ設定]===*/


div.mbc_topnewst img {
	max-width:480px;
}



/*===[読み込んだニュースの表示件数の設定]===*/


div.mbc_news ul li:nth-child(n+4){
display:none;
}


div.mbc_news ul img {
    display: none;
    width: 100px;
}



/*=====[表示・非表示の設定]======================================================================================================*/

.hiddin-pc {
	display:block;
}

/*===[ロゴ]===*/

div.logo {
	width:50%;
	height:auto;
}


/*===[各セクション内の囲み]===*/
.wrap_slider,
.wrap_news,
.wrap_info,
.wrap_life,
.wrap_calendar {
	padding:1rem 0;
}


/*=====[番組表の設定]======================================================================================================*/


table#program_table {
	width:100%;
}


.program_wrap {
	background-color:#1868a6;
	margin-bottom: 1rem;
	padding-top: 1rem;
	width:100%;
	height:auto;
	overflow: hidden;
}

div.program_box {
	padding:0;
	margin:0;
	width:50%;
	height: 90px;
	display: flex;
}

.program_box_img {
	width:160px;
	height: 90px;
	padding:0;
	margin:0;

}

.program_box_table {
	width:auto;
	height: 90px;
	padding:0;
	margin:0;
}

.program_btn {
	width: auto;
	height: 40px;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
}

.program_btn a {
	width: auto;
	height: 40px;
	padding-top:6px;
	color:#fff;
	display:block;
}

/*===[番組表読み込み元のクラス設定]===*/

.ifrm {
	width:100%;
	height:100%;
	border:none;
	display:block;
}



/*===[テレビ番組表]===*/
.tv_btn,
.tv_btn a {
	background-color:#2196f3;
}

.tv_btn a:hover {
	background-color: #0056b3;
	color:#fff;
 }


/*===[ラジオ番組表]===*/

.radio_btn,
.radio_btn a {
	background-color:#e91e63;
}

.radio_btn a:hover {
	background-color: #c11751;
	color:#fff;
 }

/*===[地域情報記事のピックアップ]===*/

div.area-post_box {
	padding: 0;
	margin:0 0 1rem 0;
}


.top_title a {
	color:#fff;
}





/*===[てげっとピックアップ：8件の表示設定]===*/

div.service-box {
	/*border: 1px solid #f2f2f2;*/
	padding: 0;
	margin: 0;
	/*box-sizing: content-box;*/
	display: block;
	width: 50%;
	float: left;
}


div.service-box a{
	display: block;
	height:100%;
	width: 100%;
}

div.service-box a:hover{
	text-decoration: none;
	opacity: 0.8;
	background-color: #f2f2f2;
	transition: .4s;
}

.service-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.service-box p {
	margin:1rem;
/*	font-size: 16px;
	font-size: 1.6rem;*/
	font-size: 14px;
	font-size: 1.4rem;
}


.trim {
    width: 100%;
    height: 100px;
    overflow: hidden;
    position: relative;
}

/*===カテゴリー表示の色分け設定===*/


.category_tv {
	display: block;
	padding: 4px 8px;
	border-radius: 25px;
	color: #FFF;
	background: #33BFDB;
	font-weight: 700;
	margin: .5rem auto;
	font-size: 0.8rem;
	width: 80px;
	text-align: center;
}

.category_guest {
	display: block;
	padding: 4px 8px;
	border-radius: 25px;
	color: #FFF;
	background: #A18E5C;
	font-weight: 700;
	margin: .5rem auto;
	font-size: 0.8rem;
	width: 80px;
	text-align: center;
}

.category_sport {
	display: block;
	padding: 4px 8px;
	border-radius: 25px;
	color: #FFF;
	background: #0C555D;
	font-weight: 700;
	margin: .5rem auto;
	font-size: 0.8rem;
	width: 80px;
	text-align: center;
}

.category_pony {
	display: block;
	padding: 4px 8px;
	border-radius: 25px;
	color: #FFF;
	background: #F27398;
	font-weight: 700;
	margin: .5rem auto;
	font-size: 0.8rem;
	width: 80px;
	text-align: center;
}

.category_event {
	display: block;
	padding: 4px 8px;
	border-radius: 25px;
	color: #FFF;
	background: #ff7f7f;
	font-weight: 700;
	margin: .5rem auto;
	font-size: 0.8rem;
	width: 80px;
	text-align: center;
}


.category_scoop {
	display: block;
	padding: 4px 8px;
	border-radius: 25px;
	color: #FFF;
	background: #ff7f7f;
	font-weight: 700;
	margin: .5rem auto;
	font-size: 0.8rem;
	width: 80px;
	text-align: center;
}
.category_personality {
	display: block;
	padding: 4px 8px;
	border-radius: 25px;
	color: #FFF;
	background: #0E7AC4;
	font-weight: 700;
	margin: .5rem auto;
	font-size: 0.8rem;
	width: 100px;
	text-align: center;
}
.category_education {
	display: block;
	padding: 4px 8px;
	border-radius: 25px;
	color: #FFF;
	background: #FBA848;
	font-weight: 700;
	margin: .5rem auto;
	font-size: 0.8rem;
	width: 80px;
	text-align: center;
}

.category_gourmet {
	display: block;
	padding: 4px 8px;
	border-radius: 25px;
	color: #FFF;
	background: #ff7f7f;
	font-weight: 700;
	margin: .5rem auto;
	font-size: 0.8rem;
	width: 80px;
	text-align: center;
}

.category_area {
	display: block;
	padding: 4px 8px;
	border-radius: 25px;
	color: #FFF;
	background: #58BE89;
	font-weight: 700;
	margin: .5rem auto;
	font-size: 0.8rem;
	width: 80px;
	text-align: center;

}

/*===[SNS情報]===*/

h2.sns_title {
	text-align:center;
	padding:5px 0;
	margin-bottom: 1rem;
	color:#000;
	font-size:20px;
	font-size: 2.0rem;

}



/*===[地域イベント一覧情報]===*/

.areaevent_btn {
	text-decoration: none;
	transition: .4s;
	font-size: 12px;
	font-size: 1.2rem;
	text-align:center;
	position: absolute;
	top: 0;
	right: 15px;
}

.areaevent_btn a {
	display: block;
	padding:.7rem 1rem;
	color: #FFF;
	background:#000;
}


.areaevent_btn a:hover {
	padding:.7rem 1rem;
	background:#ffc107;
	color: #FFF;

}

.title_areaevent {
	font-size: 16px;
	font-size: 1.6rem;
	background-color:#29abe2;
	padding:.5rem;
	color:#fff;
	position: relative;
}

/*MBC主催イベントバナーの表示*/
/*
ul.event_bana-box li:nth-child(n+5){
   display:none;
}
*/


/*フッター3項目*/


.sitemap_list {
	text-align: center;
	margin: 0 auto;
	clear: both;
	background-color: #fff;
}

div.sitemap_list ul.sitemap_list_ul {
	padding: 0;
	margin:0 auto;
}



div.sitemap_list ul li {
	display: inline-block;
	padding: 0 5px 0 6px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.2;
}


div.sitemap_list ul li::before {
	font-family:'FontAwesome';
	content:'\f138';
	color:#2196F3;
	padding-right:5px;
}



/*===[ページの先頭へ戻る]=====================================================================================================*/

#page-top {
	position: fixed;
	bottom: 0px;
	right: 0px;
	font-size: 80%;
	opacity: 0.8;
	z-index: 1000;
}

#page-top a {
	background: #2196F3;
	text-decoration: none;
	color: #fff;
	width: 80px;
	padding: 20px 0;
	text-align: center;
	display: block;
	border-radius: 0px;
}

#page-top a:hover {
	text-decoration: none;
	background: #999;
}

div#to-top-btn {
	background-color:#f2f2f2;
	text-align:center;
	padding:1rem 0;
	margin-top:2rem;
}

div#to-top-btn a {
	display:block;
}

div#to-top-btn a:hover {
	background-color:#f6f6f62;
}



#site_map {
    padding: 3rem 2rem;
/*    display: none;*/
}


/*===[サイド・情報ボタン]===*/


.area-button {
	margin-bottom:5px;
	box-sizing: content-box;
	width: 100%;
	font-size:16px;
	font-size:1.6rem;
	display:inline-block;
}

.area-button a {
	color:#fff;
	padding: 10px;
	display: block;
	background-color:#324E7B;
}

.area-button a:hover {
	color:#fff;

	padding: 10px;
	display: block;
	background-color:#1f2f4a;
}

.area-button span {
	font-size:12px;
	font-size:1.2rem;
	padding-left:5px;

}

.area-button .etc{
background:#cc3300;
}

.area-button .weather-item {
 background: #00bcd4;
}

.area-button .raihou {
 background: #d20000;
}


}











/*======[タブレット表示設定]===============================================================================================*/



@media screen and (max-width: 1200px) {


/*===[気象]===*/

.wrap_wc {
	width:100%;
	display:block;
	border-collapse: separate;
	border-spacing: 3px 0;
	text-align:center;
	margin-bottom:1rem;
}


/*右：気象情報*/
.weather_box {
	width:100%;
	height:100%;
	display:block;
	margin-right:0;
	text-align:center;

}


.weather_box h3 {
	font-size: 20px;
	font-size: 2.0rem;
	background-color:#29abe2;
	padding:.9rem 1rem;
	color:#fff;
	margin: 0;

}


.weather_box h3 a {
	color:#fff;
}

.weather_img img {
	width:100%;
}


/*左：ライブカメラ*/

.livecam_box {
	width:100%;
	height:100%;
	display:block;
	text-align:center;

}

.livecam_box h3 {
	font-size: 20px;
	font-size: 2.0rem;
	background-color:#29abe2;
	padding:.9rem 1rem;
	color:#fff;
	margin: 0;
}


.livecam_box h3 a {
	color:#fff;
	margin: 0;
}

.livecam_img img {
	width:100%;
}

/*===[読み込んだニュースの1件目の表示サイズ設定]===*/


div.mbc_topnewst img {
	width:100%;
	margin-bottom: 10px;

}


/*===[読み込んだニュースの表示件数の設定]===*/


div.mbc_news ul li:nth-child(n+6){
display:none;
}




/*=====[表示・非表示の設定]======================================================================================================*/

.hiddin {
	display:none;
}
.hiddin-pc {
	display:block;
}




/*番組表：読み込み元のクラス設定*/
.ifrm {
	width:100%;
	height:100%;
	border:none;
	display:block;
}



/*===[ロゴ]===*/

div.logo {
	width:50%;
	height:auto;

}
div.logo img{
width : 96%;
}


/*=====[検索エンジンの設定]================================================================================================*/

#kensaku {
	width: 300px;
	height: auto;
	margin: 0;
	background-color: #ececec;
	padding:10px;
	border-radius: 4px;
}


input[type="text"] {
	border: 1px solid rgb(126, 157, 185) !important;
	background: #fff !important;
	text-indent:1rem !important;
	border-radius: 4px !important;
	width:120px;
	height: 28px;
	margin-right: 10px;
}



input[type="submit"] {
	font-size: 12px;
	font-size: 1.2rem;
	border: none;
	width:60px;
	height: 28px;
	background: #1868a6;
	position: absolute;
	border-radius: 4px;
	color: #fff;
}






/*===[各セクション内の囲み]===*/
.wrap_slider,
.wrap_news,
.wrap_info,
.wrap_life,
.wrap_calendar {
	padding:1rem 0;
}


/*===[番組表の読み込み設定]===*/
.program_wrap {
	background-color:#e8e8e8;
	margin-bottom: 1rem;
	padding-top: 1rem;
	width:100%;
	height:auto;
	overflow: hidden;
}

div.program_box {
	padding:5px;
	margin:0;
	width:50%;
	height: auto;
	display:  block;
}

.program_box_img {
	display:none;
}



.program_box_table {
	width:;
	height: ;
	padding-right:0px;
	margin:0;
	display:  block;

}

.program_btn {
	width: 100%;
	height: auto;
	padding:0;
	margin:0;
	text-align: center;
	display: block;
}



.program_btn a {
	width: auto;
	height: 40px;
	padding-top:6px;
	color:#fff;
	display:block;

}



.tv_btn {
	background-color:#2196f3;
	vertical-align: middle;

}

.tv_btn a:hover {
	background-color: #0056b3;
	color:#fff;
 }



.radio_btn {
	background-color:#e91e63;
	vertical-align: middle;

}

.radio_btn a:hover {
	background-color: #c11751;
	color:#fff;
 }

.ifrm {
	width:100%;
	height:100%;
	border:none;
	display:block;
}




.top_title a {
	color:#fff;
}

.title_news_side_w a {
	color:#fff;
}


.title_news_side a {
	color:#fff;
}


/*===[てげっとピックアップ：8件の表示設定]===*/



div.service-box {
	border: 1px solid #f2f2f2;
	/*padding: 0;
	margin:0;
	box-sizing: content-box;
	display: inline-block;
	float: left;*/
	width: 50%;
}




div.service-box a{
	display: block;
	height:100%;
	width: 100%;
}

div.service-box a:hover{
	text-decoration: none;
	opacity: 0.8;
	background-color: #f2f2f2;
	transition: .4s;
}

.service-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*
.service-box p {
	margin:1rem;
	font-size: 16px;
	font-size: 1.6rem;
}*/



/*===カテゴリー表示の色分け設定===*/


.category_tv {
	display: block;
	padding: 4px 8px;
	border-radius: 25px;
	color: #FFF;
	background: #33BFDB;
	font-weight: 700;
	margin: .5rem auto;
	font-size: 0.8rem;
	width: 80px;
	text-align: center;
}

.category_guest {
	display: block;
	padding: 4px 8px;
	border-radius: 25px;
	color: #FFF;
	background: #A18E5C;
	font-weight: 700;
	margin: .5rem auto;
	font-size: 0.8rem;
	width: 80px;
	text-align: center;
}

.category_sport {
	display: block;
	padding: 4px 8px;
	border-radius: 25px;
	color: #FFF;
	background: #0C555D;
	font-weight: 700;
	margin: .5rem auto;
	font-size: 0.8rem;
	width: 80px;
	text-align: center;
}

.category_pony {
	display: block;
	padding: 4px 8px;
	border-radius: 25px;
	color: #FFF;
	background: #F27398;
	font-weight: 700;
	margin: .5rem auto;
	font-size: 0.8rem;
	width: 80px;
	text-align: center;
}

.category_event {
	display: block;
	padding: 4px 8px;
	border-radius: 25px;
	color: #FFF;
	background: #ff7f7f;
	font-weight: 700;
	margin: .5rem auto;
	font-size: 0.8rem;
	width: 80px;
	text-align: center;
}


.category_scoop {
	display: block;
	padding: 4px 8px;
	border-radius: 25px;
	color: #FFF;
	background: #ff7f7f;
	font-weight: 700;
	margin: .5rem auto;
	font-size: 0.8rem;
	width: 80px;
	text-align: center;
}
.category_personality {
	display: block;
	padding: 4px 8px;
	border-radius: 25px;
	color: #FFF;
	background: #0E7AC4;
	font-weight: 700;
	margin: .5rem auto;
	font-size: 0.8rem;
	width: 100px;
	text-align: center;
}
.category_education {
	display: block;
	padding: 4px 8px;
	border-radius: 25px;
	color: #FFF;
	background: #FBA848;
	font-weight: 700;
	margin: .5rem auto;
	font-size: 0.8rem;
	width: 80px;
	text-align: center;
}

.category_gourmet {
	display: block;
	padding: 4px 8px;
	border-radius: 25px;
	color: #FFF;
	background: #ff7f7f;
	font-weight: 700;
	margin: .5rem auto;
	font-size: 0.8rem;
	width: 80px;
	text-align: center;
}

.category_area {
	display: block;
	padding: 4px 8px;
	border-radius: 25px;
	color: #FFF;
	background: #58BE89;
	font-weight: 700;
	margin: .5rem auto;
	font-size: 0.8rem;
	width: 80px;
	text-align: center;

}

/*===[地域イベント一覧情報]===*/

.areaevent_btn {
	text-decoration: none;
	transition: .4s;
	font-size: 12px;
	font-size: 1.2rem;
	text-align:center;
	position: absolute;
	top: 0;
	right: 15px;
}

.areaevent_btn a {
	display: block;
	padding:.7rem 1rem;
	color: #FFF;
	background:#000;
}


.areaevent_btn a:hover {
	padding:.7rem 1rem;
	background:#ffc107;
	color: #FFF;

}

.title_areaevent {
	font-size: 14px;
	font-size: 1.4rem;
	background-color:#29abe2;
	padding:.5rem;
	color:#fff;
	position: relative;
}

/*MBC主催イベントバナーの表示*/
/*
ul.event_bana-box li:nth-child(n+5){
   display:none;
}
*/


/*フッター3項目*/


.sitemap_list {
	text-align: center;
	margin: 0 auto;
	clear: both;
	background-color: #fff;
}

div.sitemap_list ul.sitemap_list_ul {
	padding: 0;
	margin:0 auto;
}



div.sitemap_list ul li {
	display: inline-block;
	padding: 0 5px 0 6px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.2;
}


div.sitemap_list ul li::before {
	font-family:'FontAwesome';
	content:'\f138';
	color:#2196F3;
	padding-right:5px;
}

.area-button .etc{
	background:#cc3300;
}

.area-button .weather-item {
	background: #00bcd4;
}
.area-button .bousai {
	background: #393E46;
}

.area-button .rinji {
	background: #ff5722;
}
.area-button .mbcblog {
	background: #e91e63;
}
.area-button .recruit {
	background: #00bcd4;
}

}




@media screen and (max-width: 1360px) and (min-width:991px) {


/*===[ロゴ]===*/

div.logo {
	width:20%;
	height:auto;

}
div.logo img{
width : 96%;
}

	.navbar-collapse li {
	    font-size: 14px;
	    font-size: 1.4rem;
	    margin: 0 1px;
	    display: inline-block;
	    text-align: left;
	    color: #000;
	    border-bottom: 1px solid #f2f2f2;
	}






/*=========================================================================================================================*/
/*=====[検索エンジンの設定]================================================================================================*/
/*=========================================================================================================================*/

#kensaku {
	width: 260px;
	height: auto;
	margin: 0;
	background-color: #ececec;
	padding:5px;
	border-radius: 4px;
}


input[type="text"] {
	border: 1px solid rgb(126, 157, 185) !important;
	background: #fff !important;
	text-indent:1rem !important;
	border-radius: 4px !important;
	width:120px;
	height: 28px;
	margin-right: 10px;
}



input[type="submit"] {
	font-size: 12px;
	font-size: 1.2rem;
	border: none;
	width:60px;
	height: 28px;
	background: #1868a6;
	position: absolute;
	border-radius: 4px;
	color: #fff;
}


.oshirase{
font-size : 2em;
text-align : center;
}



/*=================================*/


.rinji_text h4 {
	font-size:2rem;
	color: #ff0000;
}

