@charset "UTF-8";
@import url("advent2.css");

html {
    background-color: #f9dede;
}
h1,
h1 + p {
    background-color: #a03040;
}
h2 {
    border-color: indianred;
}
h3 {
    border-color: lightcoral;
    font-weight: normal;
}
dl.chart dt {
    border-bottom-color: salmon;
}

// 毎年固定↓

figure {
    padding-top: 1em;
}
.editor button[name="add"]:before {
    content: "+ ";
}
.editor button[name="add"]:after {
    content: "個めのリンクを設定";
}
.editor button[name="del"] { 
    font-size: x-small;
}
.editor button[name="del"]:before {
    content: "- ";
}
.editor button[name="del"]:after {
    content: "個めのリンクを削除";
}
.editor div hr {
    border: none;
    border-bottom: 2px dashed silver;
    margin: 1em 1em 0;
}