@charset "utf-8";
/*
 * lib/css/reset.css
 *
*/

html {
	overflow-y: scroll;
}

fieldset,img { border: none;}

ul, ol { list-style-type: none;}

address, caption, cite, code, dfn, em, var {
	font-style: normal;
}

caption, th { text-align: left;}

a { outline: none;}

/*-----------------------------------------------------------
    余白初期設定
-----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6,
html, body, div,
p, ul, ol, li, dl, dt, dd,
pre, blockquote,
form, fieldset, input, textarea,
table, th, td {
	margin: 0;
	padding: 0;
}

/*-----------------------------------------------------------
    その他初期設定
-----------------------------------------------------------*/
q:before, q:after {
	content:'';
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
