@charset "utf-8";

/* --------------- Base Styles --------------- */

body {
	margin: 0px;
	padding: 0px;
	color: #fff;
	background: url("../img/main_bg01.png") #eee;
	line-height: 1.2;
}
body, input, textarea {
	font-family: Arial,Verdana,Helvetica,Sans-Serif;
}
input, textarea {
	font-size: 100%;
	line-height: 1.3;
}
input {
	height: 1.3em;
}
img {
	border: 0;
}
p, h1, h2, h3, h4, h5, h6, ul, ol, dl, dt, dd, hr, form, input, textarea, fieldset, pre, blockquote {
	margin: 0;
	padding: 0;
}
a:link {color:#069; text-decoration: none;}
a:visited {color:#069; text-decoration: none;}
a:hover {color:#069; text-decoration: underline;}

/* Clearfix for modern browsers */
.cf:before,
.cf:after {content:""; display:table;}
.cf:after {clear:both;}
/* Clearfix for ie6/7 */
.cf {zoom:1;}

.rp {
text-indent: 101%;
white-space: nowrap;
overflow: hidden;
} 

/* --------------- Common Styles --------------- */

body {
	background: url("img/bg.png");
}
h1 {
	width: 320px;
	margin: 40px auto 0;
}
.qtext {
	text-align: center;
	color: #aaa;
	font-size: 14px;
	margin-top: 40px;
}
.qrgb {
	text-align: center;
	color: #fff;
	font-size: 18px;
	margin-top: 20px;
}
.qcolor {
	width: 304px;
	padding-bottom: 40px;
	margin: 20px auto 0;
}
.qcolor1 {
	display: block;
	float: left;
	width: 130px;
	height: 130px;
	border: 10px solid #000;
	background: #25bfa7;
}
.qcolor2 {
	display: block;
	float: left;
	width: 130px;
	height: 130px;
	border: 10px solid #000;
	background: #fc3b4a;
	margin-left: 4px;
}
.bnrAppstore {
	display: block;
	width: 202px;
	height: 60px;
	margin: 20px auto 0;
	background: url("img/appstore.png") no-repeat;
}
.bnrGoogleplay {
	display: block;
	width: 202px;
	height: 60px;
	margin: 20px auto 0;
	background: url("img/googleplay.png") no-repeat;
}
.copy {
	font-size: 12px;
	color: #777;
	text-align: center;
	margin-top: 60px;
}