* {
	margin: 0;
	padding: 0;
	font-style: normal;
	list-style: none;
	}

html, body {
	width: 100%;
	height: 100%;
	}

/*body {
	font-family: 'Arvo', sans-serif;
	font-size: 13px;
	line-height: 120%;
	color: #777;
	text-align: center;
	background-color: #F5F5F5;
	-webkit-text-size-adjust: none;
	}*/

body {
	width: 100%;
	height: 100%;
	font-family: 'Arvo', sans-serif;
	font-size: 13px;
	line-height: 120%;
	color: #444;
	background: url(/admin/images/base.gif) repeat 0 0 #000;
	-webkit-background-size: 20px;
	-moz-background-size: 20px;
	-o-background-size: 20px;
	-ms-background-size: 20px;
	background-size: 20px;
	text-align: center;
	-webkit-text-size-adjust: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	user-select: none;
	}

header, nav, section, hgroup, figure, figcaption, footer { display: block; }

a {
	color: #777;
	text-decoration: none;
	cursor: pointer;
	}

img {
	border: none;
	vertical-align: bottom;
	}

input {
	font-family: 'Arvo', sans-serif;
	font-size: 12px;
	line-height: 22px;
	padding: 4px;
	color: #555;
	border: 1px solid #CCC;
	vertical-align: bottom;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	}


#ios5, #ios4, #oldie {
	width: 800px;
	display: none;
	margin: 10px auto;
	padding: 10px;
	color: #EEE;
	background-color: rgba(0,0,0,0.3);
	border: 2px solid #FC0;
	-webkit-border-radius: 5px;
	}

	#ios5 em, #ios4 em, #oldie em {
		font-weight: bold;
		font-size: 110%;
		display: block;
		vertical-align: bottom;
		line-height: 21px;
		margin-bottom: 5px;
		}

	#ios5 img, #ios4 img, #oldie img {
		width: 23px;
		height: 21px;
		vertical-align: bottom;
		}

	#ios5 a, #ios4 a, #oldie a {
		color: #FC0;
		font-weight: bold;
		text-decoration: underline;
		}


/*#login {
	position:absolute;
	top: 50%;
	left: 50%;
	margin: -80px 0 0 -140px;
	}

	#login form {
		border: 1px solid #DDD;
		background-color: #FCFCFC;
		overflow: hidden;
		zoom: 1;
		text-align: left;
		width: 280px;
		padding: 20px;
		height: 160px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		}*/

#login {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -80px 0 0 -140px;
	}

#login.signup {
	margin: -150px 0 0 -140px;
	}

	#login h1 {
		color: #FFF;
		}

	#login form {
		border: 1px solid #FFF;
		background-color: #EEE;
		overflow: hidden;
		zoom: 1;
		text-align: left;
		width: 280px;
		padding: 20px;
		height: 160px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-shadow: 0 0 12px #000;
		-moz-box-shadow: 0 0 12px #000;
		-ms-box-shadow: 0 0 12px #000;
		-o-box-shadow: 0 0 12px #000;
		box-shadow: 0 0 12px #000;
		}

		#login.signup form {
			height: 296px;
			}

	#login.signup p {
		line-height: 160%;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px dotted #CCC;
		}

	#login dt {
		float: left;
		width: 7em;
		line-height: 32px;
		margin-bottom: 5px;
		height: 32px;
		}

	#login dd {
		margin: 0 0 5px 7em;
		height: 32px;
		}

		#login dd span {
			line-height: 32px;
			}

	#login dl input {
		width: 100%;
		}

		#login dl input[type="password"] {
			font-family: sans-serif;
			}

	#login-button {
		color: #FFF;
		border: none;
		float: right;
		margin-top: 10px;
		background: url(/common/images/button-login.gif) no-repeat 9px center #000;
		-webkit-background-size: 20px;
		-moz-background-size: 20px;
		-o-background-size: 20px;
		-ms-background-size: 20px;
		background-size: 20px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-o-border-radius: 4px;
		-ms-border-radius: 4px;
		border-radius: 4px;
		line-height: 32px;
		padding: 0 10px 0 36px;
		cursor: pointer;
		}

	#login form em {
		font-size: 12px;
		line-height: 32px;
		margin-top: 10px;
		float: left;
		color: #9DC2B3;
		}

	#login form em a {
		text-decoration: underline;
		}

	#forget {
		display: none;
		}

	#forget p {
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 10px;
		}

	#forget input.email {
		float: left;
		width: 140px;
		margin-right: 10px;
		}

	#forget input.submit {
		color: #FFF;
		border: none;
		float: left;
		width: 40px;
		background: #000;
		line-height: 32px;
		padding: 0;
		cursor: pointer;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-o-border-radius: 4px;
		-ms-border-radius: 4px;
		border-radius: 4px;
		}

	#forget a {
		float: right;
		color: #FFF;
		font-size: 12px;
		background-color: #AAA;
		width: 40px;
		text-align: center;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-o-border-radius: 4px;
		-ms-border-radius: 4px;
		border-radius: 4px;
		line-height: 32px;
		}



h1, h2 {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 10px;
	}

h2 {
	color: #BBB;
	}

header {
	background-color: #FFF;
	border-bottom: 1px solid #DDD;
	}

header #icon {
	width: 96px;
	margin: 20px 0 10px 0;
	}

header h1 {
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 0;
	}

header nav {
	position: relative;
	margin-top: -86px;
	overflow: hidden;
	zoom: 1;
	}

header nav ul {
	position: relative;
	left: 50%;
	float: left;
	}

header nav li {
	position: relative;
	left: -50%;
	float: left;
	width: 160px;
	}

	header nav li.var {
		width: 200px;
		height: 10px;
		}

header nav a {
	display: block;
	padding: 20px 0;
	font-weight: bold;
	color: #999;
	font-size: 12px;
	line-height: 14px;
	}

	header nav a:hover {
		background-color: #F9F9F9;
		}

	header nav img {
		width: 64px;
		margin-bottom: 10px;
		}

#wrapper {
	position: relative;
	overflow: hidden;
	zoom: 1;
	}

#point {
	overflow: hidden;
	zoom: 1;
	width: 560px;
	margin: 20px auto 0 auto;
	}

	#grant {
		width: 240px;
		float: left;
		}

	#grant form {
		background-color: #88B7C2;
		padding: 20px;
		}

	#grant input {
		width: 100%;
		margin-bottom: 16px;
		border: 1px solid #6897A2;
		}

	#tips {
		float: right;
		width:240px;
		}

	#point img {
		width: 240px;
		}

#prize {
	margin: 20px auto 0 auto;
	}

article {
	position: relative;
	float: left;
	width: 240px;
	border: 1px solid #DDD;
	position: relative;
	margin: 0 5px 10px 5px;
	padding-bottom: 20px;
	background-color: #FCFCFC;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	}

	article:hover {
		background-color: #EEE;
		}

	article.template {
		display: none;
		}

	article h1 {
		padding: 20px 20px 10px 20px;
		text-align: center;
		font-weight: normal;
		}

	article h1 span {
		display: block;
		font-size: 300%;
		line-height: 110%;
		}

	article h1 small {
		letter-spacing: 1px;
		color: #CCC;
		}

	article .content {
		padding: 0 20px;
		}

	article p {
		width: 100%;
		line-height: 32px;
		white-space: nowrap;
		overflow: hidden;
		-webkit-text-overflow: ellipsis;
		-moz-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		-ms-text-overflow: ellipsis;
		text-overflow: ellipsis;
		}

	article form {
		display: none;
		}

	article form .user-id {
		display: block;
		margin-right: 42px;
		}

	article form .submit {
		float: right;
		width: 32px;
		height: 32px;
		}

	article input {
		width: 100%;
		}

	.submit input {
		width: 32px !important;
		height: 32px;
		overflow: hidden;
		border: none !important;
		text-indent: -5000px;
		cursor: pointer;
		margin: 0 !important;
		background: url(/common/images/button-submit.png) no-repeat center center;
		-webkit-background-size: 32px;
		-moz-background-size: 32px;
		-o-background-size: 32px;
		-ms-background-size: 32px;
		background-size: 32px;
		}




/************************************************************************************
smaller than 920
*************************************************************************************/
@media screen and (max-width: 920px) {

	header nav li {
		width: 140px;
		}

	header nav li.var {
		width: 200px;
		height: 10px;
		}

}


/************************************************************************************
smaller than 767
*************************************************************************************/
@media screen and (max-width: 767px) {

	header #icon {
		width: 64px;
		margin: 10px 0;
		}

	header nav {
		margin-top: -60px;
		}

	header nav li {
		width: 80px;
		}

	header nav li.var {
		width: 120px;
		}
	
	header nav a {
		padding: 10px 0;
		font-size: 10px;
		}
	
		header nav img {
			width: 48px;
			margin-bottom: 5px;
			}

	#point {
		width: 460px;
		margin: 20px auto 0 auto;
		}

	#grant {
		width: 200px;
		}

	article {
		width: 180px;
		}

	article h1 span {
		font-size: 200%;
		}

}


/************************************************************************************
smaller than 640
*************************************************************************************/
@media screen and (max-width: 480px) {

	#point {
		overflow: hidden;
		zoom: 1;
		width: auto;
		}

	#grant, #tips {
		width: 100%;
		float: none;
		}

	#tips {
		margin-top: 20px;
		}

	header #icon {
		width: 48px;
		margin: 10px 0;
		}

	header nav {
		margin-top: 0;
		}

	header nav li.var {
		display: none;
		}

	#wrapper {
		padding: 10px 10px 0 10px;
		}

	article {
		width: 100%;
		border: 1px solid #DDD;
		margin: 0 0 10px 0;
		background-color: #FFF;
		}

	article h1 span {
		font-size: 300%;
		}
}