@charset "UTF-8";
/****************************************************
* TOP 03トップスタイル *
*****************************************************/


/*スライド****************************************/
#topSlide{

	width:960px;
	margin-bottom:15px;
	font-size: 130%;

	padding:0;
	display:block;
	overflow:hidden;
}

#topSlide #slideBox{
	height:300px;
	width:960px;
}


@media print{
/*印刷時*/
	#topSlide{
		margin:0;
		width:745px;
		height:232px;
	}

}

#topSlide .camera_effected{
	top:auto;
	bottom:0;
	text-align: right;
}

#topSlide .tSlideCaption{
	vertical-align: bottom;
	margin:20px 10px;
}
#topSlide .tSlideMsg{
	font-size: 90%;
	display: inline-block;
	vertical-align: bottom;
	margin: 10px;
	padding:5px;
	text-align: right;
	color:#000;
	background:#fff;
	background:rgba(255,255,255,0.8);
	/*角丸*/
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


/*コンテンツ部********************************************************/
/*配置補正*/
#homePage #main{
	border:none;
	background:none;
}
#homePage #mainText{
	padding: 0px;
	width:530px;
	float:left;
	padding-right:0;
}

#homePage #contentHead h2{
	margin:0;
	padding:0;
	border:none !important;
}

.topBox,
#mainText .topBox{
	margin-bottom: 10px;
	overflow: hidden;
	clear: both;
	border:1px solid #CCC;
}
.topBox h3,
#mainText .topBox h3{
	margin:0 0 10px;
	padding:10px 20px;
	border-width:0 0 1px;
	border-bottom-color:#CCC;
}

/*keyword*/
#KeyWord ul{
	display: block;
	margin:10px;
	padding:0;
}
#KeyWord ul li{
	display: inline;
	list-style-type:none;
}

#KeyWord li a{
	display: inline-block;
	margin:3px;
	padding:3px 10px;
	color:#FFF;
	background:#039;
	border: 1px solid #009;
	/*角丸*/
	-webkit-border-radius: 12px;
	border-radius:  12px;
	text-shadow:0  1px  0  #333;
}
#KeyWord li a:hover,
#KeyWord li a:focus,
#KeyWord li a:active {
	color: #0c18cd;
	background-color: #FFF;
}


#topSearch{
}
#topSearch h3{
	padding-left:50px  !important;
	background-image: url(/nmudtq0000000fog/search_bg.png);
	background-position: 10px center;
	background-repeat:no-repeat;
}

#topSearch table{
	margin: 0;
}
#topSearch td{
	border: none;
}
#topSearch .gsc-input-box{
	padding:3px 0;
}

#topSearch p{
	padding-top:10px;
	margin:10px;
}
#topSearch .searchWrap{
	float:right;
	display:block;
	width:300px;
}


#blogTopics{
}

#blogTopics .entry{
	display:block;
	padding:0 2px;
	margin:-10px 0 -1px;
	list-style-type:none;
	overflow:hidden;
}
#blogTopics .entry li{
	overflow: hidden;
	padding: 0;	
	border-bottom: 1px dotted #CCC;
}
#blogTopics .entry a{
	display:block;
	padding:3px 0;
	overflow:hidden;
}
#blogTopics .thumb{
	display: table-cell;
	vertical-align: top;
	width:100px;
	height:68px;
	line-height:68px;
	overflow:hidden;
	text-align: center;
	padding:5px;
}
#blogTopics .thumb img{
	margin:0;
	padding:0;
	vertical-align:middle;
	max-width:100%;
	max-height: 68px;
}
#blogTopics .msg{
	display: table-cell;
	vertical-align: top;
	padding-left:5px;
}


#blogTopics li time{
	display: inline-block;
}
#blogTopics li  h4,
#blogTopics li  p{
	font-size:100%;
	padding:0;
	margin:0;
	border:none;
	background:none;
}

#blogTopics .entry  h4{
	margin:5px 0;
}

#blogTopics .entry p{
	font-weight:normal;
}




#supporterBox{
	margin-top:20px;
	padding:0 !important;
	overflow: visible !important;
}
#supporterBox h3{
	position:relative;
	padding-left: 55px !important;
}
#supporterBox h3 img{
	position: absolute;
	top:-15px;
	left:10px;
}
#supporterList  ul {
	padding-left: 14px;
}
#supporterList  ul  li {
	margin: 5px;
}
#supporterList p{
	font-size:90%;
}
#supporterBox footer{
	border-top:dotted 1px #ccc;
	text-align:right;
	padding:5px 10px;
}
#supporterBox footer ul{
	display:inline;
	margin: 0;
	padding:0;
}
#supporterBox footer ul li{
	display:inline-block;
}
#supporterBox footer ul a{
	padding-left:15px;
	font-weight: normal;
	display:inline-block;
}
#supporterBox footer ul .icon{
	margin-left:-13px;
	width:13px;
	height:14px;
	background-position:-96px -346px;/*.arrow1*/
}

/*2020.04追加*/
#InfoBanner{
	overflow: hidden;
	clear:both;
}
ul.bannerL{
	margin: 0;
	padding:0;
	list-style-type:none;
}
.bannerL li{
	display:block;
	text-align: center;
	margin: 0 auto 10px ;
}
.bannerL li.bnr a{
	display:inline-block;
	background-color: transparent;
}
.bannerL li.bnr a img{
	max-width:100%;
	width:auto;
	height:auto;
}
.bannerL li.bnr a:hover img,
.bannerL li.bnr a:focus img,
.bannerL li.bnr a:active img{
	opacity:0.90;
}



/*ローカルナビ********************/
#localNavi {
	width:200px;
	float:right;
	text-align:left;
}
/*天気*/
#sWeather{
	background-color: transparent;
	margin-bottom: 15px;
}
#sWeather .aw-widget-current-inner h3{
	color: #000;
}
/*夜*/
#sWeather .bg-cl h3,
#sWeather .bg-s h3{
	color: #FFF !important;
}


/*防災無線*/
#sEmInfo{
}
#sEmInfo .txt a{
	padding-left:25px;
}
#sEmInfo .txt .icon{
	margin-left:-23px;
	width:23px;
	height:20px;
}
#sEmInfo ul.btn{
	border-top:1px dotted #CCC;
}
#sEmInfo ul.btn li{
	border-top:none;
	padding: 3px;
}
#sEmInfo ul.btn li a{
	border:1px solid #D30A00;
	/*角丸*/
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
/*ピックアップ*/
#pickup li{
	font-weight:normal;
	border:5px solid #CCC;
}
#pickup li+li{
	margin-bottom:-5px;
}
#pickup li a{
	padding:5px;
	border:none;
}
#pickup a h4{
	margin: 0;
}
#pickup a h4.txt{
	padding:5px;
}
#pickup li p{
	margin:5px 0 0;
}
#pickup li.btn a{
	font-weight: normal;
}

#pickup li.txt a{
	padding-left:18px;
}
#pickup li.txt .icon{
	margin-left:-15px;
	width:15px;
	height:15px;
}
#pickup #accessMapBox {
	margin-bottom:5px;
	border:5px solid #CCC;
}
#pickup #accessMapBox a{
	margin:0px;
}
#pickup #accessMapBox h4{
	margin:0px -5px 0;
}
#accessMapBox dl{
	margin:5px 0px;
}
#accessMapBox dt{
	padding-left:18px;
}
#accessMapBox dt .icon {
	margin-left:-18px;
	width:18px;
	height:16px;
}
#accessMapBox dd{
	padding-left:2px;
	margin:5px 0;
	font-weight: normal;
	font-size:85%;
}

/*人口*/
#Population {

	width: auto;

	padding:0;
}

#Population p{
	font-size:80%;
	margin:5px 10px;
}
#Population dl{
	padding: 0 10px;
}

#Population dt{
	display: block;
	clear:left;
	float:left;
	width:20px;
	height:0px;
	padding-top:20px;
	background-image: url(/WSR/icons.png);
	overflow: hidden;
}
#poIcon1{
	background-position:-50px -251px; /*.po1*/
}
#poIcon2{
	background-position:-85px -251px; /*.po2*/
}
#Population dd{
	margin-left:30px;
	word-break: break-all;
}
#Population dd ul{
	padding:0;
}
#Population dd li{
	border:none;
}
#Population dd small{

	display: block;
	padding-left: 3em;

}

#Population footer{
	border-top:dotted 1px #ccc;
	text-align:right;
}
#Population footer a{
	padding-left:15px;
	display:inline-block;
	font-weight: normal;
}
#Population footer .icon{
	margin-left:-13px;
	width:13px;
	height:14px;
	background-position:-96px -346px;/*.arrow1*/
}

/*YouTube*/
#mainText #movieBox{
	margin: 20px 0 40px;
	padding: 0 5px;
}
#movieBox a{
	display: block;
	border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	transition: .3s;
}
#movieBox a:hover,
#movieBox a:focus,
#movieBox a:active{
	filter: brightness(1.1);
	box-shadow: 0 2px 2px rgba(0,0,0,0.3);
}
#movieBox h3{
	background-color: transparent;
	border: none;
	text-align: center;
}
#movieBox #mIcon{
	height: 0;
	width: 184px;
	padding-top: 54px;
	overflow: hidden;
	vertical-align: bottom;

	display: inline-block;
	margin-right: 10px;

}

#movieBox #mThum{
	float: left;
}
#movieBox #mTxt{
	float: right;
	width: 280px;
}

#movieBox #mThum>img{
	max-width: 210px;
	height: auto;
}
#movieBox p{
	line-height: 1.8;
	margin: 10px 0 0 0;
}
#movieBox #mTxt h4{
	margin: 0;
	padding: 0;
	border: none;
}
#movieBox #mTxt h4::after{
	content: "";
	display: inline-block;
	background-image: url("/nmudtq0000000fog/arrow.png");
	width: 16px;
	height: 16px;
	margin-left: 5px;
	vertical-align: bottom;
	margin-bottom: 5px;
}
#movieBox #mTxt p{
	font-weight: normal;
	margin-top: 0.5em;
}
#movieBox #mTxt p::before{
	content: "";
	display: block;
	height: 3px;
	width: 4.5em;
	background-color: #d30a00;
	margin:0 0 .8em;
}
#feedBox{
	padding: 20px 10px;
	border-radius: 5px;
}
#feedBox::after{
	content: "";
	display: block;
	clear: both;
}