@charset "UTF-8";
*{
    margin: 0;
    padding: 0;
}
body{
    background: #fff;
    color: #000;
    font-size:mediume;
    font-size: n;
    font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    line-height: 150%;
}
#container{
  max-width:960px;
   width: 100%;
   box-sizing: border-box;
  margin: 0 auto;
}
header{
  background-color: aqua;
     height: 80px; 
  margin-bottom: 10px;
   
}
header h1 {
   text-align: center;
   line-height: 80px;
   font-weight: normal;
}
#pankuzu {
   width: 100%;
   box-sizing: border-box;
   text-align: right;
   padding-right: 10px;
}
figure {
   width: 100%;
   text-align: center;
}
figure img {
   width: 100%;
}
footer {
   width: 100%;
   text-align: center;
   margin-top: 20px;
}
@media screen and (max-width:600px){
   #pankuzu {
   font-size: 20px;
}
   

}