/* ##### 連番 ##### */
#actual-object-form {
    counter-reset: number;
}

#actual-object-form div.uk-panel-box {
    position: relative;
}

#actual-object-form div.uk-panel-box::before {
    content: counter(number);
    width: 2em;
    height: 1em;
    display: inline-block;
    counter-increment: number;
    padding: 0.1em 0.2em 0.2em 0.2em;
    font-size: 11px;
    color: white;
    line-height: 1;
    text-align: center;
    background: #bdbdbd;
    position: absolute;
    top: 0;
    left: 0;
}

#actual-object-form div.uk-panel-box:last-of-type:before {
    display: none;
}

/* ##### タイトル ##### */
#actual-object-form div.uk-panel-box:nth-of-type(n+3):nth-of-type(-n+5) {
    background-color: #f3f1e7;
}

/* ##### 更新日 ##### */
#actual-object-form div.uk-panel-box:nth-of-type(6) {
    background-color: #f2f8f8;
}

/* ##### カテゴリ ##### */
#actual-object-form div.uk-panel-box:nth-of-type(n+7):nth-of-type(-n+10) {
    background-color: #f3f1e7;
}

/* ##### 記事１ ##### */
#actual-object-form div.uk-panel-box:nth-of-type(n+11):nth-of-type(-n+13) {
    background-color: #f2f8f8;
}

/* ##### 記事２ ##### */
#actual-object-form div.uk-panel-box:nth-of-type(n+14):nth-of-type(-n+16) {
    background-color: #f3f1e7;
}

/* ##### 記事３ ##### */
#actual-object-form div.uk-panel-box:nth-of-type(n+17):nth-of-type(-n+19) {
    background-color: #f2f8f8;
}

/* ##### 記事４ ##### */
#actual-object-form div.uk-panel-box:nth-of-type(n+20):nth-of-type(-n+22) {
    background-color: #f3f1e7;
}

/* ##### 記事５ ##### */
#actual-object-form div.uk-panel-box:nth-of-type(n+23):nth-of-type(-n+25) {
    background-color: #f2f8f8;
}

/* ##### 記事６ ##### */
#actual-object-form div.uk-panel-box:nth-of-type(n+26):nth-of-type(-n+28) {
    background-color: #f3f1e7;
}

/* ##### 記事７ ##### */
#actual-object-form div.uk-panel-box:nth-of-type(n+29):nth-of-type(-n+31) {
    background-color: #f2f8f8;
}

/* ##### 店舗情報 ##### */
#actual-object-form div.uk-panel-box:nth-of-type(n+32):nth-of-type(-n+54) {
    background-color: #f3f1e7;
}

/* ##### 周辺ホテル ##### */
#actual-object-form div.uk-panel-box:nth-of-type(n+55):nth-of-type(-n+61) {
    background-color: #f2f8f8;
}
