<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#app_info{
	display:none;
	margin:auto;
	width: 100%;
	 background: #e8e8e8;
	color: #000000;
	line-height: 1.5;
	text-aline:center;
	position:relative;
}

#app_info p{
	font-family: "ï¿½ï½­ï¿½ï½³ ï¿½ï½°ç¹§ï½´ç¹§ï½·ç¹ï¿½ã‘","MS PGothic",verdana,"ç¹åµÎ›ç¹§ï½®ç¹æ‰‹ï½§åµã– Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
	margin:0;
	font-weight: bold;
}
#app_info .text_box{
    float: left;
    margin-left: 0px;
	margin-top:10px;
    font-size:12px;
	color:#333333;
	line-height: 17px;
}
#app_info .inst_and{
    font-size: 12px;
    background-color: #689f38;
    font-weight: bold;
    color: #ffffff;
    padding: 5px;
    border-radius: 4px;
    margin: 12px 6px;
	position: absolute;
    right: 35px;
}
#app_info a:hover .inst_and{
	    background-color: #a6cf83;
	}

#app_info a:hover .inst_app{
	    background-color: #6ab0e8;
	}

#app_info .inst_app{
    font-size: 12px;
    background-color: #0070c9;
    font-weight: bold;
    color: #ffffff;
    padding: 5px;
    border-radius: 4px;
    margin: 12px 6px;
	position: absolute;
    right: 35px;
}
#app_info_imgR {
    font-weight: bold;
    padding: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
}

#app_info_imgL {
    width: 60px;
    float:left;
    font-weight: bold;
	padding-right: 6px;
	margin-top:-5px;
    padding-bottom: 0px;
}

.app_info_img{
height: 50px;
    padding: 10px 5px;
    background-position: right top;
    background-repeat: no-repeat;}</pre></body></html>