/* template0の設定 */
:root{
    --blogTemplate0CssVersion:0;
}
#dates{
    display: flex;
    flex-wrap:wrap;
    justify-content:right;
    border-bottom: 1px solid gray;
    padding-left: 30px;
}
#dates>div{
    margin:0 10px;
}
#tags{
    display: flex;
    flex-wrap:wrap;
    justify-content:left;
    border-top: 1px solid gray;
    padding: 0 30px;
}
#tags>p{
    width:100%;
    margin: 5px;
}
#tags>a{
    margin: 2px 5px;
}
#contents{
    margin-top:10px;
    margin-bottom: 10px;
}
