
#map_canvas {
  width: 100%;
  height: 700px;
  background-color: #f4f4f4;
}

.dataTable {
  width: 100%;
  border: 1px #E3E3E3 solid;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1em;
}
.dataTable th,
.dataTable td {
  padding: 5px 3px;
  line-height: 1.3;
}
.dataTable th {
  border: #E3E3E3 solid;
  border-width: 0 0 1px 1px;
  background-color: #80B99F;
  font-weight: normal;
  text-align: center;
  color: #fff;
}
.dataTable td {
  border: 1px #E3E3E3 solid;
  border-width: 0 0 1px 1px;
  text-align: center;
}
.dataTable td img {
  height: 1em;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

.dataTable tr:nth-child(odd) td {
	background: #fff;
}
.dataTable tr:nth-child(even) td {
	background: #f4f4f4;
}

.dataTable tr td:nth-child(1),
.dataTable tr th:nth-child(1) {
  color: #fff;
  background-color: #9d6c30;
}
.dataTable tr:nth-child(1) td,
.dataTable tr:nth-child(1) th{
  color: #fff;
/*  background-color: #80B99F;*/
  background-color: #9d6c30;
} 
.dataTable tr:nth-child(2) td,
.dataTable tr:nth-child(2) th{
  color: #333;
  background-color: #DFDAC1;
} 
.dataTable td.yohou {
	background: linear-gradient(#E2F4FF, #C5E7FF) !important;
	padding:2px
}
.dataTable td.yohou img {
	height: 2em;
	width: auto;
}
.scrollWrap {
  overflow: auto;
  max-width: 100%;
}
.scrollWrap table {
  width: 1280px;
}
.scrollWrap table tr td:nth-child(1),
.scrollWrap table tr th:nth-child(1) {
  position: sticky;
  left: 0;
}
.scrollWrap table tr td:nth-child(1):before,
.scrollWrap table tr th:nth-child(1):before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
}

#info {
  background-color: #F1EAB8;
  padding: 10px;
}

.yohouTable {
  width: 100%;
  border: 1px #E3E3E3 solid;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
.yohouTable th,
.yohouTable td {
  padding: 3px;
  box-sizing: border-box;
}
.yohouTable th {
  border: #E3E3E3 solid;
  border-width: 0 0 1px 1px;
  background-color: #9d6c30;
  font-weight: normal;
  text-align: center;
  color: #fff;
}
.yohouTable td {
  border: 1px #E3E3E3 solid;
  border-width: 0 0 1px 1px;
  text-align: center;
}
.yohouTable tr td:nth-child(1),
.yohouTable tr th:nth-child(1) {
  white-space: nowrap;
}

#threeDay table {
  width: auto;
  table-layout: fixed;
}
#threeDay table td {
  width: calc( (1280px - 160px) / 10);
  text-align: center;
}
#threeDay table th {
  width: 160px !important;
}
#yohouSlider {
  width: calc( 1280px - 160px );
}
#yohouSlider + div {
  width: calc( (1280px - 160px) / 10);
}

.yohouTable .date {
	height: 45px;
}
.yohouTable .yohou {
	height: 65px;
}
.yohouTable .yohou img {
  display: inline-block;
  vertical-align: middle;
}
.yohouTable .temp {
	height: 35px;
}
.yohouTable .rain {
	line-height: 1.1;
	height: 45px;
}
.yohouTable .shitsu {
	height: 35px;
}
.yohouTable .way {
	height: 35px;
}
.yohouTable .speed {
	height: 35px;
}

.yohouTable td.temp,
.yohouTable td.rain,
.yohouTable td.shitsu,
.yohouTable td.way,
.yohouTable td.speed {
	text-indent: 0.3em;
}

#yohouSlider .yohouTable .yohou img {
	height: 50px;
	width: auto;
}
#yohouSlider .yohouTable td.yohou {
	background: linear-gradient(#E2F4FF, #C5E7FF) !important;
}

#weekly .yohouTable .yohou img {
	height: 60px;
	width: auto;
}
#weekly .yohouTable td.yohou {
	background: linear-gradient(#E2F4FF, #C5E7FF) !important;
}

#select {
  margin: 1em 0;
  padding: 10px;
  background-color: #FFE7B5;
}
#select form p {
  margin: 0;
  padding: 0;
}
#radiobtn .flex {
	align-items: flex-start;
}
#radiobtn .flex div.title {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
#radiobtn label{
    margin: 0;
    display: inline-block;
    cursor: pointer;
    padding: 0.2em 0.5em;
    border: 1px solid #9d6c30;
    text-align: center;
    background-color:  #fff;
    margin: 2px;
}
#radiobtn input[type="checkbox"],
#radiobtn input[type="radio"]{
    display: none;
}
#radiobtn input[type="checkbox"]:checked + label,
#radiobtn input[type="radio"]:checked + label{
    background-color:  #9d6c30;
    color: #fff;
}

@media only screen and (max-width: 767px) {

  #radiobtn .flex {
    flex-flow: column;
  }
  
  .scrollWrap .dataTable {
    width: auto;
  }
  .dataTable th,
  .dataTable td {
    padding: 3px 5px;
    font-size: 0.75rem;
    white-space: nowrap;
  }
  .dataTable td img {
    height: 1.5em;
    width: auto;
  }
  
  #yohouSlider {
    width: calc( 100vw - (100vw / 4) );
  }

  #threeDay table th {
    width: calc(100vw / 4) !important;
  }
  #threeDay table td {
    width: calc( (100vw - (100vw / 4) ) / 6);
    text-align: center;
    white-space: normal;
  }
  #yohouSlider + div {
    width: calc( (100vw - (100vw / 4) ) / 6);
  }

  .yohouTable th,
  .yohouTable td {
    padding: 2px;
    font-size: 0.75rem;
  }
  #weekly .yohouTable .yohou {
    height: auto;
  }
  #weekly .yohouTable {
    width: auto;
  }
  .yohouTable .yohou img {
    max-width: 100%;
    height: auto;
  }
	#yohouSlider .yohouTable .yohou img,
	#weekly .yohouTable .yohou img {
	    max-width: 100%;
	    height: auto;
	}
  
  #radiobtn label {
    margin: 0.3em;
  }
  #radiobtn .flex div.title {
    background-color: #9d6c30;
    color: #fff;
    padding: 0.3em;
    margin-bottom: 0.5em;
  }
}


/*
------------------------------------------------*/

#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;
}

#sekisanbtn,
#updatetimebtn {
	margin: 0;
	display: inline-block;
	padding: 0.2em 0.5em;
	border: 1px solid #9d6c30;
	text-align: center;
	color: #fff;
	background-color: #9d6c30;
	text-decoration: none;
}
#sekisanbtn::before,
#updatetimebtn::before {
	content: "\f054";
	font-family: fontawesome;
	margin-right: 10px;
	color: #fff;
}
