@charset "utf-8";

/* トップページ・コンテンツエリア */

/* スライダー */
#top-slider {
	padding-top: 20px;
	overflow: hidden;
}
#top-slider-in {
	width: 920px;
	height: 350px;
	margin-left:auto;
	margin-right:auto;
}

/* スライダー下のお知らせ */
#top-mini-info {
	width: 920px;
	height: 40px;
	margin-left:auto;
	margin-right:auto;
	background-image: url("../images/bg_top_mini_information.png");
	background-repeat: no-repeat;
}
#top-mini-info-in {
	padding: 9px 20px 0 160px;
	font-size: 14px;
	text-align: left;
}

/* LIVE放送 */
#top-live {
	min-height: 490px;
	background-image: url("../images/bg_top_liveback.jpg");
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-color:#ffffff;
}
#top-live-in {
	width: 960px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	position: relative;
}
.top-live-title {
	position: absolute;
	top: -8px;
	left: 370px;
}
#top-live-left {
	width: 580px;
	margin: 70px 40px 10px 0;
	float: left;
}
#top-live-right {
	margin: 70px 0 10px 0;
	width: 340px;
	float: left;
}
.top-live-comment {
	font-size: 14px;
	line-height: 1.6em;
	margin: 10px 0;
}
.top-live-menuwindow {
	border: 2px solid #5787f6;
	border-radius: 10px;
  	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
}
.top-live-menuhead {
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	background-color:#5787f6;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
}
.top-live-menublock1 { /* テキスト表示ブロック背景白 */
	background-color:#ffffff;
	font-family: monospace;
}
.top-live-menublock2 {
	background-color:#eeeeee;
	font-family: monospace;
}
.top-live-menublock3 {
	background-color:#9bbaff;
	background-image: url("../images/pic_icon_live_arrow.png");
	background-position: 0% 50%;
	background-repeat: no-repeat;
	padding: 10px;
}
.top-live-menublock3-text {
	color: #365db9;
/*	font-size: 85%;*/
	padding: 0 0 0 40px;
}
.top-live-menublock-bottom {
	background-color:#ffffff;
	font-family: monospace;
	height: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
}
.top-live-chui {
	margin: 0px 0px 20px 0px ;
	padding: 8px 12px;
	background-color: #dddddd;
	font-size: 85%;
	line-height: 1.6em;
	border-radius: 10px;
  	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
}

/* 天気 */
#top-weather {
	min-height: 410px;
	background-image: url("../images/bg_top_weather_back.jpg?20210324");
	background-position: 50% 0%;
	background-repeat: no-repeat;
}
#top-weather-in {
	/*width: 960px;*/
	width: 1094px;
	margin-left:auto;
	margin-right:auto;
}
#top-weather-head {
	/*width: 960px;*/
	width: 1094px;
	height: 140px;
}
#top-weather-head-left {
	/*width: 390px;*/
	width: 460px;
	float: left;
}
#top-weather-head-center {
	width: 180px;
	float: left;
}
#top-weather-head-right {
	width: 390px;
	float: left;
	position: relative;
	background-color:#ffffff;
}
.top-weather-head-date {
	margin-top: 76px;
	background-color: #2d93e6;
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	border-radius: 10px;
  	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
}
.top-weather-head-btn {
	position: absolute;
	top: 76px;
	right: 0px;
}
.top-weather-head-form {
	position: absolute;
	top: 26px;
	right: 0px;
}
.top-weather-head-form label {
	position: relative;	/* 選択ボックスの位置指定 */
	display: block;	/* ブロックレベル要素化にする */
	width: 200px;	/* ボックスの高さを指定する */
	border: 2px solid #33a7d1;/* ボックスの境界線を実線で指定する */
	border-radius: 8px;	/* ボックスに角丸を指定する */
	background: #fff;	/* ボックスの背景色を指定する */
}
.top-weather-head-form select {
	-webkit-appearance:none;
	-moz-appearance:none;
		text-indent: .01px; /* Firefox用 */
		text-overflow: ""; /* Firefox用 */
	appearance:none;
	display: block;	/* ブロックレベル要素化する */
	width: 200px;	/* ボックスの高さを指定する */
	padding: 10px 15px;	/* ボックス内側の余白を指定する */
	color: #0b7ca5;	/* フォントの色を指定 */
	font-weight: bold;
	border: none;	/* 境界線をなしに指定する */
	border-radius: 5px;	/* 角丸を指定する */
	background: transparent;/* 背景を透過指定する */
	background-image:url(../images/pic_top_weather_select.png);
	background-repeat:no-repeat;
	background-size: 34px 40px;
	background-position:right center;
	cursor:pointer;
}
::-ms-expand {	/* select要素のデザインを無効にする（IE用） */
	display: none;
}
/*　IE11,IE10　*/
@media .top-weather-head-form screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.formSample select:not(:target) {
	padding-right:0;
	background-image:none;
}
}

#top-weather-area {
	/*border: 3px solid #cccccc;*/
	border: 5px solid #cccccc;
	background-color:#cccccc;
	border-radius: 6px;
  	-webkit-border-radius: 6px;
  	-moz-border-radius: 6px;
}
#top-weather-area table {
	margin-left:auto;
	margin-right:auto;
}
#top-weather-area th {
	font-size: 110%;
}
#top-weather-area td {
	padding: 3px;
}
.weather-tokubetsu {
	background-color:#6648c0;
	color: #ffffff;
}
.weather-keihou {
	background-color:#ff0000;
	color: #ffffff;
}
.weather-chui {
	background-color:#ffff00;
	color: #000000;
}
.weather-nashi {
	border: 0px solid #555555;
	color: #000000;
}
.top-weather-kousui {
	/*padding-top: 5px;*/
	padding-top: 0;
	font-size: 110%;
	font-weight: bold;
}
.top-weather-kion {
	font-size: 90%;
}
.top-weather-kion .max {
	color: #ff0000;
}
.top-weather-kion .min {
	color: #0000ff;
}
.top-weather-btn-alert{
	margin: auto;
	padding: 8px;
	text-align: center;
}

/* 河川カメラ */
.top-river-live {
	width: 1014px;
	margin: 10px auto;
	padding: 20px 40px;
	background-color: #bbeaf4;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.top-river-live-in-left {
	float: left;
}
.top-river-live-in-right {
	width: 214px;
	float: left;
	margin-left: 10px;
	padding-top: 80px
}
.top-river-live-title {
	background-color: #2d93e6;
	width: 260px;
	margin: 0 auto 10px auto;
	padding: 8px 0;
	font-weight: bold;
	font-size: 120%;
	color: #ffffff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.top-river-live-youtube-block {
	width: 760px;
	margin: auto;
	background-color: #ffffff;
	padding: 15px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.top-river-live-left {
	float: left;
	margin-right: 20px;
}
.top-river-live-right {
	float: left;
	background-color: #ffffff;
}
.top-river-live-maintenance {
	width: 370px;
	height: 108px;
	background-color: #dddddd;
	padding-top: 100px;
	text-align: center;
	font-weight: bold;
	font-size: 110%;
	color: #333333;
}
.top-river-live-support {
	padding: 8px;
	width: 198px;
	margin: 10px auto 0 auto;
	text-align: left;
	font-size: 90%;
}

/* 防災 */
#top-important-news {
	width: 1200px;
	min-height: 48px;
	border-top: 3px #ffffff solid;
	border-bottom: 3px #ffffff solid;
	background-color:#f8addb;
	margin-left:auto;
	margin-right:auto;
}
#top-important-news-in {
	width: 640px;
	margin-left:auto;
	margin-right:auto;
}
.top-important-news-left {
	width: 265px;
	margin: 11px 0;
	float: left;
}
.top-important-news-right {
	width: 265px;
	margin: 11px 0;
	float: right;
}


/* ニュース */
#top-news {
	min-height: 460px;
	background-image: url("../images/bg_top_newsback.jpg");
	background-position: 50% 0%;
	background-repeat: no-repeat;
}
#top-news-in {
	width: 960px;
	margin-left:auto;
	margin-right:auto;
}
#top-news-head {
	width: 960px;
	height: 210px;
}
#top-news-head-left {
	width: 180px;
	float: left;
}
#top-news-head-center {
	width: 600px;
	float: left;
}
#top-news-head-right {
	width: 180px;
	float: left;
	position: relative;
}
.top-news-head-title {
	padding-top: 10px;
	margin-left:auto;
	margin-right:auto;
}
.top-news-head-btn {
	position: absolute;
	top: 80px;
	right: 0px;
}
.top-news-head-title-time {
	width: 570px;
	margin-left:auto;
	margin-right:auto;
}
.top-news-head-title-time1 {
	width: 280px;
	margin-right: 10px;
	float: left;
	background-color:#52bedb;
	color: #fff;
	font-weight: bold;
	border-radius: 16px;
  	-webkit-border-radius: 16px;
  	-moz-border-radius: 16px;
}
.top-news-head-title-time2 {
	width: 280px;
	float: left;
	background-color:#52bedb;
	color: #fff;
	font-weight: bold;
	border-radius: 16px;
  	-webkit-border-radius: 16px;
  	-moz-border-radius: 16px;
}
#top-news-data {
	width: 960px;
	height: 250px;
}
.top-news-data-block {
	width: 220px;
	margin: 0 10px 10px 10px;
	background-color:#ffffff;
	border-radius: 10px;
  	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
	float: left;
}
.top-news-data-block-photo {
	margin: 20px 20px 8px 20px;
}
.top-news-data-block-title {
	margin: 4px 20px;
	font-weight: bold;
	text-align: left;
	height: 44px;
}
.top-news-data-block-date {
	margin: 2px 20px 10px 20px;
	text-align: left;
	color: #555555;
	font-size: 90%;
}

/* SNS・Twitter */
#top-sns {
	height: 380px;
	background-image: url("../images/bg_top_snsback.jpg");
	background-position: 50% 0%;
	background-repeat: no-repeat;
}
#top-sns-in {
	width: 880px;
	margin-left:auto;
	margin-right:auto;
}
#top-sns-left {
	width: 420px;
	margin: 40px 40px 40px 0;
	float: left;
}
#top-sns-right {
	width: 420px;
	margin: 40px 0 40px 0;
	float: left;
}
.top-sns-title {
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 5px;
}
.top-sns-contents {
	height: 230px;
	border: 10px solid #93ceff;
	background-color:#93ceff;
	border-radius: 10px;
  	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
}


/* エンターテイメント */
#top-entertainment {
	width: 1200px;
	height: 200px;
	margin-left:auto;
	margin-right:auto;
}
#top-entertainment-in {
	background-color:#ffffff;

}

/* 特設バナー */
#top-specialbanner {
	width: 100%;
	max-width: 1200px;
	margin-left:auto;
	margin-right:auto;
}
#top-specialbanner-in {
	background-color:#ffffff;

}

/* 番組表 */
/*
#top-bangumi {
	min-height: 410px;
	background-image: url("../images/bg_top_bangumiback.jpg");
	background-position: 50% 0%;
	background-repeat: no-repeat;
}
 */
 #top-bangumi {
	width: 1200px;
	margin-left:auto;
	margin-right:auto;
	min-height: 410px;
	background-color:#fffee0;
}
#top-bangumi-in {
	width: 960px;
	margin-left:auto;
	margin-right:auto;
}
#top-bangumi-left {
	width: 470px;
	margin-right: 20px;
	float: left;
	position: relative;
}
#top-bangumi-right {
	width: 470px;
	float: left;
	position: relative;
}
.top-bangumi-title {
	position: absolute;
	top: 30px;
	left: 60px;
}
.top-bangumi-tv-window {
	margin-top: 92px;
	padding: 6px;
	background-color:#a8e7bd;
	border-radius: 10px;
  	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
}
.top-bangumi-tv-window-in {
	height: 210px;
	text-align: left;
	border: 4px solid #76ce93;
	border-radius: 6px;
  	-webkit-border-radius: 6px;
  	-moz-border-radius: 6px;
	overflow:auto;
}
.top-bangumi-radio-window {
	margin-top: 92px;
	padding: 6px;
	background-color:#ffc8db;
	border-radius: 10px;
  	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
}
.top-bangumi-radio-window-in {
	height: 210px;
	text-align: left;
	border: 4px solid #ff98bc;
	border-radius: 6px;
  	-webkit-border-radius: 6px;
  	-moz-border-radius: 6px;
	overflow:auto;
}
.bangumi-table p {
	padding: 6px 10px;
}
.bangumi-table-onair-tv {
	color:#2faf5a;
	font-weight: bold;
	background-color:#dfede3;
}
.bangumi-table-onair-radio {
	color:#f92b52;
	font-weight: bold;
	background-color:#f4e0e3;
}
.top-bangumi-btn {
	margin: 10px auto 30px auto;
}

/* イベント */
#top-event {
	min-height: 620px;
	background-image: url("../images/bg_top_eventback.jpg");
	background-position: 50% 0%;
	background-repeat: no-repeat;
}
#top-event-in {

}
#top-event-head {
	width: 960px;
	height: 110px;
	margin-left:auto;
	margin-right:auto;
}
#top-event-head-left {
	width: 180px;
	float: left;
}
#top-event-head-center {
	width: 600px;
	float: left;
}
#top-event-head-right {
	width: 180px;
	float: left;
	position: relative;
}
.top-event-head-title {
	padding-top: 40px;
	font-size: 32px;
	font-weight: 900;
}
.top-event-head-btn {
	position: absolute;
	top: 28px;
	right: 0px;
}

#top-event-data {
	width: 960px;
	height: 390px;
	margin-left:auto;
	margin-right:auto;
}
.top-event-box {
	width: 280px;
	height: 320px;
	border: 2px solid #cccccc;
	background-color: #ffffff;
	border-radius: 10px;
  	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}
.top-event-img {
	width: 240px;
	height: 240px;
	margin: 16px auto 7px auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.top-event-title {
	width: 240px;
	margin: auto;
	text-align: left;
}
#top-event-banner {
	width: 960px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 10px;
}
.top-event-banner-box {
	width: 300px;
	margin: 0 10px 10px 10px;
	float: left;
}

/* バナー１ */
#top-banner1 {
	width: 1200px;
	min-height: 380px;
	background-color:#ffffff;
	margin-left:auto;
	margin-right:auto;
}
#top-banner1-in {
	width: 960px;
	margin-left:auto;
	margin-right:auto;
}
#top-banner1-top {
	width: 960px;
	padding-top: 30px;
	margin-left:auto;
	margin-right:auto;
}
#top-banner1-bottom {
	width: 960px;
	padding-top: 20px;
	margin-left:auto;
	margin-right:auto;
}
.top-banner1-top-box {
	width: 232px;
	margin: 0px 4px 10px 4px;
	float: left;
}
.top-banner1-bottom-box {
	width: 300px;
	margin: 0px 10px 10px 10px;
	float: left;
}
.top-banner1-caption {
	font-size: 90%;
	text-align: left;
	margin-top: 6px;
}


/* アナウンサー */
#top-announcer {
	height: 500px;
	background-image: url("../images/bg_top_announcerback.jpg");
	background-position: 50% 0%;
	background-repeat: no-repeat;
}
#top-announcer-in {
	width: 960px;
	margin-left:auto;
	margin-right:auto;
}
#top-announcer-head {
	width: 960px;
	height: 100px;
}
#top-announcer-head-left {
	width: 180px;
	float: left;
}
#top-announcer-head-center {
	width: 600px;
	float: left;
}
#top-announcer-head-right {
	width: 180px;
	float: left;
	position: relative;
}
.top-announcer-head-title {
	padding-top: 36px;
	font-size: 32px;
	font-weight: 900;
}
.top-announcer-head-btn {
	position: absolute;
	top: 30px;
	right: 0px;
}
#top-announcer-data {
	width: 960px;
	height: 340px;
}

.top-announcer-block {
	width: 210px;
	min-height: 350px;
	padding-top: 18px;
	margin-left: 15px;
	margin-right: 15px;
	background-color: #ffffff;
	float: left;
	border-radius: 10px;
  	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
}
.top-announcer-block-photo {
	width: 170px;
	height: 219px
	padding-top: 20px;
	margin: 0px auto 10px auto;
	border: 2px solid #dedfde;
}
.top-announcer-block-name {
	width: 170px;
	margin: 0px auto 8px auto;
	background-color: #f2d484;
	border-radius: 10px;
  	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
}
.top-announcer-block-name p {
	color: #715b21;
	font-weight: bold;
	padding: 2px;
}
.top-announcer-block-blog {
	width: 170px;
	font-weight: bold;
	text-align: left;
	margin: 0px auto 2px auto;
}
.top-announcer-block-date {
	width: 170px;
	color: #555555;
	font-size: 90%;
	text-align: left;
	margin: 0px auto 2px auto;
}


/* バナー２ */
#top-banner2 {
	width: 1200px;
	min-height: 380px;
	background-color:#f3f3f3;
	margin-left:auto;
	margin-right:auto;
}
#top-banner2-in {
	width: 960px;
	margin-left:auto;
	margin-right:auto;
}
#top-banner2-left {
	width: 660px;
	float: left;
	margin-top: 30px;
}
#top-banner2-right {
	width: 300px;
	margin-top: 70px;
	float: left;
}
.top-banner2-sponser-title {
	margin-bottom: 23px;
}
.top-banner2-sponser-area {
	width: 612px;
	margin-left:auto;
	margin-right:auto;
}
.top-banner2-sponser {
	width: 180px;
	float: left;
	margin: 0px 12px 12px 12px;
}

/* 速報情報 */
#top-sokuhou {
	margin-left:auto;
	margin-right:auto;
}
#top-sokuhou-in {
	width: 960px;
	margin-left:auto;
	margin-right:auto;
	padding: 20px 0;
}
.top-sokuhou-win {
	margin-left:auto;
	margin-right:auto;
	border: 2px solid #004ea2;
	background-color:#ffffff;
	border-radius: 10px;
  	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
}
.top-sokuhou-win-header {
	font-size: 110%;
	color:#ffffff;
	font-weight: bold;
	background-color:#004ea2;
	padding: 6px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
}
.top-sokuhou-win-data {
	font-size: 110%;
	color:#000000;
	line-height: 1.6em;
	padding: 8px;
}
.red {
	color:#ff0000;
}

/* 災害情報 */
#top-saigai {
	width: 960px;
	margin-left:auto;
	margin-right:auto;
	padding: 20px 0 20px 0;
}
.top-saigai-header {
	background-color:#f45757;
	padding: 15px;
	font-size: 240%;
	color:#ffffff;
	text-align: center;
	font-weight: bold;
}
.top-saigai-window {
	padding: 20px 20px;
	font-size: 110%;
	line-height: 1.6em;
	color:#000000;
	margin-left:auto;
	margin-right:auto;
	border: 2px solid #f45757;
	background-color:#ffffff;
	text-align: left;
}
.top-saigai-h3 {
	margin: 10px 0 4px 0;
	padding: 4px 8px;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.6em;
	color:#ffffff;
	background-color:#2b74c2;
	text-align: left;
}
.top-saigai-text {
	padding: 0 10px;
}
.top-saigai2 {
	margin: 10px auto 20px auto;
	background-color:#ff0000;
	border-radius: 10px;
  	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
	background-image: url("../images/btn_arrow_right_36.png");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 28px;
	text-align: center;
	font-size: 120%;
	color:#ffffff;
	font-weight: bold;
	padding: 8px;
	line-height: 1.6em;
}
.top-saigai2:hover {
	background-color:#ee3333;
}

/* 交通情報 */
#top-koutsu {
	width: 960px;
	margin-left:auto;
	margin-right:auto;
	padding: 20px 0 20px 0;
}
.top-koutsu-header {
	background-color:#58b16a;
	padding: 10px;
	font-size: 120%;
	color:#ffffff;
	text-align: center;
	font-weight: bold;
}
.top-koutsu-window {
	padding: 20px 20px;
	font-size: 110%;
	line-height: 1.6em;
	color:#000000;
	margin-left:auto;
	margin-right:auto;
	border: 2px solid #58b16a;
	background-color:#ffffff;
	text-align: left;
}
.top-koutsu-h3 {
	margin: 10px 0 4px 0;
	padding: 4px 8px;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.6em;
	color:#ffffff;
	background-color:#2b74c2;
	text-align: left;
}
.top-koutsu-text {
	padding: 0 10px;
}
@media screen and (max-width: 1200px) {
	/* 表示領域が1200px以下の場合に適用するスタイル */
	/* 防災 */
	#top-important-news {
		width: 100%;

	}

	/* エンターテイメント */
	#top-entertainment {
		width: auto;
		height: auto;
	}

	#top-entertainment img{
		width: 100%;
		height: auto;
	}

	/* 番組表 */
	#top-bangumi {
		width: auto;
	}

	#top-banner1 {
		width: auto;
	}

	#top-banner2 {
		width: auto;
	}

	.top-event-slider .slick-next {
		margin-right: 0px !important;
		right: -12px !important;
	}

	.top-event-slider .slick-next:before {

		right: 0px !important;

	}

	.top-event-slider .slick-prev {
		left: -12px !important;
		margin-left: 0px !important;
	}

	.top-event-slider .slick-prev:before {

		left: 0px !important;

	}



	.top-event-slider .slick-prev {
		left: -12px !important;
		margin-left: 0px !important;
	}

	.top-event-slider .slick-prev:before, .top-event-slider .slick-next:before {
		/*
		width: 20px !important;
		height: 20px !important;
		margin-top: -13px !important;
		background-size: 100% !important;
		 */

	}

}