@charset "utf-8";


body {
	color: #444;
	font-size: 12px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	line-height:1.6;
	font: inherit;
	letter-spacing:3px;
	}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0 none;

	margin: 0;
	padding: 0;
	vertical-align: baseline;
	line-height:1.5;
}

img {
	vertical-align: bottom;
}
ol, ul, li {
	list-style: outside none none;
}
a img, fieldset, img {
	border: 0 none;
	vertical-align: top;
}
address, caption, cite, code, dfn, em, var {
	font-style: normal;
	font-weight: normal;
}
caption, th {
	text-align: left;
}
abbr, acronym {
	border: 0 none;
}

a {
	text-decoration: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
q::before, q::after {
 content: "";
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
hr {
	display: none;
}
strong, em {
	font-weight: bold;
}
 div::after {
 clear: both;
 content: " ";
 display: block;
 font-size: 0;
 height: 0;
 visibility: hidden;
}

.clear {
	clear: both;
}

.clear:after {
  display: block;
  clear: both;
  content: "";
}


/*IE用*/
.clearfix{ display:inline-table;clear:both; }
/*Mac-IE用\*/
*html .clearfix{ height:1%;clear:both; }
.clearfix{ display:block;clear:both; }

