/**
*
*
*
*/
/* Create three sensor-columns of equal width */

#latest-rcv-time {
	width:80%;
	margin:0 auto;
}
#latest-rcv-time h5{
	font-size: 0.8em;
	color: #866;
	text-align: center;
}
#latest-rcv-time-val {
	font-size: 1.4em;
	font-weight: bold;
	color: #866;
}

#sub-container-latest{
	/*margin: 50px 200px 50px 100px;*/
	/*margin: auto;*/
    /*border: 1px solid #aaa;*/
    /*width: 600px;
    height: 50px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
	position: relative;
	*/
    margin: 50px auto;	
	/*@-20260123 width: 100%;*/
	width: 50%;
	height: 500px;
}
.sensor-columns {
	display: none;
	float: left;
	/*width: 400px;*/
	/*padding: 8px;*/
	margin: 10px;
	box-shadow: 0 8px 8px 0 rgba(0,0,0,0.2);
	border-radius: 10px;
}
.sensor-columns:hover {
  box-shadow: 0 8px 8px 0 rgba(0,0,0,0.7)
}
/*
#sensor-column-svg-main-t {
	float: right;
}
*/
/* Style the list */
.sensor-info {
	list-style-type: none;
	border: 1px solid #eee;
	margin: 0;
	padding: 0;
	-webkit-transition: 0.9s;
	transition: 0.9s;
	box-shadow: 0 8px 8px 0 rgba(0,0,0,0.2);
	border-radius: 10px;
}

/* Add shadows on hover */
.sensor-info:hover {
  /*box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)*/
}

/* header */
.sensor-info .header {
	margin-top: 4px;
	background-color: #666;
	color: white;
	font-size: 20px;
	border-radius: 10px 10px 0 0;
}

/* List items */
.sensor-info li {
  border-bottom: 1px solid #eee;
  padding: 5px 20px;
  text-align: center;
}

.sensor-info .sensore-graph-btns {
  margin-top: 5px;
  margin-bottom: 5px;
}

.latest-button {
	background-color: #4CAF50;
	border: none;
	color: white;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	font-size: 1em;
	margin-left: 5px;
	cursor: pointer; 
	width: 15%;
}
.sensore-graph-btns a{
	text-decoration: none;
}
/**/

/**
* グラフ表示コンテント
*
*/
.side-content {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 10;
  left: 0;
  background-color: #eee;
  overflow-x: hidden;
  transition: 1.0s;
  padding-top: 20px;
}

.side-content a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 1.3s;
}

.side-content a:hover {
  color: #f1f1f1;
}

.side-content .closebtn {
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 36px;
  margin-left: *50px;
}

/**
* offset
*
*/
#chart1 {
    margin-left: 0;
    margin-right: auto;
    width: 97%
}

.sensor-columns text{
  /*font-weight: bolder;*/
  font-size: 0.6em;
  fill:#009900; /* テキストの色 */
  /*stroke: #007700;*/ /* 枠線の色 */
  /*stroke-width: 1px;*/  /* 枠線の太さ */
}

/* Change the width of the three sensor-columns to 100%
(to stack horizontally on small screens) */
/**/
@media screen and (min-width: 601px) and (max-width: 1023px) {
	#sub-container-latest{
		/*border: 1px solid #aaa;*/
/*		
		width: 80%;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		position: relative;
		margin: 50px auto;	
		width: 80%;
		padding: 2.5% 0;
		display: flex;
		flex-direction: row;
*/
		/*justify-content: space-evenly;*/
		/*justify-content: center;*/
		/*justify-content: space-around;*/
		width: 80%;
		margin: 10px auto;	
	}
	.sensor-columns {
		/*width: 43%;*/
		width: 200px;
		margin-left: 5px;
		/*
		margin-left: auto;	
		margin-right: auto;	
		*/
	}	
	.latest-button {
		padding: 5px 5px;
		font-size: 14px;
		margin-left: 2px;
		text-decoration: none;
	}
}
@media screen and (max-width: 600px) {
	/*
	#sub-container-latest{
		margin: 50px 40px 10px 40px;
	}
	*/
	#sub-container-latest{
		/*margin: 50px 200px 50px 100px;*/
		/*margin: auto;*/
		/*
		border: 1px solid #aaa;
		height: 50px;
		top: 50;
		bottom: 0;
		left: 0;
		right: 0;
		position: absolute;
		position: relative;
		*/
		width: 80%;
		margin: 10px auto;	
	}
	.sensor-columns {
		width: 93%;
		padding: 0px;
		margin: 10px 0px 10px 0px;
	}
	.sensor-info .header {
	  padding: 5px;
	  font-size: 20px;
	}
	.latest-button {
		/*display: block;*/
		padding: 8px 15px;
		font-size: 14px;
		margin-left: 2px;
		text-decoration: none;
	}
	
}
