@charset "utf-8";

html, body, div, p, span, a, img,
ul, ol, li, table, th, td,p,header,footer,
dl, dt, dd, hr,
h1, h2, h3, h4, h5, h6, input, textarea, iframe {
	padding: 0;
	margin: 0;
	text-decoration: none;
	font-weight: 400; 
	border: 0;
	box-sizing:border-box;
	/*font-size: 100%;*/
	/*font: inherit;*/
	/*vertical-align: baseline;*/
	  }

/* クリアフィックス */
.cf {
  overflow: hidden; }

.cf:before,
.cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1; }


/*他*/

img {
  display: block;
   }

ol, ul {
	list-style: none;
}

/*テーブル 隙間なし*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}

