﻿a.btn-green{
  padding: 0.5em;
  margin: 10px 0;
  display: block;
  color: #fff !important;
  background: #00913D;
  text-decoration: none;
  font-weight: bold;
  font-size:16px;
  border-radius: 3px;
  text-align:center;
  text-decoration:none !important;
}
a.btn-green:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: -3px 5px 0 0;
  background: url("../image/nps.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
a.btn-green:hover {
    background: #6FB83F;
}
 
@media screen and (min-width: 768px){
  a.btn-green{
    padding: 0.5em 2em;
    margin: 10px auto;
    font-size:20px;
    display:inline-block;
    }
  a.btn-green:before {
        margin: -3px 10px 0 0;
    }
}
td{
	height: 40px;
}

.td1{
	text-align: right;
	height: 40px;
	padding-right:1em;
border-bottom: 2px solid #C0CDDC;
}
.td2{
	padding-left:305px;
	height: 55px;
}
.td3{
	padding-left:200px;
	height: 40px;
}
.td4{
	padding-left:130px;
	height: 50px;
}
.td5{
border-bottom: 2px solid #C0CDDC;

}
.th1{
	height: 45px;
    border-right:1px solid #008000;
    border-bottom:1px solid #008000;
    background-image:url(../image/green-line.gif);
    background-position:left top;
    color: white;
    text-align:center;
}
.tr2{
	background-color: #ddffdd;
}
a{
	color: black;
	text-decoration: none;
}
a:hover{
	color:red;
	font-weight:bold;
}
body{
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}
input{
	text-align: right;
	font-size: large;
}
table.tbl1{
	width: 60%;
}

table.tbl2{
	width: 30%;
	background-color: #ddffdd;
	border: 3px green solid;
	font-size: 80%;
	box-shadow: 2px 5px 15px 1px green;
}
table.tbl3{
	width: 60%;
}
.tbl3td1{
	width: 95%;
}
.tbl3td2{
	width: 5%;
}

@media only screen and (max-device-width: 640px) {
table.tbl1{
	width: 95%;
	font-size: 70%;
}
table.tbl2{
	width: 95%;
	background-color: #ddffdd;
	border: 3px green solid;
	font-size: 65%;
	box-shadow: 2px 5px 15px 1px green;
}
table.tbl3{
	width: 95%;
}
.td3{
	padding-left:180px;
	height: 40px;
}
.td4{
	padding-left:70px;
	height: 50px;
}
.btn{
	font-size: 65%;
}
body{
font-size:70%;
}
}

.box2 {
    padding: 0em 1em;
    margin-top: 0;
    background: #FFF;
    width:60%;
    border: solid 3px green;
    border-radius: 10px;
}
@media only screen and (max-device-width: 640px) {
.box2 {
    padding: 0em 1em;
    margin-top: 0;
    background: #FFF;
    width:90%;
    border: solid 3px green;
    border-radius: 10px;
}
.box2 p {
    margin-top: -20px; 
    padding-top: -20px;
}
}
#box_shadow{
	box-shadow: 4px 4px;
}
#rad1{
	border-radius: 10px 0 0 0;
}
#rad2{
	border-radius: 0 10px 0 0;
}
.info2{
    display: inline-block;
    top:5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #000000;
    color: #FFF;
    position: relative;
}

.info2:before{
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    background: #FFF;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: calc(50% - 1.5px);
}

.info2:after{
    content: "";
    display: block;
    width: 3px;
    height: 8px;
    background: #FFF;
    position: absolute;
    bottom: 4px;
    left: calc(50% - 1.5px);
}
/*
.graph {
    position: relative;
    width: 300px;
    border: 1px solid #207870;
    padding: 2px;
}
.graph .bar {
   display: flex;
    position: relative;
    .graph .bar {
   display: flex;
    position: relative;
    background: #409890;
    text-align: center;
    color: #f0ffff;
    height: 2em;
    line-height: 2em;
	animation: graphAnim 5s infinite;
}
.graph .bar span {
    position: absolute;
    left: 1em;
}
*/
.bar-graph-wrap {
  position: relative;
  height: 30px;
  width: 48%;
  box-shadow: 0 5px 10px black;
  overflow: hidden;
}

@media only screen and (max-device-width: 640px) {

.bar-graph-wrap {
  position: relative;
  height: 30px;
  width: 95%;
  box-shadow: 0 5px 10px black;
  overflow: hidden;
}
}

.bar-graph-wrap .graph {
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #ff0000;
 /*  width: 40%; 混雑状況
  border-radius: 0 4px 4px 0;*/
/*  animation:graphAnim 3s infinite;*/
  animation:graphAnim 5s;
}  
.graph span {
  font-size: 14px;
  color: #ffffff;
}
.bar-graph-wrap .graph::after {
position: absolute;
top:9px;
/*left:5px;*/
right:5px;
color: #fff;
font-size:70%;
content: attr(data-percentage);
}

@keyframes graphAnim {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.tooltip1{
    position: relative;
    cursor: pointer;
    display: inline-block;
}
.tooltip1 p{
    margin:0;
    padding:0;
}
.description1 {
    display: none;
    position: absolute;
    padding: 15px;
    font-size: 12px;
    line-height: 1em;
    color: #fff;
    border-radius: 5px;
    background: #000;
    width: max-content;
}
.description1:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 10%;
    border: 15px solid transparent;
    border-top: 15px solid #000;
    margin-left: -15px;
}
.tooltip1:hover .description1{
    display: inline-block;
    top: -60px;
    left: -10px;
}
