/** style reset ****************************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,a,form,fieldset,input,textarea,label,p,blockquote,th,td,table {
	margin           : 0;
	padding          : 0;
	text-decoration  : none;
	font-style       : normal;
	font-weight: normal;
    box-sizing: border-box;
}

ul li {
	list-style-type  : none;
	padding:0 0 0 16px;
}

img {
	border           : none;
	vertical-align:top;
    width: 100%;
}

/*/*/
