@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}
* {
	box-sizing:border-box;
	word-break:keep-all;
	word-wrap:break-word;
}
*, *:after, *:before {
    transition:all .3s ease;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -ms-transition:all .3s ease;
    -o-transition:all .3s ease;
    box-sizing:border-box;
    text-rendering:optimizelegibility;
}
body {line-height:1;}
button{border:0; cursor:pointer; outline:0;}
img{max-width:100%; border:0; vertical-align:top;}
ul,ol{list-style:none;}
textarea {resize: none; overflow: auto;}

a,a:hover{color:#555; text-decoration:none;}
a:active,a:hover,button:active,button:hover{outline:0;}

.clearfix:after{content:""; display:block; height:0; clear:both;}
.blind{text-indent:-9999px;}