


#header{
	margin: auto;
	width: 100%;
	height: 150px;
	position: sticky;
	top: 0vh;
	/*left: 50%;*/
	/*transform: translateX(-50%);*/
	background-color: white;
	opacity: 0.9;
}


#bg{
	margin: auto;
	width: 100%;
	background-color: white;
	background-size: 100% 270px;
	background-image: url("20210529_3.jpg");
	background-attachment: scroll;
	background-repeat: no-repeat;
}


#main{
	margin: auto;
	padding: 300px 0px 0px 0px;
	width: 800px;
	min-height: 50%;
	background-color: rgba(255,255,255,255,0.0001);

}


#footer{
	margin: auto;
	width: 800px;
	height: 117px;
	position: sticky;
	top: 0vh;
	background-color: white;
	background-image: url("kenko_yoko.png");
	background-size: 300px 107px;
	background-position: right;
	background-repeat: no-repeat;
}

/*　■■■■■■■■■■　　　　　　　　　　テーブル　　　　　　　　　　■■■■■■■■■■*/

table.tmain{
  width: 800px;
  border-collapse:separate;
  border-spacing: 0;
  font-size: 14px;
  font-family: "Helvetica Neue" , Arial , "Hiragino Kaku Gothic ProN" , "Hiragino Sans" , Meiryo,sans-serif;
}

table.tmain th:first-child{
  border-radius: 5px 0 0 0;
}

table.tmain th:last-child{
  border-radius: 5px 5px 0 0;
  border-right: 1px solid #3c6690;
}

table.tmain th{
  text-align: left;
  color:white;
  background: linear-gradient(#829ebc,#225588);
  border-left: 1px solid #3c6690;
  border-top: 1px solid #3c6690;
  border-bottom: 1px solid #3c6690;
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
  padding: 10px 10px 10px 10px;
}

table.tmain td{
  text-align: left;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top:none;
  box-shadow: 0px -3px 5px 1px #eee inset;
  padding: 10px 10px 10px 10px;
}
/*
table.tmain td:last-child{
  border-right: 1px solid #a8b7c5;
}
*/
table.tmain tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

table.tmain tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

table td.tcenter{text-align: center;}
table td.td100{width: 100px;}
table td.td200{width: 200px;}
table tr.mg100{margin: 100px 0px 0px 0px;}


table.contact{text-align: center;}



