/*———————————------------------------------------------------------------------------
PCゾーン
————————--------------------------------------------------------------------------———*/
@media (min-width: 736px) {
    .pc_area{
        display:inline !important;
    }
    .phone_area{
        display:none !important; 
    }
    /* ログイン　*/
    .logincontainer{
        width: 40%;
        margin: 0 auto;
        padding-top: 3rem;
    }
    .logincontainer input {
        width: calc(60% - 10px);
        height: 38px;
        border: none;
    }
    /* テーブル　*/
    .table_container{
        padding:1rem 4rem;
        width:calc(100% - 112px);
    }
    .logo {
        float:left;
        font-size: 18px;
    }
    .header_back{
        background-color: #83C9CE;
        color:#fff;
        padding:.5rem 2rem;
        height:50px;
    }
    .table_top {
        align-items: flex-end;
        margin: 0px auto;
        display: flex;
    }
    .button_end{
        text-align: center;
        margin-right: 1rem;
        left: 50%;
    }
    .button_design{
        height: 2.5rem;
        color: #fff;
        border: none;
        box-shadow: 0 1px 2px 0 #869198;
        font-size: 16px;
        margin-right: 1rem;
        width: 15em;
    }
}
/*———————————------------------------------------------------------------------------
ログイン
————————--------------------------------------------------------------------------———*/
.login_body{
    background-color: #83C9CE;
}
.login_title{
    text-align: center;
    font-size: 3em;
    margin: 3rem;
    color: #fff;
}

.loginarea{
    text-align: center;
}
.logincontainer span{
    font-size: 15px;
    background-color: rgb(239, 239, 239);
    width: 40%;
    display: inline-block;
    height: 38px;
    vertical-align: bottom;
    line-height: 2.5;
}

.user{
    margin-bottom: 1.5rem;
}
#loginsubmit{
    width:100%;
    background-color: #345052;
    color: #fff;
}



/*———————————------------------------------------------------------------------------
ヘッダー
————————--------------------------------------------------------------------------———*/

.logo_icon{
    color:#fff;
}
.login_person{
    float:right;
    padding-top: .5rem;
}
.login_person span{
    padding-left: 1rem;
    vertical-align: super;
}

/*———————————------------------------------------------------------------------------
サイドバー
————————--------------------------------------------------------------------------———*/
.side_bar{
    width:7rem;
    background-color: #345052;
}
.side_bar li{
    text-align: center;
    font-size: 12px;
    padding: 1rem 0;
}
.side_bar_contents a :hover{
    background-color: #22292e;
}
.font_icon{
    color:#fff;
    display:block !important;
    padding-bottom: .1rem;
}
.side_bar_contents{
    margin-top: .5rem;
    position: sticky;
    margin-bottom: 0;
    top: 10px;
    z-index: 1;
}
/*———————————------------------------------------------------------------------------
日報記入テーブル
————————--------------------------------------------------------------------------———*/

/* 現在日時
----------------------------------------------------------*/
.date{
    display: inline;
}
.date form{
    display: inline;
}
.date span{
    vertical-align: middle;
    margin: 1rem;
}
.date_btn{
    background-color: #f0e9e9;
    border: none;
}
/* ハテナ
----------------------------------------------------------*/
.question{
    background-color: #83C9CE;
    font-size: 1.2rem;
    float: right;
    color: #fff;
    cursor: pointer;
    width: 3rem;
    height: 2rem;
    text-align: center;
    margin-bottom: .5rem;
    box-shadow: 0 1px 2px 0 #869198;
}
/* テーブル内
----------------------------------------------------------*/
.table_contents{
    width:auto;
    margin-top: 1rem;
}
.dairy_report tr{
    height:2rem;
}
.dairy_report tr:nth-child(1){
    background-color: #345052;
}
.dairy_report th:nth-child(1){
    width:30%;
}
.dairy_report th:nth-child(2){
    width:30%;
}
.dairy_report th:nth-child(3){
    width:15%;
}
.dairy_report th:nth-child(4){
    width:15%;
}
.dairy_report th:nth-child(5){
    width:10%;
}
.dairy_report th{
    color:#fff;
    height:2rem;
    vertical-align: middle;
    border-right: solid 1px #BDC0C7;
}
.dairy_report td{
    vertical-align: middle;
    border-right: solid 1px #BDC0C7;
    height:3rem;
    text-align: center;
    background-color: #fff;
    font-size: 15px;
}
.dairy_report tr{
    border-bottom: solid 1px #BDC0C7;
}
.dairy_report select{
    border:none;
    font-size:15px;
}
.dairy_report input{
    padding: 0;
    width: 100%;
    height: 100%;
    border: none;
    text-align: center;
    font-size: 15px;
}
.dairy_report span{
    color:#345052;
}
.select_task{
    width: 100%;
    height: 100%;
    border: none;
    color:#345052;
}
.table_top{
    display: flex;
    justify-content: space-between;
}
/* コメント
----------------------------------------------------------*/
.comment{
    clear: both;
}
.comment textarea{
    border:solid 1px #BDC0C7;
    width:100%;
    height: 100px;
    margin: 2rem 0;
}
/* ボタン
----------------------------------------------------------*/

.button_box{
    text-align: center;
}
.button_design.holiday{
    background-color: #32B1D6;
}
.button_design.reportinput{
    background-color: #83C9CE;
}
.task_add{
    height: 2rem;
    background-color: #83C9CE;
    color: #fff;
    border: none;
    width: 10.5em;
    box-shadow: 0 1px 2px 0 #869198;
}
.task_delete{
    height: 2rem;
    width: 10.5em;
    border: 1px solid #83C9CE;
    color: #83C9CE;
    background-color: #fff;
    margin-right: .5rem;
}
.button_add{
    float: right;
    margin-top: 1rem;
}
.button_design.saved{
    background-color: #83C9CE;
}
.fill_end{
    background-color: #537f82;
}

.talbe_details{
    max-height:400px;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}
.alert{
    margin: 0 auto;
    color:tomato;
}

