@charset "UTF-8";

body{
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,sans-serif;
    background-color: #ffffff;
    color: #000000;
}

p,a{
    font-size: 18px;
}

a{
    color: #0000ff;
}

a:hover{
    color: #ff0000;
}

#sitename,#top,#topsita,#links{
    text-align: center;
}

#sitename{
    font-size: 80px;
    margin-bottom: 0;
    margin-top: 40vh;
    line-height: 1;
}

#top{
    margin-top: 0;
}

.nowrap{
    white-space: nowrap;
}

.link{
    color: #000000;
    position: relative;
	text-decoration: none;
	transition: 0.3s;
    font-size: 30px;
    margin-left: 20px;
    white-space: nowrap;
    font-weight: 700;
}

    .link::before{
        content: "";
        position: absolute;
        left: 50%;
        bottom: -4px;
        width: 0;
        height: 4px;
        background: #000000;
        transition: 0.3s;
    }
    .link:hover::before{
        left: 0;
        width: 100%;
    }

    #honbun{
        background-color: #000000b3;
        text-align: left;
        margin: auto;
        max-width: 55rem;
        width: auto;
    }

    #honbun>h2{
        color: #ffffff;
        text-indent: 1em;
    }

    #honbun>h1{
        color: #ffffff;
        text-indent: 1em;
    }

    #honbun>p>a{
        color: #5353ff;
    }

    #honbun>p{
        text-indent: 1em;
        color: #ffffff;
        line-height: 2;
    }

    #sita{
        text-align: center;
    }

    .year-month{
        display: flex;
  justify-content: center;
  margin: 0 auto;
    }

    .year{
        color: #000000;
        text-align: center;
    }

    .month>a{
        color: #0000ff;
    }

    .month{
        text-align: center;
  display: inline-block;
  width: 43px;
  height: 33px;
    }

    .months{
        display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
    }

    .mokuji{
        text-align: center;
        margin-bottom: 20px;
    }

    .mokuji>a{
        color: #0000ff;
    }

    .jisage{
        margin-left: 1em;
    }

@media screen and (max-width: 332px) {

    #sitename{margin-top: 15vh;}

}