#overlay{ 
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0,0,0,0.6);
}
.table-double {
  width: 100%;
  overflow: auto;
  white-space: nowrap;
}
.table-fixed {
  table-layout: fixed;
}
.table-fixed2 {
  table-layout: fixed;
  width:100%;
  max-width : 800px;
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}
.is-hide{
  display:none;
}
.topBtn {
  position:fixed; /*固定*/
  bottom:20px; /*場所を右下に移動*/
  right:20px; /*場所を右下に移動*/
  display:block; /*aタグをblock要素に変更*/
  background-color:rgba(0,0,0,0.5); /*以下、デザインはご自由に！！*/
  color:#fff;
  text-decoration:none;
  font-weight:bold;
  font-size:11px;
  width:60px;
  height:60px;
  text-align:center;
  line-height:22px;
  border-radius:30px;
  padding-top:30px;
  box-sizing:border-box;
}
.topBtn:before {
  content:'\25B2';
  position:absolute;
  top:10px;
  left:0;
  width:100%;
  text-align:center;
  font-size:20px;
}
.topBtn:hover {
  opacity:0.5;
}

.svg-container {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 50%;
  vertical-align: top;
}

.svg-containerbox {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width :800px;
  padding-bottom: 350px;
  vertical-align: top;
}

.svg-containerhist {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width :800px;
  padding-bottom: 400px;
  vertical-align: top;
}

.svg-containerhistext {
  width: 100%;
  max-width :800px;
}
.svg-content-responsive {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0 ;
}
.svg-container2 {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 90%;
  vertical-align: top;
}
.svg-container3 {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width :800px;
}
.svg-container4 {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width :530px;
}
.svg-container5 {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width :800px;
}
.svg-container6 {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width :650px;
}
.svg-container7 {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width :530px;
  vertical-align: top;
}
.svg-container8 {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width :550px;
}

.pietable {
  position: relative;
  width: 100%;
  max-width :400px;
}

.d3-tooltip-container {
  position: absolute;
  text-align: center;
  width: auto;
  height: auto;
  padding: 5px;
  font-size: 12px;
  background: white;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
  visibility: hidden;
}
.btn1 {
  display: block;
  margin: 0 auto 0 auto;
}

.dscatter-tooltip {
  position: absolute;
  text-align: center;
  width: auto;
  height: auto;
  padding: 5px;
  font-size: 15px;
  color: red;
  visibility: hidden;
}

td.showUp {
  opacity: 1;
  margin-top: 0;
}

.pageshow{
  display: inline;
}
.c3-xgrid-line.zero line {
  stroke-dasharray: 5;
}
.c3-ygrid-line.zero line {
  stroke-dasharray: 5;
}

.c3-xgrid-line.average line {
  stroke: pink;
}
.c3-xgrid-line.std line {
  stroke: goldenrod;
}
.c3-xgrid-line.average text {
  fill: pink;
}
.c3-xgrid-line.std text {
  stroke: goldenrod;
}
.selectth {
	border-bottom:solid;
	border-width:5px;/*5ピクセルの太さにする*/
}
.link {
  fill: none;
  stroke: #555;
  stroke-opacity: 0.4;
  stroke-width: 1.5px;
}
