
html, body {height: 100%;}  /*高さ100%に指定*/
body {
		font-weight:normal;
  margin: 0;
  padding: 0;
  position: relative;
  min-width: 200px;  /*中央配置するボックスの横幅*/
  min-height: 200px;  /*中央配置するボックス縦幅*/

　font-size:80%;
}

h1 {font-size:100%;
}
h1.rogo {
	position:absolute;
    display: block;
	margin: -50px 0 0 -400px;
	top: 50%;  /*上端を中央に*/
  left: 50%;  /*左端を中央に*/
  width: 800px;  /*横幅*/
  height: 100px;  /*縦幅*/
  text-align:center;
    font-size: 2rem;
}

h1.rogo p {
    font-size: 1rem;
}

#footer {
  position: absolute;
  bottom:10%;
  text-align:center;
  width:100%;
}


#footer #ticker ul {
width: 100%;
display: block;
height:20px;
}

#footer #ticker ul li{
width: 100%;
display: block;
height:20px;
border:none;
color:#000;
text-align:center;
}

@media (max-width: 991.98px) {
    /*RESPONSIVE SMART PHONE*/
    #ticker {
        font-size: 1.2rem;
        width: 100%;
    }
    
    #footer #ticker ul {
height:30px;
}

#footer #ticker ul li{
height:30px;

}
    
}
