@charset "utf-8";
/* CSS Document */
img{ border:none;}

#functions{ float:left; position:relative; height:900px; width:600px;background:url(../images/app_btn/linebg.png) no-repeat 40px bottom;}

.btn01{position:absolute;left: 120px;top: 90px;}
.btn02{position:absolute;left: 20px;top: 35px;}
.btn03{position:absolute;right:50px;top: 35px;}
.btn04{position:absolute;left: 20px;top: 250px;}
.btn05{position:absolute;right:50px;top: 250px;}

.plus{ margin: 380px 0 0 80px; font-size:25px; color:#3b3a3a; text-align:center; width:400px;}

.brandbtn{margin: 30px 0 0 55px; clear:both; text-align:center; width:450px; }
.brandbtn img{margin:10px 0px;}

/*----*/
/*
#app_bg{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #FFF;
	opacity: 0.8;
	top: 0;
	left: 0;
	z-index: 1;
	display: none;
}
*/
#app_back{
	z-index: 3;
	position: fixed;
	left: 50%;
	top: 30%;
	margin-left: 405px;
	margin-top: -15px;
	padding: 10px;
	background: #09F;
	cursor: pointer;
	color: #FFF;
	display: none;
	height: 10px;
	width: 10px;
	line-height: 10px;
	text-align: center;
	border-radius: 100%;
	font: Verdana, Geneva, sans-serif;
	font-weight: bold;
	box-shadow: 3px 3px 5px #666;
}
#app_back:hover{
	background: #EEE;
	color: #09F;
}
.app{
	width: 400px;
	position: fixed;
	padding: 10px;
	top: 30%;
	left: 50%;
	z-index: 2;
	display: none;
	border: 1px solid #CCC;
	background: #FFF;
	box-shadow: 3px 3px 5px #666;
	border-radius: 5px;
}
.app ul li {
    margin-left: 20px;
    padding-left: 5px;
    list-style-type: square;
}

