@charset "utf-8";
/* CSS Document */

*{
	margin:0px auto 0px auto;
	font-size:100%;
	font-weight:normal;
	padding:0px;
}

img {
	max-width: 100%;
	width: auto;
	height:auto;
	border:none;
}

fieldset , img {
	border: 0;
	vertical-align: bottom;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption , th {
	text-align: left;
}

h1 , h2 , h3 , h4 , h5 , h6 {
	font-size: 100%;
	font-weight: normal;
}

input,textarea  {
	font-size: 100%;
	padding : 3px 3px 3px 3px;
}

input[type="submit"],input[type="button"]{
	padding : 3px 6px 3px 6px;
}



@media screen and (max-width: 700px) {
	
input[type="text"],select,textarea  {
	font-size: 1.4em;
}


}