@charset "UTF-8";

#selfile {
    display: none;
}

select {
    margin-left: 20px;
    margin-bottom: 50px;
}



#selfile,
#selfile1,
#selfile2,
#selfile3,
#selfile4 {
    display: none;
}

form p {
    color: #fff;
    padding: 0;
    margin: 20px;
    margin-bottom: 20px;
}



#hiddenLink {
    display: none;
}

form .thum {
    margin-top: 30px;
    margin-left: 30px;
}

#canvas {
    display: none;
}



form .btn {
    margin-top: 10px;
    margin-left: 40px;
    margin-bottom: 30px;
}




form input {
    margin-left: 30px;

}



form .edit_title textarea {

    width: 250px;

}

form .edit_url textarea {

    width: 250px;

}

.edit_btn #btn {
    width: 300px;
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;

}

.edit_btn {

    display: flex;
    justify-content: center;
    flex-flow: row wrap;
}


#spanBox {
    display: inline-flex;
    margin-bottom: 20px;

}

#spanBox input {

    font-size: 80%;
    width: 130px;
    height: 50px;
    line-height: 16px;
    margin-left: 10px;

}

#spanBox label {
    margin-left: 30px;
    font-size: 8pt;
    color: #FFF;
    margin-top: 15px;
}

.spanBox {

    width: 80px;
    display: block;
    list-style: none;
    text-align: right;
    font-size: 10pt;
}


/* css checkbox01 */
.checkbox01-input {
    display: none;
}

.checkbox01-parts {
    padding-left: 20px;
    position: relative;
    margin-right: 20px;
    color: #fff;
}

.checkbox01-parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 2px solid #FFF;
    border-radius: 4px;
    color: #fff;
}

.checkbox01-input:checked + .checkbox01-parts {
    color: #fff;
}

.checkbox01-input:checked + .checkbox01-parts::after {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    left: 5px;
    width: 7px;
    height: 14px;
    transform: rotate(40deg);
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
}

#chk {
    margin-left: 30px;
    margin-bottom: 20px;
}

.edit_img {
    margin-top: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#spanBox {

    display: flex;
    flex-flow: row wrap;
}

#button_box {
    display: none;
    width: 100%;
    position: fixed;
    bottom: 0px;
    height: 50px;
    background-color: #fff;
}

#button_box_clm {
    margin: 0 auto;
    width: 960px;
    height: 50px;

}

#button_back {
    display: block;
    width: 100px;

    margin-top: 12px;
    left: 0px;
}

#button_save {
    display: none;
    width: 130px;
    position: relative;
    margin-top: -35px;
    left: 800px;
}

.radio {
    display: flex;
}

.radio-input {
    display: none;
}

.radio-input + label {
    padding-left: 20px;
    position: relative;
    margin-right: 20px;
}

.radio-input + label::before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    border-radius: 50%;
}

.radio-input:checked + label {
    color: #d01137;
}

.radio-input:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 2px;
    width: 11px;
    height: 11px;
    background: #d01137;
    border-radius: 50%;
}


.btnspinner {
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

/* ピッカー */
.picker_area {
    margin-left: 20px;
}

.color_picker {
    -webkit-appearance: none;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 5px;
}


/* フォントサイズ */

.spinner_area {
    margin-left: 15px;
}

.spinner_area input {


    border-radius: 8px;
    font-size: 250%;
    width: 50px;
    height: 50px;

    /* デフォルトのスピナーを消す */
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

.spinner_area input[type="button"] {
    cursor: pointer;
}



select::-ms-expand {
    display: none;
}

select {
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 7px 30px 7px 10px;
    font-size: 250%;
    line-height: 1.1em;
    border-radius: 5px;
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-size: 30px 25px;
    background-position: right 10px center;
    background-color: #FFF;
    width: 200px;
    height: 60px;
}
