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

/* ----------------------------------------------
	This style definition is initialize.
------------------------------------------------- */
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td, address,
caption, cite, code, dfn, em, strong, var {
	font-style: normal;
	font-weight: normal;
	line-height: 1.5;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
	display: block;
}

body {
	font-family: "Helvetica Neue", Helvetica, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Arial, "Yu Gothic", Meiryo, sans-serif;
	color: #000;
	font-size: 16px;
	letter-spacing: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

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

img { 
	line-height: 0;
	margin:0;
	padding:0;
}
/* リストのデフォルトはなし */
ol, ul {
	list-style: none;
}

q::before, q::after {
	content: '';
}