@charset "utf-8";
/* CSS Document */
#amr_title{width: 100%;
background-color: #eeeeee;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
height: 34px;}
#amr_title p {text-align: center;
color: #646464;
margin-top: 5px;
font-family: "web_Yekan";
font-weight: bold;
font-size: 14px;}
#amr_main_dl{
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #EEEEEE 100%);
	
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #EEEEEE 100%);
	
	/* Opera */ 
	background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #EEEEEE 100%);
	
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #EEEEEE));
	
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #EEEEEE 100%);
	
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to top, #FFFFFF 0%, #EEEEEE 100%);	
	
	margin: 0 auto;
	width: 500px;
	height:400px;
	border-radius:1em;
	margin-top:100px;
}
#main_title{
	text-align: center;
	color: #646464;
	height: 54px;
}
#main_title p{
	width: 91%;
	margin: 0 auto;
	border-bottom: 1px solid #dadada;
	line-height: 39px;
	font-family:"web_Yekan";
}
#amr_main_dl img{
	float: right;
	margin-right: 60px;
}
.android img{
	margin-top:10px
}	
.ios img{
	margin-top:30px
}	
#smgroup{
	margin: 0 auto;
	/* bottom: 0; */
	position: relative;
	/* float: right; */
	width: 149px;
	clear: both;
	margin-top: 72px;
	top: 72px;
	color:#cccccc;
	font-size: 12px;;
}
#smgroup a{
text-decoration: none;
color: #cccccc;
}