@charset "utf-8";
/* お知らせ */
#top-mini-info {
	margin-left:auto;
	margin-right:auto;
}

#top-mini-info-head{
	background: #0175bd;
	color: #FFF;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.5em;
	padding: 5px;
	text-align: center;
}

.top-mini-info-block {
	border-bottom: 1px #0175bd dashed;
}

.top-mini-info-block:last-child {
	border-bottom: 0px #0175bd dashed;
}

.top-mini-info-block a , .top-mini-info-block div {
	display: block;
	padding: 8px;
	text-decoration: none;
	color:#01649f;

}

.top-mini-info-block a{
	padding-right: 36px;
	background: url(../images/baseline_navigate_next_black_18dp.png) no-repeat 100% 50%;
	background-color: #ffffff;

}
/* 速報情報 */
.top-sokuhou-win-header {
	background: #004ea2;
	color: #FFF;
	font-weight: bold;
	font-size: 100%;
	padding: 5px;
	text-align: center;
}
.top-sokuhou-info-in {
	font-size: 110%;
	color: #000000;
	padding: 5px;
}

/* 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-head {
	background: #f75785;
	color: #FFF;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.5em;
	padding: 5px;
	text-align: center;

	background: -moz-linear-gradient(top,#FFF, #FFF 25%, #f75785 25%, #f75785 75%, #FFF 75%, #FFF);
	background: -webkit-linear-gradient(top, #FFF, #FFF 25%, #f75785 25%, #f75785 75%, #FFF 75%, #FFF);
	background: linear-gradient(to bottom, #FFF, #FFF 25%, #f75785 25%, #f75785 75%, #FFF 75%, #FFF);
}
#top-live-in {
	min-height: 250px;
	background-image: url("../images/sp_bg_live.png");
	background-position: 50% 0%;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
}
*/

#top-live-youtube {
	padding: 10px 5px 5px 5px;
}
#top-live-right {
	margin-top: 0px;
	padding: 5px;
}
.top-live-comment {
	font-size: 14px;
	line-height: 1.6em;
	margin: 10px 0 5px 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;
/*	padding: 5px;*/
}
.top-live-menublock2 {
	background-color:#eeeeee;
	padding: 5px;
}
.top-live-menublock3 {
	background-color:#9bbaff;
	background-image: url("../images/pic_icon_live_arrow_sp.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-menublock4 {
	background-color:#ffffff;
	padding: 5px;
}
.top-live-menublock-bottom {
	background-color:#ffffff;
	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 {
	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-header {
	background: #2d93e6;
	color: #FFF;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.5em;
	padding: 5px;
	text-align: center;
}
#top-weather-in {
	/*
	background-image: url("../../images/bg_top_weather_back.jpg");
	background-position: 50% 0%;
	background-repeat: no-repeat;
	*/
	background-color: #81cddd;
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 5px;
}
#top-weather-head {
}

#top-weather-head-left {
	width: 50%;
	float: left;
}

#top-weather-head-right {
	width: 50%;
	float: left;
}
.top-weather-head-date {
	background-color: #2d93e6;
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	width: 50%;
	margin: auto;
	text-align: center;
}
.top-weather-head-btn {
	padding: 5px;
	text-align: right;
}
.top-weather-head-form {
	padding: 5px;
}
.top-weather-head-form label {
	position: relative;	/* 選択ボックスの位置指定 */
	display: block;	/* ブロックレベル要素化にする */
	width: 100%;	/* ボックスの高さを指定する */
	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: 100%;	/* ボックスの高さを指定する */
	padding: 8px 23px 8px 7px;	/* ボックス内側の余白を指定する */
	color: #0b7ca5;	/* フォントの色を指定 */
	font-weight: bold;
	border: 2px solid #33a7d1;/* ボックスの境界線を実線で指定する */
	border-radius: 5px;	/* 角丸を指定する */
	background: transparent;/* 背景を透過指定する */
	background-image:url(../images/pic_top_weather_select.png);
	background-repeat:no-repeat;
	background-size: 20px 100%;
	background-position:right center;
	cursor:pointer;
	outline: none;
}
::-ms-expand {	/* select要素のデザインを無効にする（IE用） */
	display: none;
}

#top-weather-area {
	border: 4px solid #cccccc;
	background-color:#cccccc;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	margin: 5px;
}
#top-weather-area table {
	margin-left:auto;
	margin-right:auto;
}
#top-weather-area th {
	font-size: 110%;
}

#top-weather-area table tr:first-child th:first-child {
  border-radius: 6px 0 0 0;
}
#top-weather-area table tr:first-child th:last-child {
  border-radius: 0 6px 0 0;
}
#top-weather-area table tr:last-child td:first-child {
  border-radius: 0 0 0 6px;
}
#top-weather-area table tr:last-child td:last-child {
  border-radius: 0 0 6px 0;
}

.top-weather-area-icon-table{
	width: 100%;
	border-spacing:0px;
}

.top-weather-area-icon-table td{
	width: 50%;
	vertical-align: middle;
	text-align: center;
}

.top-weather-area-icon-table td img{
	width: 100%;
	vertical-align:bottom;
}

.weather-tokubetsu {
	background-color:#6648c0;
	color: #ffffff;
	padding: 3px;
	text-align: center;
}
.weather-keihou {
	background-color:#ff0000;
	color: #ffffff;
	padding: 3px;
	text-align: center;
}
.weather-chui {
	background-color:#ffff00;
	color: #000000;
	padding: 3px;
	text-align: center;
}
.weather-nashi-div {
	padding: 3px;
	text-align: center;
}
.top-weather-kousui {
	padding-top: 5px;
	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-area-table{
	width: 100%;
	border-collapse:separate;
	border-spacing:1px;
	background-color: #cccccc;
}

#top-weather-area-table img{
	border: none;
	vertical-align:bottom
}

#top-weather-area-table a{
	text-decoration: none;
	display: block;
}


#top-weather-area-table td, #top-weather-area-table th{
	width: 50%;
	background-color: #ffffff;
	padding: 5px;
}

#top-weather-area-table th{
	background-color: #d8f8ff;
}

.top-weather-area-camera img{
	width: 100%;
}
.top-weather-btn-alert{
	width: 100%;
	margin: 5px auto;
	text-align: center;
}

/*　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-river-live-title {
	width: 80%;
	color: #005096;
	font-size: 160%;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	margin: 15px auto 10px auto;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.top-river-live {
	padding: 5px;
	text-align: center;
}
.top-river-live-youtube-block {
	background-color: #ffffff;
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.top-river-live-maintenance {
	background-color: #dddddd;
	padding: 25% 0;
	text-align: center;
	font-weight: bold;
	font-size: 110%;
	color: #333333;
}
.top-river-live-support {
	width: 90%;
	background-color: #dddddd;
	padding: 8px;
	margin: 10px auto;
	text-align: center;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

/* 防災 */
#top-important-news {
	border-top: 3px #ffffff solid;
	border-bottom: 3px #ffffff solid;
	background-color:#f8addb;
	margin-left:auto;
	margin-right:auto;
}
#top-important-news-in {
	margin-left:auto;
	margin-right:auto;
}
.top-important-news-left {
	width: 50%;
	float: left;
	text-align: center;
}
.top-important-news-right {
	width: 50%;
	float: right;
	text-align: center;
}

.top-important-news-left a , .top-important-news-right a {
	display: block;
	padding: 10px 5px;

}


.top-important-news-left img , .top-important-news-right img {
	max-width: 265px;
	width: 100%;
}



/* ニュース */
#top-news {
	background-color: #f4f4f4;
	background-image: url("../../images/bg_top_newsback.jpg");
	background-position: 50% 0%;
	background-repeat: no-repeat;
}
#top-news-in {
	margin-left:auto;
	margin-right:auto;
}
#top-news-head {
	padding: 5px;
}


.top-news-head-title img{
	width: 100%;
}
.top-news-head-btn {
	padding: 5px 0px 0px 0px;
	text-align: right;
}

.top-news-head-btn img{
	width: 50%;
	max-width: 150px;
}

.top-news-head-title-time {
	margin-left:auto;
	margin-right:auto;
}
.top-news-head-title-time1 ,.top-news-head-title-time2 {
	width: 49%;
	float:left;
	margin-top: 5px;
}

.top-news-head-title-time1{
	margin-right: 2%;
}

.top-news-head-title-time1 p,.top-news-head-title-time2 p{
	background-color:#52bedb;
	color: #fff;
	font-weight: bold;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 5px 10px;
}



#top-news-data {
}
.top-news-data-block {
	width: 50%;
	float: left;
}

.top-news-data-block a{
	display: block;
	margin: 0px 5px 5px 5px;
	padding: 8px;
	background-color:#ffffff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-decoration: none;
}

.top-news-data-block-photo img{
	width: 100%;
}
.top-news-data-block-title {
	margin: 4px 0px;
	font-weight: bold;
	text-align: left;
	min-height: 40px;
}
.top-news-data-block-date {
	margin: 2px 0px 10px 0px;
	text-align: left;
	color: #555555;
	font-size: 90%;
}




/* SNS・Twitter */
#top-sns {
	background-image: url("../../images/bg_top_snsback.jpg");
	background-position: 50% 0%;
}
#top-sns-in {
	padding: 10px 5px 5px 5px;
	margin-left:auto;
	margin-right:auto;
}
#top-sns-left {
	margin: 0px 0px 10px 0;
}
#top-sns-right {
	margin: 0px 0px 5px 0;
}
.top-sns-title {
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 5px;
}

.top-sns-contents {
	border: 6px solid #93ceff;
	background-color:#93ceff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	overflow: hidden;
}



/* 番組表 */
#top-bangumi {
	/*
	background-image: url("../../images/bg_top_bangumiback.jpg");
	background-position: 50% 0%;
	background-size: auto 100%;
	background-repeat: no-repeat;
	*/
	background-color: #fffee0;
}
#top-bangumi-in {
	padding: 5px;
	margin-left:auto;
	margin-right:auto;
}
#top-bangumi-left {
	position: relative;
}
#top-bangumi-right {
	position: relative;
}
.top-bangumi-title {
	text-align: center;
}

.top-bangumi-title img{
	width: 80%;
	max-width: 350px;
}

.top-bangumi-tv-window {
	padding: 6px;
	background-color:#a8e7bd;
	border-radius: 10px;
  	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
}
.top-bangumi-tv-window-in {
	height: 150px;
	text-align: left;
	border: 4px solid #76ce93;
	border-radius: 6px;
  	-webkit-border-radius: 6px;
  	-moz-border-radius: 6px;
	overflow:auto;
}
.top-bangumi-radio-window {
	padding: 6px;
	background-color:#ffc8db;
	border-radius: 10px;
  	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
}
.top-bangumi-radio-window-in {
	height: 150px;
	text-align: left;
	border: 4px solid #ff98bc;
	border-radius: 6px;
  	-webkit-border-radius: 6px;
  	-moz-border-radius: 6px;
	overflow:auto;
}

.bangumi-table {
	width: 100%;
	border: none;
	border-collapse:separate;
	border-spacing:1px;
	background-color: #bbbbbb;
}

.bangumi-table td{
	background-color: #FFF;
}

.bangumi-table td img{
	vertical-align: middle;
}


.bangumi-table p {
	padding: 5px 5px;
}
.bangumi-table-onair-tv td{
	color:#2faf5a;
	font-weight: bold;
	background-color: #dfede3 !important;
}
.bangumi-table-onair-radio td{
	color:#f92b52;
	font-weight: bold;
	background-color:#f4e0e3 !important;
}
.top-bangumi-btn {
	text-align: center;
	margin: 10px auto 5px auto;
}

.top-bangumi-btn img{
	width: 50%;
	max-width: 188px;
}


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

}

#top-event-head {
	margin-left:auto;
	margin-right:auto;
}
#top-event-head-left {

}
#top-event-head-center {

}
#top-event-head-right {

}
.top-event-head-title {
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.5em;
	padding: 5px;
	text-align: center;
}
.top-event-head-btn {
	text-align: right;
	padding: 0px 5px;
}

.top-event-head-btn img{
	width: 50%;
	max-width: 150px;
}

#top-event-data {
	margin-left:auto;
	margin-right:auto;
}

.top-event-item{
	padding: 10px;
}
.top-event-box {
	width: 95%;
	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 {
	padding: 10px;
	text-align: center;
	justify-content: center;
	align-items: center;
}

.top-event-img img{
	max-width: 240px;
	max-height: 200px;
	margin: auto;
}

.top-event-title {
	text-align: left;
	padding: 0px 10px 10px 10px;
}
#top-event-banner {
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 10px;
}
.top-event-banner-box {
	text-align: center;
}
.top-event-banner-box img{
	width: 95%;
	margin: auto;
}



/* バナー１ */
#top-banner1 {
	background-color:#ffffff;
	margin-left:auto;
	margin-right:auto;
}
#top-banner1-in {

	margin-left:auto;
	margin-right:auto;
}
#top-banner1-top {
	margin-left:auto;
	margin-right:auto;
}
#top-banner1-bottom {
	margin-top: 5px;
	margin-left:auto;
	margin-right:auto;
}
.top-banner1-top-box {
	text-align: center;
}
.top-banner1-top-box img{
	width: 95%;
	margin: auto;
}
.top-banner1-bottom-box {
	text-align: center;
}
.top-banner1-bottom-box img{
	width: 95%;
	margin: auto;
}
.top-banner1-caption {
	padding: 0px 5px 5px 5px;
	font-size: 90%;
	text-align: left;
	margin-top: 6px;
}


/* アナウンサー */
#top-announcer {
	background-image: url("../../images/bg_top_announcerback.jpg");
	background-position: 50% 0%;
	background-size: auto 100%;
}
#top-announcer-in {
	margin-left:auto;
	margin-right:auto;
}
#top-announcer-head {
}
#top-announcer-head-left {
}
#top-announcer-head-center {
}
#top-announcer-head-right {
}
.top-announcer-head-title {
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.5em;
	padding: 5px;
	text-align: center;
}
.top-announcer-head-btn {
	padding: 0px 5px;
	text-align: right;
}

.top-announcer-head-btn img{
	width: 50%;
	max-width: 150px;
}

#top-announcer-data {
	padding: 5px;
}

.top-announcer-block {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 5px;
	padding: 5px 36px 5px 5px ;
	display: block;
	text-decoration: none;
	background: url(../images/baseline_navigate_next_black_18dp.png) no-repeat 100% 50%;
	background-color: #ffffff;

}
.top-announcer-block-photo {

	float: left;
	width: 25%;
}

.top-announcer-block-photo-border{
	margin-right: 5px;
	border: 2px solid #dedfde;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	overflow: hidden;
}

.top-announcer-block-photo img{
	width: 100%;

}

.top-announcer-block-data {
	float: left;
	width: 75%;
	text-align: left;
}

.top-announcer-block-name {
	margin-bottom: 5px;
}
.top-announcer-block-name p {
	background-color: #f2d484;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color: #715b21;
	font-weight: bold;
	padding: 3px 10px;
}
.top-announcer-block-blog {
	font-weight: bold;
	text-align: left;
	margin-bottom: 5px;
}
.top-announcer-block-date {
	color: #555555;
	font-size: 90%;
	text-align: left;
}


/* バナー２ */
#top-banner2 {
	padding-top: 5px;
	background-color:#f3f3f3;
	margin-left:auto;
	margin-right:auto;
}
#top-banner2-in {
	margin-left:auto;
	margin-right:auto;
}
#top-banner2-left {

}
#top-banner2-right {
	padding: 5px;
	text-align: center;
}

#top-banner2-right img{
	width: 100%;
}

.top-banner2-sponser-title {
	text-align: center;
	margin-bottom: 10px;
}
.top-banner2-sponser-title img{
	width: 100%;
	max-width: 660px;
}
.top-banner2-sponser-area {
	margin-left:auto;
	margin-right:auto;
}
.top-banner2-sponser {
	width: 50%;
	float: left;
}

.top-banner2-sponser div{
	padding: 5px;
}

.top-banner2-sponser a{
	display: block;
}

.top-banner2-sponser img{
	width: 100%;
}
/* 災害情報 */
#top-saigai {
	margin-left:auto;
	margin-right:auto;
	padding: 5px;
}
.top-saigai-header {
	background-color:#f45757;
	padding: 10px;
	font-size: 200%;
	color:#ffffff;
	text-align: center;
	font-weight: bold;
}
.top-saigai-window {
	padding: 10px;
	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;
}
.text-big2 {
	font-size: 130%;
	font-weight: bold;
}
/* 交通情報 */
#top-koutsu {
	margin-left:auto;
	margin-right:auto;
	padding: 5px;
}
.top-koutsu-header {
	background-color:#58b16a;
	padding: 10px;
	font-size: 120%;
	color:#ffffff;
	text-align: center;
	font-weight: bold;
}
.top-koutsu-window {
	padding: 10px
	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;
}

/* 災害情報ページリンク */
.disaster-link-btn {
	display: none;
	border: 2px solid #4269b6;
	background-color: #ffffff;
	font-weight: bold;
	text-align: center;
	font-size: 120%;
	margin: 8px;
	border-radius: 10px;
}
.disaster-link-btn a {
	padding: 8px;
	display: block;
	text-decoration: none;
	color: #4269b6;
}
.disaster-link-btn:hover {
	background-color: #4269b6;
	color: #ffffff;
}
.disaster-link-btn a:link {
	color: #4269b6;
}
.disaster-link-btn a:visited {
	color: #4269b6;
}
.disaster-link-btn a:hover {
	color: #ffffff;
}
.disaster-link-btn a:active {
	color: #ffffff;
}