/* common */
#banner{
	min-width: 320px;
	max-width: 480px;
	margin: 0 auto;
	line-height:0;
}
#msg {
	min-width: 320px;
	max-width: 480px;
	margin: 0 auto;
	background:#fa8c00;
	line-height:35px;
	height:35px;
	font-size:16px;
	text-align: center;
	color: #fff;
}


#shiting { padding-bottom:10px; /*background:#eee;*/}

/* member */

.member{	
    min-width: 320px;
	max-width: 480px;
	margin: 0 auto;
	background:#FFF;
}

.member h3{ text-align:center; height:40px; line-height:40px; color:#90b122; font-size:24px;}

.member h4{ height:30px; line-height:30px; font-size:16px; border-bottom:#999 solid 1px; margin-bottom:4px; margin-top: 14px;}

.member ul{ line-height:25px; padding:10px;}

.member ul li.tip{ text-align:center; color:#222;}

.member ul li.button{ padding:20px 0; text-align: center;}

.member ul li a {
	width: 40%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	display: inline-block;
	margin: 0 auto;
	background: #90b122 ;
	text-align: center;
	font-size: 16px;
	-moz-border-radius: 3px;      /* Gecko browsers */
	-webkit-border-radius: 3px;   /* Webkit browsers */
	border-radius: 3px;            /* W3C syntax */
}
.member ul li a:first-child {
	margin-right: 10px;
}
.member ul li a:last-child {
	margin-left: 10px;
}