@charset utf8;

.frame {
    position: relative;
    background:url(../images/home1.png) left center no-repeat;
    background-size: contain;
    width: 1000px;
    height: 670px;
}
.pos {
    position: absolute;
    text-align: center;
}
.pos a {
    text-decoration: none;
    color:#c6a;
}
.pos.alert a {
    color:#f00;
    font-weight: bold;
}

.pos-1 {
    top: 353px;
    left: 606px;
}
.pos-2 {
    top: 120px;
    left: 800px;
}
.pos-3 {
    top: 90px;
    left: 430px;
    display: none;
}
.pos-4 {
    top: 260px;
    left: 642px;
}
.pos-5 {
    top: 90px;
    left: 430px;
}
.pos-6 {
    top: 415px;
    left: 103px;
}

/**************
 * room
 **************/
.chartWrapper {
    position: relative;
    overflow-x: auto;
}
.chartContainer {
    height: 600px;
}
.graph_canvas {
    position: absolute;
    top: 0;
    left: 0;
}
.type ul {
    list-style-type: none;
}
.type li {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 10px;
    text-align: center;
}
.type li a {
    text-decoration: none;
    color:#000;
}
.type li.current a {
    font-weight: bold;
}
