@charset "UTF-8";
.obspContents h4, .grid h4 {
	position: relative;
	height: 2rem;
	line-height: 2rem;
	padding-left: 1.32rem;
}
.obspContents h4 .mark, .grid h4 .mark {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	margin-left: 0;
	display: inline-block;
	width: 1.2rem;
	height: 1.2rem;
	background-color: #ffffff;
	border: 4px solid #60afd2;
	border-radius: 2px;
}

.obspContents {
	padding: 0 0.5rem;
}
.obspContents li {
	margin-bottom: 1rem;
	width: 100%;
}
.obspContents li.graphContents {
	text-align: center;
}
.obspContents li:last-child {
	margin-bottom: 0;
}
.obspContents .threshold {
	border-top: 1px solid #e0e7ec;
}
.obspContents .threshold li {
	margin: 0;
	padding: 0.75rem 0;
	float: left;
	width: 50%;
	text-align: center;
	border-bottom: 1px solid #e0e7ec;
	background: #f6f8fa;
	height: 3rem;
}
.obspContents .threshold li.keikaiL {
	height: 4rem;
}

.obspContents .threshold li:nth-child(odd) {
	/* 基準値名スタイル */
	text-align: left;
	padding-left: 15%;
}
.obspContents .threshold li:nth-child(odd) span {
	/* 背景色はcolor.css に準じる */
	margin-right: 0.5rem;
	display: inline-block;
	height: 1.6rem;
	width: 6px;
	vertical-align: middle;
}
.obspContents .threshold li:nth-child(even) {
	padding-right: 15%;
}
.obspContents .threshold:after {
	display: block;
	content: "";
	clear: both;
}

.grid.timeLine {
	/* 時系列表 */
}
.grid.timeLine table {
	width: 100%;
}
.grid.timeLine table .time {
	width: 50%;
}
.grid.timeLine table .data {
	width: 50 / 2%;
}
.grid.timeLine table .water {
	width: 50%;
}
.grid.timeLine tbody td {
	padding: 0.5rem 1.5rem;
	text-align: right;
}
.grid.timeLine tbody th {
	padding: 0.5rem 1.5rem;
}
.grid.timeLine tbody tr:nth-child(odd) th, .grid.timeLine tbody tr:nth-child(odd) td {
	background-color: #ffffff;
}
.grid.timeLine tbody tr:nth-child(even) th, .grid.timeLine tbody tr:nth-child(even) td {
	background-color: #eff0f1;
}
.grid.overflow li {
	padding: 0.5rem;
	padding-bottom: 1rem;
}
.grid.overflow h4 {
	margin-bottom: 0.5rem;
}
.grid.overflow.water h4 {
	padding: 0;
	padding-left: 3.0rem;
	position: relative;
	height: 3rem;
	line-height: 3rem;
}
.grid.overflow.water h4.level7 {
	background: url(../sp_images/common/point_stageLv7.png) no-repeat 2px center;
}
.grid.overflow.water h4.level4 {
	background: url(../sp_images/common/point_stageLv4.png) no-repeat 2px center;
}
.grid.overflow.water h4.level3 {
	background: url(../sp_images/common/point_stageLv3.png) no-repeat 2px center;
}
.grid.overflow.water h4.level2 {
	background: url(../sp_images/common/point_stageLv2.png) no-repeat 2px center;
}
.grid.overflow.water h4.level1 {
	background: url(../sp_images/common/point_stageLv1.png) no-repeat 2px center;
}
.grid.overflow table {
	width: 100%;
}
.grid.overflow table .category {
	width: 40%;
}
.grid.overflow table .status {
	width: 30%;
}
.grid.overflow table tbody td {
	padding: 1rem;
	text-align: center;
}
.grid.overflow table tbody td:first-child {
	text-align: left;
}
.grid.overflow table tbody tr:nth-child(odd) th, .grid.overflow table tbody tr:nth-child(odd) td {
	background-color: #ffffff;
}
.grid.overflow table tbody tr:nth-child(even) th, .grid.overflow table tbody tr:nth-child(even) td {
	background-color: #eff0f1;
}
.grid.dam table {
	width: 100%;
}
.grid.dam.timeLine .time {
	width: 15%;
}
.grid.dam.timeLine .data {
	width: "21.25%";
}
.grid.dam.timeLine th, .grid.dam.timeLine td {
	padding: 0 0.5rem;
	width: 20%;
	height: 3.36rem;
	font-size: 1.1rem;
}
.grid.dam tbody th, .grid.dam tbody td {
	padding: 0.5rem;
}
.grid.dam tbody th {
	background-color: #dde5ec;
	color: #000000;
	font-weight: bold;
}
.grid.dam tbody td {
	text-align: right;
}
.grid.dam tbody td.char {
	text-align: center;
}
/*グラフ凡例*/
.obspContents div.graphUnit{
	width: 315px;
	position: relative;
	font-size: 12px;
	margin: 0 auto;
	text-align: left;
}
.obspContents div.graphUnit span.unitR{
	position: absolute;
	top:0;
	right: 0;
}
.obspContents div.graphUnit span.ex-rainfall{/* 雨量 */
	display:inline-block;
	height: 10px;
	border-left-width:5px;
	border-left-style:solid;
	margin-right: 3px;
}
.obspContents div.graphUnit span.ex-rainSum, /* 累加 */
.obspContents div.graphUnit span.ex-stage,/* 水位 */
.obspContents div.graphUnit span.ex-reserve,/* ダム＠貯水位 */
.obspContents div.graphUnit span.ex-inflow,/* ダム＠流入量 */
.obspContents div.graphUnit span.ex-outflow{/* ダム＠全放流量 */
	display:inline-block;
	width:14px;
	height:8px;
	margin-right: 3px;
}
.obspContents div.graphUnit span.ex-rainSum{/* 累加 */
	background:url(../sp_images/icon/ex_rainSum.png);
}
.obspContents div.graphUnit span.ex-stage{/* 水位 */
	background:url(../sp_images/icon/ex_stage.png);
}
.obspContents div.graphUnit span.ex-reserve{/* ダム＠貯水位 */
	background:url(../sp_images/icon/ex_reserve.png);
}
.obspContents div.graphUnit span.ex-inflow{/* ダム＠流入量 */
	background:url(../sp_images/icon/ex_inflow.png);
}
.obspContents div.graphUnit span.ex-outflow{/* ダム＠全放流量 */
	background:url(../sp_images/icon/ex_outflow.png);
}

/*スピナー*/
#spinnerContents{
	text-align: center;
	margin: 5% 0;
}