
/*login
--------------------------------------------------------------*/
#userBox {
	width: 700px;
	margin: 10px auto;
	border: 1px solid #DDD;
	padding: 15px;
}

#userBox dl {
	width: 350px;
	margin: 10px auto;
	background-color: #EFEFEF;
}

#userBox dl dt,
#userBox dl dd {
	/*font-size: 1.2em;*/
  margin: 0;
  font-weight: bold;
	padding: 10px;
	line-height: 30px;
}

#userBox dl dt {
	width: 100px;
	float: left;
}

#userBox dl dd {
	padding-left: 110px;
	border-bottom: 1px solid #fff;
}

#userBox dl dd input {
	width: 180px;
	height: 22px;
}


/*map
--------------------------------------------------------------*/
#map_canvas {
	float: left
}

#mainBox {
	float: left;
	width: 620px;
}

#sideBox {
	float: right;
	width: 300px;	
}

/*hojyou
--------------------------------------------------------------*/
div#hojyou table {
	width: 100%;
}

div#hojyou table {
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

div#hojyou table th,
div#hojyou table td {
	font-size: 12px;
}

div#hojyou table th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    text-align: center;
}
div#hojyou table td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}

.dateInput {
	width: 50px;	
}

/*userForm
--------------------------------------------------------------*/
table.userForm {
	width: 600px;
	margin: 20px auto;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table.userForm th,
table.userForm td {
	font-size: 12px;
}

table.userForm th {
	width: 35%;
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    text-align: left;
}
table.userForm td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
}

.dateInput {
	width: 50px;	
}

ul.sakumotsu {
	list-style: none;
	height: 50px;
	padding: 0px;
	margin: 10px 0px;
}

ul.sakumotsu li {
	float: left;
	padding-right: 5px;
	display: block;
}


dl#fieldRegist {
	
}

dl#fieldRegist dt,
dl#fieldRegist dd {
	line-height: 30px;
	padding: 3px;
}

dl#fieldRegist dt {
	width: 95px;
	float: left;
	clear: left;
}

dl#fieldRegist dd {
	margin: 0px;
	padding-left: 110px;
	text-align: left;
}

p#fieldSubmit {
	clear: both;
	text-align: center;
}

#welcome {
	font-size: 13px;
	padding: 3px 5px;
	margin: 0px;
	text-align: right;
}

span.logoutbtn a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 3px 10px;
    margin: 0;
    cursor: pointer;
    border: 1px solid #bbb;
    overflow: visible;
    font: bold 13px arial, helvetica, sans-serif;
    text-decoration: none;
    white-space: nowrap;
    color: #555;
    background-color: #ddd;

    transition: background-color .2s ease-out;
    background-clip: padding-box; /* Fix bleeding */
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .3),
                            0 2px 2px -1px rgba(0, 0, 0, .5),
                            0 1px 0 rgba(255, 255, 255, .3) inset;
    text-shadow: 0 1px 0 rgba(255,255,255, .9);
}
 
span.logoutbtn a:hover{
    background-color: #eee;
    color: #555;
}
 
span.logoutbtn a:active{
    background: #e9e9e9;
    position: relative;
    top: 1px;
    text-shadow: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
    outline: none;
}

span.fieldbtn a {
	
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 3px 10px;
    margin: 0 0 0 10px;
    cursor: pointer;
    border: 1px solid #78b040;
    overflow: visible;
    font: bold 13px arial, helvetica, sans-serif;
    text-decoration: none;
    white-space: nowrap;
    color: #558525;
    background-color: #D1EDB8;

    transition: background-color .2s ease-out;
    background-clip: padding-box; /* Fix bleeding */
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .3),
                            0 2px 2px -1px rgba(0, 0, 0, .5),
                            0 1px 0 rgba(255, 255, 255, .3) inset;
    text-shadow: 0 1px 0 rgba(255,255,255, .9);
	text-indent: 0px;
}
 
span.fieldbtn a:hover{
    background-color: #eee;
    color: #558525;
}
 
span.fieldbtn a:active{
    background: #e9e9e9;
    position: relative;
    top: 1px;
    text-shadow: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
    outline: none;
}

#bottomBox {
	width: 100%;
}

#bottomBox #left1 {
	width: calc( 100% / 3 );
	float: left;
	margin-right: 15px;
}

#bottomBox #left2 {
	width: calc( 100% / 3 );
	float: left;
	margin-right: 15px;
}

#bottomBox #left3 {
	width: calc( 100% / 3 );
	float: left;
}

.colorSample,
#colorSample {
	float: left;
	clear: left;
	list-style: none;
	margin: 0px;
	padding: 5px;
	width: 100%;
}

.colorSample li,
#colorSample li {
	font-size: 0.7em;
	display: inline;
	width: 180px;
	padding-right: 5px;
	font-family: Verdana, Geneva, sans-serif;
}

#colorSampleW {
	list-style: none;
	margin: 0px auto;
	padding: 5px;
	width: 620px;
}

#colorSampleW li {
	font-size: 0.7em;
	display: inline;
	width: 180px;
	padding-right: 5px;
	font-family: Verdana, Geneva, sans-serif;
}


#weatherNav {
	width: 920px;
	padding: 0px;
	margin: 0px auto;
}

#weatherNav li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
	float: left;
}

ul.ico {
    margin: 0 auto;
    padding: 0;
    width: 880px;
}

ul.ico li {
	display: block;
	list-style: none;
	padding: 0px;
	margin: 5px 0px 10px 0px;
	line-height: 2;
	font-size: 1em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-bottom: 2px solid #508021;
	position: relative;
}

ul.ico li span {
	padding-left: 25px;
	display: block;
	background-image: url(../img/h3_ico.gif);
	background-repeat: no-repeat;
	background-position: 3px 0.5em;
}

.map {
	width: 800px;
	margin: 0px auto;	
}

#potetoDetail {
		
}

#potetoDetail .left,
#potetoDetail .right {
		width: 48%;
}

#potetoDetail .left {float: left;}
#potetoDetail .right {float: right;}

#potetoDetail table.datatable th {
	background-color: #FFEFBF;
}

.inlineContent {
	display:none
}

#cboxContent p.txt {
	padding: 0px 10px;	
}

.cssBtn2,
.cssBtn {
	font-size: 0.875em;
	text-decoration: none;
	font-weight: bold;
	display: block;
	width: 150px;
	margin: 3px auto;
	padding: 4px;
	border: 1px solid #FFE599;
	background-color: #FFEFBF;
	background-image: -webkit-linear-gradient(top, #FFF8E1, #FFEFBF);
	background-image: linear-gradient(to bottom, #FFF8E1, #FFEFBF);
	border-radius: 4px;
	color: #fff;
	line-height: 24px;
	-webkit-transition: none;
	transition: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

.cssBtn2 {
	width: 100px;	
	padding: 2px;
	line-height: 22px;
}

.cssBtn2:hover,
.cssBtn:hover {
	border:1px solid #FFA64D;
	background-color: #1ab0ec;
	background-image: -webkit-linear-gradient(top, #FFEFBF, #FFB973);
	background-image: linear-gradient(to bottom, #FFEFBF, #FFB973);
}

#boujyo {
	background-color: #FF9900;
	color: #fff;
}

#fukidashi {
	padding-left: 135px;	
}

td.ruikei {
	font-weight: bold;
	color: #fff;
	background-color: #ff9900;	
}

#potetoDetail table.datatable tr.limit th {
	background-color: #A3D900;
}

tr.limit td {
	background-color: #E5FF99;
}

tr.limit td.ruikei {
	background-color: #468C00;
}

.chub {
	color: #3675F4;
	font-size: 0.875em;
}
span.chub {	
	color: #3675F4;
	font-size: 0.75em;
}


ul#wNav {
	background: linear-gradient( to bottom, #2b639a, #004080 );
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
	/*border: 2px solid #004080;*/
	border: 2px solid #f4f4f4;
}
ul#wNav li {
	display: inline-block;
}
ul#wNav li a {
	color: #fff;
	display: inline-block;
	padding: 10px;
	text-decoration: none;
}

ul#wNavdown {
	background: linear-gradient( to bottom, #2b639a, #004080 );
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
	/*border: 2px solid #004080;*/
	border: 2px solid #f4f4f4;
}
ul#wNavdown > li {
	display: inline-block;
  position: relative;
}
ul#wNavdown > li > a {
	color: #fff;
	display: inline-block;
	padding: 10px 20px;
	text-decoration: none;
  outline: none;
}
ul#wNavdown > li ul {
  position: absolute;
  top: 40px;
  left: 0;
	display: none;
  background-color: #2b639a;
  padding: 0;
  margin: 0;
}
ul#wNavdown > li ul li {
	display: block;
  padding: 0;
  margin: 0;
}
ul#wNavdown > li ul li a {
  outline: none;
	display: block;
  white-space: nowrap;
  color: #fff;
	padding: 10px 15px;
	text-decoration: none;
}

.threeColumn1 {
	float: left;
	width: 20%;
	margin: 0 15px;
}

.threeColumn2 {
	float: left;
	width: 20%;
	margin: 0 15px;
}
.threeColumn3 {
	float: left;
	width: 50%;
	margin: 0 15px;
}
ul.linkList {
	margin: 5px 0;
	padding: 0;
}
ul.linkList li {
	line-height: 1.8;
	list-style: none;
	border-bottom: 1px dotted #ccc;
}

ul.linkList li::before {
	content: "・";
}

ul.linkList li span {
	font-size: 0.8em;
}






div#userRegist {
	
}

div#userRegist table.style1 {
	margin: 10px auto;
}

div#userRegist table.style1 th,
div#userRegist table.style1 td {
	font-size: 1.2em;
	padding: 15px 10px;
}

div#userRegist table.style1 th {
	width: 140px;
}

div#userRegist table.style1 td {
	
}

div#userRegist table.style1 td input {
	width: 250px;
	height: 24px;
}

div#userRegist table.style1 td input.radio {
	width: auto;
}

div#userRegist p {
	padding: 10px;
	line-height: 1.4;
}



#meshUpdate .button {
	margin: 5px 0;
}

#meshUpdate .button a {
	display: block;
	color: #fff;
	text-decoration: none;
	background-color: #004080;
	padding: 4px 8px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#meshUpdate .button a i {
	color: #fff;
}
#meshUpdate .button a:hover {
	background-color: #004080;
}

#meshUpdate .date {
	text-align: right;
}

#analysisList {
	padding: 0 20px;
}
#analysisList li {
	list-style: none;
	padding: 5px;
	border-bottom: 1px dotted #ccc;

	display: flex;
}
#analysisList li i {
	color: #004080;
}
#analysisList span.name{
	display: inline-block;
	width: 37%;
}
#analysisList span.name a {
	color: #004080;
}

#analysisList span.kikan {
	display: inline-block;
	color: #066;
	background-image: none;
	width: 29%;
}

#analysisList span.comment {
	display: inline-block;
	background-image: none;
}

#analysisList span.start,
#analysisList span.stop,
#analysisList span.end {
	display: inline-block;
	background-image: none;
	color: #ff0000;
	width: 32%;
}
#analysisList span.end {
	color: #ccc;
}

#analysisList li.b span.kikan {
	color: #0053A6;
	background-image: none;
}


#analysisList li.b span a:link,
#analysisList li.b span a:visited {
	color: #006DD9;
}

#analysisList li.b span a:hover {
	color: #2894FF
}


.buttonStyle {
	margin: 10px 0;
}
.buttonStyle a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	background-color: #004080;
	padding: 4px 8px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.buttonStyle a i {
	color: #fff;
}
.buttonStyle a:hover {
	background-color: #004080;
}

.buttonStyle2 {
	margin: 10px 0;
}
.buttonStyle2 a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	background-color: #004080;
	padding: 8px 30px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.buttonStyle2 a:hover {
	background-color: #004080;
}


a.iframeSmall {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	background-color: #004080;
	padding: 4px 8px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#addressBox {
	padding: 15px;
	background-color: #f4f4f4;
	line-height: 1.4;
}
.notice ul {
	
}

.notice ul li {
	line-height: 1.5;
	margin-bottom: 1em;
}


#updateBox {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #fef4e7;;
	margin-bottom: 5px;
	padding: 5px;
	font-size: 0.75em;
	overflow: auto;
}

#updateBox span {
	float: left;
	padding: 2px 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#update span {
	padding: 0;
}

#updateBox #update {
	float: right;
	color: #fff;
	background-color: #5f90c3;
	cursor: pointer;
}


#oshirase .label {
    color: #fff;
    background-color: #F00;
    float: left;
    text-align: center;
    line-height: 1.5;
    padding: 0 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-right: 1em;
}

/* regist */


div#userRegist {
	
}

div#userRegist table.style1 {
	width: 70%;
	margin: 10px auto;
}

div#userRegist table.style1 th,
div#userRegist table.style1 td {
	font-size: 1em;
	padding: 15px 10px;
}

div#userRegist table.style1 th {
	width: 140px;
}

div#userRegist table.style1 td {
	
}

div#userRegist table.style1 td input {
	width: 250px;
	height: 24px;
}

div#userRegist table.style1 td input.radio {
	width: auto;
}

div#userRegist p {
	width: 70%;
	margin: 10px auto;
	padding: 10px;
	line-height: 1.4;
}


/* diagram
--------------------------------------------------------------*/

div.diagramBox {
	margin: 10px auto 15px auto;
	padding: 0px;
	width: 900px;
	height: 320px;
	position: relative;
}

div.waku {
	width: 900px;
	height: 320px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.diagram {
    position: absolute;
    top: 0px;
    left: 0px;
}



#areaSelect {
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
}
#areaSelect ul {
	text-align: right;
	margin: 0;
	padding: 0;
}
#areaSelect ul li {
	display: inline-block;
	list-style: none;
	padding: 5px;
	margin: 0;
}
#areaSelect ul li a {
	color: #004080;
}
#areaSelect p {
	margin: 0;
	width: 50%;
}
#areaSelect ul {
	width: 50%;

}
#areaSelect.fcenter ul {
	width: 100%;
	text-align: center;
}

div#mapareaCenter {
	position: relative;
	z-index: 0;
	width: 100%;
	padding: 10px;
	height: calc(500px + 20px);
	margin: 0 auto;
	float: none;
	background-color: #d1c1b1;
}
div#map_canvas {
	width: 100%;
	height: 500px;
}


.yusetsuGraphBg {
	padding: 15px;
	width: 930px;
	background-color: #004080;
	margin: 10px auto;
}

.yusetsuGraphBox {
	padding-top: 0px;
	width: 900px;
	height: 550px;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}


.yosatsu {
	display: flex;
	justify-content: flex-end;
}

/*
button {
    font-family: "Noto Sans Japanese";
    width: 150px;
    color: #fff;
    background-color: #004080;
    padding: 4px 8px;
    border: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 1em;
    line-height: 1;
}
*/

#bottomInfo .flex {
	justify-content: space-between;
}

#bottomInfo .left {
	width: 49%;
}

#bottomInfo .right {
	width: 49%;
}

#bottomInfo .leftSelect {
	width: 40%;
}

#bottomInfo .rightResult {
	width: 58%;
}



table.result {
	border-collapse: collapse;
	width: 100%;
}

table.result th,
table.result td {
	border: 1px solid #ccc;
	padding: 5px;
	font-size: 0.875em;
}

table.result th {
	background-color: #fef4e7;
}

table.result td {
	text-align: center;
}

table.result .row1 th {
	background-color:#9ECEE2;
}
.row1 td {
	background-color:#DAECF4;
}

button, a.inline, a.iframe {
	margin-top: -5px;
	line-height: 1;
/*	font-family: "Noto Sans Japanese";*/
	color: #fff;
	background-color: #004080;
	padding: 4px 8px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 1rem;
	text-decoration: none;
	/*white-space: nowrap;*/
	display: inline-flex;
	justify-content: center;
	align-items: center;
    border: none;
}
button {
    width: 150px;

}
h3 span a.iframe {
	min-width: 180px;
	padding-right: 1em;
}
h3 span a:link,
h3 span a:visited,
h3 span a:hover {
	color: #fff;
}

#bottomInfo h3 span {
    font-weight: normal;
    font-size: 0.875em;
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: right;
}
#wide_content #bottomInfo h3 span i {
    color: #fff;
}

datatable th {
	background-color: #fef4e7;
}

.datatable th.strong,
.datatable tr.strong th {
	background-color: #F79D24;
}

.datatable td.strong,
.datatable tr.strong td {
	background-color: #FAC47A;
}

dl.about {
	
}
dl.about dt,
dl.about dd {
	font-size: 0.875em;
	line-height: 1.4;
	padding: 0 5px;
	margin: 0;
}

dl.about dt {
	font-weight: bold;
	float: left;
}
dl.about dd {

}

.waku, .graph {
	position: absolute;	
}

#leftTable {
	float: left;
	width: 35%;
}
#rightTable {
	float: right;
	width: 60%;
}

#leftTable table,
#rightTable table {
	width: 100%;
    border: 1px #ccc solid;
    border-collapse: collapse;
    border-spacing: 0;
}

#leftTable table th,
#leftTable table td,
#rightTable table th,
#rightTable table td {
	font-size: 12px;
	padding: 5px;
}

#leftTable table th,
#rightTable table th {
    border: #ccc solid;
    border-width: 0 0 1px 1px;
    background: #ede9dd;
    font-weight: bold;
    text-align: center;
}
#leftTable table td,
#rightTable table td {
    border: 1px #ccc solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}

#leftTable table th {
	width: 50%;
}
