﻿/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
*{
	margin: 0;
	padding: 0;
	border: none;
	font-size: 100%;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color:rgba(255,255,255,0);
}
/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
	background: #fff;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* add */

body {
	font-size: 12px;
}

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

img {
	border: 0;
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

select,
input {
	vertical-align: middle
}

.reset-clear {
	display: block !important;
	clear: both !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}

.reset-clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}

.reset-spacer {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
}

a {
	color: #333;
	text-decoration: none
}

a:hover {
	color: #f00;
}

.reset-opacity0 {
	opacity: 0;
}
.reset-opacity1 {
	opacity: 1;
}

.reset-overflowH {
	overflow: hidden;
}
.reset-overflowS {
	overflow: scroll;
}

.reset-position {
	position: absolute;
	left: 0;
	top: 0;
}

.reset-display {
	display: none;
}

.reset-wh100 {
	width: 100%;
	height: 100%;
}

.reset-w100 {
	width: 100%;
}

.reset-h100 {
	height: 100%;
}

.reset-border {
	border: 1px solid red;
}

.reset-input {
	background-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-modify: read-write-plaintext-only;
	outline: none;
	-webkit-appearance: none;
	border: none;
}

.reset-select {
	background-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-modify: read-write-plaintext-only;
	outline: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: none;
}
.reset-btn{
	background: red;
	opacity: 0;
	-webkit-tap-highlight-color:rgba(255,0,0,0);
}
.reset-gray {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	/*-ms-filter: grayscale(100%);*/
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	/*filter: gray;*/
}
.reset-scrollTouch{
	-webkit-overflow-scrolling: touch;
}

