div::after,ul::after,dl::after,header::after,
section::after,footer::after,nav::after {
    content: "";
    display: block;
    clear: both;
}
.inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
header .inner {
    height: 100px;
    position: relative;
}
header h1 {
    position: absolute;
    top: 50%;
    margin-top: -32px;
}
@media all and (-ms-high-contrast: none) {
header h1 {
    top: 10%;
}
}
nav.fontSize {
    right: 250px;
}
nav.bgColor {
    right: 0;
}
header nav {
	padding: 10px;
    position: absolute;
    top: 50%;
    margin-top: -22px;
}
header nav ul li {
    float: left;
}
header nav li:first-child {
    border-right: 1px dotted #999;
    padding-right: 10px;
}
header nav ul li+li {
    margin-left: 10px;
}
nav.bgColor li:nth-child(2) {
    background: #fff;
}
nav ul li {
    padding: 5px 10px;
}
nav.bgColor ul li:nth-child(2) {
    border: 1px solid #333;
}
nav.bgColor ul li:nth-child(3) {
    border: 1px solid #333;
    color: #fff;
    background: #333;
}
nav.bgColor ul li:nth-child(4) {
    border: 1px solid #fc0;
    background: #fc0;
}
nav.fontSize ul li:nth-child(n+2) {
    border: 1px solid #333;
}

section.message {
    background: #eee;
    padding: 20px;
    color: #000;
    border: 2px solid #900;
    margin-bottom: 20px;
    text-align: center;
}
section.message h1 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-size: 1.2rem;
	font-weight: bold;
	color: #900;
	border-bottom: 1px solid #333;
}
.areaLeft {
   	width: 600px;
   	float: left;
}
.areaRight {
   	width: 380px;
   	float: right;
}
section.emergencyNews,section.topics {
    border: 1px solid #900;
    margin-bottom: 20px;
    padding: 1%;
}
section.emergencyNews h1, section.topics h1 {
    background: #900;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
}
ul.entryList {
    padding: 10px;
}
ul.entryList li {
    text-indent: 1.0em;
    text-align: justify;
}
ul.entryList.emergency li+li {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #ccc;
}
.iconDelta {
    width: 22px;
    height: 22px;
	box-sizing: border-box;
    display: block;
    transform: scale(var(--ggs,1));
    color: #c40;
    position: absolute;
    left: 10px;
}
.iconDelta::before {
	content: "";
	width: 0;
	height: 10px;
	display: block;
	box-sizing: border-box;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid;
	position: absolute;
	top: 6px;
	left: 9px
} 

section.haven,section.status {
    margin-bottom: 20px;
    padding: 1%;
    border: 1px solid #ccc;
}
.areaRight section small {
    text-align: right;
    display: block;
}
section.haven h1, section.status h1 {
    font-size: 1.2em;
    font-weight: bold;
    background: #360;
    padding: 5px;
    color: #fff;
}
section.haven ul li+li {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px dashed #333;
}
section.haven span.statusLevel {
    float: right;
}
section.haven span.statusLevel.good b {
    color: #069;
}
section.haven span.statusLevel.fiar b {
    color: #690;
}
section.haven span.statusLevel.bad b {
    color: #900;
}
section.haven ul.contentList {
	padding: 5px;
}
table.statusCart {
    margin-top: 10px;
}

table.statusCart th,table.statusCart td {
    padding: .5em;
    vertical-align: middle;
    font-weight: normal;
}
table.statusCart th {
	width: 5em;
}
table.statusCart tr+tr {
    border-top: 1px solid #ccc;
}

table.statusCart tr:nth-child(even) {
    background: #eee;
}
section.entry {
    margin-bottom: 20px;
    padding: 5px;
    border: 2px solid #333;
}
section.entry h1 {
    margin-bottom: 10px;
    border-bottom: 1px solid #333;
    font-size: 1.2rem;
    font-weight: bold;
}
section.entry img {
    max-width: 100%;
    height: initial;
}

footer .contact {
    background: #eee;
    border: 1px solid #333;
    padding: 10px;
    margin-bottom: 20px;
}
footer .contact h2 {
    padding: 10px;
    border-bottom: 1px solid #333;
    border-left: 5px solid #069;
    margin-bottom: 10px;
}
footer .contact ul li {
    list-style: disc;
    list-style-position: inside;
    line-height: 1.8em;
}
footer .contact ul li span {
	padding-left: 10px;
}
footer .contact ul li a {
	padding-left: 30px;
}
footer .contact ul {
    padding: 20px;
}
 .gg-phone {
 box-sizing: border-box;
 position: relative;
 width: 22px;
 height: 22px;
 transform: scale(var(--ggs,1));
 color: #069;
}

.gg-phone::after,
.gg-phone::before {
 content: "";
 display: block;
 box-sizing: border-box;
 position: absolute
}

/*
.gg-phone::after {
 width: 18px;
 height: 18px;
 border-top-left-radius: 1px;
 border-bottom-right-radius: 1px;
 border-bottom-left-radius: 12px;
 border-left: 4px solid;
 border-bottom: 4px solid;
 left: 2px;
 bottom: 2px;
 background:
 linear-gradient(
 to left,
 currentColor 10px,
 transparent 0
 ) no-repeat right 11px/6px 4px,
 linear-gradient(
 to left,
 currentColor 10px,
 transparent 0
 ) no-repeat -1px 0/4px 6px
}

.gg-phone::before {
 width: 20px;
 height: 20px;
 border: 6px double;
 border-top-color: transparent;
 border-bottom-color: transparent;
 border-left-color: transparent;
 border-radius: 50%;
 transform: rotate(-45deg);
 bottom: 2px;
 left: 2px
} 
*/
p.cp {
    float: right;
}

@media screen and (max-width:1024px) {
    .inner {
        width: 96%;
    }
	.areaLeft,.areaRight {
    	float: none;
    	width: 100%;
	}
	header nav ul li+li {
    	margin-left: 0;
    	margin-right: 10px;
	}
}
@media screen and (max-width:600px) {
	header .inner {
    	height: 170px;
	}
	header h1 {
    	position: relative;
	    top: auto;
    	margin: 10px auto;
	    text-align: center;
	}
	header nav {
	    position: relative;
    	right: auto!important;
	    top: auto;
    	margin: auto;
	    float: left;
	}	
	header nav ul li {
    	float: none;
	    display: inline;
	}
	header nav li:first-child {
		border:none;
	    margin-bottom: 10px;
    	padding: 0;
	    display: block;
	}
	footer .contact ul {
		padding: 0;
	}
	footer .contact ul li {
		list-style: none;
	}
	footer .contact ul li+li {
		margin-top: 10px;
	}
	footer .contact ul li span {
		display: block;
	}
	footer p.flogo,footer address,footer p.cp {
		text-align: center;
		float: none;
	}
	footer p.flogo img {
    	width: 150px;
	}
	footer address {
		font-size: .8rem;
	}
}