<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#gambtop {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}






#list {
    display: none;
	width: 240px;
	height: 60px;
    position: absolute;
    top: 10px;
    right: 10px;
    padding-left: 60px;
	background: #231645;
	box-shadow: 0 20px 40px 0 rgba(35,22,69,0.50);
    /*border-bottom: rgba(255, 255, 255, 0.5) 1px solid;*/
}

#listarrow {
	width: 60px;
	height: 60px;
    margin-left: -60px;
	background: #ffffff;
    cursor: pointer;
}

#listarrowu {
    position: absolute;
    top: 15px;
    left: 20px;
    width: 20px;
    height: 12px;
    background-image: url(img/ar_up.png);
}
#listarrowu:hover {
    background-image: url(img/ar_up_.png);
    cursor: pointer;
}
#listarrowd:hover {
	background-image: url(img/ar_down_.png);
    cursor: pointer;
}



#listarrowd {
    position: absolute;
    top: 40px;
    left: 20px;
    width: 20px;
    height: 12px;
	background-image: url(img/ar_down.png);
}


#name_scene {
    position: absolute;
    top: 20px;
    left: 80px;
    font-size: 18px;
    cursor: pointer;
	
}


#name_scene_list {
    display: none;
    width: 240px;
    height: 340px;
    right: 0px;
    overflow: hidden;
    top: 60px;
    position: absolute;
    background: #231645;
    box-shadow: 0 20px 40px 0 rgba(35,22,69,0.50); 
    font-size: 18px;
    line-height: 55px;
}
#name_scene_list a {
    padding: 20px 20px;
    padding-right: 10%;
    overflow: hidden;
    width: 240px;
    color: white;
    cursor: pointer;
    text-decoration: none;

}
#name_scene_list a:hover {
background-color: rgba(255,255,255,0.05) ;
/*opacity: 0.05;*/

}





#a360down {
    position: absolute;
    bottom: 10px;
    left: 10px;
}




#startpla {
    position: absolute;
    top: 10px;
    left: 10px;
}



#startpla2 {
    display: none;
    position: absolute;
    top: 90px;
    left: 10px;
    cursor: pointer;
}



#startpla31 {
    display: none;
    position: absolute;
    top: 160px;
    left: -10px;
}

#startpla31 span {
    position: absolute;
    left: 50px;
    top: 50px;
    color: black;}

#startpla32 {
    display: none;
    position: absolute;
    top: 160px;
    left: -10px;
}

#startpla32 span {
    position: absolute;
    left: 50px;
    top: 50px;
    color: black;}

#startpla33 {
    display: none;
    position: absolute;
    top: 160px;
    left: -10px;
}

#startpla33 span {
    position: absolute;
    left: 50px;
    top: 50px;
    color: black;}

#startpla34 {
    display: none;
    position: absolute;
    top: 160px;
    left: -10px;
}

#startpla34 span {
    position: absolute;
    left: 50px;
    top: 50px;
    color: black;}

#startpla35 {
    display: none;
    position: absolute;
    top: 160px;
    left: -10px;
}

#startpla35 span {
    position: absolute;
    left: 50px;
    top: 50px;
    color: black;}

#startpla36 {
    display: none;
    position: absolute;
    top: 160px;
    left: -10px;
}

#startpla36 span {
    position: absolute;
    left: 30px;
    top: 50px;
    color: black;}










</pre></body></html>