/*
*
* ==========================================
* bootstrapのスタイル上書き
* ==========================================
*
*/
.th-color-orange {
    color: #DF9D24!important;
}
.th-border-orange {
    border-color: #DF9D24!important;
}
.th-bg-orange {
    background-color: #FDF3D0!important;
}
.th-color-dark {
    color: #273234;
}
.overflow-y-scroll {
    overflow-y: scroll;
}

.navbar {
    padding-top: 0!important;
    padding-bottom: 0!important;
}
input::-ms-reveal {
    visibility:hidden;
}
.container-fluid{
    text-align: center; 
}