*{
    margin: 0;
    padding: 0;
    outline: none;
    word-break: break-all;
}
:root{
    font-size: 20px;
}
html{
    background-color: white;
    line-height: 1.5rem;
    min-width: 300px;
}
h1{
    font-size: 1.2rem;
    font-weight: bold;
}
p{
    font-size: 1rem;
}
.container{
    width: 90%;
    margin: 0 auto;
    padding: 3rem 0;
}
.bold{
    font-weight: bold;
}
.red{
    color: red;
}
a{
    color: cornflowerblue;
    text-decoration: none;
}
.big{
    font-size: 1.1rem;
}
.mg{
    margin: .8rem 0;
}
.pd{
    padding: .8rem 0;
}
.mgt{
    margin-top: .8rem;
}
.f{
    height: 1rem;
}
.img_load_btn{
    font-size: .7rem;
    padding: 3px 5px;
    background-color: white;
    border: 1px solid black;
    border-radius: 0;
    margin: .3rem 0;
    cursor: pointer;
}
.img_diary{
    width: 90%;
    max-width: 350px;
    height: auto;
    margin: .2rem 0;
}
.moe a{
    color: #ffa3bd;
    font-size: .9em;
}
.moe a i{
    background-image: url("./img/moe.png");
    height: 18px;
    width: 18px;
    background-size: cover;
    display: inline-block;
    position: relative;
    top: 3px;
    background-repeat: no-repeat;
}
.thrline{
    text-decoration: line-through;
}
.gray{
    color: gray;
}
.small9{
    font-size: .9em;
}
.f{
    position: relative;
}
.f::after{
    content: ' ';
    height: 1px;
    width: 100%;
    background-color: gray;
    position: absolute;
    top: 50%;
    left: 0;
}
.linein > *{
    display: inline-block;
    margin-right: 1rem;
}
.floater{
    position: absolute;
    right: 20px;
    top: 40px;
}
.floater p{
    font-size: 16px;
}
.flag{
    width: 100%;
    height: 50px;
    background-color: rgb(255, 245, 196);
    display: flex;
    align-items: center;
    box-shadow: 4px 1px 10px 1px gray;
}
.flag div{
    font-size: 16px;
    margin: 0 10vw;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.icon{
    font-family: iconfont0;
    user-select: none;
}
.pointer{
    cursor: pointer;
}