﻿#weather > .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#weather > .container:last-of-type {
    padding-bottom: 50px;
}
#weather .column01 > section {
    margin-bottom: 40px;
}
#weather .column01 {
    width: 72%;
    max-width: 900px;
}
#weather .column02 {
	width: 27%;
	min-width: 300px;
	margin-left: 25px;
	position: sticky;
	top: 15px;
}
#weather .column02 > section {
	margin-bottom: 15px;
}


#breadcrumb .container.weather {
	background: #4799FF !important;
}

#weather a:hover {
	opacity: 0.8;
	transition:opacity .3s;
}
#wtrWrap2 h1.ttl {
	background: #fff;
	background: linear-gradient(-45deg,
	#eaf9ff 25%,
	#fff 25%, #fff 50%,
	#eaf9ff 50%, #eaf9ff 75%,
	#fff 75%, #fff);
	background-size: 15px 15px;
	background-attachment: fixed;
	padding: 10px 20px;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #777;
}
#wtrWrap2 .catWrap h2 {
	color: #4799FF;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}

.wtrMain ul li h2 {
	border-bottom: dotted 1px;
}
.wtrMain ul.catWrap{
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.wtrMain ul.catWrap:after{
	content: "";
	clear: both;
	display: block;
}
.wtrMain ul.catWrap.weather > li {
	display: block;
	width: 48%;
	/* float: left; */
	height: 100%;
	margin-right: 2%;
}
.wtrMain ul.catWrap.weather > li:last-child {
	margin-right: 0;
}
.wtrMain ul.catWrap li img, .wtrMain img.single {
	width: 100%;
	margin-bottom: 15px;
}
.wtrMain ul.catWrap > li > img{
	display: none;
}
.wtrMain ul.catWrap li img.show{
	display: block;
}
.wtrMain ul.catWrap.bousai > li,
.wtrMain ul.catWrap.kazan > li {
	width: 100%;
}

.weatherNav{
	position: sticky;
	top: 0;
	z-index: 10;
	background: #fff;
	margin-bottom: 8px;
	width: 100%;
	overflow-x: auto;
}
.weatherNav ul{
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	position: relative;
}
.weatherNav ul li{
	width: 100%;
	margin-right: 1vw;
	cursor: pointer;
}
.weatherNav ul li.current{
	cursor: auto;
}
.weatherNav ul li:last-child{
	margin-right: 0;
}
.weatherNav ul li span{
	text-align: center;
	padding: 2vh 0;
	min-height: 10px;
	border: 1px solid #4799FF;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	color: #4799FF;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3;
	transition: .3s;
	positoin: relative;
	height: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}
.weatherNav ul li span {
	background: #eaf9ff;
}
.weatherNav ul li.current span {
  transform: translateY(0);
	background: #fff;
  opacity: 1;
  z-index: 1;
}
.weatherNav ul .current:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #4799FF;
	z-index: 0;
}

.pinpoint ul:first-of-type img {
	margin-bottom: 0 !important;
}
.pinpoint ul:last-of-type {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0 20px 0;
}
.pinpoint ul:last-of-type li {
    width: 23%;
    text-align: center;
    margin: 1%;
    background: #4799ff;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    padding: 5px;
    box-sizing: border-box;
    transition: .3s;
    border: 1px solid #4799ff;
}
.pinpoint ul:last-of-type li.current {background: #eaf9ff;color: #4799ff;border: 1px solid #4799ff;}
.pinpoint ul:last-of-type li:hover {
    opacity: .8;
}


aside.column02 .cont{
	clear: both;
}

aside.column02 #wtrWrap .link ul.col2,
aside.column02 #wtrWrap .link ul.col1,
{
	margin: 0;
	padding: 0;
	width: 100%;
}
aside.column02 #wtrWrap .link ul.col2:after{
	content: "";
	clear: both;
	display: block;
}
aside.column02 #wtrWrap .link ul.col2 li,
aside.column02 #wtrWrap .link ul.col1 li{
	display: inline-block;
	margin-right: 2%;
	float: left;
	height: 100%;
	text-align: center;
	color: #fff;
	line-height: 3.5;
	margin-bottom: 2%;
	font-weight: bold;
}
aside.column02 #wtrWrap .link ul.col2 li{
	background: #4799FF;
	width: 49%;
}
aside.column02 #wtrWrap .link ul.col2 li:hover{
	opacity: 0.8;
	transition: opacity .3s;
}
aside.column02 #wtrWrap .link ul.col2 li:nth-child(even){
	margin-right: 0px;
}
aside.column02 #wtrWrap .link ul.col1 li{
	background: #ff8b47;
	width: 100%;
}
aside.column02 #wtrWrap .link ul.col2 li a,
aside.column02 #wtrWrap .link ul.col1 li a{
	width: 100%;
	height: 100%;
	display: inline-block;
	color: #fff;
}

/* 防災情報 */
.wtrMain h1.subttl{
	font-size: 18px;
	color: #777;
	font-weight: bold;
	border-left: solid 5px #4799FF;
	border-bottom: solid 1px #4799FF;
	padding-left: 10px;
}
.wtrMain h1.subttl span{
	color: #4799FF;
}
.wtrMain .article{
	padding: 17px;
}
.wtrMain hr{
	border: 0;
	border-top: 1px dotted #777;
}
.box-weathernewstxt {
	border-bottom: 1px dotted #777;
	padding-bottom: 20px;
}

/* 火山 */
div.kazan .article a {
	padding: 0.5em;
}

/* banner */
.banner {
	width: 100%;
	margin: 0 auto;
	padding: 10px 0px;
	margin-top: 20px;
}
.banner ul li {
	width: 100%;
	margin-right: 2%;
	display: inline-block;
	float: left;
	margin: 0px 5px 5px 0;
}
.banner ul li:nth-child(even) {
	margin-right: 0;
}
.banner ul li img {
	/*height: 100%;*/
	width: 100%;
}

/* 下部画像一覧 */
.weatherImg.pc {
	display: block;
}
.weatherImg.sp {
	display: none;
}

.weatherImg {
	margin: 0 auto;
	padding: 0;
}
.weatherImg ul {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	text-align: center;
}
.weatherImg ul li{
	text-align: left;
	display: inline-block;
	margin: 20px;
	width: 30%;
}
.weatherImg ul li img, .weatherImg ul li a{
	width: 100%;
}
.weatherImg ul li h2{
	border-bottom: dotted 1px;
}
@media screen and (min-width:1225px) {
	.weatherImg ul li:nth-child(1), .weatherImg ul li:nth-child(4){
		margin-left: 0px;
	}
	.weatherImg ul li:nth-child(3), .weatherImg ul li:nth-child(6){
		margin-right: 0px;
	}
}
@media screen and (max-width:1224px) {
	.weatherImg ul li{
		display: inline-block;
		text-align: left;
		margin: 1%;
		width: 48%;
	}
	.weatherImg ul li:nth-child(odd){
		margin-left: 0px !important;
	}
	.weatherImg ul li:nth-child(even){
		margin-right: 0px !important;
	}
}

p.fileTime{
	text-align: right;
	color: #000;
}

/* Twitter */
#wtrWrap .twCont {
	background: #eaf9ff;
	padding: 2%;
}
#wtrWrap h3.ttl {
	color: #4799ff;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 8px;
	padding-bottom: 2px;
	border-bottom: 1px dashed #4799ff;
}

.wtrMain h1.subttl.cat02{
	margin-bottom: 10px;
}

/* 注意報 */
#weather table {
    width: 100%;
    margin: 2em 0;
    border: 1px solid #bbb;
    font-size: 14px;
}
#weather table tr {
    border-bottom: 1px solid #ccc;
}
#weather table th,
#weather table td {
    padding: 1em 0.5em;
	  border-right: 1px solid #eee;
    min-width: 8em;
    box-sizing: border-box;
    font-weight: normal;
	  text-align: center;
}
#weather table td:last-child {
  border-right: none;
  text-align: left;
}

#weather table th {
	font-weight: bold;
	background: #eee;
	width: 25%;
}

.wtrMain .guidearea a {
	float: right;
}

span.salert, span.alert,span.warn {
	font-weight: bold;
	padding: 5px;
	margin-right: 1em;
}
span.salert{
	background: rgb(96, 0, 191);
	color: #fff;
}
span.alert{
	background: rgb(255, 51, 51);
	color: #fff;
}
span.warn {
	background: rgb(255, 204, 51);
}


/*--------------------
広告
--------------------*/
aside.column02 #wtrWrap .link ul.col1 , .banner{
    overflow: hidden;/*float解除（高さだし）*/
}
.ad {
	background: linear-gradient(
	-45deg, #F6F6F6 25%, #fff 25%,
	#fff 50%, #F6F6F6 50%,
	#F6F6F6 75%, #fff 75%,
	#fff);
	background-size: 15px 15px;
	background-attachment: fixed;
	padding: 14px 0;
}
#ad3_wrap {
	margin-bottom: 15px;
	text-align: center;
}
#ad4_wrap {
	text-align: center;
}
@media screen and (min-width: 1025px){
#ad1_2_wrap {
	display:flex;
	justify-content: center;
}
#ad1 {
	margin-right: 90px;
}
}
@media screen and (min-width: 967px) and (max-width: 1024px){
#ad1_2_wrap {
	display:flex;
	justify-content: center;
}
#ad1 {
	margin-right: 40px;
}
}
@media screen and (max-width: 967px){
#ad1_2_wrap {
	display:block;
	text-align: center;
}
#ad1 {
	margin-bottom: 15px;
}
}