div .bg_miccho{
	background-image:url(/img/background.jpg); /*背景画像を指定*/
	background-size:100px; /*背景画像のサイズ指定*/
}

.form-signin {
	max-width: 330px;
	padding: 1rem;
  }
  
  .form-signin .form-floating:focus-within {
	z-index: 2;
  }
  
  .form-signin input[type="email"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
  }
  
  .form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
  }

/* 画面幅が1170px以上になった場合に背景色をつける */
.main-v {
    position: relative;
    background-color: #333;
    margin-bottom: 30px;
}
 
/* メインcontainerを最大1170pxに指定 */
/* Bootstrapのコンテンツエリアが最大1170pxのため */
.main-container{
    position:relative;
    width: 100%;
	height:auto;
    margin-left:auto;margin-right:auto;
	margin-bottom: 30px;
}
 
img{
    max-width: 100%;
    height: auto;
}
 
.main-img{
    display: block;
}

#wrapper{
	width: 100%;
	height: 100%;
}

#myChart {
	display:block;
	max-width:600px;
	max-height:300px;
	background-color: #f8f9fa;
	/* height: 400px; */
}