/*rule.html用のcssです*/

/*全体*/
.row{
    display: flex;
}
 
/*サイドバー*/
.col-2{
    margin-left: 20px;    

}
.scenario-card{
    margin-left: 20px;    
    margin-right: 20px;

}
.stk-box{
    position: fixed;
    top: 30%;
    height: 60%;
    width: 200px;
    overflow-y: auto;
    direction: rtl;

    /*変更前
    position: sticky;
    top: 60px;
    height:300px;
    overflow-y:scroll;
    */

}

.btn{
    font-size: 0.6rem !important;  
}

::-webkit-scrollbar{
    width: 10px;
 }
 ::-webkit-scrollbar-track{
    background-color: #ccc;
 }
 ::-webkit-scrollbar-thumb{
    background-color: #000000;
 }
.sidebarlogo{
    margin-bottom: 50px;
}
.sidelogoimg{
    position: sticky;
    top: 20px;
    margin-top: 20px;
    max-width: 100%;
    height: auto;
    width /***/:auto;
}
.dropdown{
    margin: 10px;
}

/*本文*/
#rulebook{
    margin: 4%;
}
.ruletext{
    font-size: 1rem;
}
h3{
    text-align: center;
    font-weight: bold;
}
#rulebook p{
    margin: 0 10px 30px 30px;
    text-align: justify;
}

.TITLE{
    margin-bottom: 50px;
    margin-top:100px; 
}

.orange:hover,.orange:visited,.orange:link{
    color: orange !important;
}
.bordered{
    border: 9px solid gray;
    
}

.b1{
    border-image-source: linear-gradient( 150deg, white , gray);
    border-image: linear-gradient(150deg , #dcdcdc,gray,#dcdcdc);
    border-image-slice: 1;
}
