/*nav{ display: none; }

.nav-open{
    padding: 15px;
    color: #fff;
    font-size: 20px;
    background: #2073c8;
    cursor: pointer;
    position: relative;
}
.nav-open::before{!* 閉じている時 *!
    content: "＋";
    position: absolute;
    right: 20px;
}
.nav-open.active::before{!* 開いている時 *!
    content: "－";
}*/

.li_f {
    cursor: pointer;
}

.font img {
    height: 30px;
}

#upload_btn span {
    color: #ffffff;
}

#upload_btn {
    display: inline-block;
    border-radius: 5%;
    font-size: 14pt;
    text-align: center;
    cursor: pointer;
    padding: 12px 12px;
    background: #4e65b9;
    color: #ffffff;
    line-height: 1em;
    opacity: 1;
    transition: .3s;
}

#upload_btn:hover {
    opacity       : 0.8;
}

#delete_btn {
    display: inline-block;
    border-radius: 5%;
    font-size: 14pt;
    text-align: center;
    cursor: pointer;
    padding: 12px 12px;
    background: #d20f0f;
    color: #ffffff;
    line-height: 1em;
    opacity: 1;
    transition: .3s;
}

#delete_btn span {
    color: #ffffff;
}

#delete_btn:hover {
    opacity       : 0.8;
}

.short_text {
    margin-top: 5px;
    width: 20%;
}
.long_text {
    width: 100%;
}

.select-box select{
    margin-top: 5px;
}


