﻿

a {
text-decoration:none; 
}
 
li {
    list-style: none;
}

image {
    max-width:100%; 
}

.bodybox {
    height: 100%; 
    margin: auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cf {
    clear: both;
}

.text-white {
color:white;
}
.width_100 {
    width:100%;
}

.hidebox {
    display:none;
}

.num {
    width:50px;
}
.blue {
    color:blue;
}
.text_c {
    text-align:center;
}
.text_l {
    text-align:left;
}
.text_r {
    text-align:right;
}
.fixed_fullscreen {
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background-color:rgba(0,0,0,0.3);
display:none;
z-index:500;
    
}


/*
    ----------------------------------
*/

 
 
.page_title {
    color: white;
    text-align: center;
    background-color: cadetblue;  
}

.bankuai {
    clear:both;
    margin:auto;
    padding:10px;
    border-bottom:1px solid rgb(128, 128, 128);
}
 
.bankuai_title {
    padding:5px;
    background-color:rgb(40,185,0);
    color:white;
}
.bankuai_item {
    margin:5px; 
    background-color: rgba(225,225,225,0.7);
}
 .guestmenu_box {
            width:80%;
            margin:auto;
        }
        .guestmenu_item {
            width:25%;
            text-align:center;
            background-color:darkseagreen;
            color:white; 
        }

.text-black {
    color:rgb(0, 0, 0);
}

.selected { 
    background-color:rgba(225,225,225,0.5);
}

