#nnna{
    border-left: 1px solid black;
    
    margin-right: 10px;
    margin-top: 10px;
}

.count_top{
    font-size: 2rem;
    font-weight: bold;
}

body{
    background-color: rgb(194, 194, 194);
}
.tile_stats_count{
    text-align: center;
    /*color: rgb(212, 96, 0);*/
}

.count{
    font-size: 4rem;
    font-weight: bold;    
}
.count_bottom{
    font-size: 24px;
    
}
nav{
    position: fixed;
    top: 0;
    left: 0; 
}

#syukko{
    background-color: rgb(214, 214, 214);
    height: 450px;
    width: 800px;
    margin-right: 10px;
    margin-top: 10px;
}

#nyuuko{
    background-color: rgb(214, 214, 214);
    height: 450px;
    width: 800px;
    margin-right: 10px;
    margin-top: 10px;
    
}

#turn_age{
    display: flex;
    margin-top: 10px;
}
.Maker{
    float: left;
    background-color: cornflowerblue;
    border-radius: 10px;
    font-size: 3rem;
    width: 326px;

}
.aster{
    float: right;
    background-color: deepskyblue;
    border-radius: 10px;
    margin-left: 5px;
    padding-left: 3px;
}
.stract{
    width: 350px;
    height: 150px;
    font-weight: bold;
}

.under_line{
    text-decoration: underline;
}

/* 初期表示 */
.fade-in-out {
    display: none;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

/* フェードイン時の表示 */
.fade-in-out.show {
    display: flex;
    opacity: 1;
}
.main_content{
    margin-top: 70px;
}

/* ログアウト時の処理 */
#log_out{
    width: 100px;
    text-align: left;
}

/* 履歴などになにもない場合のボタン処理 */
.back_button{
    text-align: center;
    margin-top: 90px;
}

@media (max-width: 767px) {
    .fade-in-out.show {
        display: block;
        opacity: 1;
    }
    .header{
        position: fixed;
        top: 0;
        left: 0; 
        width: 100%;
        z-index: 3;
    }

  }