html,body { height:100%; }
div#map {
    position:absolute;
    top:66px;
    left:0;
    right:0;
    bottom:0px;
    margin-bottom: auto;
    overflow:hidden;
}
#map2 {
    position:absolute;
    top:158px;
    left:0;
    right:0;
    bottom:0px;
    margin-bottom: auto;
    overflow:hidden;
}
div#menu-u {
    position:absolute;
    top:66px;
    left:0;
    right:0;
    bottom:0;
    overflow:hidden;
}
.scr {
    overflow-y: scroll;
    overflow-x:hidden;
    height: 100%;
}
.oya{
    margin-top:8px;
}
#div_keyword {
    position: absolute; 
    height: 30px;
    top:76px;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    width:300px;
    visibility:hidden;
}
#txt_keyword {
    background-color: #ffffff;
    border: 0;
    height: 30px;
    width: 220px;
    padding: 0 40px; 
    position: absolute; 
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    box-sizing: content-box;
} 
#img_menu {
    border: 0;
    height: 30px;
    width: 30px;
    position: absolute; 
    top:0;
    left: -259px;
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    box-sizing: content-box;
} 
#img_filter {
    border: 0;
    height: 30px;
    width: 30px;
    position: absolute; 
    top:0;
    left: 270px;
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    box-sizing: content-box;
} 
div#client {
    visibility:hidden;
    position:absolute;
    width :100%;
    bottom:0;
    left:0;
    right:0;
    margin: auto;
    overflow:hidden;
    display:table;
    table-layout:fixed;
}
div#eye{
    display:table-cell;
    height:60px;
    min-width :60px;
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size:42px 25px;
    background-size:42px 25px;
}
div#details {
    display:table-cell;
    height :inherit;
    vertical-align: middle;
}
div#children{
    max-height: 120px;
    overflow-y: auto;
}
div#children::-webkit-scrollbar {
  width: 5px;
}
div#children::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}
div#children::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}
div#children div.eyes{
    height:30px;
    min-width :46px;
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size:30px 18px;
    background-size:30px 18px;
}
div#children div.children_row{
    display:table-row;
}
div#children div.children_cell{
    display:table-cell;
    font-size: 1.2em;
    padding: 5px;
    background-color: #f5f3f3;
    border: 2px solid #fff;
}
div#imaiku {
    display:table-cell;
    height :inherit;
    width :60px;
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size:auto 40px;
    background-size:auto 40px;
    background-image:url(/src/view/assets/images/icons/imaiku.png);
} 
div#eye.open, div#children div.open{
    background-image:url(/src/view/assets/images/common/ico-eye-open.png);
}
div#eye.close, div#children div.close{
    background-image:url(/src/view/assets/images/common/ico-eye-close.png);
}
div#eye.night, div#children div.night{
    background-image:url(/src/view/assets/images/common/ico-eye-night.png);
}
div#eye.coupon{
    background-image:url(/src/view/assets/images/common/ico-eye-coupon.png);
}
div#eye.opencoupon{
    background-image:url(/src/view/assets/images/common/ico-eye-open.png),url(/src/view/assets/images/common/ico-eye-coupon.png);
    background-position: center 5px, center 30px;
}
div#eye.closecoupon{
    background-image:url(/src/view/assets/images/common/ico-eye-close.png),url(/src/view/assets/images/common/ico-eye-coupon.png);
    background-position: center 5px, center 30px;
}
div#eye.nightcoupon{
    background-image:url(/src/view/assets/images/common/ico-eye-night.png),url(/src/view/assets/images/common/ico-eye-coupon.png);
    background-position: center 5px, center 30px;
}
div#name{
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
    position:relative;
}
div#name p{
    font-size: 1.5em;
    font-weight: bold;   
    line-height: 120%;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
div#waitnumber{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 1.2em;
    width: 60px;
    white-space: nowrap;
    position:absolute;
    right:0px;
    bottom:0px;
}
div#address p{
    font-size: 1em;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.oyalabel{
    font-size:1.4em;
}
.li-button {
    height:37px;
    width: 30px;
    padding:0;
    margin:0;
    background:none;
    border:0;
    font-size:0;
    line-height:0;
    overflow:visible;
    cursor:pointer;
}
.ul-child{
    padding-top:10px;
    display:none;
    padding-left:2em;
}
.li-child{
    padding-bottom:21px;
}
#img-close{
    width: 26px; 
    height: 26px;
    float: right;
}
li label{
    margin-left:5px;
}
.li-oya button{
    margin-top : -7px;
}
.li-oya input{
    margin-top : -5px;
    margin-left: 10px;
}
.li-child input{
    margin-top : -3px;
}