﻿@charset "utf-8";

/* 
==============================================================================================================================================
全端末共通設定
==============================================================================================================================================
*/

/* 
------------------------------------------------------------------------
全体の設定
------------------------------------------------------------------------
*/

html,body {height: 100%;}
body {
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;	
	line-height: 2;		
	background: #005c2b;
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-size: 100%;font-weight: normal;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%; height: 500px}

@keyframes opa1 {
0% {opacity: 0;}
100% {opacity: 1;}
}

/*リンク*/
a {
	color: #fff;
	transition: 0.5s;	
}
a:hover {
	color: #fcee21;			
	text-decoration: none;	
}

/*
------------------------------------------------------------------------
ヘッダー
------------------------------------------------------------------------
*/
header {
	height: 150px;
	overflow: auto;
	position: relative;
	background: #009245;
}
/*ロゴ画像*/
header #logo img {
	display: block;
	height:50%;
	position: absolute;
	left: 0%;
	top: 15%;

}

header #toolname {
	position: absolute;
	font-weight: bold;
	font-size: 90%;
	bottom: 10%;
	left: 0px;
	margin-left: 10px;
	width: 200px;
	text-align: left;
}


/*
------------------------------------------------------------------------
メニュー
------------------------------------------------------------------------
*/

/*メニューブロック全体への指定*/
#menubar {
	position: absolute;
	bottom: 20%;
	left: 180px;
	width: 180px;
	text-align: start;
}

/*メニュー１個あたりの指定*/
#menubar li {
	/* display: inline-block; */
	display: list-item;
	margin: 0 3%;
}

#menubar li a {
	text-decoration: none ;display: block ;text-align: start;
	width: 340px;	
	color: #fff;
	border-bottom: 1px solid transparent;	
	padding-bottom: 3px;
}

/*マウスオン時の指定*/
#menubar li a:hover {
	border-bottom: 2px solid #fff;	
	letter-spacing: 0.1em;			
}

/*
------------------------------------------------------------------------
コンテナー（headerとfooter以外）
------------------------------------------------------------------------
*/
#container {
	max-width: 1400px;	
	margin: 0 auto;
}

/*
------------------------------------------------------------------------
コンテンツ（コンテナー内のブロック）
------------------------------------------------------------------------
*/
#contents {
	overflow: hidden;
	padding: 50px 2%;
}
#contents section + section {
	padding-top: 50px;
	
}

/*コンテンツ内のh2*/
#contents h2 {
	font-weight: bold;
	margin-bottom: 20px;
	clear: both;
	padding: 0 20px;
	font-size: 180%;		
	text-align: left;		
	letter-spacing: 0.1em;	
	background: rgb(2, 43, 9);	
	color: rgb(255, 255, 255);			
	border-radius: 5px;	
}

/*コンテンツ内のh3*/
#contents h3 {
	font-weight: bold;
	margin-bottom: 20px;
	clear: both;
	padding: 0 20px;
	font-size: 150%;		
	text-align: left;		
	letter-spacing: 0.1em;	
	border: 2px solid #fff;
	border-radius: 5px;	
}

/*コンテンツ内のh4 - h6*/
#contents h4 {
	font-weight: bold;
	font-size: 125%;		
}
#contents h5 {
	font-size: 100%;
}
#contents h6 {
	color: #CCC;
	font-size: 80%;	
	margin-left: 30px;
}


/*コンテンツ内のp(段落)*/
#contents p {
	padding: 0px 20px 20px;	
}

/*他。微調整。*/
#contents p + p {
	margin-top: -5px;
}

#contents h2 + p,
#contents h3 + p {
	margin-top: -10px;
}

/*
------------------------------------------------------------------------
フッター
------------------------------------------------------------------------
*/

footer {
	clear: both;
	text-align: center;
	background: rgb(1, 40, 14);	
	color: #fff;		
	font-size: 85%;	
}
footer a {
	color: #fff;	
	text-decoration: none;
}
footer a:hover {
	color: #fff;	
}
footer .pr {
	display: block;
	font-size: 80%;
}

/*
------------------------------------------------------------------------
ul.disc,olタグ
------------------------------------------------------------------------
*/
ul.disc {
	list-style: disc;
	padding: 0 20px 20px 55px;
}
ol {
	padding: 0 20px 20px 42px;
}

/*
------------------------------------------------------------------------
その他
------------------------------------------------------------------------
*/
.look {background: #000;border: 1px solid #666;padding: 5px 10px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px;}
.clear {clear: both;}
ul.disc {padding: 0em 25px 15px 40px;list-style: disc;}
.color1, .color1 a {color: #fcee21;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center;}
.r {text-align: right;}
.l {text-align: left;}
.big1 {font-size: 40px;letter-spacing: 0.2em;}
.mini1 {font-size: 11px;display: inline-block;line-height: 1.5;}
.sh {display: none;}


/*
------------------------------------------------------------------------
HunterGoTools 共通設定
------------------------------------------------------------------------
*/

.drop-zone {
    border: 8px solid white; 
	border-radius: 15px;     
    padding: 50px 5px;
}

.box {
    height: 300px;               
    border: 1px solid #000;      
    overflow-y: scroll;    
	background: rgba(127, 127, 127);
}

table.fileInfo {
    color: white;
    border-collapse: collapse;
    /* background-color:rgb(224, 219, 219); */
    padding:10px;
    margin-left: 15px; 
	font-size: 80%;
}

table.fileInfo th, table.fileInfo td {
    border: solid 1px black;
    padding: 0px 10px;
}

.box_outputData {
    height: auto;               
    border: 1px solid #000;     
	background: rgba(127, 127, 127);
    overflow-y: scroll;    
}

table.outputData {
    color: black;
    border-collapse: collapse;
    background-color:white;
    table-layout: fixed;
    overflow: scroll;
}

table.outputData th, table.outputData td {
    border: solid 1px black;    
}

table.outputData td{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: xx-small;
}

table.inputData {
    color: black;
    border-collapse: collapse;
    background-color:white;
    table-layout: fixed;
    overflow: scroll;
}

table.inputData th, table.inputData td {
    border: solid 1px black;
}

table.inputData th {
    position: sticky;
  	top: 0;
	background-color:white;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: xx-small;

}

table.inputData td{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: xx-small;
}

/*
------------------------------------------------------------------------
HunterGoTools - DataConverter用
------------------------------------------------------------------------
*/
button.button_outputDataCopy {
    width:60px;
	height:30px;
    font-size:10px;
	margin-left: 15px;

	color: rgb(255, 255, 255);
	/* background-color:#00793D; */
	background-color: #009245;
	border: solid 1px rgb(226, 223, 223);
	font-weight: bold;
	border-radius:2px;
}

button.downloadButton {
    width:40%;
	height:80px;
    padding:10px;
    font-size:20px;
   

	color: rgb(255, 255, 255);
	/* background-color:#00793D; */
	background-color: #009245;
	border: solid 1px rgb(226, 223, 223);
	font-weight: bold;
	border-radius:10px;
}
  
button.downloadButton:hover, button.button_outputDataCopy:hover {
	background: #88f3b6;
}


/*
------------------------------------------------------------------------
HunterGoTools - MapPlot用
------------------------------------------------------------------------
*/
.titleLineContainer{
	display: flex; 
	justify-content:
    space-between; 
}

button.titleLineButton{
	color: rgb(255, 255, 255);
	margin: 0  0 0 0;
	position: relative;
	width: 80px;
	height: 30px;
	border: solid 1px rgb(226, 223, 223);
	font-weight: bold;
	font-size: small;

	background-color: #009245;
	border-radius:2px;
}

button.mapViewOptimization:hover {
	background: #88f3b6;
}

.mapContainer1{
	width: 100%;
	height:530px;
	margin: 0 0 0 0;
	height : fit-content;
}

.mapArea {
	width: 100%;
    height: 500px;               
	resize: vertical; 
	background: #FFFFFF;
}

.legendContainer {
	width: 100%;
	height: 35px;
	background-color:rgb(240, 240, 240);
	overflow-x: scroll;    
	overflow-y: hidden;
}

.legendArea {
    width: 750px;
    height: 30px;    
	         
}

.box-chart {
    width: 100%;
	height: 500px;                  
    color: #5d627b;
    background: rgb(255,255,255);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}

/* leaflet メッシュコードの文字ラベル */
.markerLabel {	
	display: table-cell;
	color: rgb(0,0,0);
	background: rgb(255, 255, 255);
	opacity: 0.6;
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
}

/* leaflet メッシュコードの文字ラベル */
.meshLabel {	
	display: table-cell;
	color: rgb(0,0,0);
	background: rgb(255, 255, 255);
	opacity: 0.4;
	white-space: nowrap;
	font-size: 9px;
	font-weight: bold;
}

/* leaflet文字ラベルの親要素 これがないと余計なドットが消えないので*/
.diviconParent {	
	background: transparent;
}

button.mapControlButton {
	color: rgb(255, 255, 255);
	margin: 10px;
	position: relative;
	width: 200px;
	height: 50px;
	border: solid 1px rgb(226, 223, 223);
	font-weight: bold;

	background-color: #009245;
	border-radius:10px;
}
  
button.mapControlButton:hover {
	background: #88f3b6;
}

table.selectionArea {
    border-collapse: collapse;
    /* background-color:rgb(224, 219, 219); */

    margin: 5px 15px; 
	font-size: 80%;
}

table.selectionArea th {
	color: rgb(57, 54, 54);
    border: solid 2px grey;
    padding: 1px 3px;
	background-color:rgb(224, 219, 219);
}

table.selectionArea td {
	color: white;
    border: solid 2px grey;
    padding: 1px 3px;
}


#nowLoading {
	display: table;
	width: 200px;
	height: 100px;
	position: fixed;
	top: 50%;
	left: 50%;
	background-color: #fff;
	opacity: 0.8;
    transform: translate(-100px, -50px); 
}
   
#innerMsg {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding-top: 140px;
	z-index:100;
	background: url("../images/loading.gif") center center no-repeat;
}

/*
------------------------------------------------------------------------
HunterGoTools - MapPlot
オリジナルフィルタ
------------------------------------------------------------------------
*/

button.button_dialog{
	width:120px;
	height: 35px;
	margin: 15px 10px 5px 10px;
}
dialog.dialog {
	text-align: center;

}
.button_filterAllSelect{
	font-size:x-small;
}

#filterTable{
	border: solid thin gray;
}
#filterTable th ,#filterTable td {
	
	border: solid thin gray;
	border-width:0px 1px;
}
#filterTable td {
	min-width: 150px;
	max-width: 200px;
	overflow-x:scroll;
}

div.listbox {
	background-color: white;
	height: 10em;
	overflow: auto;
	text-align: left;
	line-height:100%;
	
}
.filterCheckboxLabel{
	font-size:small;

}


/*
------------------------------------------------------------------------
HunterGoTools - MapArea
------------------------------------------------------------------------
*/

table.areaData {
    color: black;
    border-collapse: collapse;
    background-color:white;
    table-layout: fixed;
    overflow: scroll;
}

table.areaData th, table.areaData td {
    border: solid 1px black;
}

table.areaData th {
    position: sticky;
  	top: 0;
	background-color:white;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size:small;
	padding-left:10px;
	padding-right:10px;
}

table.areaData td{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size:small;
	padding-left:10px;
	padding-right:10px;
}

.boxAreaData {
    height: 250px;
	width: 400px;               
    border: 1px solid #000;      
    overflow-y: scroll;    
	background: rgba(127, 127, 127);
}


.containerAreaData {
	display: flex;
	gap: 0 20px ;

}

.containerAreaDataButton {
	display: flex;
	flex-flow: column;	
    gap: 10px 10px ;
	padding-top: 10px ;
}
	
button.areaDataButton{
	color: rgb(255, 255, 255);

	position: relative;
	width: 200px;
	height: 45px;
	border: solid 1px rgb(226, 223, 223);
	font-weight: bold;
	font-size: small;

	background-color: #009245;
	border-radius:2px;
}


/* leaflet エリア名の文字ラベル */
.areaLabel {	
	display: table-cell;
	color: rgb(80, 50, 255);
	background: rgb(255, 255, 255);
	opacity: 0.6;
	white-space: nowrap;
	font-size: 14px;
	font-weight: bold;
}

.mapArea2 {
	width: 100%;
    height: 100%;               
	resize: vertical; 
	background: #FFFFFF;
}

/*
------------------------------------------------------------------------
HunterGoTools - MapTrace
------------------------------------------------------------------------
*/
.photoContainerGrandParent {
	/* overflow: hidden; */
	height: 80vh;
	background-color:rgb(240, 240, 240);
	display:flex;
  	flex-flow: column;
}
.photoSliderContainer{
	width: 100%;
	height: 40px;
	display: flex;
	padding-left: 1%;
	padding-right: 1%;
	padding-top:5px;
	padding-bottom:5px;

}

.buttonReference{
	
	color: rgb(255, 255, 255);

	position: relative;
	width: 120px;
	height: 100%;
	border: solid 1px rgb(226, 223, 223);
	font-weight: bold;
	font-size: small;

	background-color: #009245;
	border-radius:2px;
}

.photoSlider{
	flex:1;
	margin-left: 20px;
	margin-right: 20px;
}



.photoContainerParent {
	flex: 1;
	display: flex; 
	width: 100%;
}

.photoButtonContainer {
	/* height: 100%; */
	width: 100px;
	display:flex;
    flex-flow: column;	
}

.photoButton {
	height: 100px;
	width: 100%;
}

.photoContainer {
	flex: 1;
	/* width: 100%; */
	/* max-width: 100%; */
	/* height: 100%; */
	background-color:rgb(0, 0, 0);
	position: relative;
	padding: 0;
	/* box-sizing: content-box; */


}
.photoContainer:before{
	content:"";
	/* display: block; */
	padding-top: 50%;
}

.photoArea {
    width: 100%;
	max-width: 100%;
    height: 100%;  
	
	position: absolute;
	left:0;
	top:0;
	border: 0;

	box-sizing: content-box;
	padding: 0;
	margin: 0;

	background: transparent;
	         
}

.inlineButton{
	display: flex;
}


.selectDropDown{
	width: 90%;
}

.dialogMap{
	width: 80%;
	height: 80%;
}
.mapDialogContainer{
	width: 100%;
	height: 100%;
}
.mapDialogArea {
	width: 100%;
    height: 100%;               
	resize: vertical; 
	background: #FFFFFF;
}


/*
==============================================================================================================================================
画面幅800px以下の設定
==============================================================================================================================================
*/

@media screen and (max-width:800px){

	/*
	--------------------------------------------------------------------------
	ヘッダー
	--------------------------------------------------------------------------
	*/
	/*ロゴ画像*/
	header #logo img {
		height: 50%;	
		left: 0%;	
	}

}

/*
==============================================================================================================================================
画面幅480px以下の設定
==============================================================================================================================================
*/

@media screen and (max-width:480px){

	/*
	--------------------------------------------------------------------------
	ヘッダー
	--------------------------------------------------------------------------
	*/
	/*ロゴ画像*/
	header #logo img {
		height: 50%;	
		left: 0%;	
	}

	/*
	--------------------------------------------------------------------------
	コンテナー
	--------------------------------------------------------------------------
	*/
	#container {
		font-size: 12px;
		font-size: 2.93vw;
	}

	/*
	--------------------------------------------------------------------------
	コンテンツ
	--------------------------------------------------------------------------
	*/
	/*コンテンツ内h2*/
	#contents h2 {
		font-size: 16px;	/*文字サイズ*/
	}
	/*コンテンツ内h3*/
	#contents h3 {
		font-size: 14px;	/*文字サイズ*/
	}

	/*
	--------------------------------------------------------------------------
	ul.disc,olタグ
	--------------------------------------------------------------------------
	*/
	ul.disc {
		padding: 0 0px 20px 35px;
	}

	ol {
		padding: 0 0px 20px 35px;
	}

	/*
	--------------------------------------------------------------------------
	その他
	--------------------------------------------------------------------------
	*/
	.ws {width: 96%;}
	.big1 {font-size: 22px;letter-spacing: normal;}

}


