*,*:before,*:after {
	box-sizing:        border-box;   /* Everything else */
}

/* Reset by outline4
-------------------------------------------------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,header,section,nav,footer,article,img,video,audio,figure {margin:0; padding:0;}
table {border-collapse:collapse; border-spacing:0; /* table-layout:fixed; */}
td, th {vertical-align: top; padding-right: 15px; /* padding-bottom: 7px; */}
td:last-child, th:last-child {padding-right: 0;}
fieldset,img {border:0;}
figure img { display: block;}
address,caption,cite,code,dfn,em,b,strong,th,var {font-style:normal; font-weight:normal;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%; font-weight:normal;font-style:normal;}
p,dl,hr,ol,ul,pre,table,fieldset,video,audio,figure {font-weight: normal;}
q:before,q:after { content:''; }
abbr,acronym {border:0;}
pre {white-space: pre-wrap;}
iframe{border:none;}
li {list-style-position: outside;}


