/*rule.html用のcssです*/

/*全体*/
.row{
    display: flex;
    width: 100% !important;
}
.col{
    padding: 0px;
}

/*ヘッダー*/
.btn{
    font-size: 0.8rem !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;
}


/*サイドバー*/
.stk-box{
    position: fixed;
    top: 15%;
    left: 2%;
    height: 85%;
    width: 22%;
    overflow-y: auto;
    direction: ltr;
}
.stk-box-xs{
    margin-top: 100px;
}
.PageTopButton{
    opacity: 0.5;
    margin-right:10px;
    margin-bottom: 10px;
}

/* .stk-box{
    position: fixed;
    top: 15%;
    left: 2%;
    height: 85%;
    width: 22%;
    overflow-y: auto;
    direction: ltr;
} */

/*本文*/
body {
    position: relative;
}
#rulebook{
    margin-top: 10%;
    padding: 10%;
}
#rulebook p{
    text-align: justify;
}
.ruletext{
    font-size: 20px;
    line-height: 180%;
}
.comment{
    color:darkgray;
    font-style: italic;
}
.TITLE{
    
    margin-bottom: 50px;
}
.padding_lr{
    padding: 5% 5% 5% 5% !important;
}


/*リンク用*/
.anchor{
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}
.section{
    padding-top: 100px; /* 調整したい高さ（固定ヘッダーの高さ） */
    margin-bottom: 36px;
}
.large-size{
    font-size: 110%;
}
.link_in_txt{
    color: deepskyblue !important; /*案１。外してもよし。*/
    /*color: mediumblue !important; 案２。*/
    /*color: orange !important; 旧案*/

    font-weight: 450 !important;
}
.link_in_txt:link{
    text-decoration: underline;
}
.link_in_txt:hover{
    text-decoration: none;
    text-shadow: 1px 1px 2px darkgray;
}
.card-header>h5>a{
    color: black !important; /*案１。外してもよし。*/
}
.list-group-item>a{
    color: deepskyblue !important; /*案１。外してもよし。*/
}

/*リンク色*/
.orange{
    color: orange !important;
}
/*未完成リンク・編集中*/
.red{
    color: red !important;
}

.tojump{
    padding-top: 100px;
    margin-top:-100px;
}
.mokuji:link, .mokuji:visited{
    color:gray;
}
.story{
    font-size: 18px;
    line-height: 150%;
    border:solid;
    padding: 15px 20px 20px 20px;
    margin-top: 20px;
    margin-bottom:50px;
    border-width: 3px 3px 3px 7px;
    border-left-color:#696969;
    border-right-color: #f5f5f5;
    border-bottom-color: #f5f5f5;
    border-top-color: #f5f5f5;
}
.story p{
    font-size: 18px;
}

.lab{
    background-color: #b0c4de;
    padding-top: 0px;
    margin-top: 0px;
}

.table-border{
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #f5f5f5;
}
.suggest{
    color:purple;
}

.updownbutton{
    padding: 6px;
}