
/* スライダー */
#top-slider-area {
	width:980px;
	/*height:440px;*/
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
	-webkit-border-bottom-right-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	-moz-border-radius-bottomleft: 12px;
	/* 2024.6フォーエム広告追加後 */
	padding: 5px 0 25px;
	height:auto;
	min-height: 440px;
}
#top-slider {
	width:960px;
	padding-top: 10px;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
}

/* ぶっピィアニメ */
#top-anime {
	width:980px;
	height:90px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

.buppy_anime {
	text-align: left;
}
.buppy_anime img {
	position: relative;
	top: -15px;
	cursor: pointer;
}
.buppy_stay_01    { left:440px; }
.buppy_stay_02    { left:0px; }
.buppy_stay_03    { left:880px; }
.buppy_stay_04    { left:440px; }
.buppy_move_left  { left:440px; }
.buppy_move_right { left:0px; }
.buppy_click {
	position:absolute;
}
.buppy_rocket {
	position:absolute;
}


/* 番組表 */
#top-contents-bangumi {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#top-contents-bangumi-in {
	width:960px;
	min-height: 100px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	background-color: #028dde;
	border: solid 3px #028dde;
	/* 角丸 */
	border-radius: 12px;        /* CSS3草案 */
  	-webkit-border-radius: 12px;    /* Safari,Google Chrome用 */
  	-moz-border-radius: 12px;   /* Firefox用 */
}
.top-contents-bangumi-block1 {
	width: 160px;
	float: left;
}
.top-contents-bangumi-title {
	position: absolute;
	top: 2px;
	left: 16px;
}
.top-contents-bangumi-date {
	position: absolute;
	top: 35px;
	left: 0px;
	width: 160px;
	text-align: center;
	font-weight: bold;
	font-size: 14pt;
	color:#ffffff;
}
.top-contents-bangumi-btn-more {
	position: absolute;
	bottom: 5px;
	left: 16px;
}

.top-contents-bangumi-btn-more img{
	vertical-align: bottom;
}
.top-contents-bangumi-block2 {
	width: 34px;
	float: left;
}
.top-contents-bangumi-next {
	margin: 5px 5px 4px 5px
}
.top-contents-bangumi-back {
	margin: 0px 5px 5px 5px
}
.top-contents-bangumi-block3 {
	width: 760px;
	float: left;
	font-size: 10pt;
	line-height: 1.6em;
	text-align: left;
}
.top-contents-bangumi-table {
	margin: 7px 0px 5px 2px
}
.top-contents-bangumi-table a{
	color: #333333;
}
.bangumi-table-block1 {
	width: 188px;
	height: 32px;
	background-color: #b4e8ff;
}
.bangumi-table-block2 {
	width: 188px;
	height: 55px;
	background-color: #d3efff;
}
.bangumi-table-block1 p {
	padding: 6px 5px 5px 8px;
}
.bangumi-table-block2 p {
	padding: 7px 5px 6px 8px;
}
.bangumi-table-onair {
	background-color: #ffa800;
	font-weight: bold;
}




#top-program-hover {
	position: relative;
}

#top-program-hover li div.program_iframe {
	display: none;
	z-index: 99999;
	position: absolute;
	left: 0;
	width: 100%;
	padding: 50px 0;
	background: #fff;
	border: 1px solid #000;
	text-align: center;
}




/* 番組表＋広告 */
#top-contents-bangumi-k {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.top-contents-bangumi-k-left {
	width:630px;
	min-height: 250px;
	float: left;
}

.top-contents-bangumi-k-left-top {
	width:640px;
	min-height: 50px;
	background-image: url("../images_v2/pic_top_bangumi_k_bg.png");
	background-repeat: no-repeat;
}
.top-contents-bangumi-k-left-date {
	width:170px;
	margin-left: 108px;
	padding-top: 14px;
	float: left;
	font-size: 12pt;
	font-weight: bold;
	color: #ffffff;
}
.top-contents-bangumi-k-left-more {
	width:130px;
	margin-left: 220px;
	padding-top: 15px;
	float: left;
}
.top-contents-bangumi-k-left-bottom {
	width:640px;
	min-height: 200px;
	background-color: #028dde;
	float: left;
	/* 角丸 */
	-webkit-border-bottom-right-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	-moz-border-radius-bottomleft: 12px;
}
.top-contents-bangumi-k-right {
	width:300px;
	float: right;
}
.top-contents-bangumi-table-k-area {
	width:620px;
	height:180px;
	margin: 10px auto 10px auto;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: scroll;
}
.top-contents-bangumi-table-k {
	width:620px;
	font-size: 10pt;
	text-align: left;
}
.top-contents-bangumi-table-k p {
	padding: 4px 8px 4px 8px;
}
.bangumi-table-onair {
	background-color: #ffa800;
	font-weight: bold;
}

/* コンテンツヘッダー */
.top-contents-header {
	width: 966px;
	height: 100px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
}
.top-contents-header-btn1 {
	position: absolute;
	top: 42px;
	right: 20px;
}
.top-contents-header-btn2 {
	position: absolute;
	top: 42px;
	right: 168px;
}

/* ニュース */
#top-contents-news {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#top-contents-news-in {
	width:960px;
	padding: 16px 0 0 0;
	margin-left:auto;
	margin-right:auto;
	background-color: #ffffff;
	border-left: solid 3px #ff9000;
	border-right: solid 3px #ff9000;
	border-bottom: solid 3px #ff9000;
	/* 角丸 */
	border-radius: 0 0 12px 12px;
	-webkit-border-bottom-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px;
}
.top-news-block {
	width:920px;
	margin-left:auto;
	margin-right:auto;
}
.top-news-header {
	/*padding: 10px 0;
	border-bottom: 1px dotted #aaaaaa;*/
	padding: 5px 0;
}
.top-news-list-gray {
	background-color: #eeeeee;
}

.top-news-list-mr {
	margin-right: 10px;
}

.top-news-block1 {
	width: 900px;
	font-size: 11pt;
	font-weight: 1.6em;
	text-align: left;
	margin-right: 20px;
	margin-bottom: 20px;
/*	float: left;*/
}
.top-news-list1 {
	width: 215px;
	margin: 0 5px 10px 5px;
	background-color: #ffffff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	float: left;
}
.top-news-list1-img {
	margin: 20px 5px 8px 5px;
}
.top-news-list1 p {
	margin: 4px 5px;
}
.top-news-block2 {
	width: 900px;
	font-size: 11pt;
	font-weight: 1.6em;
	text-align: left;
	margin-bottom: 20px;
	float: left;
}
.top-news-list2 {
	background-image: url("../images_v2/pic_top_new2.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 24px;
	border-bottom: 1px dotted #aaaaaa;
	margin-bottom: 0px;
	line-height: 1.6em;
	font-size: 11pt;
	width: 420px;
	float: left;
}
.top-news-list2 p {
	padding: 4px 0;
}


/* 天気 */
#top-contents-weather {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#top-contents-weather-in {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	padding: 20px 0 0 0;
	background-color: #ffffff;
	border-left: solid 3px #63b2cf;
	border-right: solid 3px #63b2cf;
	border-bottom: solid 3px #63b2cf;
	/* 角丸 */
	border-radius: 0 0 12px 12px;
	-webkit-border-bottom-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px;
}

.top-contents-weather-date {
	margin-left:auto;
	margin-right:auto;
	background-color: #50cdb7;
	width: 300px;
	/* 角丸 */
	border-radius: 8px;        /* CSS3草案 */
  	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */
  	-moz-border-radius: 8px;   /* Firefox用 */
}
.top-contents-weather-date p {
	padding: 4px 0px 4px 0px;
	font-size: 12pt;
	color: #ffffff;
	font-weight: bold;
}
.top-contents-weather-block {
	width:920px;
	margin-left:auto;
	margin-right:auto;
}
.top-weather-table {
	background-color: #aaaaaa;
	margin: 10px 0 20px 0;
}
.top-weather-table .grey {
	background-color: #e6e6e6;
	padding: 4px;
	font-size: 10pt;
	width: 65px;
}
.top-weather-table .blue {
	background-color: #7bd1f0;
	font-size: 12pt;
	color: #09455b;
	font-weight: bold;
	width: 168px;
	padding: 2px 0;
}
.top-weather-table .white {
	background-color: #ffffff;
	font-size: 10pt;
	line-height: 2.0em;
	color: #333333;
	width: 168px;
	padding: 2px 0;
}
.kousuikakuritsu {
	font-size: 120%;
}
.kion-high {
	color: #ff0000;
}
.kion-min {
	color: #0048ff;
}



/* お知らせ */
#top-contents-info {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#top-contents-info-in {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	background-color: #ffffff;
	padding: 16px 0 0 0;
	border-left: solid 3px #69bf3a;
	border-right: solid 3px #69bf3a;
	border-bottom: solid 3px #69bf3a;
	/* 角丸 */
	border-radius: 0 0 12px 12px;
	-webkit-border-bottom-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px;
}
.top-info-block {
	width:920px;
	margin-left:auto;
	margin-right:auto;
	border-top: 1px dotted #aaaaaa;
	margin-bottom: 20px;
}

.top-info-block a.no_link{
	cursor: default;
}

.top-info-block a.no_link:HOVER{
	color: #01649f;
}

.top-info-list {
	border-bottom: 1px dotted #aaaaaa;
	margin-bottom: 0px;
	line-height: 1.6em;
	font-size: 11pt;
}
.top-info-list-left {
	width: 130px;
	float: left;
	text-align: center;
}
.top-info-list-left img {
	margin: 10px 10px 10px 0px;
}
.top-info-list-right {
	width: 680px;
	float: left;
	text-align: left;
	padding: 10px 0;
}


/* お知らせ＋広告 */
.top-info-block-k {
	width:600px;
	margin-left: 17px;
	float: left;
	border-top: 1px dotted #aaaaaa;
	margin-bottom: 20px;
}
.top-info-list-left-k {
	width: 130px;
	float: left;
	text-align: left;
}
.top-info-list-left img {
	max-width: 120px;
	max-height: 70px;
	margin-right: 10px;
}
.top-info-list-right-k {
	width: 470px;
	float: left;
	text-align: left;
	padding: 10px 0;
}
.top-info-block-koukoku {
	width: 300px;
	margin-right: 17px;
	float: right;
	margin-bottom: 20px;
}

/* イベント */
#top-contents-event {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#top-contents-event-in {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	background-color: #ffffff;
	padding: 16px 0 0 0;
	border-left: solid 3px #ef7eae;
	border-right: solid 3px #ef7eae;
	border-bottom: solid 3px #ef7eae;
	/* 角丸 */
	border-radius: 0 0 12px 12px;
	-webkit-border-bottom-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px;
}
.top-contents-event-slide1 {
	width: 260px;
	/* height: 280px; */
	background-color: #ffffff;
	border: solid 2px #cccccc;
	/* 角丸 */
	border-radius: 8px;        /* CSS3草案 */
  	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */
  	-moz-border-radius: 8px;   /* Firefox用 */
}
.top-contents-event-slide1:hover {
	background-color: #fafaf5;
}
.top-contents-event-slide-thumbnail {
	width: 240px;
	height: 180px;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	display: flex;          /* Flexbox中央寄せ */
	justify-content: center;/* Flexbox中央寄せ */
	align-items: center;    /* Flexbox中央寄せ */
	margin: 10px;
}
.top-contents-event-slide-thumbnail img {
	margin: 10px;
}
.top-contents-event-slide-thumbnail-copy {
	position: absolute;
	bottom: 0px;
	left: 0px;
	line-height: 1.4em;
	font-size: 8pt;
	color: #000000;
	text-align: left;
	background-image: url("../images_v2/pic_top_event_copyback.png");
}
.top-contents-event-slide-fukidashi {
	width: 240px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 10px;
	background-color: #e4e4e4;
	line-height: 1.6em;
	font-size: 11pt;
	text-align: left;
	/* 角丸 */
	border-radius: 8px;        /* CSS3草案 */
  	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */
  	-moz-border-radius: 8px;   /* Firefox用 */
}
.top-contents-event-slide-fukidashi p {
	padding: 8px 12px;
}

/* 番組紹介 */
#top-contents-television {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#top-contents-television-in {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	background-color: #ffffff;
	padding: 10px 0 0 0;
	border-left: solid 3px #1ca4e2;
	border-right: solid 3px #1ca4e2;
	border-bottom: solid 3px #1ca4e2;
	/* 角丸 */
	border-radius: 0 0 12px 12px;
	-webkit-border-bottom-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px;
}
.top-contents-television-subheader {
	width:920px;
	margin-left:auto;
	margin-right:auto;
	padding: 16px 0;
}
.top-contents-television-slide {
	width:880px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 20px;
}
.top-contents-television-slideblock {
	width:280px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 10px;
	padding: 10px 2px;
	text-align: center;
	background-color: #ffffff;
	/* 角丸 */
	border-radius: 10px;        /* CSS3草案 */
  	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
  	-moz-border-radius: 10px;   /* Firefox用 */
}
.top-contents-television-slideblock:hover {
	background-color: #cceaf5;
}
.top-contents-television-thumb {
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 10px;
}
.top-contents-television-slidedata {
	background-image: url("../images_v2/pic_top_bangumi_fukidashi2.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	font-size: 11pt;
	color: #333333;
	line-height: 1.6em;
	padding-bottom: 10px;
}
.top-contents-television-slidedata h4 {
	width:220px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 4px;
	margin-bottom: 10px;
	font-size: 120%;
	font-weight: bold;
	color: #0a579c;
	line-height: 1.6em;
	border-bottom: 1px dotted #888888;
}
.top-tv-banner01 {
	width:920px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 10px;
}
.top-tv-banner02 {
	float:left;
	width:184px;
	margin-bottom: 10px;
}

/* ＳＮＳ */
#top-contents-sns {
	/*width:980px;*/
	width: 966px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#top-contents-sns-in {
	/*width:960px;*/
	width: 653px;
	box-sizing: border-box;
	margin-left:auto;
	margin-right:auto;
	background-color: #ffffff;
	padding: 20px 0 0 0;
	border-left: solid 3px #4db270;
	border-right: solid 3px #4db270;
	border-bottom: solid 3px #4db270;
	/* 角丸 */
	border-radius: 0 0 12px 12px;
	-webkit-border-bottom-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px;
}
.top-contents-sns-area {
	/*width:930px;*/
	width: 628px;
	margin-left:auto;
	margin-right:auto;
}
.top-contents-sns-block {
	width:280px;
	margin: 0 15px;
	float: left;
}
.top-contents-sns-block h3 {
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 4px;
}
.top-contents-sns-block2 {
	width:280px;
	margin-left:auto;
	margin-right:auto;
	padding: 10px 0;
	background-color: #e5e5e5;
	/* 角丸 */
	border-radius: 8px;        /* CSS3草案 */
  	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */
  	-moz-border-radius: 8px;   /* Firefox用 */
}
.top_sns_2021 {
	display: flex;
    	justify-content: space-between;
	align-items: end;
}
.top_sns_2021_l {
	width: 653px;
}
.top_sns_2021_r {
	width: 290px;
	height: 402px;
    	/*background-color: #e5e5e5;
    	padding: 3px;*/
    	box-sizing: border-box;
    	border-radius: 8px;
}
.top_sns_2021_r iframe {
	border-radius: 6px;
}

/* アナウンサー */
#top-contents-announcer {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#top-contents-announcer-in {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	background-color: #ffffff;
	padding: 16px 0 0 0;
	border-left: solid 3px #b08d4b;
	border-right: solid 3px #b08d4b;
	border-bottom: solid 3px #b08d4b;
	/* 角丸 */
	border-radius: 0 0 12px 12px;
	-webkit-border-bottom-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px;
}
.btn-more-announcer {
	margin-bottom: 20px;
}
.top-contents-announcer-area {
	width:920px;
	margin: 20px auto;
}
.top-contents-announcer-block {
	width:220px;
	margin: 0 5px;
	float: left;
}
.top-contents-announcer-photo {
	width: 85px;
	margin-right: 5px;
	float: left;
}
.top-contents-announcer-data {
	width: 125px;
	float: left;
	font-size: 11pt;
	line-height: 1.6em;
	text-align: left;
}
.top-contents-announcer-data p {
	padding: 6px 2px 0px 8px;
}
.top-contents-announcer-name {
	background-image: url("../images_v2/pic_top_announcer_name.png");
	background-repeat: no-repeat;
	background-position: bottom left;
	color: #ffffff;
	line-height: 1.4em;
}
.top-contents-announcer-name p {
	padding: 3px 2px 2px 14px;
}



/* ランキング */
#top-contents-ranking {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#top-contents-ranking-in {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	background-color: #ffffff;
	padding: 16px 0 0 0;
	border-left: solid 3px #e9b018;
	border-right: solid 3px #e9b018;
	border-bottom: solid 3px #e9b018;
	/* 角丸 */
	border-radius: 0 0 12px 12px;
	-webkit-border-bottom-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px;
}

.top-ranking-block {
	width:920px;
	margin-left:auto;
	margin-right:auto;
	font-size: 11pt;
	font-weight: 1.6em;
	text-align: left;
}
.top-ranking-gray {
	background-color: #eeeeee;
}
.top-ranking-block1 {
	width: 450px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
	border-top: 1px dotted #aaaaaa;
}
.top-ranking-block2 {
	width: 450px;
	margin-bottom: 20px;
	float: left;
	border-top: 1px dotted #aaaaaa;
}
.top-ranking-text {
	padding: 10px 8px 10px 46px;
}
.top-ranking-list01 {
	background-image: url("../images_v2/pic_top_rank_01.png");
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 1px dotted #aaaaaa;
}
.top-ranking-list02 {
	background-image: url("../images_v2/pic_top_rank_02.png");
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 1px dotted #aaaaaa;
}
.top-ranking-list03 {
	background-image: url("../images_v2/pic_top_rank_03.png");
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 1px dotted #aaaaaa;
}
.top-ranking-list04 {
	background-image: url("../images_v2/pic_top_rank_04.png");
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 1px dotted #aaaaaa;
}
.top-ranking-list05 {
	background-image: url("../images_v2/pic_top_rank_05.png");
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 1px dotted #aaaaaa;
}
.top-ranking-list06 {
	background-image: url("../images_v2/pic_top_rank_06.png");
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 1px dotted #aaaaaa;
}
.top-ranking-list07 {
	background-image: url("../images_v2/pic_top_rank_07.png");
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 1px dotted #aaaaaa;
}
.top-ranking-list08 {
	background-image: url("../images_v2/pic_top_rank_08.png");
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 1px dotted #aaaaaa;
}
.top-ranking-list09 {
	background-image: url("../images_v2/pic_top_rank_09.png");
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 1px dotted #aaaaaa;
}
.top-ranking-list10 {
	background-image: url("../images_v2/pic_top_rank_10.png");
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 1px dotted #aaaaaa;
}

/* バナー */
#top-banner-area {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#top-banner-area-in {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	padding: 10px 0;
	background-color: #ffffff;
	/* 角丸 */
	border-radius: 12px;        /* CSS3草案 */
  	-webkit-border-radius: 12px;    /* Safari,Google Chrome用 */
  	-moz-border-radius: 12px;   /* Firefox用 */
}
/* トップページ下の広告・バナーエリア */
#banner-area {
	width:960px;
	background-color:#ffffff;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	padding-bottom: 10px;
}
.win-banner-middle {
	width:938px;
	margin-left:auto;
	margin-right:auto;
	background-image: url("../images/bg_win_top_banner_middle.gif");
}
.top-banner01 {
	width:928px;
	margin-left:auto;
	margin-right:auto;
}
.top-banner02 {
	float:left;
	width:232px;
	height:60px;
	text-align:center;
	vertical-align:middle;
}




#top-info_btn{
	cursor: pointer;
}

#top-info_btn:hover{ /* マウスオーバーで画像を明るく */
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.top-info-hidden-area{
	display: none;
}



/* バナー＋広告 */
#top-banner-area-in-k {
	width: 496px;
	margin-left:10px;
	padding: 10px 0;
	background-color: #ffffff;
	float: left;
	/* 角丸 */
	border-radius: 12px;        /* CSS3草案 */
  	-webkit-border-radius: 12px;    /* Safari,Google Chrome用 */
  	-moz-border-radius: 12px;   /* Firefox用 */
}
.top-banner01-k {
	width: 464px;
	margin-left:auto;
	margin-right:auto;
}
.top-banner-koukoku {
	width: 300px;
	float:right;
	margin: 10px 10px 10px 0;
}



/* LIVE配信 */
#top-live {
	margin: 15px auto;
	width: 960px;
	height: 410px;
	background-color:#ffffff;
	background-image: url("../images_v2/bg_live_01_1.jpg");
	background-repeat: no-repeat;
}
#top-live1 {
	margin: 70px 30px 0 35px;
	width: 560px;
	height: 410px;
	float: left;

	width: 600px;
	margin: 70px 20px 0 15px;
}
#top-live2 {
	margin: 70px 0 0 0;
	width: 320px;
	float: left;
}
.top-live-movie {
	width: 600px;
	border: 0px solid #ffffff;
	border-radius: 10px;
  	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
  	overflow: hidden;
}
.top-live-data {
	width: 305px;
	border: 2px solid #6bd1d7;
	background-color:#ffffff;
	border-radius: 10px;
  	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
}
.top-live-data-header {
	height: 45px;
	background-color: #6bd1d7;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
}
.top-live-data-header p {
	padding: 10px 0 0 0;
	font-weight: bold;
	color: #11509e;
}
.top-live-data-area {
	color: #333333;
	font-size: 11pt;
	line-height: 1.6em;
	text-align: left;
	overflow:auto;
	margin: 10px 0;
	max-height: 250px;
}
.top-live-data-block {
	padding: 5px;
}
.top-live-data-block p {
}
/* 特別なお知らせ */
#top-info2 {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 10px;
	padding-bottom: 30px;
}
#top-info2-in {
	background-color: #ffffff;
	border: solid 2px #ff0055;
	/* 角丸 */
	border-radius: 12px;        /* CSS3草案 */
  	-webkit-border-radius: 12px;    /* Safari,Google Chrome用 */
  	-moz-border-radius: 12px;   /* Firefox用 */
}
.top-info2-head {
	background-color: #ff0055;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
}
.top-info2-title {
	color: #ffffff;
	font-size: 120%;
	padding: 10px;
	font-weight: bold;
}
.top-info2-text {
	text-align: left;
	line-height: 1.8em;
	margin: 14px 40px 14px 40px;
}
/* 60祭ポップアップ公告 */
.top-60sai-popup-adv {
	width: 800px;
	height: 450px;
	margin-left: auto;
	margin-right: auto;
}
.top-60sai-popup-adv area {
	outline: none;
}
/* ケンミンSHOWポップアップ広告 */
.top-kenminshow-popup-adv {
	text-align: center;
	width: 70vm;
	height: 40vm;
}
/* 山陰ちゃんこバイク旅ポップアップ広告 */
.top-chankobike-popup-adv {
	text-align: center;
	width: 70vm;
	height: 40vm;
}
/* オンガクお嬢GOLDENポップアップ広告 */
.top-ojo-popup-adv {
	text-align: center;
	width: 70vm;
	height: 40vm;
}
.top_covid19_banner{
	width: 980px;
	padding: 10px 0;
	margin: auto;
}
.top_covid19_banner a:hover img{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.disaster-link-btn {
	background-color: #ffffff;
    	width: 980px;
    	margin: 0 auto;
	padding: 20px 0 10px;
	display: none;
}
.disaster-link-btn a {
	padding: 7px 10px 5px;
    	display: block;
    	transition: .4s;
	color: #005da7;
    	border: 2px solid #005da7;
    	width: 300px;
    	margin: 0 auto;
    	border-radius: 20px;
    	font-weight: bold;
    	font-size: 19px;
}
.disaster-link-btn a:link {color:#005da7;} 
.disaster-link-btn a:visited {color:#005da7;}
.disaster-link-btn a:hover {color:#ffffff; background-color: #005da7; }
.disaster-link-btn a:active {color:#005da7;}

/* ニュース・トレンタ */
#top-news-block1_tre {
	display: flex;
    	flex-wrap: wrap;
}
#top-news-block1_tre .news-block_t {
	display: block;
	width: calc(100% / 4);
    	height: auto;
	padding: 0 7px 12px;
    	box-sizing: border-box;
    	background-color: #fff;
    	position: relative;
    	line-height: 0;
}
#top-news-block1_tre .news-block_t a {
	display: block;
    	width: 100%;
    	position: relative;
}
#top-news-block1_tre .news-block_t a article {
	overflow: hidden;
}
#top-news-block1_tre .news-block_t a article img {
	max-width: 100%;
    	height: auto;
    	transition: .3s;
}
#top-news-block1_tre .news-block_t a .news-txtarea {
	padding: 10px 10px 10px;
}
#top-news-block1_tre .news-block_t a .news-txtarea h3 {
	font-size: 15px;
    	line-height: 22px;
    	letter-spacing: 0.06em;
    	font-weight: 700;
    	margin-bottom: 0;
    	padding-bottom: 25px;
}
#top-news-block1_tre .news-block_t a .news-txtarea .news-date {
	font-size: 12px;
    	letter-spacing: 0.06em;
    	font-weight: 300;
    	margin-bottom: 0;
    	position: absolute;
    	bottom: 18px;
	color: #696969;
}
#top-news-block1_tre .news-block_t a:hover img {
	transform: scale(1.1);
}
#top-news-block1_tre .news-block_t a:hover .news-txtarea h3 {
	color: #5eb500;
}

/* トップ自治体バナー */
.bn_top_middle {
	margin: 40px auto 0;
    	display: block;
    	width: 980px;
}
.bn_top_middle img {
	width: 980px;
}
.bn_top_middle:hover {
	opacity: .7;
}