
* {
	/*border: 1px solid #ff0000;*/
}

a:link, a:visited {
    color: #508021;
}

body {
    font-family: "Noto Sans Japanese";
    font-size: 0.875em;
}

#header {
	/*background-color: #f6f4e0;
    width: 100%;
    min-width: 1280px;
    font-size: 1rem;*/
    border-top: 4px solid #006800;
    background: linear-gradient(to bottom, #fff, #f4f4f4);
}
#header h1 {
	font-size: 2em;
	padding: 0.7em 0.5em 0.75em 0.5em;
	color: #006800;
    /*margin: 0px;
    padding: 25px 0 0 0;
    font-size: 2em;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;*/
}

#gnav {
	background-color: #359e37;
	width: 100%;
}
#gnav ul {
	margin: 0;
	padding: 0;
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  justify-content: space-around;
  border-right: 1px solid #fff;
}
#gnav ul li {
  display: flex;
  flex-grow: 1;
  border-left: 1px solid #fff;
  background-color: #006800;
}
#gnav ul li a {
  font-size: 1rem;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-grow: 1;
  align-items: center;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 0.5em 0.2em;
  transition: background-color 0.5s;
}
#gnav ul li a:hover {
  display: flex;
  align-items: center;
/*  color: #000;*/
  text-align: center;
  text-decoration: none;
  background-color: #309032;
}

.outer {
    width: 100%;
    min-width: 1300px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0 auto;
}
#wide_content {
	margin-bottom: 1.5em;
	min-height: 60vh;
}
#wide_content .inner {
    width: 1280px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
    box-sizing: border-box;
}

#info {
  background-color: #e2f1de;
  padding: 10px 10px 10px 10px;
}
#info .inner {
	max-width: 100%;
	padding: 0;
	margin: 0 auto;
}
#info + #toggle_target {
    background-color: #f4f9ef;
}
#toggle_target .inner {
	max-width: 100%;
}
#toggle_sw {
	font-size: 1rem;
	background-color: #2f7d44;
}
/*
#wide_content h2 {
    font-size: 1.2em;
    color: #fff;
    background: linear-gradient(to bottom, #77a6d7, #2f7d44);
    border-bottom: 3px solid #dfdfdf;
}
#wide_content h2 span {
    display: block;
    padding: 12px 0;
    font-size: 1em;
    background-image: url(/bihoro/common/img/heading_ico.png);
    background-position: 8px center;
    background-repeat: no-repeat;
    padding-left: 45px;
}
*/

h2 {
    font-size: 1rem;
    width: 100%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 52px;
    padding-left: 10px;
    border-top: 5px solid #006800;
    background: linear-gradient(to bottom, #fff, #efefef);
}

h2::before {
  display: inline-block;
  content: '　';
  background-image: url('/obihiro/common/img/h_maru_l.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  width: 17px;
  height: 17px;
  vertical-align: middle;
  margin-right: 0.5em;
}

#wide_content .inner h3 {
    line-height: 2;
    font-size: 1rem;
    background-repeat: no-repeat;
    background-position: 3px 0.5em;
    border-bottom: 2px solid #006800;
    position: relative;
    padding-left: 1.1em;
}
#wide_content .inner h3:before {
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 3px #006800;
	border-right: solid 3px #006800;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
#updatetimebtn {
	margin: 0;
    display: inline-block;
    padding: 0.2em 0.5em;
    border: 1px solid #2f7d44;
    text-align: center;
    color: #fff;
    background-color: #2f7d44;
    text-decoration: none;
}
#updatetimebtn::before {
  content: "\f054";
  font-family: fontawesome;
  margin-right: 10px;
  color: #fff;
}

#footer {
    width: 100%;
    min-width: 1280px;
    background-color: #006800;
}
#footer a {
	color: #fff;
	text-decoration: none;
}


.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: #2f7d44;
  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 td span.blank {
	display: inline-flex;
	align-items: center;
	height: 2.6em;
}
.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: #2f7d44;;
}
.dataTable tr:nth-child(1) td,
.dataTable tr:nth-child(1) th{
  color: #fff;
/*  background-color: #2f7d44;*/
  background-color: #2f7d44;;
} 
.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;
}

.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: #2f7d44;;
  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 div.title {
  display: flex;
  align-items: center;
}
#radiobtn label{
    margin: 0;
    display: inline-block;
    cursor: pointer;
    padding: 0.2em 0.5em;
    border: 1px solid #2f7d44;;
    text-align: center;
    background-color:  #fff;
}
#radiobtn input[type="checkbox"],
#radiobtn input[type="radio"]{
    display: none;
}
#radiobtn input[type="checkbox"]:checked + label,
#radiobtn input[type="radio"]:checked + label{
    background-color:  #2f7d44;;
    color: #fff;
}

#radiobtn .btn_wrap {
	display: flex;
	align-items: center;
}

/*
@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: #2f7d44;;
    color: #fff;
    padding: 0.3em;
    margin-bottom: 0.5em;
  }
}
*/

#smartphone_wrap {
	display: flex;
	justify-content: center;
    margin: 1em 0;
    padding: 10px;
}
#qrcode {
	margin-left: auto;
	margin-right: auto;
}

#smartphonebtn {
	margin: 0;
    display: inline-block;
    padding: 0.2em 0.5em;
    border: 1px solid #2f7d44;
    text-align: center;
    color: #fff;
    background-color: #2f7d44;
    text-decoration: none;
}
#smartphonebtn::before {
  content: "\f054";
  font-family: fontawesome;
  margin-right: 10px;
  color: #fff;
}



ul#wNav {
	background: linear-gradient( to bottom, #359e37, #006800 );
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
	border: 2px solid #f4f4f4;
}
ul#wNav li {
	display: inline-block;
	margin-right: 0.5em;
}
ul#wNav li a {
	color: #fff;
	display: inline-block;
	padding: 10px 10px 10px 12px;
	text-decoration: none;
	
	position: relative;
}
ul#wNav li a::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
ul#wNavdown {
	background: linear-gradient( to bottom, #359e37, #006800 );
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
	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;
}

/*
----------------------------------------------*/

/* 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 {
/*	width: 900px;
	height: 350px;*/
	position: absolute;
	top: 0px;
	left: 0px;
}

.d0 {
	background-color: #DDFFFF;
}

.d1 {
	background-color: #E7FFCE;
}

.d2 {
	background-color: #FFFFC1;
}

.amedasLink {
	position: relative;
	top: -57px;
	left: 780px;
	width: 160px;
}

.amedasLink a:link,.amedasLink a:visited {
	color: #fff;
	font-weight: bold;
}

.amedasLink a:hover {
	color: #fff;
	font-weight: bold;
}


.threeColumn1 {
	float: left;
	width: 38%;
	margin: 0 15px;
}
.threeColumn2 {
	float: left;
	width: 54%;
	margin: 0 15px;
}

ul.linkList {
	margin: 5px 0 2em 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;
}
ul.linkList li a {

}

#analysisList {
	padding: 0 20px;
}
#analysisList li {
	list-style: none;
	padding: 5px 5px 5px 1.4em;
	border-bottom: 1px dotted #ccc;
	display: flex;
	position: relative;
	font-size: 1rem;
}
#analysisList li:before {
  content: '';
  width: 1em;
  height: 1em;
  background: #508021;
  border-radius: 50%;
  position: absolute;
  top: 0.2em;
  left: 0;
  bottom: 0;
  margin: auto;
}
#analysisList li:after  {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0.2em;
  left: 5px;
  bottom: 0;
  margin: auto;
}
#analysisList li i {
	color: #508021;
}
#analysisList span.name{
	display: inline-block;
	width: 37%;
}
#analysisList span.name a {
	color: #508021;
}

#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: #006DD9;
	background-image: none;
}
#analysisList li.b span a:link,
#analysisList li.b span a:visited {
	color: #006DD9;
}
#analysisList li.b span a:hover {
	color: #006DD9;
}
#analysisList li.b:before {
  background: #006DD9;
}



div#maparea {
	position: relative;
	z-index: 0;
	/*width: 620px;*/
	padding: 10px;
	float: left;
	background-image: url(../../common/img/map_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

div#mapareaAll {
	position: relative;
	z-index: 0;
	width: 950px;
	float: left;
	background-image: url(../../common/img/map_bg_950.png);
	background-repeat: repeat-x;
	background-position: center top;
}

div#map_canvas {
	z-index: 1;
/*	margin: 10px;*/
	width: 600px;
	height: 600px;
}

div#mapareaAll div#map_canvas {
	width: 930px;
	/*height: 930px;*/
}

div#mapareaCenter {
	position: relative;
	z-index: 0;
	/*width: 620px;
	height: 620px;*/
	margin: 0px auto;
	padding: 10px;
	background-image: url(../../common/img/map_bg.png);
	background-repeat: repeat-x;
	background-position: center top;
}

.colWrap {
	width: 950px;
	margin: 0 auto;
}

#areaSelect {
	margin: 0.5em 0;
}
#itemBox p span {
	margin-left: 0.2em;
}

.yusetsuGraphBg {
	padding: 15px;
	width: 930px;
	background: -moz-linear-gradient(#2f7d44, #74bc6e);
	background: -webkit-linear-gradient(#2f7d44, #74bc6e);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#2f7d44), to(#74bc6e));
	background: -o-linear-gradient(#2f7d44, #74bc6e);
	background: linear-gradient(#2f7d44, #74bc6e);
	margin: 10px auto;
}

.yusetsuGraphBox {
	padding-top: 0px;
	width: 900px;
	height: 650px;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}

.waku, .graph {
	position: absolute;	
}

#bottomInfo form,
#bottomInfo {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#bottomInfo .left {
	float: none !important;
}
#bottomInfo .right {
	float: none !important;
}
#bottomInfo .about {
	width: 100%;
}
#bottomInfo .center {
	width: 100%;
}

.txt dt {
	font-weight: bold;
}
.txt dd {
	margin-bottom: 0.5em;
}