/*rule.html用のcssです*/

/*下のボタン*/
.UIbt{
    position: fixed;
    bottom: 0;
    z-index: 990;
}
#sekai{
    margin-left: 15%;
    width: 20%;
}
#rule{
    margin-left: 35%;
    width: 30%;
}
#chara{
    margin-left: 65%;
    width: 25%;
}
#kiyaku{
    margin-left: 90%;
    width: 10%;
}
#this{
    margin-left: 0%;
    width: 15%;
}

/*カルーセル*/
#bg-image1{
    position: absolute;
    top: 0%;
    z-index: 0;
    width:100%;
}
.carousel-inner{
    z-index: -1;
}

/*本文*/
.second{
    width:100%;
    height: auto;
    background-color: #060a12;
    position: static;
    z-index: -1;
}
#catch{
    position: absolute;
    z-index: 2;
    width: 70%;
    margin-top: 15%;
    margin-left: 15%;
}
.maintext{
    margin: 70% 25% 10% 25%;
    z-index: 0;
    color: #eceef4;
    font-size:x-large;
    text-align: justify;
}
.head1{
    font-size: xx-large;
    text-align: center;
}
