

@charset "UTF-8";

html {

}

body {
	min-width: 990px;
}

h1 {
	float: left;
	line-height: 1.2em;
	padding: 10px;
	font-style: normal;
	flex: 1;
}

h2 {
	font-size: 110%;
}

hr {
	margin: 5px 15px 5px -5px;
}

a:hover {
	color: #F14401;
}

a img {
	display: inline-block;
	vertical-align: bottom;
}

#noscript {
	width: 990px;
	margin: 10px auto;
	color: black;
}


.pcitem {
	display: block;
	speak: normal;
}

.spitem {
	display: none !important;
	speak: none !important;
}


.box {
	margin: 10px 0;
	border-width: 2px;
	border-style: solid;
}

.boxtitle {
	margin: 0px;
	padding-top: 3px;
	padding-left: 10px;
}

.box > div > ul {
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	list-style: none;
}


.font-small {
	font-size: 80% !important;
	margin-bottom: 3px;
}

.font-middle {
	font-size: 100% !important;
}

.font-large {
	font-size: 140% !important;
}


.font-small.outlink {
	width: 9px;
	height: 9px;
}

.font-middle.outlink {
	width: 12px;
	height: 12px;
}

.font-large.outlink {
	width: 16px;
	height: 16px;
	padding-bottom: 3px;
}


#wrapper {
	width: 990px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}


#header {
	margin: 0 auto;
	height: auto;
	width: 100%;
	display: flex;
	align-items: center;
}

#header-background {
	height: 74px;
	margin-bottom: -74px;
}


.headeritem {
	padding-top: 10px;
	margin: 0 0 auto auto;
}

.headeritem p {
	display: inline-block;
	margin: 2px 0 0 0;
}

#header_content {
	text-align: right;
	display: inline-flex;
	flex-direction: column;
}

#header_content div {
	display: inline-block;
	min-height: 0%;
}

#header_content p {
	margin: 0;
}

#header_content > span, #header_content > div {
	display: block;
}

.theme-box {
	float: right;
}

.theme-box > span, .theme-box > div {
	float: left;
	padding-left: 10px;
}

.headerlist {
	display: inline-flex;
	margin: 0;
	padding-left: 0px !important;
	margin-bottom: 5px;
}

.headerlist li {
	display: inline-block;
	list-style: none;
	height: 26px;
	line-height: 26px;
	vertical-align:  bottom;
	margin-left: 3px;
}

.headerlist li span {
	display: inline-block;
	cursor: pointer;
	padding: 0 4.5px 0 5.5px;
	border-width: 1px;
	border-style: solid;
	text-align: center;
	height: 24px;
}

.headerlist li a {
	text-decoration: none;
}

.fontsize-small, .fontsize-middle, .fontsize-large {
	width: 18px;
}

.fontsize-small {
	font-size: 80%;
}

.fontsize-large {
	font-size: 140%;
	overflow: hidden;
}

.language {
	display: inline-block;
}

.language > .headerlist span {
	padding: 0 7.5px 0 8.5px;
}


.headerlist > li:hover span {
	background: #083999 !important;
}


.headerlist > li:hover span {
	color: white;
}


#main {
	width: 100%;
	height: 100%;
}


#center {
	width: 670px;
	float: left;
	height: 100%;
	margin-right: 10px;
}


#notice-area > div ul {
	max-height: 100px;
	margin-bottom: 0px;
	margin-bottom: 0px;
}

#notice-area > div {
	overflow-y: auto;
}

#notice-list:last-child:after {
	content: '';
	display: block;
	height: 10px;
}

.listspace {
	margin-right: 10px;
	background-color: #d3e7c3;
	padding: 1px 3px;
	color: #003F97;
}

#facebook-area  {
	margin: 10px 0;
	
}


.simple-button {
	text-decoration: none;
	height: inherit;
}

.simple-button > .button-content {
	border: solid 2px #0172C0;
	color: white;
	background-color: #0172C0;
	height: 100%;
	text-align: left;
	line-height: 22px;
	display: table;
	padding: 0 1% 0 3%;
}

.simple-button > .button-content > * {
	display: table-cell;
	height: inherit;
	vertical-align: middle;
}

.simple-button > .button-content:hover {
	background-color: #003F97;
	border-color: #003F97;
	color:white;
}

.simple-button .icon-box {
	height: inherit;
	width: 16%;
	padding: 5px;
}

.simple-button .button-text {
	padding: 5px 0;
	height: inherit;
	width: 76.5%;
	padding-left: 5px;
}

.simple-button .icon-box > img {
	width: 100%;
	height: auto;
	max-height: inherit;
}

.simple-button > .button-content:hover .icon-default {
	display: none;
}

.simple-button > .button-content:hover .icon-changed {
	display: inline-block;
}

.simple-button .arrow-box {
	width: 3.5%;
	height: inherit;
	text-align: right;
}

.simple-button .arrow-box > img {
	width: 100%;
	height: auto;
}

#facebook-button {
	width: 100%;
}

#facebook-button .button-content {
	background: linear-gradient(180deg, #4e69a2, #3b5998);
	border: none;
	border-radius: 3px;
	margin:0;
	padding:0;
	height: 40px;
}

#facebook-button .button-content:hover {
	background: linear-gradient(180deg, #3e5992, #2b4988);
}

#facebook-button .button-text {
	width: 80%;
}

#facebook-button .icon-box {
	width: 9%;
}

#facebook-button .arrow-box {
	width: 2%;
}

#saigai-archive {
	margin: 10px 0;

}

#saigai-archive .simple-button {
	width: calc(100% - 10px);
}

#saigai-archive .button-content {
	padding: 0;
	height: 40px;
}

#saigai-archive .button-text {
	width: 80%;
}

#saigai-archive .button-content > .icon-default.icon-left,
#saigai-archive .button-content > .icon-changed.icon-left {
	margin-right: 2px;
}

#gifu-homepage {
	margin: 10px 0;
}

#gifu-homepage .simple-button {
	width: calc(100% - 10px);
}

#gifu-homepage .button-content {
	width: 100%;
	border-radius: 3px;
	text-align: center;
	border: none;
	margin:0;
	padding:0;
	font-weight: bold;
	font-size: 110%;
	line-height: 26px;
	height: 70px;
	background: linear-gradient(90deg, #014199, #1eb2ee);
	text-shadow: 0 0 3px #014199;
}

#gifu-homepage .button-content:hover {
	background: linear-gradient(90deg, #043982, #0F7DAA);
}

#gifu-homepage .arrow-box {
	padding-right: 5px;
	width: 5%;
}


#evacuatebutton-area {
	margin: 10px 0;
	display: flex;
}

#evacuatebutton-area > .simple-button {
	float: left;
	width: calc(50% - 10px);
	margin-bottom: 5px;
}

#advisorylink-button > .button-content {
	border: solid 2px #ee1e1e;
	color: #ee1e1e;
	background-color: white;
	font-size: 120%;
}

#advisorylink-button > .button-content:hover {
	background-color: #ee1e1e;
	color:white;
}

#advisorylink-button > a:link :not(button) {
	color: #ee1e1e;
}

#advisorylink-button > a:link :not(button):hover {
	color: white;
}

#advisorylink-button > .button-content:hover {
	background-color: #ee1e1e;
	color:white;
}


#shelterlink-button > .button-content {
	border: solid 2px #0172C0;
	color: #0172C0;
	background-color: white;
}

#shelterlink-button > .button-content:hover {
	background-color: #0172C0;
	color:white;
}

#advisorylink-button {
	margin-right: 10px;
}

#shelterlink-button {
	margin-left: 10px;
}


#map-area {
	clear: both;
}


.item-name {
	display: inline-block;
	float: left;
}


#warnlist-link {
	display: inline-block;
	float: right;
	margin: 5px 5px 5px 0;
}

#warnlist-link > a {
	width: 100%;
}

#warnlist-link > a:hover {
	color: #970000;
}


.city-select {
	margin: 0px;
	padding: 0px !important;
	width: 100%;
	line-height: 0px;
	clear: both;
}

.city-select > li {
	width: 25%;
	display: inline-block;
	list-style-type: none;
	position: relative;
	text-align: center;
	line-height: 30px;
}

.city-select a, .city-select label {
	line-height: 30px;
	display: block;
	text-decoration-line: none;
}

.city-select ul {
	display: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
}

.city-select.width-extend ul {
	width: 150%;
}

.city-select > li:hover ul {
	display: block;
}

.city-select ul li {
	display: inline-block;
	list-style-type: none;
	position: relative;
	text-align: center;
	line-height: 30px;
	width: 100%;
}

.city-select ul li a {
	line-height: 30px;
	padding-left: 10px;
	font-weight: normal;
	text-align: left;
	text-decoration-line: underline;
}


#reloadbtn {
	padding: 5px 2px 0 0;
	float: right;
}


#warnmap {
	display: inline-block;
	width: auto;
	height: auto;
	margin: 5px 5px 5px 5px;
}

#map-area {
	text-align: center;
}

#map-area .item-name {
	padding-left: 10px;
	text-align: center;
}


#syutten {
	width: 100%;
	
	text-align: right !important;
	margin-bottom: 5px;
}

.item-name {
	margin: 5px 0;
	text-align: left !important;
}

#warning-level, #warning-info {
	border-collapse: collapse;
	margin: 5px;
	margin-top: 10px;
	table-layout: fixed;
	word-wrap: break-word;
	overflow-wrap: break-word;
	width: calc(100% - 15px);
}

#warning-level td {
	border: 1px solid black;
	padding-left: 5px;
	vertical-align: middle;
}

#warning-info td {
	border: 1px solid #bfbfbf;
	text-align: center;
	vertical-align: middle;
}


#warning-level th {
	border: 1px solid black;
	text-align: center;
	vertical-align: middle;
}

#warning-info th {
	border: none;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}


#warning-level td p {
	margin: 0;
	display: flex;
}

.warn-color:before {
	content: '';
	border: 1px solid black;
	height: 10px;
	width:  10px;
	display: inline-block;
	margin: auto 5px auto 5px;
	flex-shrink: 0;
}

tr[id^="warnlevel-"] {
	height: 3.5em;
}

#warnlevel-5 {
	background-color: #0C000C;
	color: white;
}

#warnlevel-4 {
	background-color: #AA00AA;
	color: white;
	font-weight: bold;
}

#warnlevel-3 {
	background-color: #FF2800;
	color: white;
	font-weight: bold;
}

#warnlevel-2 {
	background-color: #F2E700;
	color: black;
}

#warnlevel-1  {
	background-color: #FFFFFF;
	color: black;
}

td.level4-warning {
	text-align: center!important;
	color: #AA00AA;
	font-weight: bold;
	padding: 10px 0!important;
}

td.level4-warning > div {
    background-image: linear-gradient(135deg,transparent 40%,#AA00AA 50%,transparent 60%), linear-gradient(225deg,transparent 40%,#AA00AA 50%,transparent 60%);
    background-size: 18px 9px;
    background-position: 0px 60%,9px 60%;
    background-repeat: repeat-x;
}

#warning-level tr:nth-child(1){
	background-color: #E8F7FD;
	color: #003d78;
}

#guideline-link {
	text-align: left;
	padding-left: 15px;
}

#guideline-link:before {
	content: "　";
	margin: 0 3px 4px 3px;
	background: url("./arrow.gif");
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	display: inline-block;
	height: 10px;
	width: 10px;
}


#right {
	width: 290px;
	float: left;
	height: 100%;
	margin-left: 10px;
}


.linklist {
	padding: 0 5px;
	list-style: none;
	margin: 0.8em 0;
}

.linklist > li:after {
	content: "";
	display: inline-block;
	margin-top: 0.8em;
}

.linklist > li {
	line-height: 1.5em;
	margin: 1em 0;
	text-indent: -1.1rem;
	padding-left: 1.1rem;
	margin: 0.8em 0 0 0;
	width: calc(100% - 1em);
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.linklist > li:before {
	content: '・';
	font-size: 1rem !important;
}

.arrowlist > li:before {
	content: "　";
	margin: 0 3px;
	background: url("./arrow.gif");
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	display: inline-block;
	height: 10px;
	width: 10px;
}


.outlink {
	width: 12px;
	height: 12px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: 3px;
	margin-bottom: 5px;
}

#link-area {
	text-align: center;
}

#banner {
	width: 234px;
	height: 60px;
	display: block;
	margin: 10px auto;
}

#banner > img {
	height: 60px;
	width: 234px;
}

#gifu-link {
	display: block;
	width: calc(100% - 10px);
	padding: 10px 5px;
}

#qrcode {
	width: 135px;
	height: 135px;
}

#mobilelink {
	font-size: 75%;
	display: inline-block;
	width: 100%;
	padding: 5px 0;
}

#mobilelink a {
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: break-all;
	display: inline-block;
}


.twitter-area {
	width: 100%;
	height: 100%;
	margin: 10px 0;
}


#footer {
	clear: both;
	margin: 0;
	height: 90px;
	width: 100%;
	color: white;
	text-align: center;
	padding-top: 20px;
}

#footer1 {
	padding: 10px 0px;
}

#footer2 {
	padding: 5px 0;
}

#footer2 > div, #siteinfo > b {
	margin: 20px 0;
	font-weight: bold;
}

#footer2 > div > a > span {
	margin: 0 10px;
}

#footer2 {
	color: white;
}

#footer2 a {
	color: white;

}

#footer2 a:hover {
	color: #F14401;
}
