*{margin:0; padding:0;}
body{
    height: 100%; margin: 0; 
    font-family: "Noto Sans JP", sans-selif;
    background-image: url(../bg-image/jul-aug.png);
    background-size: cover; background-position: center;
    background-repeat: no-repeat; background-attachment: fixed;    
}

/* 見出し */
header{
    width:100%; height:auto;}
img.logo{
    width:100%; height:auto; 
}
h4.notice{margin-right:12%; text-align: right; color:black;
}
}
/* 最新のニュース、トピックス */
.container{
    padding-left:8%; margin-top: 2%;
    background-color: yellow;
}
.topnews{width: 100%; margin-left:6%;  }
.topics{width:80%; margin-left:8%; margin-bottom:40px;
    font-size: 14px; color: black; }

/* サークル活動 と 活動先リンク*/
.activity{
    margin-left:6%;  margin-bottom:40px;
    display : flex; flex-wrap: no-wrap;
}
.schedule{ width: 65%;}
table.circle{
    background-color: rgba(246, 235, 247, 0.5); 
    border-collapse: collapse; border: solid 1px  blue;
    font-size: 16px; color: black;
}
tr,th,td{border: dotted 1px blue; padding-left:8px;}
table th{
    background-color: wheat;  opacity:0.5;
    font-size: 12px;
}
.tantou{ font-size: 12px;}

/* 諸活動詳細へのリンクナビ */
nav.majors{ width:35%; padding-top: 60px; padding-left:20px;
    display: flex; flex-direction: column;}
img.act{ display: inline-block; padding: 8px 8px;
}



/* 本部からのお知らせ */
.headquarter{ margin-left: 4%;}
article.division-4{
    width: 100%; padding-left:12%; 
}
p.hqnews{ width:80%; font-size:14px; color:black;}

/* フッター */
footer.division-5{
    width: 100%; height: 200px; 
    margin-top:40px;  padding-bottom: 20px;
    background-color: rgba(33, 5, 36, 0.5);   
}
p.address{ font-size: 12px; color:white; text-align:center; }
footer img{ margin-top: 24px; margin-left:40px;}
.members{ margin-right:12%; text-align: right;}
footer h4{color: white; }
.yokoku{ font-size: 12px; color:white; text-align: center;} 

/* スマホ対応 */
@media screen and (max-width: 1024px){} 
@media screen and (max-width: 780px){
    .activity{
        display : flex; flex-wrap: wrap;
    }
    .schedule{ width: 100%;}
    nav.majors{width:100%; 
        display: flex;  flex-direction:row;
        flex-wrap: wrap;}
    .act{margin-left: 8px;}
}
@media screen and (max-width: 480px){} 