@charset "UTF-8";

/*
======== table of content. ===============

summary:要素のリセット

==========================================
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, 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 {
	margin:0;
	padding:0;
	background-repeat: no-repeat;
	border:0;
	font-size:100%;
	vertical-align:baseline;
    flex-wrap: wrap;
    box-sizing: border-box;
}



body { margin: 0; padding: 0; }

h1,h2,h3,h4,h5,h6 { font-weight: 700; }

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

ol, ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

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

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

caption {
	text-align:left;
}

form {
	display:inline;
}

input {
	line-height:100%;
}

input:focus {
}

fieldset {
	border:none;
}

legend {
	display:none;
}

hr {
}

input, select, button {
	vertical-align:middle;
}

input[type=text]:focus,
input[type=search]:focus,
input[type=password]:focus {
	outline:0 none;
}

img {
	margin:0;
	padding:0;
	border:0;
	vertical-align:middle;
}

sup { font-size:80%; vertical-align:top; }


html {
  color: #000;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  margin: 0;
  padding: 0;
}

a {
  color: black;
  text-decoration: none;
}