@charset "utf-8";

/* reset styles */

html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset {
	margin: 0;
	padding: 0;
	}

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

img {
	border: 0;
	}


/* inline elements インライン要素*/

strong, em {
	font-weight: bold;
	font-style: normal;
	}
del {
	text-decoration: line-through;
	}
ins {
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	}






