header{
    width: 100%;
    height: 60px;
    background-color: #b3262c;
}

header img{
    width: 180px;
    margin-top: 14px;
    margin-left: 8px;
}


.center{
    display: flex;
    justify-content: center;
    align-items: center;
}

.shadow{
    border: 1px solid #adadad;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}


/* ログイン ---------------------------------------------------------------------------------------------------------------- */

.login{
    margin: 50px auto 15px;
    background-color: 659bec;
    width: 350px;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    background-color: #659bec;
    border: 1.5px solid #ddd;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.login h1{
    font-size: 2em;
    color: white;
    margin-bottom: 5px;
}

.login-form{
    margin-top: 15px;
    text-align: center;
}

.control-group {
    margin-bottom: 12px;
}

.login input{
    text-align: center;
    background-color: #ffffff;
    border: 2px solid #ffffff00;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 200;
    padding: 8px 0;
    width: 275px;
    transition: border .5s;
}

.login .btn{
    border: 2px solid transparent;
    background: white;
    color: #659bec;
    font-size: 16px;
    line-height: 25px;
    padding: 10px 0;
    text-decoration: none;
    text-shadow: none;
    border-radius: 8px;
    box-shadow: none;
    transition: 0.25s;
    display: block;
    width: 275px;
    margin: 25px auto 0;
    border: 1px solid #ddd;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.copy {
    font-size: 0.7em;
    text-align: center;
    color: #659bec;
}





/* ホーム --------------------------------------------------------------------------------------------- */

.home{
    margin: 50px;
}

.home .main{
    text-align: center;
    color: #ffffff;
    width: 350px;
    margin-right: 50px;
}

.home .flex{
    justify-content: center;
}

.home .main .iine{
    background-color: #659bec;
    border-radius: 8px;
    margin-bottom: 32px;
    height: 160px;
    font-size: 42px;
}

.home .main .accounts{
    background-color: #fe8ccf;
    border-radius: 8px;
    height: 70px;
    font-size: 32px;
}

.home .sub{
    text-align: center;
    width: 200px;
}

.home .sub .sub{
    background-color: #979797;
    border-radius: 8px;
    margin-bottom: 14px;
    width: 100%;
    height: 52px;
    font-size: 30px;
}

.home .sub .sub2{
    background-color: #000000;
    border-radius: 8px;
    margin-top: 28px;
    color: #ffffff;
    width: 100%;
    height: 50px;
    font-size: 26px;
}




/* 実行画面 --------------------------------------------------------------------------------------------- */

.live{
    width: 350px;
    margin: 50px auto;
    color: #ffffff;
}

.live .start{
    background-color: #659bec;
    border-radius: 8px;
    margin-bottom: 32px;
    height: 160px;
    width: 350px;
    font-size: 40px;
}

.live .bak{
    background-color: #979797;
    border-radius: 8px;
    margin-bottom: 32px;
    height: 60px;
    width: 350px;
    font-size: 36px;
}




/* キャスト管理 --------------------------------------------------------------------------------------------- */

.manager{
    margin: 50px auto;
    width: 593px;
}

.manager h2{
    margin-bottom: 12px;
    font-size: 22px;
}

.manager .add{
    margin-bottom: 30px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 593px;
}

.manager input[type="text"], select {
    width: 458px;
    padding: 6px 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.manager button{
    width: 100%;
    padding: 10px;
    background-color: #3498db;
    border: none;
    border-radius: 4px;
    color: white;
    cursor: pointer;
    transition: background-color 0.3sease;
    text-align: center;
}

.manager form p{
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    justify-content: right;
}

.manager table{
    margin-bottom: 30px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 593px;
    FONT-SIZE: 26px;
    text-align: center;
}

.manager table tr{
    font-weight: normal;
    font-size: 20px;
}

.manager table th{
    padding: 9px 0px 5px;
    color: #ffffff;
    background: #b3262c;
}


.manager table th,td{
    border: 1px solid #979797;
    text-align: center;
    font-weight: normal;
    width: 165px;
}

.manager .manager-btn{
    width: 70px;
    padding: 6px 0px;
    margin: 2px 0;
    background-color: #3498db;
    border: none;
    border-radius: 4px;
    color: white;
    cursor: pointer;
    text-align: center;
    display: inline;
}

.manager .del{
    background-color: #979797;
}

.manager .bak{
    background-color: #979797;
    border-radius: 8px;
    height: 40px;
    width: 300px;
    font-size: 20px;
    color: #ffffff;
    margin: 0 auto;
}



/* 実行中 --------------------------------------------------------------------------------------------- */

.progress{
    margin: 50px auto;
    width: 593px;
    text-align: center;
}

.progress-container {
    width: 400px;
    background-color: #ddd;
    margin: 10px auto;
}

.progress-bar {
    height: 20px;
    background-color: #3498db;
    width: 0%;
    text-align: center;
    color: #fff;
}

#logArea {
    width: 600px;
    height: 300px;
    border: 1px solid #999;
    overflow-y: scroll;
    white-space: pre-wrap;
    margin-top: 10px;
    padding: 5px;
    text-align: left;
}

#backBtnArea {
    margin-top: 10px;
    display: none;
    text-align: center;
    margin-top: 20px;
}

#stopBtn{
    background-color: #b3262c;
    width: 300px;
    height: 30px;
    border-radius: 8px;
    color: #ffffff;
    margin-top: 20px;
}

.progress .bak{
    background-color: #979797;
    width: 300px;
    height: 35px;
    border-radius: 8px;
    color: #ffffff;
}