.site-header { border-top: 5px solid #692560; border-bottom: 1px solid #e8e8e8; min-height: 55.95px; position: relative;}
.site-title { font-size: 30px; font-weight: 300; line-height: 54px; letter-spacing: -1px; margin-bottom: 0;  float: left; color: #692560;}

body {
	font-family: 'Arial', 'メイリオ';
	padding: 0;
}

.main {
	display: flex; 
	flex-direction: column; 
	min-height: 100%; 
}

.flex-wrapper {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
}


.footer{
	/*flex: 0 0 auto;*/
	width: 100%;
	height: 75px; 
	text-align: center;
	background-color: #692560;
	color: white;
	/*bottom:  0;*/
  /*position: fixed;*/
}

.head-link {color: inherit;  text-decoration: none;}
.foot-link {color: white;}
.foot-link:link, .foot-link:visted {color: white;}
.help-link {color: #692560;}
.help-link:link, .help-link:visted {color: #692560;}

#wgtmsr{
 width:500px;   
}

#wgtmsr option{
  width:500px;   
}

#wgtmsr2{
 width:300px;   
}

#wgtmsr2 option{
  width:300px;   
}
