@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight:normal;
	font: inherit;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
 	box-sizing: border-box;
}
body {
	line-height: 1;
	-ms-text-size-adjust: 100%;
  	-webkit-text-size-adjust: 100%;
}
img{
	display: block;
}
a {
	display: block;
	text-decoration: none;
	color: #000000;
}
a:hover {
	opacity: 0.7;
}
ol, ul {
	list-style: none;
}
li{
    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;
}

input, button, textarea, select, optgroup, option{
	font-family:inherit;
	font-size:inherit;
	font-style:inherit;
	font-weight:inherit;
}

/* For HTML5 */

article, aside, details, figcaption, figure, footer, header,
main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
}


