@charset "utf-8";

#bgblack,
#bgwhite,
#bgblue {
    margin-right: .2em;
    padding: .2em .5em;
    border: 1px solid #666666;
    border-radius: 5px;
    cursor: pointer;
}
#bgblack {
    background-color: #000;
	color: #fff!important;
}
#bgwhite {
    background-color: #fff;
}
#bgblue {
    background-color: #005795;
    color: #fff!important;
}






* .chblack {
    background-color: #000!important;
	color: #fff!important;
}
body.chwhite {
    background-color: #fbf9f0!important;
}
* .chblue {
    background-color: #005795!important;
    color: #fff!important;
}

.box_l_top a.chblue{
    background: none;
    text-shadow: none;
}

.box_l_top a.chblack {
    background: none;
    text-shadow: none;
}



body.chblack #floor_map_box img, 
body.chblue #floor_map_box img{
	opacity: 100!important;
}





#FontSizeS,
#FontSizeB {
    margin-right: .3em;
    padding: .2em .5em;
    border: 1px solid #666666;
    border-radius: 5px;
    background-color: #f0f0f0;
    cursor: pointer;
}

