/************side var/************/
#sidebar {
    min-width: 70px;
    max-width: 70px;
    margin-top: -70px !important;
    background: rgb(82, 90, 100);
    color: rgb(82, 90, 100);
}

/************top var/************/
#navbar {
    background: rgb(82, 90, 100);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 0;
}
#navbar ul li {
    font-size: 13px;
    height: 60px;
    padding-right: 20px;
    padding-left: 40px;
    line-height: 90px;
    display: inline-block;
}
#navbar ul li a {
    text-align: right;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
}

/************content/************/
body {
    background-color: #e6e6e6;
}

/* import modal card */
.form__file input[type="file"] {
    display: none;
}
.form__file {
    width: 100%;
    margin: 0px -15px;
    position: relative;
    font-family: "游ゴシック", "メイリオ", "Verdana", "MS Pゴシック",
        "sans-serif", "Times New Roman";
    font-weight: normal;
}
.form__file label {
    background: #28a745;
    color: white;
    font-size: 0.8rem;
    padding: 8px 14px;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
    margin-top: 40px;
    font-size: 16px;
}
.form__file label:hover {
    opacity: 0.7;
    transition: 0.3s ease-out;
}
.form__file label:after {
    content: "input file";
    color: #959da4;
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    left: 15px;
    margin-top: -47px;
}
.form__file label.changed:after {
    content: "";
}
.form__file .filename {
    content: "選択されていません";
    color: #485056;
    height: 20px;
    line-height: 20px;
    position: absolute;
    left: 15px;
    margin-top: 1px;
}
#file_button {
    margin-top: 10px;
    margin-left: 120px;
}

.user_info {
    margin-top: -20px;
    margin-left: -140px;
    width: 210px;
}
.user_info_content {
    text-align: left !important;
    padding: 4px 8px 4px 16px;
    font-size: 14px;
    margin-top: 0px;
    line-height: normal;
    color: black !important;
}
