/* -------------------------------------------- */

.relative {
    position: relative;
}
/* -------------------------------------------- */

/* -- 基本配置 -------------------------------- */
/*
.editor-popbox.popup-box,
.confi-popbox.popup-box {
	position: relative;
	top: 0;
}
*/
/* -- グループ一覧 ---------------------------- */
/* -- アイテム一覧 ---------------------------- */

/* -- 画像一覧表示 ---------------------------- */
img.s-img {

}
/* -- アイテムヘッダー部 ---------------------- */
.itemset-header {
    display: table;
    width  : 100%;
}
.itemset-header>* {
    display: table-cell;
    padding: 0;
    margin : 0;
    text-align: left;
}
.itemset-header span {
    width: 50px;
}



.jUniEditor.mode--editor .Wrapper,
.jUniEditor.mode--confirm .Wrapper {
    position: relative;
    top: 0;
    height: auto;
    overflow: auto;
}
.jUniEditor.mode--editor .Simulator-wrapper,
.jUniEditor.mode--confirm .Simulator-wrapper {
    position: absolute;
    top: -9999px;
    height: 1px;
    overflow: hidden;
}