* {
    box-sizing: border-box;
    font-size: 14px;
    line-break: strict;
    overflow-wrap: break-word;
    word-wrap: break-word;
    /*word-break: break-all;*/
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

h1,
h2,
h3 {
    margin: 0;
    padding: 0;
}

a,
button,
input,
select,
textarea {
    cursor: pointer;
    outline: none;
}

a {
    color: #f06292;
    text-decoration: none;
}

button,
input,
select,
textarea {
    border: 0;
    border-radius: 4px;
    vertical-align: bottom;
}

button,
input,
select {
    height: 32px;
}

button,
input[type="submit"] {
    background-color: #f06292;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 0 0 1px;
    color: #fff;
    overflow: hidden;
    padding: 0 12px;
}

a:hover,
button:hover,
input[type="submit"]:hover {
    animation: fadeOutMedium 0.3s linear forwards;
    -moz-animation: fadeOutMedium 0.3s linear forwards;
    -ms-animation: fadeOutMedium 0.3s linear forwards;
    -o-animation: fadeOutMedium 0.3s linear forwards;
    -webkit-animation: fadeOutMedium 0.3s linear forwards;
}

button:active,
input[type="submit"]:active {
    border-bottom-width: 0;
    height: 31px;
    margin-top: 1px;
}

input:not([type="submit"]),
select,
textarea {
    background-color: #eee;
    border-color: #e0e0e0;
    border-style: solid;
    border-width: 1px;
}

input:not([type="submit"]):focus,
select:focus,
textarea:focus {
    background-color: #fffde7;
    border-color: #212121;
    transition: background-color 0.3s linear, border-color 0.3s linear;
    -moz-transition: background-color 0.3s linear, border-color 0.3s linear;
    -ms-transition: background-color 0.3s linear, border-color 0.3s linear;
    -o-transition: background-color 0.3s linear, border-color 0.3s linear;
    -webkit-transition: background-color 0.3s linear, border-color 0.3s linear;
}

input:not([type="submit"]),
textarea {
    padding: 8px;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 0 4px 0 0;
    vertical-align: middle;
}

input[type="file"] {
    display: none;
}

input[type="file"],
input:placeholder-shown {
    color: #9e9e9e;
}

input::-moz-placeholder {
    opacity: 1;
    color: #9e9e9e;
}

input:-ms-input-placeholder {
    color: #9e9e9e;
}

input::-webkit-input-placeholder {
    color: #9e9e9e;
}

textarea {
    height: 180px;
}

ul,
li {
    margin: 0;
    padding: 0;
}

li {
    margin-left: 1em;
}

label {
    cursor: pointer;
    margin-right: 16px;
    text-align: right;
}

label:last-child {
    margin-right: 0;
}

table,
tbody,
tr,
th,
td {
    border: 0;
    border-spacing: 0;
    margin: 0;
    padding: 0;
}

@keyframes fadeOutMedium {
    0% {
        backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        opacity: 1;
    }
    100% {
        backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        opacity: 0.8;
    }
}

@-webkit-keyframes fadeOutMedium {
    0% {
        backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        opacity: 1;
    }
    100% {
        backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        opacity: 0.8;
    }
}

.header {
    background-color: #212121;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    color: #fff;
    display: flex;
    height: 48px;
    justify-content: space-between;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 4;
}

.header * {
    font-size:min(1vw, 1rem);
}

.header-left,
.header-center,
.header-right {
    align-items: center;
    display: flex;
    width: 100%;
}

.header-left {

}

.header-center {
    flex-shrink: 2;
}

.header-right {
    display: flex;
    justify-content: flex-end;
    margin-right: 8px;
}

.header-logo {
    padding: 0 8px;
}

.header-logo-image {
    height: 32px;
}

.header-title {
    font-size:min(1.6vw, 2rem);
    font-weight: bold;
}

.header button {
    background-color: rgba(255, 255, 255, 0.4);
}

#loginFormHeader .header-center {
    justify-content: center;
}

.loginName {
    margin-right: 12px;
}

.mainMenu {
    background-color: #fff;
    border-color: #e0e0e0;
    border-style: solid;
    border-width: 0 0 1px;
    height: 48px;
    left: 0;
    overflow-x: auto;
    position: fixed;
    top: 48px;
    width: 100%;
    z-index: 3;
}

.mainMenu-itemGroup {
    display: flex;
    height: 100%;
    justify-content: space-around;
}

.mainMenu-item {
    align-items: center;
    border-color: #fff;
    border-style: solid;
    border-width: 3px 0;
    display: flex;
    height: 100%;
    justify-content: center;
    padding: 0 8px;
    text-align: center;
    width: 100%;
}

.mainMenu-item:hover {
    cursor: pointer;
    font-weight: bold;
}

.mainMenu-item-current {
    border-bottom-color: #8bc34a;
    font-weight: bold;
}

.sideMenu {
    background-color: #fff;
    border-color: #e0e0e0;
    border-style: solid;
    border-width: 0 1px 0 0;
    bottom: 0;
    overflow-y: auto;
    padding-top: 48px;
    position: fixed;
    top: 0;
    width: 200px;
    z-index: 3;
}

.sideMenu-itemGroup {

}

.sideMenu-item {
    border-color: #e0e0e0;
    border-style: solid;
    border-width: 0 0 1px;
    list-style: none;
    margin: 0;
    padding: 16px 16px 16px 28px;
}

.sideMenu-item-sub {
    border-color: #e0e0e0;
    border-style: dashed;
    border-width: 0 0 0;
    padding: 16px 16px 16px 44px;
}

.mainMenu-item-current,
.sideMenu-item-current {
    background: url(../img/baseline_play_arrow_black_18dp.png) 4px center no-repeat;
    background-size: 20px;
    font-weight: bold;
}

.mainMenu-item-current:not(.sideMenu-item),
.sideMenu-item-current:not(.sideMenu-item) {
    background: url(../img/baseline_play_arrow_black_18dp.png) 20px center no-repeat;
    background-size: 20px;
    font-weight: bold;
}

.sideMenu-item:hover,
.sideMenu-item-sub:hover {
    background-color: #f0f4c3;
    cursor: pointer;
}

.sideMenu .mainMenu-item-current {
    background-color: #f0f4c3;
}

.view {
    display: none;
    padding: 48px 0 0 200px;
    position: relative;
}

.view * {
    font-size:min(1vw, 1rem);
}

.view-header {
    align-items: center;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    margin-left: -200px;
    padding: 40px 40px 40px 240px;
    position: fixed;
    width: 100%;
    z-index: 2;
}

.filterMenu {
    align-items: center;
    display: flex;
    gap: 0 8px;
    margin-left: 4px;
}

[name="filterMenu-keyword"] {
    width: 16.5em;
}

[data-click-action="filterMenuReset"] {
    background-color: #9e9e9e;
}

.view-contents {
    padding: 112px 40px 0;
}

.view-footer {
    background-color: #fff;
    justify-content: space-between;
    margin-left: -200px;
    padding: 40px 40px 40px 240px;
    text-align: center;
}

#mainView {
    display: block;
}

.popupView {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 4;
}

.popupView-wrapper {
    align-items: center;
    bottom: 0;
    display: flex;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    justify-content: center;
    padding: 32px;
    position: fixed;
}

.popupView-main {
    background-color: #fff;
    border-radius: 8px;
    height: 100%;
    overflow-y: auto;
    position: relative;
    min-width: 736px;
    max-width: 736px;
}

.popupView-main-close {
    align-items: center;
    display: flex;
    height: 48px;
    justify-content: flex-end;
    padding-right: 8px;
    position: fixed;
    width: 736px;
    z-index: 3;
}

.popupView-main-close button {
    border-radius: 50%;
    font-size: 16px;
    width: 32px;
}

.popupView-main-tilte {
    align-items: center;
    background-color: #3F51B5;
    border-radius: 8px 8px 0 0;
    color: #fff;
    display: flex;
    font-weight: bold;
    height: 48px;
    justify-content: center;
    padding: 0 8px;
    position: fixed;
    width: 736px;
    z-index: 2;
}

.popupView-main-content {
    padding-top: 48px;
}

.floatView {
    background-color: #fff;
    bottom: 0;
    display: none;
    left: 0;
    right: 0;
    position: fixed;
    top: 0;
    z-index: 4;
}

#dropArea {
    align-items: center;
    background-color: rgba(0,0,0 ,0.8);
    color: #fff;
    display: flex;
    font-size: 40px;
    height: 100%;
    justify-content: center;
    line-height: 100%;
    position: fixed;
    text-align: center;
    top: 0;
    transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
    width: 100%;
    z-index: 100;
}

.inputGroup {
    padding: 8px 16px;
    overflow: hidden;
}

.inputGroupFooter {
    display: flex;
    justify-content: space-around;
    padding: 32px;
}

.inputGroupFooter button {
}

.inputGroup-left,
.inputGroup-right {
    align-items: center;
    display: flex;
    float: left;
    min-height: 32px;
}

.inputGroup-left {
    background-color: #2196f3;
    border-radius: 4px;
    color: #fff;
    justify-content: center;
    width: 180px;
}

.inputGroup-left-nomark {
    background-color: #fff;
}

.inputGroup-right {
    margin-left: -180px;
    padding-left: 188px;
    width: 100%;
}

.inputGroup-right input[type="text"] {
    width: 100%;
}

.inputGroup-right textarea {
    height: 84px;
    width: 100%;
}

.inputGroup-right input[type="number"] {
    width: 80px;
}

.inputGroup-right-noflex {
    width: 100%;
}

.inputGroup-right-flex-start {
    align-items: flex-start;
}

.inputListNewData-inputArea {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.inputListNewData-inputArea {
    margin: 8px 0;
}

.inputListNewData-inputArea input {
    width: 100%;
}

.inputListNewData-inputArea button {
    margin-left: 8px;
    width: 80px;
}

.input-oneline {
    margin: 0 0 8px !important;
}

#loginFormView {
    display: block;
    padding-left: 0;
}

#loginFormView .view-contents {
    align-items: flex-start;
    display: flex;
    justify-content: center;
}

#loginForm {
    border: #e0e0e0 solid 1px;
    border-radius: 8px;
    text-align: center;
    width: 376px;
}

.loginForm-header,
.loginForm-contents {
    margin: 40px;
}

.loginForm-header {
    font-weight: bold;
}

.loginForm-contents {

}

.loginForm-contents-itemGroup {
    margin-bottom: 16px;
}

.loginForm-contents-errorMessage {
    color: #f44336;
    font-weight: bold;
    margin-top: 40px;
}

.loginForm-contents-footer {
    margin-top: 40px;
}

.loginForm-contents-input {
    width: 100%;
}

/* データ一覧 */
.itemGroup,
.itemGroupHeader {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
}

.itemGroup {
    border-color: #e0e0e0;
    border-style: solid;
    border-width: 0 1px 0 0;
}

.itemGroupLowBgColor {
    background-color: #fce4ec;
}

.itemCell {
    align-items: center;
    border-color: #e0e0e0;
    border-style: solid;
    border-width: 0 0 1px 1px;
    display: flex;
    flex-wrap: wrap;
    height: 60px;
    justify-content: center;
    padding: 8px;
    position: relative;
    text-align: center;
    z-index: 1;
}

.itemCell img {
    max-height: 100%;
    max-width: 100%;
}

.itemCell-name {
    width: 100%;
}

.itemCell-name-subText {
    color: #757575;
    font-size: 90%;
    width: 100%;
}

.itemGroupHeader .itemCell-name-subText {
    color: #FFFFFF;
}

.itemCell-category {
    width: 100%;
}

.itemCell-setting {
    min-width: 7.6em;
}

.itemCell-type {
    min-width: 5.6em;
}

.itemCell-datetime {
    min-width: 11em;
}

.itemCell-image {
    min-width: 7.7em;
}

.itemCell-banner {
    width: 100%;
}

.itemCell-edit {
    align-items: center;
    display: flex;
    gap: 0 8px;
    min-width: 5.8em;
    justify-content: space-around;
}

.itemGroupHeader .itemCell {
    background-color: #2196f3;
    border-width: 0;
    color: #ffffff;
    font-weight: bold;
    height: 48px;
}

#mainView .itemGroupHeader .itemCell:nth-child(n+1):nth-child(-n+3),
#areasDataView .itemGroupHeader .itemCell:nth-child(n+1):nth-child(-n+3),
#prefecturesDataView .itemGroupHeader .itemCell:nth-child(n+1):nth-child(-n+3) {
    border-right-width: 1px;
}

#editTweetsDataView .itemGroup .itemCell:nth-child(n+2):nth-child(-n+3),
#editTweetsDataView .itemGroupHeader .itemCell:nth-child(n+1):nth-child(-n+4),
#schedulesDataView .itemGroupHeader .itemCell:nth-child(n+1):nth-child(-n+4),
#resultsDataView .itemGroupHeader .itemCell:nth-child(n+1):nth-child(-n+4),
#townsDataView .itemGroupHeader .itemCell:nth-child(n+1):nth-child(-n+4) {
    border-right-width: 1px;
}

#bannersDataView .itemGroupHeader .itemCell:nth-child(n+1):nth-child(-n+5),
#categoriesDataView .itemGroupHeader .itemCell:nth-child(n+1):nth-child(-n+5) {
    border-right-width: 1px;
}

#corporationsDataView .itemGroupHeader .itemCell:first-child {
    border-right-width: 1px;
}

#achievementsDataView .itemGroupHeader .itemCell {
    border-right-width: 1px;
}

#achievementsDataView .itemGroupHeader .itemCell:first-child {
    width: 100%;
}

#mainView .itemCell-edit {
    min-width: 15.7em;
}


.itemCell-machineImageUrl {
    padding: 8px;
    width: 140px;
    text-align: center;
}
/* 20211007 */

.itemCell-machineImageUrl-image {
    align-items: center;
    background: center center no-repeat;
    background-size: contain;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
}

.itemCell-datetime {
    width: 168px;
}

.itemCell-informationTitle {
    width: 100%;
    margin: 0 -120px 0 -168px;
    padding: 8px 128px 8px 176px;
    border-right-width: 0;
    z-index: 0;
}

.itemCell-linkName {
    width: 100%;
    margin: 0 -120px 0 0;
    padding: 8px 128px 8px 8px;
    border-right-width: 0;
    z-index: 0;
}

#informationsDataView .itemCell-edit,
#linksDataView .itemCell-edit {
    width: 120px;
}

[data-click-action="deleteInformationsData"],
[data-click-action="deleteReportsData"],
[data-click-action="deleteLinksData"] {
    background-color: #9e9e9e;
    margin-left: 4px;
}



.thumbnailImage {
    background-color: #eee;
    border: #e0e0e0 solid 1px;
    border-radius: 4px;
    height: 200px;
    margin-top: 8px;
    padding: 8px;
    width: 100%;
}

.thumbnailImage-content {
    background: center center no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%;
}

[name="input-viewCount"],
[name="input-initialCtr"],
[name="input-retentionRate"],
[name="input-playTime-hour"],
[name="input-playTime-minute"],
[name="input-publishDate-year"] {
    margin-right: 8px;
}

[name="input-playTime-second"],
[name="input-publishDate-month"],
[name="input-publishDate-day"] {
    margin: 0 8px;
}

[name="input-viewCount"],
[name="input-initialCtr"],
[name="input-retentionRate"] {
    width: 160px !important;
}

[name="input-playTime-hour"],
[name="input-playTime-minute"],
[name="input-playTime-second"],
[name="input-publishDate-month"],
[name="input-publishDate-day"] {
    width: 64px !important;
}

[name="input-publishDate-year"] {
    width: 68px !important;
}

[name="tag-input-performer-new"],
[name="input-programName-new"],
[name="input-performer-new"],
[name="input-tag-machineName-new"] {
    float: left;
    margin-right: 8px;
    width: 407px !important;
}

[data-click-action="addProgramName"],
[data-click-action="addPerformer"],
[data-click-action="addMachineName"] {
    width: 60px;
}

.inputList-programName,
.inputList-performer,
.inputList-machineName {
    margin-bottom: 8px;
    width: 100%;
}

#mainView .inputList-programName,
#mainView .inputList-performer,
#mainView .inputList-machineName {
    margin-bottom: 0;
}

.inputListGroup {
    min-width: 142px;
    width: 100%;
}

.inputListGroup:nth-child(2) {
    margin: 0 8px;
}

#mainView .inputListGroup:nth-child(2) {
    margin: 0 16px;
}

#mainView .inputListGroup:nth-child(3),
#mainView .inputListGroup:nth-child(4) {
    margin-right: 16px;
}

.inputListTitle {
    font-weight: bold;
    overflow: hidden;
    text-align: center;
}

#mainView .inputListTitle {
    font-size: 12px;
    margin-bottom: 12px;
}

#itemsDataEditView .inputListTitle {
    height: 40px;
    line-height: 40px;
}

.inputList {
    background-color: #eee;
    border: #e0e0e0 solid 1px;
    border-radius: 4px;
    height: 13.8em;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 8px;
    resize: vertical;
    width: 100%;
}

.inputList label {
    align-items: center;
    display: flex;
}

.inputList label input {
    width: 20px;
}

[data-click-action="itemDataSort"]:hover {
    background-color: rgba(0, 0, 0, 0.4);
    cursor: pointer;
}

.inputGroup-machineName {
    display: none;
}

[data-button-type="grayButton"] {
    background-color: #9e9e9e;
}

.currentButton {
    background-color: #6a1b9a;
}

.itemDataNone {
    padding-top: 12px;
}

.sortMark {
    margin-right: 4px;
}

.itemsOpenMenu2 {

}

.itemsOpenMenu {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px
}

#mainView .itemsOpenMenu {
    background-color: #fff;
    left: 200px;
    padding: 32px 32px 0;
    position: fixed;
    right: 0;
    top: 299px;
    z-index: 2;
}

.itemsOpenMenu-left {
    min-width: 124px;
}

.itemsOpenMenu-center {
    display: flex;
    min-width: 842px;
}

.itemsOpenMenu-right {
    min-width: 64px;
}

.itemsOpenMenu-group {
    font-size: 12px;
    margin-right: 16px;
    /*
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    padding: 8px;
    */
}

.itemsOpenMenu-right .itemsOpenMenu-group:last-child {
    margin-right: 0;
}

#mainView .itemsOpenMenu-right .itemsOpenMenu-group {
    border: 0;
}

.itemsOpenMenu-categoryMark {
    display: block;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 12px;
}

.itemFilterPublishDateBorder {
    line-height: 32px;
}

.itemsOpenMenu-group input,
.itemsOpenMenu-group select {
    height: 32px !important;
    width: 84px;
}

[name="itemFilterPublishDateStart"],
[name="itemFilterPublishDateEnd"] {
    width: auto !important;
}

[name="itemFilterPublishDateStartYear"],
[name="itemFilterPublishDateEndYear"] {
    width: 72px !important;
}

[name="itemFilterPublishDateStartMonth"],
[name="itemFilterPublishDateStartDay"],
[name="itemFilterPublishDateEndMonth"],
[name="itemFilterPublishDateEndDay"] {
    width: 48px !important;
}

.itemsOpenMenu button {
    background-color: #bdbdbd;
    height: 32px;
}

.itemsOpenMenu button:active {
    border-bottom-width: 0;
    height: 31px;
    margin-top: 1px;
}

[data-click-action="itemOpenBig"],
[data-click-action="itemOpenSmall"] {
    width: 32px;
}

[data-click-action="itemOpenMenuNormal"],
[data-click-action="itemOpenMenuCompact"] {
    width: 52px;
}

[data-click-action="itemOpenSmall"],
[data-click-action="itemOpenMenuNormal"] {
}

.itemOpenCurrent {
    background-color: #757575 !important;
}

.itemCell-thumbnailTag-listGroup {
    overflow: hidden;
    margin: 8px 0;
}

.itemCell-thumbnailTag-listTitle {
    font-size: 12px;
    display: inline-block;
    width:  100%;
}

.itemCell-thumbnailTag-listData {
    display: inline-block;
    font-size: 12px;
    width: 100%;
    padding-left: 12px;
}

.headerScrollTop {
    background-color: #fff;
    position: fixed;
    top: 48px;
    padding: 32px 32px 0 232px;
    z-index: 2;
    left: 200px;
}

.menuScrollTop {
    background-color: #fff;
    position: fixed;
    top: 120px;
    width: 1156px;
    padding: 32px 32px 0 232px;
    z-index: 2;
    left: 200px;
}

.itemHeaderScrollTop {
    background-color: #fff;
    padding: 16px 0 0 32px;
    position: fixed;
    top: 184px;
    width: 1156px;
    z-index: 2;
    left: 200px;
}

.menuScrollTop2 {
    top: 120px !important;
}

.itemHeaderScrollTop2 {
    top: 209px !important;
}

[data-click-action="itemFilterReset"] {
    background-color: #f44336 !important;
}

#popupThumbnail {
    background-color: #fff;
    border: 1px #212121 solid;
    position: fixed;
    z-index: 100;
    top: 0;
}

.popupThumbnail-inner {
    line-height: 0;
}

#popupThumbnailArrow {
    position: fixed;
    z-index: 100;
    top: 0;
}

.arrow {
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-left: 16px solid black;
    border-bottom: 16px solid transparent;
}

.editPagesDataView-title {
    position: fixed;
    background-color: #3F51B5;
    color: #fff;
    font-weight: bold;
    top: 0;
    width: 100%;
    z-index: 4;
    text-align: center;
    padding: 16px;
}

.editPagesDataView-content-title {
    background-color: #3F51B5;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 16px;
}

.editPagesDataView-content {
    padding: 0 12px;
}

#editPagesDataView .view-header {
    align-items: center;
    margin-left: 0;
    background-color: #fff;
    border-color: #e0e0e0;
    border-style: solid;
    border-width: 0 0 1px;
    display: flex;
    justify-content: space-between;
    left: 0;
    margin-bottom: 0;
    padding: 68px 20px 20px;
    position: fixed;
    width: 100%;
    z-index: 3;
}

.editPagesDataView-header-centerArea {
    position: relative;
    z-index: 1;
    text-align: center;
    width: 100%;
    margin: 0 -300px;
    padding: 0 300px;
}

.editPagesDataView-header-centerArea input[type="text"] {

}

.editPagesDataView-header-leftArea {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 300px;
    display: flex;
    justify-content: space-between;
}

.editPagesDataView-header-rightArea {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 300px;
    display: flex;
    justify-content: flex-end;
}

[name="input-machinePageUrl"] {
    width: 60%;
}

#editPagesDataView .sideMenu {
    float: left;
    padding-top: 184px;
    text-align: center;
}

#editPagesDataView .sideMenu-item {
    text-align: left;
}

#editPagesDataView .sideMenu-itemCategory {
    background-color: #3F51B5;
    border-color: #e0e0e0;
    border-style: solid;
    border-width: 1px 0 0;
    color: #fff;
    font-weight: bold;
    padding: 16px;
}

#editPagesDataView .view-contents {
    float: left;
    height: 100%;
    overflow-y: auto;
    width: 100%;
    padding: 184px 0 0 180px;
}

.editPagesDataView-previewArea {
    background-color: #fff;
    left: 0;
    padding: 32px 32px 32px 232px;
    position: fixed;
    top: 145px;
    width: 100%;
}

#editPagesDataView .view-contents textarea {
    height: 84px;
    width: 100%;
}

.categoryOrderMenu {
    position: absolute;
    right: 8px;
}

.categoryOrderMenu button {
    margin-left: 4px;
    width: 80px;
}

.inputPageContentMenu {
    display: flex;
    margin-bottom: 8px;
}

.inputPageContentMenu button {
    margin-right: 8px;
    width: 80px;
}

[data-click-action="openOfficialMachinePageUrl"],
[data-click-action="copyOfficialMachinePageUrl"],
[data-click-action="openOfficialPageUrl"],
[data-click-action="copyOfficialPageUrl"],
[data-click-action="openMachinePageUrl"],
[data-click-action="copyMachinePageUrl"],
[data-click-action="openPageUrl"],
[data-click-action="copyPageUrl"] {
    margin-left: 8px;
    width: 80px !important;
}

#editContentsDataView {
    background-color: #FFFFFF;
}

#editContentsDataView input[type="text"],
#editContentsDataView textarea {
    width: 100%;
}

#editContentsDataView select * {
    color: #212121 !important;
}

#editContentsDataView .view-header {
    align-items: center;
    border: #e0e0e0 solid 0;
    border-bottom-width: 1px;
    display: flex;
    justify-content: space-between;
    margin-left: 0;
    padding: 40px;
}

#editContentsDataView .view-header-left {
    font-weight: bold;
    width: 100%;
}

#editContentsDataView .view-header-right {
    text-align: right;
    width: 100%;
}

#editContentsDataView .view-contents {
    display: flex;
    height: 100%;
    padding: 0;
    /*padding: 112px 0 0;*/
}

#editContentsDataView .view-contents-editor {
    border: #e0e0e0 solid 0;
    border-right-width: 1px;
    height: 100%;
    overflow-y: auto;
    width: 100%;
}

#editContentsDataView .view-contents-editor-header {
    align-items: center;
    justify-content: space-between;
    display: flex;
    padding: 12px 12px 0;
}

#editContentsDataView .view-contents-editor-header input[type=radio] {
    display: none;
}

#editContentsDataView .view-contents-editor-header label {
    align-items: center;
    background-color: #efefef;
    border-radius: 4px;
    display: flex;
    font-size: 80%;
    height: 4em;
    justify-content: center;
    line-height: 1.5em;
    margin: 0;
    padding: 0 0.5em;
    position: relative;
    text-align: center;
    min-width: 4em;
    width: 10%;
}

#editContentsDataView .view-contents-editor-header input[type=radio]:checked + label {
    background: #3F51B5;
    color: #FFF;
}

#editContentsDataView .view-contents-editor-header .inputGroup {
    padding: 0;
}

#editContentsDataView .view-contents-editor-footer {
    align-items: center;
    background-color: #FFF;
    border: #e0e0e0 solid 0;
    border-top-width: 1px;
    bottom: 0;
    display: flex;
    justify-content: space-around;
    left: 0;
    padding: 40px 12px;
    position: fixed;
    text-align: center;
    width: 100%;
}

#editContentsDataView .view-contents-editor-footer button {
    min-width: 160px;
}

#editContentsDataView .view-contents-editor-footer button[data-click-action="uploadContentExcelData"] {
    background-color: #9c27b0;
}

#editContentsDataView .view-contents-editor-footer button[data-click-action="closeView"] {
    background-color: #f44336;
}

#uploadContentExcelData {
    display: none;
}

#editContentsDataView .view-contents-preview {
    overflow-y: auto;
    min-width: 756px;
    background-color: #eef9ff;
    padding: 12px 12px 125px;
}

#editContentsDataView .view-contents-preview *:not(.siteMachinePageName):not(.imageCaption) {
    font-size: 16px;
}

#editContentsDataView .view-contents-preview-content {
    background-color: #FFF;
    padding: 12px;
}

.view-contents-editor .inputGroup-right {
    justify-content: space-between;
}

.view-contents-editor-content {
    padding: 0 16px 145px;
}

.editorMenuContentHeading {
    color: #ff9800;
    font-weight: bold;
    margin-top: 40px;
}

.editorMenuContentItem {
    align-items: center;
    display: flex;
    margin-top: 16px;
    position: relative;
    width: 100%;
}

.editorMenuContentItem * {

}

.editorMenuContentItemNotice {
    background-color: #eee;
    border-radius: 4px;
    margin-top: 16px;
    padding: 16px;
}

.editorMenuContentItemThumbnail {
    background-color: #eee;
    border-radius: 4px;
    height: 200px;
    margin-top: 16px;
    padding: 8px;
}

.editorMenuContentItemThumbnail-text {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
}

.editorMenuContentItemThumbnail-content {
    background: center center no-repeat;
    background-size: contain;
    height: 100%;
}

.editorMenuContentItemThumbnail-alt {
    align-items: center;
    display: flex;
}

.editorMenuContentItemButton {
    margin-top: 16px;
    text-align: center;
}

.editorMenu2Preview {
    background-color: #fff;
    color: #212121;
    border-color: #0495FF;
    border-style: solid;
    border-width: 0 0 2px;
    font-weight: bold;
    padding-bottom: 8px !important;
    text-align: left;
}

.editorMenu3Preview {
    border-color: #0495FF;
    border-style: solid;
    border-width: 0 0 0 8px;
    font-weight: bold;
    padding: 4px 8px !important;
    text-align: left;
}

[name="input-editorMenu2-border"] div,
[name="input-editorMenu3-border"] div,
.editorMenu5Preview div {
    background-color: #fff;
    height: 2px;
}

.siteMachinePageSmallPanelImage {
    line-height: 0;
}

.siteMachinePageSmallPanelImage img {
    width: 100%;
}

.siteMachinePageName {
    background-color: #2196f3;
    color: #fff;
    font-weight: bold;
    line-height: 1em;
    padding: 8px 12px;
    text-align: center;
}

.siteMachinePageContentItem {
    border-color: #e0e0e0;
    border-style: solid;
    border-width: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.siteMachinePageContentItem:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: #ffeb3b;
    cursor: pointer;
}

.siteMachinePageContentItemEdit {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: #f44336 !important;
}

.sortable-chosen {
    background-color: #ff9800 !important;
}

.editorTools {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.editorTools button {
    min-width: 48px !important;
}

.editorToolItem {
    align-items: center;
    display: flex;
    margin: 8px 8px 0 0;
}

.editorToolItem:last-child {
    margin-right: 0;
}

.editorToolItem-title {
    align-items: center;
    background-color: #757575;
    border-radius: 4px;
    color: #fff;
    display: flex;
    height: 32px;
    justify-content: center;
    margin: 0 8px 0 0;
    padding: 0 8px;
}

.editorToolItem-content {
    display: flex;
}

.editorToolBorderColor .editorToolItem-content div,
.editorToolTextColor .editorToolItem-content div,
.editorToolBackgroundColor .editorToolItem-content div {
    cursor: pointer;
    height: 32px;
    width: 32px;
}

.editorToolItem-content .textColor1 {
    background-color: #ff3737;
    /*background-color: #f44336;*/
}

.editorToolItem-content .textColor2 {
    background-color: #0aff0a;
    /*background-color: #4caf50;*/
}

.editorToolItem-content .textColor3 {
    background-color: #7d7dff;
    /*background-color: #3f51b5;*/
}

.editorToolItem-content .textColor4 {
    background-color: #9c27b0;
}

.editorToolItem-content .textColor5 {
    background-color: #ffff00;
    /*background-color: #ffeb3b;*/
}

.editorToolItem-content .textColor6 {
    background-color: #ff9800;
}

.editorToolItem-content .textColor7 {
    background-color: #fff;
}

.editorToolItem-content .textColor8 {
    background-color: #212121;
}

.editorToolItem-content .textColor9 {
    background-color: #757575;
}

.editorToolItem-content .textColor10 {
    background-color: #e0e0e0;
}

[data-text-color="textColor1"],
.textColor1 {
    color: #ff3737 !important;
    /*color: #f44336 !important;*/
}

[data-text-color="textColor2"],
.textColor2 {
    color: #0aff0a !important;
    /*color: #4caf50 !important;*/
}

[data-text-color="textColor3"],
.textColor3 {
    color: #7d7dff !important;
    /*color: #3f51b5 !important;*/
}

[data-text-color="textColor4"],
.textColor4 {
    color: #9c27b0 !important;
}

[data-text-color="textColor5"],
.textColor5 {
    color: #ffff00 !important;
    /*color: #ffeb3b !important;*/
}

[data-text-color="textColor6"],
.textColor6 {
    color: #ff9800 !important;
}

[data-text-color="textColor7"],
.textColor7 {
    color: #fff !important;
}

[data-text-color="textColor8"],
.textColor8 {
    color: #212121 !important;
}

[data-text-color="textColor9"],
.textColor9 {
    color: #757575 !important;
}

[data-text-color="textColor10"],
.textColor10 {
    color: #e0e0e0 !important;
}

.textSize1 {
    font-size: 12px !important;
}

.textSize2 {
    font-size: 14px !important;
}

.textSize3 {
    font-size: 16px !important;
}

.textSize4 {
    font-size: 18px !important;
}

.textSize5 {
    font-size: 20px !important;
}

.textBold {
    font-weight: bold;
}

.textLink {
    color: #2196F3 !important;
    cursor: pointer;
    text-decoration: underline;
}

[data-background-color="backgroundColor1"],
.backgroundColor1 {
    background-color: #f44336 !important;
}

[data-background-color="backgroundColor2"],
.backgroundColor2 {
    background-color: #4caf50 !important;
}

[data-background-color="backgroundColor3"],
.backgroundColor3 {
    background-color: #3f51b5 !important;
}

[data-background-color="backgroundColor4"],
.backgroundColor4 {
    background-color: #9c27b0 !important;
}

[data-background-color="backgroundColor5"],
.backgroundColor5 {
    background-color: #ffeb3b !important;
}

[data-background-color="backgroundColor6"],
.backgroundColor6 {
    background-color: #ff9800 !important;
}

[data-background-color="backgroundColor7"],
.backgroundColor7 {
    background-color: #fff !important;
}

[data-background-color="backgroundColor8"],
.backgroundColor8 {
    background-color: #212121 !important;
}

/*
[data-background-color="backgroundColor8"] {
    border: 1px #fff solid !important;
}
*/

[data-background-color="backgroundColor9"],
.backgroundColor9 {
    background-color: #757575 !important;
}

[data-background-color="backgroundColor10"],
.backgroundColor10 {
    background-color: #e0e0e0 !important;
}

[data-background-color="backgroundColor11"],
.backgroundColor11 {
    background-color: #9e9e9e !important;
}

[data-background-color="backgroundColor12"],
.backgroundColor12 {
    background-color: #ffc0cb !important;
}

[data-background-color="backgroundColor12"],
.backgroundColor12 {
    background-color: #2196f3 !important;
}

.borderColor1 {
    border-color: #f44336 !important;
}

.borderColor2 {
    border-color: #4caf50 !important;
}

.borderColor3 {
    border-color: #3f51b5 !important;
}

.borderColor4 {
    border-color: #9c27b0 !important;
}

.borderColor5 {
    border-color: #ffeb3b !important;
}

.borderColor6 {
    border-color: #ff9800 !important;
}

[data-click-action="editorToolTextSize"] {
    border-right-width: 1px;
    border-radius: 0;
    min-width: 60px;
}

[data-click-action="editorToolTextSize"]:first-child {
    border-radius: 4px 0 0 4px;
}

[data-click-action="editorToolTextSize"]:last-child {
    border-radius: 0 4px 4px 0;
    border-right-width: 0;
    margin-right: 0;
}

[data-click-action="editorToolTextColor"]:first-child {
    border-radius: 4px 0 0 4px;
}

[data-click-action="editorToolTextColor"]:last-child {
    border-radius: 0 4px 4px 0;
}

[data-click-action="editorToolBorderColor"]:first-child {
    border-radius: 4px 0 0 4px;
}

[data-click-action="editorToolBorderColor"]:last-child {
    border-radius: 0 4px 4px 0;
}

[data-click-action="editorToolTextLink"],
[data-click-action="editorToolTextId"] {
    border-radius: 0 4px 4px 0;
    width: 60px;
}

[data-click-action="editorToolTextBold"] {
    width: 60px;
}

[name="input-editorToolTextId"] {
    border-radius: 4px 0 0 4px;
    width: 100px !important;
}

[name="input-editorToolTextLink"] {
    border-radius: 4px 0 0 4px;
    width: 152px !important;
}

.editorMenu6Preview ul {
}

.editorMenu6Preview li {
}

[name="input-editorMenu6"]:nth-child(n+2) {
    margin-top: 16px;
}

.editorMenuContentItemAddThumbnails input[type="file"] {
    display: none;
}

.editorMenu4Preview {
    justify-content: center;
    display: flex;
}

textarea {
    height: 52px;
}

.editorMenuContentItem textarea[name="input-editorMenu1"] {
    min-height: 18.5em;
}

.imageColumnItem {
}

.imageColumnItem img {
    max-width: 100%;
}

.imageColumn1 .imageColumnItem:nth-child(n+2) {
    margin-top: 8px;
}

.imageColumn2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.imageColumn2 .imageColumnItem {
    margin-top: 8px;
    width: 50%;
}

.imageColumn2 .imageColumnItem:nth-child(odd) {
    padding-right: 4px;
}

.imageColumn2 .imageColumnItem:nth-child(even) {
    padding-left: 4px;
}

.imageColumn2 .imageColumnItem:first-child,
.imageColumn2 .imageColumnItem:nth-child(2) {
    margin-top: 0;
}

.imageColumn3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.imageColumn3 .imageColumnItem {
    width: 33.33%;
}

.imageColumn3 .imageColumnItem:nth-child(1),
.imageColumn3 .imageColumnItem:nth-child(3n+1) {
    padding-right: 4px;
}

.imageColumn3 .imageColumnItem:nth-child(2),
.imageColumn3 .imageColumnItem:nth-child(3n+2) {
    padding: 0 2px;
}

.imageColumn3 .imageColumnItem:nth-child(3),
.imageColumn3 .imageColumnItem:nth-child(3n+3) {
    padding-left: 4px;
}

.imageColumn3 .imageColumnItem:nth-child(n+4) {
    margin-top: 8px;
}

.imageData {
    line-height: 0;
}

.imageColumn1 .imageData {
    margin: auto;
}

.imageCaption {
    font-size: 14px !important;
    padding-top: 4px;
    padding-bottom: 8px;
    text-align: center;
}

.imageColumn1 .imageColumnItem:last-child .imageCaption {
    padding-bottom: 0;
}

.imageColumn2 .imageColumnItem:last-child .imageCaption,
.imageColumn2 .imageColumnItem:nth-last-child(2) .imageCaption {
    padding-bottom: 0;
}

[data-image-resize="2"] {
    text-align: center;
    width: 85% !important;
}

.editorMenu7Preview table,
.editorMenu7-createItems {
    /*table-layout: fixed;*/
    width: 100%;
    border-color: #212121;
    border-style: solid;
    border-width: 1px 1px 0;
}

.editorMenu7Preview tr,
.editorMenu7-createItems tr {
    width: 100%;
    border-color: #212121;
    border-style: solid;
    border-width: 0 1px;
}

.editorMenu7Preview td,
.editorMenu7-createItems td {
    text-align: center;
    background-color: #fff;
    border-color: #212121;
    border-style: solid;
    border-width: 0 0 1px 1px;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    padding: 5px;
    overflow: hidden;
    min-height: 27px !important;
    height: 2em;
}

td:first-child:not([data-rowspan="prev"]) {
    border-left-width: 0;
}

.editorMenu7Preview td:first-child:not([data-rowspan]),
.editorMenu7-createItems td:first-child:not([data-rowspan]) {
    /*border-left-width: 0;*/
}

.editorMenu7Preview tr:last-child td,
.editorMenu7-createItems tr:last-child td {
    /*border-bottom-width: 0 !important;*/
}

.columnPattern0 td,
.columnPattern1 td {
    width: 100%;
}

.columnPattern2 td:first-child {
    width: 20% !important;
}

.columnPattern2 td:nth-child(n+2) {
    width: 80% !important;
}

.columnPattern2-2 td:first-child {
    width: 80% !important;
}

.columnPattern2-2 td:nth-child(n+2) {
    width: 20% !important;
}

.columnPattern3 td:first-child {
    width: 20% !important;
}

.columnPattern3 td:nth-child(n+2) {
    width: 40% !important;
}

#tableToolMenu {
    background-color: #FFF;
    border-radius: 4px;
    border: #efefef 0 solid;
    border-right-width: 1px;
    display: none;
    padding: 16px;
    margin-right: 756px;
    position: fixed;
    z-index: 10;
    overflow-y: auto;
    height: 100%;
}

#tableToolMenu * {
    font-size: 100%;
}

#tableToolMenu textarea {
    height: 60px;
}

#tableToolMenu .editorMenuContentHeading:first-child {
    margin-top: 0;
}

#tableToolMenu .editorMenuContentItem:last-child {
    align-items: center;
    justify-content: space-around;
    display: flex;
}

[data-click-action="updateTableCell"] {
    width: 120px;
}

[data-click-action="deleteTableCell"] {
    width: 120px;
    background-color: #9e9e9e;
}

.currentSelectCell {
    border: #f44336 1px solid !important;
}

.tableToolMenu-content {
    overflow-y: auto;
}

[data-click-action="editorToolTableCellTextColor"],
[data-click-action="editorToolTableCellBackgroundColor"] {
    border: #212121 0 solid;
}

.selectEditorToolTableCellTextColor {
    border: #E91E63 2px solid !important;
}

.selectEditorToolTableCellBackgroundColor {
    border: #E91E63 2px solid !important;
}

[data-click-action="setEditorPreview"] {
}

[data-click-action="editorToolExcelToTable"] {
    margin: auto;
    width: 80px;
}

[name="input-editorMenu7-convert"] {
    height: 5em;
}

[data-margin-top="0"] {
    padding-top: 0 !important;
}

[data-margin-top="1"] {
    padding-top: 5px !important;
}

[data-margin-top="2"] {
    padding-top: 10px !important;
}

[data-margin-top="3"] {
    padding-top: 20px !important;
}

[data-margin-top="4"] {
    padding-top: 30px !important;
}

[data-margin-top="5"] {
    padding-top: 50px !important;
}

.selectIndex-menu {
    align-items: center;
    display: flex;
}

.selectIndex-menu button {
    width: 142px;
}

.selectIndex-content {
    display: none;
    margin-top: 8px;
}

.selectIndex-menu-currentIndex {
    margin-left: 8px;
}

.selectIndex-content-indexList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 380px;
}

.selectIndex-content-indexList button,
.selectIndex-content-indexList div {
    height: 32px;
    margin: 0 4px 4px 0;
    width: 32px;
}

.selectIndex-content-indexList button {
    background-color: #9e9e9e;
    border-radius: 4px;
}

.selectIndex-content-indexList button:nth-child(n+41),
.selectIndex-content-indexList div:nth-child(n+41) {
    margin-bottom: 0;
}

.selectIndex-content-indexList-current {
    background-color: #f44336 !important;
}

[data-reel-page="false"] {
    display: none;
}

[data-item-select="false"] {
    background-color: #9e9e9e;
}

[name="input-editorMenu7-rowCount"],
[name="input-editorMenu7-colCount"] {
    width: 60px;
}

[data-width="1"] {
    width: 20%;
}

[data-width="2"] {
    width: 30%;
}

[data-width="3"] {
    width: 40%;
}

[data-width="5"] {
    width: 60%;
}

.labelTitle {
    display: inline-block;
    text-align: center;
    background-color: #757575;
    border-radius: 4px;
    color: #fff;
    height: 32px;
    margin: 0 8px 0 0;
    padding: 0 8px;
    min-width: 5.3em;
    line-height: 32px;
}

[data-click-action="editContentsDataView"] {
    width: 120px;
}

.informationsDataView-content-inputArea,
.reportsDataView-content-inputArea,
.linksDataView-content-inputArea {
    padding: 16px 16px 0;
}

.informationsDataView-content-dataArea,
.reportsDataView-content-dataArea,
.linksDataView-content-dataArea {

}

.informationsDataView-content-dataAreaTitle,
.reportsDataView-content-dataAreaTitle,
.linksDataView-content-dataAreaTitle {
    background-color: #3F51B5;
    color: #fff;
    padding: 16px;
    text-align: center;
    font-weight: bold;
}

/* 厳選攻略情報 */

#guidesDataView {
    padding: 0;
}

#guidesDataView img {
    width: 100%;
}

#guidesDataView .view-footer {
    background-color: #fff;
    border: #e0e0e0 solid 0;
    border-top-width: 1px;
    bottom: 0;
    left: 0;
    padding: 32px;
    position: fixed;
    text-align: center;
    width: 100%;
}

#guidesDataView .view-contents {
    position: fixed;
    top: 0;
    display: flex;
    justify-content: space-between;
    padding-top: 96px;
    padding-bottom: 97px;
    overflow: hidden;
    height: 100%;
}

.guidesDataView-content-s,
.guidesDataView-content-p {
    width: 50%;
    height: 100%;
    padding-bottom: 47px;
}

.guidesDataView-content-s {
    border: #fff solid 0;
    border-right-width: 1px;
}

.guidesDataView-content-title {
    background-color: #2196f3;
    color: #fff;
    font-weight: bold;
    padding: 16px;
    text-align: center;
}

.guidesDataView-content-list {
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.guidesDataView-content-machineList {
    border: #e0e0e0 solid 0;
    border-right-width: 1px;
    width: 50%;
    overflow-y: auto;
    height: 100%;
}

.guidesDataView-content-pickupList {
    align-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 50%;
    overflow-y: auto;
    height: 100%;
}

.guidesDataView-content-machineList-item {
    align-items: center;
    border: #e0e0e0 solid 0;
    border-bottom-width: 1px;
    display: flex;
    justify-content: space-between;
    padding: 8px;
}

.guidesDataView-content-machineList-item-left {

}

.guidesDataView-content-machineList-item-right {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.guidesDataView-content-machineList-item-image {
    line-height: 0;
    padding: 0 8px;
    /* 20211104 */
    width: 120px;
    /* 20211104 */
}

.guidesDataView-content-machineList-item-title {
    font-size: 13px;
    width: 100%;
}

.guidesDataView-content-pickupList-item {
    cursor: pointer;
    border: #e0e0e0 solid 0;
    border-bottom-width: 1px;
    border-right-width: 1px;
    width: 50%;
    padding: 12px;
}

.guidesDataView-content-pickupList-item:hover {
    background-color: #f0f4c3;
}

.guidesDataView-content-pickupList-item img {
    width: 100% !important;
}

.guidesDataView-content-pickupList-item a {
    padding: 12px;
}

.guidesDataView-content-pickupList-item-date {
    color: #212121;
    font-size: 13px;
    font-weight: bold;
    margin-top: 4px;
}

.guidesDataView-content-pickupList-item-title {
    font-weight: bold;
    margin: 8px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.guidesDataView-content-pickupList-item-text {
    font-size: 13px;
    color: #757575;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

[data-item-select] {
    /* 20211104 */
    width: 60px;
    /* 20211104 */
}

[data-item-select="true"]::after {
    content: '選択中';
}

[data-item-select="false"] {
    background-color: #9e9e9e;
}

[data-item-select="false"]::after {
    content: '未選択';
}


#mainView .itemGroup:not(.itemGroupHeader) .itemCell {
    height: 80px;
}

#editHallsDataView .thumbnailImage {
    height: 352px;
}

#editCategoriesDataView .thumbnailImage {
    height: 97px;
}

[data-click-action="openUrl"]:hover {
    background-color: #f0f4c3;
    cursor: pointer;
}

.roundCorner {
    align-items: center;
    border-radius: 4px;
    display: flex;
    height: 100%;
    padding: 12px 8px;
}

#areasDataView .roundCorner {
    color: #FFFFFF;
}

.settingsDataView-headding {
    background-color: #3F51B5;
    border-radius: 4px 4px 0 0;
    color: #ffffff;
    font-weight: bold;
    padding: 12px;
}

.settingsDataView-itemGroup {
    border: #e0e0e0 solid 0;
    border-width: 0 1px 1px;
    border-radius: 0 0 4px 4px;
    margin-bottom: 40px;
    padding: 12px 20px;
}

.settingsDataView-itemGroup .inputGroup {
    padding: 8px 0;
}

[name="input-setting-meta-copyright"] {
    margin: 0 0.5em;
}

.inputGroup-setting {
    display: block;
    width: 100%;
}

.inputGroup-setting .thumbnailImage {
    display: inline-block;
    margin: 0 0 0 0.5em;
    max-width: 316px;
    height: 142px;
}

.inputGroup-setting .thumbnailImage-small {
    height: 80px;
}

.inputGroup-setting-item {
    align-items: center;
    display: flex;
    margin-bottom: 4px;
}

.inputGroup-setting-item input[type="text"] {
    margin: 0 0 0 0.5em;
}

.inputGroup-setting-item input[type="number"] {
    margin: 0 0.5em;
    min-width: 4.5em;
}

.inputGroup-setting-radio {
    display: inline-block;
    margin-left: 0.5em;
}

.inputGroup-setting button {
    min-width: 180px;
    align-self: flex-start;
}

.input-settingName {
    background-color: #bbdefb;
    border-radius: 4px;
    padding: 8px;
    text-align: center;
    min-width: 180px;
}

.sortDataContent {
    border-bottom: #ffffff solid 1px;
    margin: 40px 40px 0;
}

.sortDataContent .itemGroup {
    border: #e0e0e0 solid 1px;
    cursor: pointer;
    margin-bottom: -1px;
}

.sortDataContent .itemCell {
    border-width: 0;
    width: 100%;
}

.selectIndex-content-indexList button {
    padding: 0;
}

input[name="input-hallPachinkoCount"],
input[name="input-hallPachislotCount"] {
    margin-right: 8px;
    max-width: 4.5em;
    min-width: 4.5em;
    width: 4.5em;
}

[data-click-action="resetHallImage"] {
    background-color: #9e9e9e;
    float: right;
}

.inputGroup-addNewData {
    margin-bottom: 8px;
}

.inputSeparator {
    display: inline-block;
    padding: 0 8px;
}

.inputSeparator:after {
    content: '〜';
}

[data-click-action="editContentsDataView"],
[data-click-action="openInputUrl"],
[data-click-action="copyInputUrl"] {
    min-width: 4.7em;
}

[data-click-action="openInputUrl"],
[data-click-action="copyInputUrl"] {
    margin-left: 8px;
}

/* ページ編集画面 */

.editPagesDataView-content-pageData {
    margin: 0 12px 24px;
}

.editPagesDataView-content-pageData-item {
    border: #e0e0e0 solid 0;
    border-bottom-width: 1px;
    display: flex;
    padding: 32px 0;
}

.editPagesDataView-content-pageData-item .inputGroup {
    padding-left: 0;
    padding-right: 0;
}

.editPagesDataView-content-pageData-item .inputGroup:first-child {
    padding-top: 0;
}

.editPagesDataView-content-pageData-item .inputGroup:last-child {
    padding-bottom: 0;
}

.editPagesDataView-content-pageData-item-title {
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    background-color: #757575;
    border-radius: 4px;
    color: #fff;
    display: flex;
    font-weight: bold;
    justify-content: center;
    min-width: 132px;
}

.editPagesDataView-content-pageData-item-title div {
    text-align: center;
    width: 100%;
    line-height: 1.4em;
}

[data-edit-content-current] {
    background-color: #f44336;
}

.editPagesDataView-content-pageData-item-number {

}

.editPagesDataView-content-pageData-item-input {
    padding-left: 8px;
    width: 100%;
}

.editPagesDataView-content-pageData-item-input input[type="text"] {
    min-width: 80%;
}

.inputSeparator:after {
    content: '〜';
}

[data-click-action="editPagesContentsDataCopy"] {
    margin-left: 8px;
    width: 120px;
}

[data-click-action="editPagesContentsDataDelete"] {
    background-color: #9e9e9e;
    margin-left: 8px;
    width: 120px;
}

.editorMenu8Preview {
    overflow-x: auto;
}

.editorMenu8Preview tr {

}

.editorMenu8Preview td {
    border-color: #212121;
    border-style: solid;
    border-width: 0 0 1px 1px;
    text-align: center;
    padding: 8px 6px 6px !important;
    width: auto !important;
    font-weight: bold;
    font-size: 14px;
    word-break:keep-all;
}

.editorMenu8Preview tr:first-child td {
}

.editorMenu8Preview td.imageAndTextBlock-image {
    border-left-width: 0 !important;
}

.editorMenu8Preview td[data-background-color="backgroundColor8"]:not([colspan="2"]):nth-child(1) {
    border-right-width: 0 !important;
}

.imageAndTextBlock-image {
    line-height: 1em;
}

.imageAndTextBlock-image img {
    width: 100%;
    line-height: 0;
}

.imageAndTextBlock-image-item {
    line-height: 0;
    margin-bottom: 8px;
}

.imageAndTextBlock-image-item:last-child {
    margin-bottom: 0;
}

.imageAndTextBlock-image-text {
    margin-bottom: 4px;
}

.imageAndTextBlock-image-text-none {
    margin-bottom: 0 !important;
}

.imageAndTextBlock-text {
    white-space: nowrap;
}

[data-click-action="editorToolDeleteImageText"],
[data-click-action="editorToolDeleteImage"] {
    float: right;
    background-color: #9e9e9e;
}

#uploadSuisokuExcelFileInput {
    display: none;
}

#uploadGyakusanExcelFileInput {
    display: none;
}

.cellPatternList {
    flex-wrap: wrap;
}

.cellPatternList label {
    width: 14%;
    text-align: left;
}

.cellPatternList label:first-child {
    text-align: center;
}

.cellPatternList label:nth-child(7) {
    margin-left: 15%;
}

[data-width="6"] {
    width: 291px;
}

[data-width="6"] + td {
    width: 413px;
}

[data-width="7"] {
    width: 248px;
}

[data-width="7"] + td {
    width: 456px;
}

[data-width="8"] {
    width: 87px;
}

[data-width="8"] + td {
    width: 489px;
}

[data-width="8"] + td + td {
    width: 128px;
}

[data-width="9"] {
    width: 77px;
}

[data-width="9"] + td {
    width: 209px;
}

[data-width="9"] + td + td {
    width: 209px;
}

[data-width="9"] + td + td + td {
    width: 209px;
}

[data-width="10"] {
    width: 63px;
}

[data-width="10"] + td {
    width: 350px;
}

[data-width="10"] + td + td {
    width: 97px;
}

[data-width="10"] + td + td + td {
    width: 97px;
}

[data-width="10"] + td + td + td + td {
    width: 97px;
}

.body-sp [data-width="6"] {
    width: 50%;
}

.body-sp [data-width="6"] + td {
    width: 50%;
}

.body-sp [data-width="7"] {
    width: 26%;
}

.body-sp [data-width="7"] + td {
    width: 74%;
}

.body-sp [data-width="8"] {
    width: 13%;
}

.body-sp [data-width="8"] + td {
    width: 69%;
}

.body-sp [data-width="8"] + td + td {
    width: 18%;
}

.body-sp [data-width="9"] {
    width: 13%;
}

.body-sp [data-width="9"] + td {
    width: 29%;
}

.body-sp [data-width="9"] + td + td {
    width: 29%;
}

.body-sp [data-width="9"] + td + td + td {
    width: 29%;
}

.body-sp [data-width="10"] {
    width: 9%;
}

.body-sp [data-width="10"] + td {
    width: 49%;
}

.body-sp [data-width="10"] + td + td {
    width: 14%;
}

.body-sp [data-width="10"] + td + td + td {
    width: 14%;
}

.body-sp [data-width="10"] + td + td + td + td {
    width: 14%;
}

.machieImageList {
    background-color: #fff;
    border-color: #e0e0e0;
    border-style: solid;
    border-width: 1px 1px 0;
    overflow: hidden;
}

.machieImageList:last-child {
    border-width: 1px;
}

.machieImageList-machineImageCell {
    align-items: center;
    border-color: #e0e0e0;
    border-style: solid;
    border-width: 0 1px 0 0;
    display: flex;
    float: left;
    height: 136px;
    justify-content: center;
    padding: 0 16px;
    position: relative;
    width: 212px;
    z-index: 1;
}

.machieImageList-detailCell {
    float: left;
    height: 136px;
    margin-left: -212px;
    padding-left: 212px;
}

.machieImageList-image {
    height: auto;
    width: 100%;
}

.machieImageList-fileNumberCell,
.machieImageList-machineNameCell {
    margin: 16px 16px 0;
}

.machieImageList-editButtonCell {
    margin: 20px 16px 0;
}

.machieImageList-editButton {
    width: 120px;
}

.machieImageList-deleteButton {
    background-color: #9e9e9e;
    color: #fff;
    margin-left: 16px;
    width: 120px;
}

.machineImageEditContent-itemCategoryGroup-notice,
.machineImageEditContent-itemCategoryGroup-machineImage,
.machineImageEditContent-itemCategoryGroup-machineName {
    text-align: center;
}

.machineImageEditContent-itemCategoryGroup-notice {
    margin-bottom: 32px
}

.machineImageEditContent-itemCategoryGroup-machineName {
    border-color: #e0e0e0;
    border-style: solid;
    border-width: 0 0 1px;
}

.machineImageEditContent-itemCategoryName,
.machineImageEditContent-itemCategoryContent {
    align-items: center;
    border-color: #e0e0e0;
    border-style: solid;
    display: flex;
    float: left;
    height: 64px;
    justify-content: center;
}

.machineImageEditContent-itemCategoryName {
    background-color: #F0F4C3;
    border-width: 1px 1px 0;
    width: 120px;
}

.machineImageEditContent-itemCategoryContent {
    border-width: 1px 1px 0 0;
    margin-left: -120px;
    padding: 16px 16px 16px 136px;
    width: 660px;
}

.machineImageEditContent-itemCategoryGroup-machineImage .machineImageEditContent-itemCategoryName,
.machineImageEditContent-itemCategoryGroup-machineImage .machineImageEditContent-itemCategoryContent {
    height: 343px;
}

#machineImageEditContentMachineNameInput {
    width: 100%;
}

#pachiMachineImageEditContentMachineNameInput {
    width: 100%;
}

.addMachineImageData {
    margin-bottom: 32px;
    width: 160px;
}

.noImageText {
    display: none;
}

#popUpView {
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

#popUpView .view-header,
#popUpView .view-cotents,
#popUpView .view-footer {
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 32px;
    width: 724px;
}

#popUpView .view-header,
#popUpView .view-footer {
    display: none;
}

#popUpView .view-header {
    padding: 8px;
    z-index: 1;
}

#popUpView .view-cotents {
    background-color: #fff;
    border-radius: 16px;
    bottom: 32px;
}

.popUpViewCloseButton {
    border-radius: 32px;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 32px;
}

#popUpView .view-cotents-content {
    display: block;
    padding: 0;
}

#popUpView .view-cotents-content-header {
    background-color: #2196f3;
    color: #fff;
    font-weight: bold;
    padding: 16px;
    text-align: center;
}

#popUpView .view-cotents-content-content {
    height: 488px;
    overflow-y: auto;
    padding: 32px 32px 0;
}

#popUpView .view-cotents-content-footer {
    background-color: #fff;
    bottom: 0;
    padding: 32px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.inputList-machineImage {
height: 10em;
width: 20em;
margin: 0 12px;
}

[data-width="6"] {
    width: 291px;
}

[data-width="6"] + td {
    width: 413px;
}

[data-width="7"] {
    width: 248px;
}

[data-width="7"] + td {
    width: 456px;
}

[data-width="8"] {
    width: 87px;
}

[data-width="8"] + td {
    width: 489px;
}

[data-width="8"] + td + td {
    width: 128px;
}

[data-width="9"] {
    width: 77px;
}

[data-width="9"] + td {
    width: 209px;
}

[data-width="9"] + td + td {
    width: 209px;
}

[data-width="9"] + td + td + td {
    width: 209px;
}

[data-width="10"] {
    width: 63px;
}

[data-width="10"] + td {
    width: 350px;
}

[data-width="10"] + td + td {
    width: 97px;
}

[data-width="10"] + td + td + td {
    width: 97px;
}

[data-width="10"] + td + td + td + td {
    width: 97px;
}

.body-sp [data-width="6"] {
    width: 50%;
}

.body-sp [data-width="6"] + td {
    width: 50%;
}

.body-sp [data-width="7"] {
    width: 26%;
}

.body-sp [data-width="7"] + td {
    width: 74%;
}

.body-sp [data-width="8"] {
    width: 13%;
}

.body-sp [data-width="8"] + td {
    width: 69%;
}

.body-sp [data-width="8"] + td + td {
    width: 18%;
}

.body-sp [data-width="9"] {
    width: 13%;
}

.body-sp [data-width="9"] + td {
    width: 29%;
}

.body-sp [data-width="9"] + td + td {
    width: 29%;
}

.body-sp [data-width="9"] + td + td + td {
    width: 29%;
}

.body-sp [data-width="10"] {
    width: 9%;
}

.body-sp [data-width="10"] + td {
    width: 49%;
}

.body-sp [data-width="10"] + td + td {
    width: 14%;
}

.body-sp [data-width="10"] + td + td + td {
    width: 14%;
}

.body-sp [data-width="10"] + td + td + td + td {
    width: 14%;
}

/* ページ作成画面の機種画像ラジオボックス */
.inputList-banner,
.inputList-machineImageS,
.inputList-machineImageP {
    height: 14.4em;
    padding: 0;
}

.inputList-banner *,
.inputList-machineImageS *,
.inputList-machineImageP * {
    font-size: 12px;
}

.inputList-banner label,
.inputList-machineImageS label,
.inputList-machineImageP label {
    border: #e0e0e0 solid 0;
    border-bottom-width: 1px;
    margin-right: 0;
    padding: 4px 8px;
    text-align: left;
}

.inputList-banner label:last-child,
.inputList-machineImageS label:last-child,
.inputList-machineImageP label:last-child {
    border-bottom-width: 0;
}

.inputList-banner input[type=radio],
.inputList-machineImageS input[type=radio],
.inputList-machineImageP input[type=radio] {
    margin-right: 8px;
    max-width: 1.5em;
    min-width: 1.5em;
    width: 1.5em;
}

.dataCountViewArea {
    background-color: #757575;
    border-radius: 4px;
    color: #fff;
    padding: 8px;
}

#editAchievementsDataView .thumbnailImage {
    height: 79px;
}

/* Twitter  */
#editTweetsDataView {
    top: 48px;
}

#editTweetsDataView .editPagesDataView-title {
    top: 48px;
}

#editTweetsDataView .view-header {
    margin: 48px 0 0;
    z-index: 9999;
}

#editTweetsDataView .view-contents {
    padding: 136px 0 0;
    height: 100%;
}

#editTweetsDataView #mainContent {
    position: relative;
    z-index: 0;
    float: left;
    width: 564px;
    height: 100%;
    overflow-y: auto;
    padding-bottom: 129px;
}

#editTweetsDataView .mainContent-content {
    width: 500px;
    margin: 0 auto;
}

#editTweetsDataView #dataContent {
    background-color: #fff;
    float: left;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding-bottom: 32px;
    position: relative;
    z-index: 10;
    margin-right: -564px;
    padding-right: 596px;
    padding-top: 48px;
}

#previewContent {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}

#previewContent video {
    border-radius: 12px;
}

#previewContent .content-tweetMedia img {
    border-radius: 12px;
}

.previewContent-wrapper {
    border-radius: 8px;
    background-color: #fff;
    position: fixed;
    top: 32px;
    left: 32px;
    right: 32px;
    bottom: 32px;
    z-index: 101;
    margin: auto;
    overflow-y: auto;
    width: 600px;
    padding: 16px;
}

.content-tweetIcon {
    float: left;
    width: 48px;
    height: 48px;
    margin-top: 8px;
    border-radius: 50%;
    overflow: hidden;
}

.content-tweetIcon img {
    width: 100%;
}

.content-tweetMain {
    float: left;
    position: absolute;
    left: 72px;
    right: 16px;
    padding-bottom: 16px;
}

.content-tweetName a {
    font-weight: bold;
    color: #212121;
}

.content-tweetAccount {
    color: #999;
}

.content-tweetDatetime {
    color: #f44336;
}

.content-tweetText {
    margin-top: 8px;
    line-height: 1.5em;
}

.content-tweetMedia img,
.content-tweetMedia video {
    background-origin: #fff;
    border-radius: 8px;
    border: 1px #e0e0e0 solid;
    margin-top: 8px;
    width: 100%;
}

.previewContent-close {
    position: absolute;
    top: 8px;
    right: 8px;
    background-color: #ef5350;
    z-index: 2;
    font-weight: bold;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

#editTweetsDataView label {
    margin: 0 4px 0 2px !important;
}

#editTweetsDataView label:hover {
    cursor: pointer;
}

#editTweetsDataView .accountId {
    color: #757575;
    font-size: 12px;
}

#editTweetsDataView .mainContent-footer {
    align-items: center;
    background-color: #fff;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    text-align: center;
    width: 564px;
    z-index: 2;
    padding: 32px 0 32px 0;
}

#editTweetsDataView [data-click-action="saveTweetList"] {
    margin-right: 100px;
    width: 200px;
}

#editTweetsDataView [data-click-action="postTweet"] {
    background-color: #BA68C8;
    width: 200px;
}


#editTweetsDataView [data-click-action="tweetPreview"] {
    margin-right: 32px;
    width: 200px;
}

#editTweetsDataView .dataContent-content-wrapper {
    display: none;
}

/*
#dataContent {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}
*/

/*
.dataContent-content-wrapper {
    position: fixed;
    top: 49px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 101;
    overflow-y: auto;
}
*/

/*
.dataContent-content-close {
    position: fixed;
    top: 8px;
    right: 8px;
    background-color: #ef5350;
    z-index: 2;
    font-weight: bold;
    width: 164px;
}
*/

#editTweetsDataView .dataContentItemImage,
#editTweetsDataView .dataContentItemVideo {
}

#editTweetsDataView .dataContent-header {
    position: fixed;
    top: 48px;
    right: 32px;
    left: 597px;
    background-color: #fff;
    z-index: 2;
    padding-top: 32px;
}

#editTweetsDataView .searchButton {
    width: 60px;
}

#editTweetsDataView .tabMenu {
    display: flex;
    border-style: solid;
    border-width: 0 0 1px;
    border-color: #3f51b5;
}

#editTweetsDataView .tabMenu-item {
    padding: 12px;
    width: 100%;
    border-radius: 8px 8px 0 0;
    background-color: #9fa8da;
    color: #fff;
    text-align: center;
    border-style: solid;
    border-width: 0 0 0 1px;
    border-color: rgba(255, 255, 255, 0.2);
}

#editTweetsDataView .tabMenu-item:first-child {
}

#editTweetsDataView .tabMenu-item:last-child {
    margin-right: 0;
}

#editTweetsDataView .tabMenu-item:hover {
    cursor: pointer;
}

#editTweetsDataView .currentTab {
    background-color: #3f51b5;
}

#editTweetsDataView .dataContent-content-list {
    margin-top: 24px;
}


#editTweetsDataView .itemsGroup:not(.itemsGroupHeader):not(.currentSelectItem):hover {
    background-color: #f0f4c3 !important;
    cursor: pointer;
}

#editTweetsDataView .itemsGroupHeader .itemCell {
    padding: 12px;
}

#editTweetsDataView .categoryTitle {
    margin: 32px 0 16px;
}

#editTweetsDataView .categoryTitle:first-child {
    margin-top: 0;
}

#editTweetsDataView .tweetLimitCount {
    margin: 16px 0 0;
}

#editTweetsDataView .selectLine {
    margin: 0 4px;
    display: inline-block;
    line-height: 32px;
    text-align: center;
    width: 16px;
}

#editTweetsDataView textarea {
    width: 500px;
}

#editTweetsDataView [type="file"],
#editTweetsDataView .imageButtons,
#editTweetsDataView .videoButtons {
    display: none;
}

.mediaOptins {
    min-height: 240px;
    width: 500px;
}

#editTweetsDataView .imageButtons,
#editTweetsDataView .videoButtons {
    margin-top: 16px;
    text-align: center;
}

#editTweetsDataView .imageButtons button,
#editTweetsDataView .videoButtons button {
    width: 120px;
}

#editTweetsDataView label {
    margin-right: 16px;
}

#editTweetsDataView #uploadImage1Thumbnail,
#editTweetsDataView #uploadImage2Thumbnail,
#editTweetsDataView #uploadImage3Thumbnail,
#editTweetsDataView #uploadImage4Thumbnail {
    display: inline-block;
    background: #ececec center center no-repeat;
    background-size: contain;
    margin: 8px 0 4px;
    width: 120px;
    height: 120px;
}

#editTweetsDataView [data-click-action="deleteUploadVideo"],
#editTweetsDataView [data-click-action="deleteUploadImage1"],
#editTweetsDataView [data-click-action="deleteUploadImage2"],
#editTweetsDataView [data-click-action="deleteUploadImage3"],
#editTweetsDataView [data-click-action="deleteUploadImage4"] {
    background-color: #999;
}

#editTweetsDataView [data-click-action="deleteUploadVideo"] {
    margin-left: 32px;
}

#editTweetsDataView .itemCell-tweetState {
    width: 80px;
}

#editTweetsDataView .itemCell-tweetDate {
    width: 11em;
}

#editTweetsDataView .itemCell-tweetAccount {
    width: 112px;
}

#editTweetsDataView .itemCell-tweet {
    border-right: 0;
    border-left: 0;
    z-index: 0;
    position: relative;
    width: 100%;
    margin: 0 -340px 0 -228px !important;
    padding: 12px 352px 12px 240px !important;
    word-wrap: break-word;
    white-space: normal;
    display: block;
}

#editTweetsDataView .itemsGroup:not(.itemsGroupHeader) .itemCell-tweet {
    justify-content: start;
    align-items: start;
    line-height: 1.5em;
    text-align: left;
}

#editTweetsDataView .itemCell-tweetMedia {
    border-left-width: 1px;
    width: 240px;
    overflow-y: auto;
}

#editTweetsDataView .itemCell-tweetMedia img {
    margin-bottom: 8px;
    width: 100%;
}

#editTweetsDataView .itemCell-tweetMedia img:last-child {
    margin: 0;
}

#editTweetsDataView .itemsGroup:not(.itemsGroupHeader) .itemCell-tweetMedia {
    justify-content: start;
    align-items: start;
    flex-direction: column;
}

#editTweetsDataView .itemCell-menu {
    width: 100px;
}

#editTweetsDataView .itemCell-editMenu {
    width: 70px;
}

#editTweetsDataView .itemCell-deleteMenu {
    width: 70px;
}

#editTweetsDataView .itemsGroup:not(.itemsGroupHeader) .itemCell-menu {
    justify-content: start;
    flex-direction: column;
}

#editTweetsDataView .currentSelectItem {
    background-color: #ffebee !important;
    border: 1px solid #212121;
}

#editTweetsDataView .currentSelectItem:hover {
    cursor: pointer;
}

#editTweetsDataView .currentetEditItem {
    color: #f44336;
    font-weight: bold;
}

#editTweetsDataView [data-click-action="saveTweetDelete"] {
    background-color: #999;
}

#editTweetsDataView #uploadVideoPlayer {
    padding: 32px;
    text-align: center;
}

#editTweetsDataView video {
    width: 100%;
}

#editTweetsDataView .successTweet {
    background-color: #f5f5f5;
    color: #999;
}

#editTweetsDataView .twitterAccountButton {
    background-color: rgba(255, 255, 255, 0.3);
    margin: 0 4px 0 0;
    width: 112px !important;
}

#editTweetsDataView .twitterAccountButton:last-child {
    margin: 0;
}

#editTweetsDataView .imageTagArea,
#editTweetsDataView .videoTagArea {
 margin-top: 32px;
}

#editTweetsDataView .imageTagArea-name,
#editTweetsDataView .videoTagArea-name {
    float: left;
    position: relative;
    width: 200px;
    z-index: 1;
}

#editTweetsDataView .imageTagArea-account,
#editTweetsDataView .videoTagArea-account {
    float: left;
    width: 100%;
    margin-left: -200px;
    padding-left: 208px;
}

#editTweetsDataView [data-click-action="saveTweetEdit"],
#editTweetsDataView [data-click-action="saveTweetDelete"] {
    width: 100%;
}

#editTweetsDataView [data-click-action="saveTweetDelete"] {
    margin-top: 12px;
}

#editTweetsDataView [data-click-action="saveTweetDelete"]:active {
    border-bottom-width: 0;
    height: 31px;
    margin-top: 13px;
}

#editTweetsDataView .itemGroup .itemCell {
    align-content: flex-start;
    align-items: flex-start;
    height: auto;
    min-height: 60px;
}

#editTweetsDataView .itemGroupHeader {
    position: fixed;
    top: 208px;
    right: 32px;
    left: 564px;
    z-index: 9999;
    background-color: #2196f3;
    color: #fff;
    font-weight: bold;
    border-color: #2196f3;
}

#editTweetsDataView .itemGroup .itemCell-tweet {
    text-align: left;
    line-height: 1.4em;
}

#editTweetsDataView .itemGroup .itemCell-tweetDate {
    line-height: 1.4em;
}

#editTweetsDataView textarea {
    height: 15em;
}

.mark {
    background-color: #2196f3;
    border-radius: 16px;
    color: #fff;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    margin-right: 8px;
    padding: 0 16px;
    text-align: center;
    vertical-align: middle;
    width: 104px;
}

#schedulesDataView .itemCell-edit {
    min-width: 14.5em;
}

#schedulesDataView .itemCell-edit [data-click-action="editTweetsDataView"] {
    width: 8em;
}

#editTweetsDataView [data-click-action="openUrl"] {
    background-color: rgb(29, 155, 240);
    margin-right: 40px;
}

#editTweetsDataView [data-click-action="openUrl"]:hover {
    background-color: rgb(29, 155, 240);
}

[data-click-action="editTweetsDataView"] {
    background-color: rgb(29, 155, 240);
    margin-left: 8px;
}
