/* ちぃさん版らんだむばなー2.2 CSS */

/* スライダー共通 */
.rbp-swiper {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.rbp-swiper img {
    width: 100%;
    height: auto;
    display: block;
}

/* ランダム1枚表示 */
.rbp-random-banner img {
    width: 100%;
    height: auto;
}

/* 並び替え時のプレースホルダー（管理画面） */
.sortable-placeholder {
    border: 2px dashed #888;
    background: #f0f0f0;
    height: 60px;
    margin-bottom: 10px;
}
