@charset "utf-8";

/* common css */

/* reset styles
============================================================================================================*/
h1, h2, h3, h4, h5, h6, p, a, address, em, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
img {
	border: 0;
	vertical-align: bottom;
}
li{
	list-style:none;
}
input,textarea {
	font-size: 100%;
	margin:0px;
	padding:0px;
	line-height:1;
}
address {
	font-style: normal;
}
hr {
	display: none;
}


