@charset "utf-8";

h2.heading-02{
	font-size: 120%;
	padding:0.5em!important;
	position: relative;
	border:1px solid #e9ebf2;
	border-bottom:1px solid #b3bfd9;
	border-top:none;
	padding-left: 1.2rem!important;
	background: #ffffff!important; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 50%, #e1e9f6 50%, #e7eff7 92%, #ffffff 98.5%)!important; /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 50%,#e1e9f6 50%,#e7eff7 92%,#ffffff 98.5%)!important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 50%,#e1e9f6 50%,#e7eff7 92%,#ffffff 98.5%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: #b3bfd9 0 2px;
	-webkit-box-shadow: #b3bfd9 0 2px;
	box-shadow: #e7eff7 -1px 2px;
	line-height: 1.2!important;
	color: inherit!important;
}
h2.heading-02:before{
	content:"";
	display:block;
	border:1px solid #012873;
	width: 4px;
	height: 100%;
	background: #003db2;
	position: absolute;
	left: -2px;	
	top: 0;
}
.section-02 {
    margin: 0 0 30px 10px;
}

.section-02 h3.heading-03:after {
    content: "";
    border: solid 1px #8f9ebf;
    background: #b8c5e7;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 30px;
    height: 3px;
    display: block;
}
.section-02 h3.heading-03 {
    font-size: 0.875rem;
    position: relative;
    font-weight: bold;
	border: none;
    border-bottom: solid 2px #ebeffa;
    box-shadow: 0px 1px #d1d9ec, 0px -1px #c8cad6 inset;
    padding: 0.5em;
	background: none;
}
.section-02 h3.heading-03:before{
	content: none;
}

/* トラブルなし */
span#notrouble {
    color: #f45849;
    font-weight: bold;
    text-align: center;
    display: block;
    margin: 35px 0;
}

/* ---------------------------------------
	現在発生中のトラブル
-------------------------------------------*/
.infotableblock{
	margin-top: 20px;
}
div.infotableblock dl.infotable:first-child {
    padding: 15px;
}
dl.infotable {
    background: #e8e8e8;
    padding: 0 15px 15px 15px;
	margin-bottom: 0;
}
dl.infotable dd.noinfo {
    padding: 4em 10px;
    text-align: center;
    font-weight: bold;
}
dl.infotable > dt {
    margin: 0px;
    min-height: 23px;
	background: rgb(247,247,247); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(247,247,247,1) 77%, rgba(232,232,232,1) 98%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(247,247,247,1) 77%,rgba(232,232,232,1) 98%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(247,247,247,1) 77%,rgba(232,232,232,1) 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
    border-top: 1px solid #fff;
    border-right: 1px solid #dadada;
    border-left: 1px solid #dadada;
}
dl.infotable dt div.condition_body {
    padding: 5px 20px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}
dl.infotable dt div.condi_hassei,
dl.infotable dt div.condi_mainte,
dl.infotable dt div.condi_fukkyu{
	display: flex;
    padding: 2px 0 4px;
}
dl.infotable dt div.condi_hassei span,
dl.infotable dt div.condi_mainte span,
dl.infotable dt div.condi_fukkyu span{
	background: #F46654;
    color: #fff;
    border-radius: 15px;
    width: 5em;
    text-align: center;
    padding-top: 2px;
    font-size: 0.8rem;
    height: 23px;
    margin-top: 3px;
	margin-right: 10px;
	display: inline-block;
}
dl.infotable dt div.condi_mainte span{
	background: #F4913B;
    font-size: 0.65rem;
    width: 7em;
    padding-top: 3px;
    letter-spacing: -0.05em;
}
dl.infotable dt div.condi_fukkyu span{
	background: #3175BD;
}
dl.infotable dt .sub_time {
    margin: 0px !important;
    padding: 3px 0 0 0;
    font-size: 110%;
    font-weight: bold;
    letter-spacing: 0.03em;

}
#sokuholist dl.infotable dd {
    overflow: hidden;
    line-height: 100%;
	margin-bottom: 0;
}
dl.infotable > dd {
    background: #fff;
    padding: 10px 20px 5px 20px;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #aeaeae;
    border-left: 1px solid #dadada;
	margin-bottom: 0;
}
#sokuholist dl.infotable dd ul.link-list {
    line-height: 100%;
	padding-left: 15px;
}
#sokuholist dl.infotable dd ul.link-list li {
    float: left;
    margin: 0 40px 10px 0;
    /*white-space: nowrap;*/
}

/* ---------------------------------------
	地域別情報 map-area
-------------------------------------------*/
#map-area{
	position:relative;
}
#map-area ul{
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
	/*position:relative;*/
}

#map-area li{
	float:left;
	position:absolute;
	/*padding:1px;*/
	top:1;
}
#map-area .map-list-1{
	left:0;
}
.map-list-2,.map-list-3,.map-list-4,.map-list-5,.map-list-6,.map-list-7,.map-list-8{
	left:238px;
	z-index:1;
}
.back-btn{
	z-index:2;
	position:absolute;
	top:100px;
	left:20px;
	top/*\**/: 110px\9;
}
#map-area img{
	width: 100%;
	height: 100%;
	border: 1px solid #d1dbe6;
	box-shadow: #e7eff7 0 3px 4px;
}
#map-area .map-list-2 img, #map-area .map-list-3 img, #map-area .map-list-4 img, #map-area .map-list-5 img, #map-area .map-list-6 img, #map-area .map-list-7 img, .map-list-8 img{
	border: 1px solid #e0e3e7;
}
.two-columns {
	display: flex;
}
.two-columns .col-01{
	width: 62%;
	max-width: 238px;
	margin-right: 4%;
}
.two-columns .col-02{
	width: 94%;
}
.two-columns .col-02 dt{
}
.two-columns .col-02 dd{
	word-break: keep-all;
	margin-left: 1em;
}

.two-columns .col-02 .supinfo-list01{
	margin-bottom: 0;
}
.two-columns .col-02 .supinfo-list01 li{
	display: inline-block;
	vertical-align: top;
	margin-bottom: 2px;
}
.two-columns .col-02 .supinfo-list01 li:not(:last-child){
	margin-right: 8px;
	padding-right: 8px;
	border-right: 1px solid #ccc;
}

.list-a{
	margin-left: 10px;
}
.list-a li {
    margin-left: 4%;
	text-indent: -3%;
	line-height: 1.8;
	width: calc(100%/ 3.5);
	display: inline-block;
	word-break: break-all;
	padding-right: 2%;
	vertical-align: top;
}
.list-a a:before{
	content:"\f138";    
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	display: inline-block;
	color: #f17b22;
	margin-right: 5px;
}



@media only screen and (max-width:576px){
	dl.infotable dt div.condi_hassei, 
	dl.infotable dt div.condi_mainte,
	dl.infotable dt div.condi_fukkyu{
		display: block;
	}
	.two-columns .col-01{
		display: none;
	}
	.two-columns .col-02{
		width: 100%;
	}
	.list-a li {
		width: 44%;
	}
} /*@media only screen and (max-width:576px)*/

/* ---------------------------------------
	地域別情報ページ
-------------------------------------------*/
.sub_area dl {
	margin-bottom: 0;
    overflow: hidden;
    position: relative;
}
.sub_area dl dt {
	margin-right: 10px;
	font-weight: normal;
    padding: 0;
    float: left;
}
.sub_area dl dt p {
    margin-bottom: 5px;
    display: block;
}
.sub_area dl dd {
    overflow: hidden;
    min-height: 1.1em;
	margin-bottom: 5px;
	float: left;
}
dl.infotable dd div.sub_area {
    border-bottom: 1px dotted #b2b2b2;
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
}
.sub_area dl dd ul.area_list li {
    float: left;
    margin: 0 5px 5px 0;
    padding: 1px 13px;
    display: block;
    /*white-space: nowrap;*/
    position: relative;
    line-height: 1.4em;
    background: #eceefa;
}
dl.infotable dd p.txt_body, 
dl.infotable dd p.txt_add {
    margin: 0 0 5px 0 !important;
}
.heading-02 span.listimg{
	float: right;
}


/* ---------------------------------------
	(右コンテンツ) 最新のお知らせ 
-------------------------------------------*/
#sub-content{
	width: 270px;
}
#supinfosub{
	border: 1px solid #ccc;
	background: #E8E8E8;
	border-radius: 5px;
	line-height: 1.2;
	padding: 10px;
	width: 270px;
}
#supinfosub01{

}
#supinfosub h2{
	color: #fff;
	border-radius: 5px;
	background: #00ADEF;
	padding: 5px;
	font-size: 0.8rem;
}
#supinfosub p {
    color: #ce0000;
    font-size: 0.75rem;
    padding: 0 10px;
    margin-bottom: 7px;
    text-align: right;
}
#supinfosublink2{	
	border: 1px solid #ccc;	
	border-bottom: none;
	background: #fff;	
}
#supinfosublink2 h3 {
	background: rgb(255,255,255); /* Old browsers */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 49%, rgba(244,244,244,1) 51%, rgba(247,247,247,1) 96%, rgba(255,255,255,1) 98%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 49%,rgba(244,244,244,1) 51%,rgba(247,247,247,1) 96%,rgba(255,255,255,1) 98%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 49%,rgba(244,244,244,1) 51%,rgba(247,247,247,1) 96%,rgba(255,255,255,1) 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    min-height: 1.4em;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 0;
}
#supinfosublink2 h3 span:before{
	content: "";
	display: inline-block;
	background: #00ADEF;
    width: 5px;
    height: 18px;
    margin-right: 7px;
    vertical-align: middle;
	border-radius: 3px;
}
#supinfosublink2 h4{
    display: block;
	margin:0;
	padding:6px 28px 5px 15px;
	line-height: 1.5;
	font-size: 0.875rem;
	border-bottom: 1px solid #ccc;
	cursor:pointer;
}
#supinfosublink2 h4:hover{
	background: #fbfaf3;
}
#supinfosublink2 h4:after{
	content: "\f13a";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: block;
    color: #f17b22;
    text-align: right;
    margin-top: -20px;
	margin-right: -18px;
}
#supinfosublink2 h4.catelose{
	background: #fbfaf3;
}
#supinfosublink2 h4.catelose:after{
	content: "\f139";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
#supinfosublink2 .link-list2{
	margin-bottom: 0;
}
#supinfosublink2 .link-list2 li {
    background: #fbfaf3;
    margin-bottom: 0px;
    padding:6px 10px 5px 15px;
    border-bottom: 1px solid #ccc;
}
#supinfosublink2 .link-list2 li a::before {
    content: "\f061";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline-block;
    color: #f17b22;
    margin-right: 5px;
}

@media only screen and (max-width:768px){
	.contents{
		display: block!important;
	}
	#sub-content,
	#supinfosub{
		width: 100%;
	}
	#supinfosublink2 h4 br:last-child{
		display:none;
	}
} /*@media only screen and (max-width:768px)*/





