@charset "utf-8";
/* =======================================

	 CSS BrowserReset BaseElements
	
	 (C)BLACKFLAG.NET ALL RIGHTS RESERVED.
	 http://black-flag.net/

 ======================================= */

*,*::after,*::before{box-sizing:inherit}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
fieldset, form, label, legend
 {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
/*	outline: 0;*/
}
 ul, li {
	margin-top: 0;
}

html {
	font-size: 62.5%;
	-webkit-text-size-adjust: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

img {
	vertical-align: text-bottom;
	-ms-interpolation-mode: bicubic;
}


strong {
	font-weight: bold;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
}


blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote {
	margin: 10px 10px 10px 20px !important;
}

blockquote, q {
	quotes: "" "";
}

option {
	padding-right: 10px;
}

/*Link*/
a {
	-webkit-tap-highlight-color: transparent;
	color: #333;
	transition: 0.5s;
}

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

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

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

a:hover {
	text-decoration: none;
	color: #00f;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

/*float*/
.cr {
	clear: both;
}


/* ------------------------------
	HTML5 ELEMENTS
------------------------------ */
header,article,aside,section,footer,
nav,menu,details,hgroup,summary {
	display: block;
}