@charset 'UTF-8';


 /************************************************
 *	@Page		: JustDoENG - CSS
 *	@Project	: JustDoENG HybridApp
 *	@Date		: 2018-07-24
 *	@Version 	: 1.0
 *************************************************/
/*

/* HTML Elements Reset */
*		{ margin:0; padding:0; outline:0;}
ul,ol,li	{ list-style:none;  }
img, fieldset		{ border:none }
a		{ text-decoration:none; color:inherit;}
table	{ border-collapse:collapse; }
h1,h2,h3,h4,h5,h6,th, strong, b, address, em, i  { /* font-size:inherit; */font-weight:normal; }
em {font-style:normal;}
/* address, em, i { font-style:inherit; } */
input	{ outline:none; border:none; }
button { border:none; cursor:pointer; background-color:transparent;}
select, textarea, input, label,img,button{vertical-align:middle}
table td{ word-wrap:break-word;word-break:break-all;}
input:focus { background:#f2f2f2;}

/* HTML Elements Hiding */
.fly, hr, legend { position:absolute; left:-10000em; top:-10000em;	}
.hidden { font-size:8px; color:transparent;}

.clearfix {  *zoom:1 }
.clearfix:after { content:''; display:block; clear:both;  }







